css-bootstrap/roojs-bootstrap-debug.css.map
[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('@{bootstrap-image-path}/ux/lightbox/loading.gif');*/
2175   background-repeat: no-repeat;
2176   border: 10px solid white;
2177   border-radius: 20px;
2178   display: table;
2179 }
2180 .roo-el-mask-msg i {
2181   font-size: 48px;
2182   vertical-align: middle;
2183 }
2184 .roo-el-mask-msg div {
2185   font-family: 'Source Sans Pro', sans-serif;
2186   font-size: 24px;
2187   font-weight: 500;
2188   z-index: 20001;
2189   padding: 4px 15px;
2190   color: #555555;
2191   display: table-cell;
2192   vertical-align: middle;
2193 }
2194 .x-body-masked {
2195   overflow: hidden !important;
2196 }
2197 .x-body-masked select,
2198 .ext-masked object,
2199 .ext-masked embed {
2200   visibility: hidden;
2201 }
2202 .x-dlg-mask {
2203   z-index: 10000;
2204   display: none;
2205   position: absolute;
2206   top: 0;
2207   left: 0;
2208   -moz-opacity: 0.5;
2209   opacity: .50;
2210   filter: alpha(opacity=50);
2211   background-color: #777777;
2212 }
2213 .masonary .masonry-bottom-title {
2214   background-color: transparent;
2215 }
2216 .masonry-brick-link,
2217 .roo-brick-link {
2218   cursor: pointer;
2219   text-decoration: none;
2220   outline: 0;
2221 }
2222 .masonry-brick-paragraph,
2223 .roo-brick-paragraph {
2224   overflow: hidden;
2225 }
2226 .masonry-brick .masonry-brick-paragraph {
2227   padding: 9px;
2228   width: 100%;
2229   height: 100%;
2230   position: absolute;
2231   top: 0;
2232   left: 0;
2233   background-color: inherit;
2234 }
2235 .masonry-center-title .masonry-brick-paragraph,
2236 .masonry-bottom-title .masonry-brick-paragraph,
2237 .roo-brick-center-title .roo-brick-paragraph,
2238 .roo-brick-bottom-title .roo-brick-paragraph {
2239   display: table;
2240 }
2241 .masonry-center-title .masonry-brick-paragraph .masonry-brick-title,
2242 .roo-brick-center-title .roo-brick-paragraph .roo-brick-title {
2243   display: table-cell;
2244   vertical-align: middle;
2245   text-align: center;
2246 }
2247 .masonry-bottom-title .masonry-brick-paragraph .masonry-brick-title,
2248 .roo-brick-bottom-title .roo-brick-paragraph .roo-brick-title {
2249   display: table-cell;
2250   vertical-align: bottom;
2251   text-align: right;
2252 }
2253 .masonry-brick-image .masonry-brick-paragraph,
2254 .roo-brick-image .roo-brick-paragraph {
2255   opacity: 0;
2256 }
2257 .masonry-bottom-title .masonry-brick-paragraph {
2258   opacity: 1;
2259 }
2260 .masonry-brick-image-view {
2261   width: 100%;
2262   height: 100%;
2263   object-fit: cover;
2264 }
2265 .masonry-brick-paragraph .masonry-brick-title,
2266 .roo-brick-paragraph .roo-brick-title {
2267   margin-top: 0;
2268 }
2269 .roo-brick .roo-brick-paragraph {
2270   padding: 9px;
2271   width: 100%;
2272   height: 100%;
2273   background-color: inherit;
2274 }
2275 .roo-brick-image-view {
2276   position: absolute;
2277   top: 0;
2278   object-fit: cover;
2279 }
2280 a.roo-brick-link:focus,
2281 a.roo-brick-link:hover {
2282   text-decoration: none;
2283   outline: 0;
2284 }
2285 .masonry-brick-split .masonry-brick-split-head,
2286 .masonry-brick-split .masonry-brick-split-head .masonry-brick-paragraph {
2287   height: 75%;
2288 }
2289 .masonry-brick-split .masonry-brick-split-body {
2290   height: 25%;
2291   padding: 4px;
2292   color: #000000;
2293   font-size: 11px;
2294 }
2295 .enable-mask:hover .masonry-brick-mask {
2296   width: 100%;
2297   height: 100%;
2298   position: absolute;
2299   top: 0;
2300   left: 0;
2301   background-color: #000000;
2302   opacity: 0.2;
2303 }
2304 @media (min-width: 768px) {
2305   .mask-inverse .masonry-brick-paragraph {
2306     background: rgba(0, 0, 0, 0.5);
2307   }
2308   .mask-inverse:hover .masonry-brick-paragraph {
2309     background: none;
2310   }
2311 }
2312 /* 
2313     Document   : modal
2314     Created on : Apr 23, 2014, 11:24:28 AM
2315     Author     : edward
2316     Description:
2317         Purpose of the stylesheet follows.
2318 */
2319 .modal-md-1,
2320 .modal-md-2,
2321 .modal-md-3,
2322 .modal-md-4,
2323 .modal-md-5,
2324 .modal-md-6,
2325 .modal-md-7,
2326 .modal-md-8,
2327 .modal-md-9,
2328 .modal-md-10,
2329 .modal-md-11,
2330 .modal-md-12 {
2331   float: left;
2332 }
2333 .modal-md-12 .modal-dialog {
2334   width: 100%;
2335   margin: 30 auto;
2336 }
2337 .modal-md-11 .modal-dialog {
2338   width: 91.66666666666666%;
2339   margin: 30 auto;
2340 }
2341 .modal-md-10 .modal-dialog {
2342   width: 83.33333333333334%;
2343   margin: 30 auto;
2344 }
2345 .modal-md-9 .modal-dialog {
2346   width: 75%;
2347   margin: 30 auto;
2348 }
2349 .modal-md-8 .modal-dialog {
2350   width: 66.66666666666666%;
2351   margin: 30 auto;
2352 }
2353 .modal-md-7 .modal-dialog {
2354   width: 58.333333333333336%;
2355   margin: 30 auto;
2356 }
2357 .modal-md-6 .modal-dialog {
2358   width: 50%;
2359   margin: 30 auto;
2360 }
2361 .modal-md-5 .modal-dialog {
2362   width: 41.66666666666667%;
2363   margin: 30 auto;
2364 }
2365 .modal-md-4 .modal-dialog {
2366   width: 33.33333333333333%;
2367   margin: 30 auto;
2368 }
2369 .modal-md-3 .modal-dialog {
2370   width: 25%;
2371   margin: 30 auto;
2372 }
2373 .modal-md-2 .modal-dialog {
2374   width: 16.666666666666664%;
2375   margin: 30 auto;
2376 }
2377 .modal-md-1 .modal-dialog {
2378   width: 8.333333333333332%;
2379   margin: 30 auto;
2380 }
2381 /*
2382  this  appears to break the layout on dialog buttons on mobile?
2383 @media (max-width: 568px) {
2384     .modal-footer .btn+.btn {
2385             margin-left: 0px;
2386             margin-top: 5px;
2387     }
2388 }
2389 */
2390 .modal-body.roo-layout-container,
2391 .modal-body > .container {
2392   padding: 0;
2393 }
2394 .modal-dialog {
2395   max-width: 100%;
2396 }
2397 .modal-body > .container .col-xs-12 {
2398   padding: 0;
2399 }
2400 @media (max-width: 768px) {
2401   .modal-body .col-md-12 {
2402     padding: 0;
2403   }
2404   .modal-body {
2405     padding: 5px;
2406   }
2407   .modal-body .row {
2408     margin-left: -5px;
2409     margin-right: -5px;
2410   }
2411 }
2412 .modal .roo-mb-progress-wrap {
2413   margin-top: 4px;
2414   border: 1px solid #286090;
2415 }
2416 .modal .roo-mb-progress-wrap .roo-mb-progress {
2417   height: 18px;
2418   background: transparent url('../images/default/basic-dialog/progress2.gif') repeat-x 1px 1px;
2419 }
2420 .modal .roo-mb-progress-wrap .roo-mb-progress .roo-mb-progress-bar {
2421   height: 18px;
2422   overflow: hidden;
2423   width: 0;
2424   background: #337ab7;
2425 }
2426 .roo-navigation-bar-group,
2427 .roo-navigation-top-bar,
2428 .roo-navigation-bullets-bar,
2429 .roo-navigation-bottom-bar {
2430   width: 100%;
2431   float: left;
2432 }
2433 .roo-navigation-bar-text > span {
2434   text-transform: uppercase;
2435   width: 90%;
2436   display: inline-block;
2437 }
2438 .roo-navigation-bar-text {
2439   float: left;
2440   line-height: 24px;
2441   height: 100%;
2442   min-height: 24px;
2443   text-align: center;
2444   position: relative;
2445 }
2446 .roo-navigation-bar {
2447   counter-reset: step;
2448   text-align: center;
2449   padding: 0px;
2450   overflow: hidden;
2451   margin: 0px;
2452 }
2453 .roo-navigation-bar .roo-navigation-bar-item {
2454   list-style-type: none;
2455   color: #000000;
2456   text-transform: uppercase;
2457   font-size: 14px;
2458   float: left;
2459   position: relative;
2460 }
2461 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:before {
2462   counter-increment: step;
2463   width: 25px;
2464   line-height: 25px;
2465   display: block;
2466   color: #ffffff;
2467   background: #337ab7;
2468   border-radius: 5px;
2469   font-weight: bold;
2470   cursor: pointer;
2471 }
2472 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon.step-number:before {
2473   content: counter(step);
2474 }
2475 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:after {
2476   content: '';
2477   width: 100%;
2478   height: 5px;
2479   background: #337ab7;
2480   position: absolute;
2481   top: 10px;
2482   z-index: -1;
2483 }
2484 .roo-navigation-bar .roo-navigation-bar-item:last-child > .roo-navigation-bar-item-icon:after {
2485   content: none;
2486 }
2487 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2488   background: #ac2925;
2489   color: #ffffff;
2490 }
2491 .roo-navigation-bar .roo-navigation-bar-item.disabled .roo-navigation-bar-item-icon:before {
2492   background: #777777;
2493   color: #ffffff;
2494   cursor: not-allowed;
2495 }
2496 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2497   cursor: default;
2498 }
2499 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon {
2500   font: normal normal normal 14px/1 FontAwesome;
2501   display: inline-block;
2502 }
2503 @media (min-width: 768px) {
2504   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before {
2505     content: counter(step);
2506   }
2507 }
2508 @media (min-width: 992px) {
2509   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2510   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before {
2511     content: counter(step);
2512   }
2513 }
2514 @media (min-width: 1200px) {
2515   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2516   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before,
2517   .roo-navigation-bar .roo-navigation-bar-item.md-icon > .roo-navigation-bar-item-icon:before {
2518     content: counter(step);
2519   }
2520 }
2521 /* NAV TABS */
2522 .nav-tabs-custom {
2523   margin-bottom: 20px;
2524   background: #ffffff;
2525   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
2526 }
2527 .nav-tabs-custom > .nav-tabs {
2528   margin: 0;
2529   border-bottom-color: #777777;
2530 }
2531 .nav-tabs-custom > .nav-tabs > li {
2532   border-top: 3px solid transparent;
2533   margin-bottom: -2px;
2534   margin-right: 5px;
2535 }
2536 .nav-tabs-custom > .nav-tabs > li > a {
2537   -webkit-border-radius: 0 !important;
2538   -moz-border-radius: 0 !important;
2539   border-radius: 0 !important;
2540 }
2541 .nav-tabs-custom > .nav-tabs > li > a,
2542 .nav-tabs-custom > .nav-tabs > li > a:hover {
2543   background: transparent;
2544   margin: 0;
2545 }
2546 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2547 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2548 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
2549   border-color: transparent;
2550 }
2551 .nav-tabs-custom > .nav-tabs > li.active {
2552   border-top-color: #337ab7;
2553 }
2554 .nav-tabs-custom > .nav-tabs > li.active > a,
2555 .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2556   background-color: #ffffff;
2557 }
2558 .nav-tabs-custom > .nav-tabs > li.active > a {
2559   border-top: 0;
2560   border-left-color: #777777;
2561   border-right-color: #777777;
2562 }
2563 .nav-tabs-custom > .nav-tabs > li:first-of-type {
2564   margin-left: 0px;
2565 }
2566 .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2567   border-left-width: 0;
2568 }
2569 .nav-tabs-custom > .nav-tabs.pull-right {
2570   float: none !important;
2571 }
2572 .nav-tabs-custom > .nav-tabs.pull-right > li {
2573   float: right;
2574 }
2575 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2576   margin-right: 0px;
2577 }
2578 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2579   border-left-width: 1px;
2580   border-right-width: 0px;
2581 }
2582 .nav-tabs-custom > .nav-tabs > li.header {
2583   font-weight: 400;
2584   line-height: 35px;
2585   padding: 0 10px;
2586   font-size: 20px;
2587   color: #333333;
2588   cursor: default;
2589 }
2590 .nav-tabs-custom > .nav-tabs > li.header > .fa,
2591 .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
2592 .nav-tabs-custom > .nav-tabs > li.header > .ion {
2593   margin-right: 10px;
2594 }
2595 .nav-tabs-custom > .tab-content {
2596   background: #ffffff;
2597   padding: 10px;
2598 }
2599 /* --- override it appears it's done un-reliably in JS normally.. */
2600 .tab-content > .tab-pane {
2601   position: absolute;
2602 }
2603 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar {
2604   margin: 0 5px;
2605 }
2606 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar > .column {
2607   padding: 10px 5px;
2608 }
2609 @media (max-width: 768px) {
2610   .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar > .column {
2611     padding: 5px 5px;
2612   }
2613 }
2614 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .form-group {
2615   margin-bottom: 0px;
2616 }
2617 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item button + button {
2618   margin-left: 5px;
2619 }
2620 .tab-content > .tab-pane .navbar > .navbar-nav a.dropdown-toggle {
2621   padding: 10px 5px;
2622 }
2623 /* for some reason it's -15px on BS */
2624 @media (min-width: 768px) {
2625   .navbar-right {
2626     margin-right: 15px;
2627   }
2628 }
2629 /* was -15 before, on mobile it made the buttons too close to the edit.. */
2630 .navbar-nav {
2631   margin: 0px -5px;
2632 }
2633 table td .navbar {
2634   min-height: auto;
2635 }
2636 .roo-numberbox {
2637   background-color: #337ab7 !important;
2638   border: 10px solid black;
2639 }
2640 .roo-numberbox h {
2641   font-size: 24px;
2642 }
2643 .pull-xs-right {
2644   float: right !important;
2645 }
2646 .roo-radio-set:before,
2647 .roo-radio-set:after {
2648   display: table;
2649   content: " ";
2650   clear: both;
2651 }
2652 .radio.checked label::after {
2653   -webkit-transform: scale(1, 1);
2654   -ms-transform: scale(1, 1);
2655   -o-transform: scale(1, 1);
2656   transform: scale(1, 1);
2657   background-color: #555555;
2658 }
2659 .roo-radio-set.disabled .radio label {
2660   opacity: 0.65;
2661 }
2662 .roo-radio-set.disabled .radio label {
2663   cursor: not-allowed;
2664 }
2665 .roo-radio-primary .radio label::after {
2666   background-color: #ffffff;
2667 }
2668 .roo-radio-primary .radio.checked label::before {
2669   border-color: #337ab7;
2670 }
2671 .roo-radio-primary .radio.checked label::after {
2672   background-color: #337ab7;
2673 }
2674 .roo-radio-danger .radio label::after {
2675   background-color: #d9534f;
2676 }
2677 .roo-radio-danger .radio.checked label::before {
2678   border-color: #d9534f;
2679 }
2680 .roo-radio-danger .radio.checked label::after {
2681   background-color: #d9534f;
2682 }
2683 .roo-radio-info .radio label::after {
2684   background-color: #ffffff;
2685 }
2686 .roo-radio-info .radio.checked label::before {
2687   border-color: #5bc0de;
2688 }
2689 .roo-radio-info .radio.checked label::after {
2690   background-color: #5bc0de;
2691 }
2692 .roo-radio-warning .radio label::after {
2693   background-color: #ffffff;
2694 }
2695 .roo-radio-warning .radio.checked label::before {
2696   border-color: #f0ad4e;
2697 }
2698 .roo-radio-warning .radio.checked label::after {
2699   background-color: #f0ad4e;
2700 }
2701 .roo-radio-success .radio label::after {
2702   background-color: #ffffff;
2703 }
2704 .roo-radio-success .radio.checked label::before {
2705   border-color: #5cb85c;
2706 }
2707 .roo-radio-success .radio.checked label::after {
2708   background-color: #5cb85c;
2709 }
2710 .roo-radio-set.has-warning .roo-radio-set-items label,
2711 .roo-radio-set.has-warning .roo-radio-set-label {
2712   color: #f0ad4e;
2713 }
2714 .roo-radio-set.has-error .roo-radio-set-items label,
2715 .roo-radio-set.has-error .roo-radio-set-label {
2716   color: #d9534f;
2717 }
2718 .roo-radio-set.has-success .roo-radio-set-items label,
2719 .roo-radio-set.has-success .roo-radio-set-label {
2720   color: #5cb85c;
2721 }
2722 .roo-radio-set-inline .radio {
2723   position: relative;
2724   display: inline-block;
2725   padding-left: 20px;
2726   margin-top: 0px;
2727   margin-bottom: 0;
2728   font-weight: 400;
2729   vertical-align: middle;
2730   cursor: pointer;
2731 }
2732 .roo-radio-set-inline .radio + .radio {
2733   margin-left: 10px;
2734 }
2735 .roo-radio-set-label .roo-required-indicator.right-indicator {
2736   position: absolute;
2737 }
2738 .roo-radio-set-label .roo-required-indicator.right-indicator.fa-star {
2739   font-size: 8px;
2740   margin-left: 3px;
2741   color: #d9534f;
2742 }
2743 .roo-form-error-popover.in {
2744   opacity: 1;
2745 }
2746 .roo-form-error-popover .tooltip-inner {
2747   max-width: 100%;
2748   padding: 10px;
2749 }
2750 .x-form-field-wrap .form-group {
2751   /* what is this doing here?? */
2752   margin-bottom: 0px;
2753 }
2754 .roo-password-meter-grey {
2755   background: #777777;
2756   margin-bottom: 30px;
2757   height: 10px;
2758 }
2759 .roo-password-meter {
2760   font-size: 12px;
2761 }
2762 .roo-password-meter-container {
2763   margin-bottom: 20px;
2764 }
2765 .roo-password-meter-tooweak {
2766   background: #d9534f;
2767   height: 10px;
2768 }
2769 .roo-password-meter-weak {
2770   background: #f0ad4e;
2771   height: 10px;
2772 }
2773 .roo-password-meter-medium {
2774   background: #5bc0de;
2775   height: 10px;
2776 }
2777 .roo-password-meter-strong {
2778   background: #5cb85c;
2779   height: 10px;
2780 }
2781 .roo-password-meter-text {
2782   /* padding-bottom:5px; */
2783   margin-bottom: 30px;
2784   font-size: 12px;
2785   height: 10px;
2786 }
2787 /*
2788 Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
2789 */
2790 .roo-select2-container {
2791   margin: 0;
2792   position: relative;
2793   /*display: inline-block;*/
2794   /* inline-block for ie7 */
2795   zoom: 1;
2796   *display: inline;
2797   vertical-align: middle;
2798 }
2799 .roo-select2-container,
2800 .roo-select2-drop,
2801 .roo-select2-search,
2802 .roo-select2-search input {
2803   /*
2804     Force border-box so that % widths fit the parent
2805     container without overlap because of margin/padding.
2806     More Info : http://www.quirksmode.org/css/box.html
2807   */
2808   -webkit-box-sizing: border-box;
2809   /* webkit */
2810   -moz-box-sizing: border-box;
2811   /* firefox */
2812   box-sizing: border-box;
2813   /* css3 */
2814 }
2815 .roo-select2-container .roo-select2-choice {
2816   display: block;
2817   height: 26px;
2818   padding: 0 0 0 8px;
2819   overflow: hidden;
2820   position: relative;
2821   border: 1px solid #777777;
2822   white-space: nowrap;
2823   line-height: 26px;
2824   color: #333333;
2825   text-decoration: none;
2826   border-radius: 4px;
2827   background-clip: padding-box;
2828   -webkit-touch-callout: none;
2829   -webkit-user-select: none;
2830   -moz-user-select: none;
2831   -ms-user-select: none;
2832   user-select: none;
2833   background-color: #ffffff;
2834   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
2835   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2836   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2837   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2838   background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
2839 }
2840 .roo-select2-container.roo-select2-drop-above .roo-select2-choice {
2841   border-bottom-color: #777777;
2842   border-radius: 0 0 4px 4px;
2843   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
2844   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2845   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2846   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2847   background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
2848 }
2849 .roo-select2-container.roo-select2-allowclear .roo-select2-choice .roo-select2-chosen {
2850   margin-right: 42px;
2851 }
2852 .roo-select2-container .roo-select2-choice > .roo-select2-chosen {
2853   margin-right: 26px;
2854   display: block;
2855   overflow: hidden;
2856   white-space: nowrap;
2857   text-overflow: ellipsis;
2858   float: none;
2859   width: auto;
2860 }
2861 .roo-select2-container .roo-select2-choice abbr {
2862   display: none;
2863   width: 12px;
2864   height: 12px;
2865   position: absolute;
2866   right: 24px;
2867   top: 8px;
2868   font-size: 1px;
2869   text-decoration: none;
2870   border: 0;
2871   background: url('../images/select2/select2.png') right top no-repeat;
2872   cursor: pointer;
2873   outline: 0;
2874 }
2875 .roo-select2-container.roo-select2-allowclear .roo-select2-choice abbr {
2876   display: inline-block;
2877 }
2878 .roo-select2-container .roo-select2-choice abbr:hover {
2879   background-position: right -11px;
2880   cursor: pointer;
2881 }
2882 .roo-select2-drop-mask {
2883   border: 0;
2884   margin: 0;
2885   padding: 0;
2886   position: fixed;
2887   left: 0;
2888   top: 0;
2889   min-height: 100%;
2890   min-width: 100%;
2891   height: auto;
2892   width: auto;
2893   opacity: 0;
2894   z-index: 9998;
2895   /* styles required for IE to work */
2896   background-color: #ffffff;
2897   filter: alpha(opacity=0);
2898 }
2899 .roo-select2-drop {
2900   width: 100%;
2901   margin-top: -1px;
2902   position: absolute;
2903   z-index: 9999;
2904   top: 100%;
2905   background: #ffffff;
2906   color: #000000;
2907   border: 1px solid #777777;
2908   border-top: 0;
2909   border-radius: 0 0 4px 4px;
2910   -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2911   box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2912 }
2913 .roo-select2-drop.roo-select2-drop-above {
2914   margin-top: 1px;
2915   border-top: 1px solid #777777;
2916   border-bottom: 0;
2917   border-radius: 4px 4px 0 0;
2918   -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2919   box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2920 }
2921 .roo-select2-drop-active {
2922   border: 1px solid #337ab7;
2923   border-top: none;
2924 }
2925 .roo-select2-drop.roo-select2-drop-above.roo-select2-drop-active {
2926   border-top: 1px solid #337ab7;
2927 }
2928 .roo-select2-drop-auto-width {
2929   border-top: 1px solid #777777;
2930   width: auto;
2931 }
2932 .roo-select2-drop-auto-width .roo-select2-search {
2933   padding-top: 4px;
2934 }
2935 .roo-select2-container .roo-select2-choice .roo-select2-arrow {
2936   display: inline-block;
2937   width: 18px;
2938   height: 100%;
2939   position: absolute;
2940   right: 0;
2941   top: 0;
2942   border-left: 1px solid #777777;
2943   border-radius: 0 4px 4px 0;
2944   background-clip: padding-box;
2945   background: #777777;
2946   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777777), color-stop(0.6, #eeeeee));
2947   background-image: -webkit-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2948   background-image: -moz-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2949   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@gray-light', GradientType=0);
2950   background-image: linear-gradient(to top, #777777 0%, #eeeeee 60%);
2951 }
2952 .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
2953   display: block;
2954   width: 100%;
2955   height: 100%;
2956   background: url('../images/select2/select2.png') no-repeat 0 1px;
2957 }
2958 .roo-select2-search {
2959   display: inline-block;
2960   width: 100%;
2961   min-height: 26px;
2962   margin: 0;
2963   padding-left: 4px;
2964   padding-right: 4px;
2965   position: relative;
2966   z-index: 10000;
2967   white-space: nowrap;
2968 }
2969 .roo-select2-search input {
2970   width: 100%;
2971   height: auto !important;
2972   min-height: 26px;
2973   padding: 4px 20px 4px 5px;
2974   margin: 0;
2975   outline: 0;
2976   font-family: sans-serif;
2977   font-size: 1em;
2978   border: 1px solid #777777;
2979   border-radius: 0;
2980   -webkit-box-shadow: none;
2981   box-shadow: none;
2982   background: #ffffff url('../images/select2/select2.png') no-repeat 100% -22px;
2983   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));
2984   background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2985   background: url('../images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2986   background: url('../images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2987 }
2988 .roo-select2-drop.roo-select2-drop-above .roo-select2-search input {
2989   margin-top: 4px;
2990 }
2991 .roo-select2-search input.roo-select2-active {
2992   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100%;
2993   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));
2994   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2995   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2996   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2997 }
2998 .roo-select2-container-active .roo-select2-choice,
2999 .roo-select2-container-active .roo-select2-choices {
3000   border: 1px solid #337ab7;
3001   outline: none;
3002   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3003   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3004 }
3005 .roo-select2-dropdown-open .roo-select2-choice {
3006   border-bottom-color: transparent;
3007   -webkit-box-shadow: 0 1px 0 #ffffff inset;
3008   box-shadow: 0 1px 0 #ffffff inset;
3009   border-bottom-left-radius: 0;
3010   border-bottom-right-radius: 0;
3011   background-color: #eeeeee;
3012   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
3013   background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
3014   background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
3015   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
3016   background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
3017 }
3018 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choice,
3019 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choices {
3020   border: 1px solid #337ab7;
3021   border-top-color: transparent;
3022   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
3023   background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
3024   background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
3025   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
3026   background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
3027 }
3028 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow {
3029   background: transparent;
3030   border-left: none;
3031   filter: none;
3032 }
3033 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow b {
3034   background-position: -18px 1px;
3035 }
3036 .roo-select2-hidden-accessible {
3037   border: 0;
3038   clip: rect(0 0 0 0);
3039   height: 1px;
3040   margin: -1px;
3041   overflow: hidden;
3042   padding: 0;
3043   position: absolute;
3044   width: 1px;
3045 }
3046 /* results */
3047 .roo-select2-results {
3048   max-height: 200px;
3049   padding: 0 0 0 4px;
3050   margin: 4px 4px 4px 0;
3051   position: relative;
3052   overflow-x: hidden;
3053   overflow-y: auto;
3054   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3055 }
3056 .roo-select2-results ul.roo-select2-result-sub {
3057   margin: 0;
3058   padding-left: 0;
3059 }
3060 .roo-select2-results li {
3061   list-style: none;
3062   display: list-item;
3063   background-image: none;
3064 }
3065 .roo-select2-results li.roo-select2-result-with-children > .roo-select2-result-label {
3066   font-weight: bold;
3067 }
3068 .roo-select2-results .roo-select2-result-label {
3069   padding: 3px 7px 4px;
3070   margin: 0;
3071   cursor: pointer;
3072   min-height: 1em;
3073   -webkit-touch-callout: none;
3074   -webkit-user-select: none;
3075   -moz-user-select: none;
3076   -ms-user-select: none;
3077   user-select: none;
3078 }
3079 .roo-select2-results-dept-1 .roo-select2-result-label {
3080   padding-left: 20px;
3081 }
3082 .roo-select2-results-dept-2 .roo-select2-result-label {
3083   padding-left: 40px;
3084 }
3085 .roo-select2-results-dept-3 .roo-select2-result-label {
3086   padding-left: 60px;
3087 }
3088 .roo-select2-results-dept-4 .roo-select2-result-label {
3089   padding-left: 80px;
3090 }
3091 .roo-select2-results-dept-5 .roo-select2-result-label {
3092   padding-left: 100px;
3093 }
3094 .roo-select2-results-dept-6 .roo-select2-result-label {
3095   padding-left: 110px;
3096 }
3097 .roo-select2-results-dept-7 .roo-select2-result-label {
3098   padding-left: 120px;
3099 }
3100 .roo-select2-results .roo-select2-highlighted {
3101   background: #337ab7;
3102   color: #ffffff;
3103 }
3104 .roo-select2-results li em {
3105   background: #f0ad4e;
3106   font-style: normal;
3107 }
3108 .roo-select2-results .roo-select2-highlighted em {
3109   background: transparent;
3110 }
3111 .roo-select2-results .roo-select2-highlighted ul {
3112   background: #ffffff;
3113   color: #000000;
3114 }
3115 .roo-select2-results .roo-select2-no-results,
3116 .roo-select2-results .roo-select2-searching,
3117 .roo-select2-results .roo-select2-selection-limit {
3118   background: #777777;
3119   display: list-item;
3120   padding-left: 5px;
3121 }
3122 /*
3123 disabled look for disabled choices in the results dropdown
3124 */
3125 .roo-select2-results .roo-select2-disabled.roo-select2-highlighted {
3126   color: #eeeeee;
3127   background: #777777;
3128   display: list-item;
3129   cursor: default;
3130 }
3131 .roo-select2-results .roo-select2-disabled {
3132   background: #777777;
3133   display: list-item;
3134   cursor: default;
3135 }
3136 .roo-select2-results .roo-select2-selected {
3137   display: none;
3138 }
3139 .roo-select2-more-results.roo-select2-active {
3140   background: #777777 url('../images/select2/select2-spinner.gif') no-repeat 100%;
3141 }
3142 .roo-select2-more-results {
3143   background: #777777;
3144   display: list-item;
3145 }
3146 /* disabled styles */
3147 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice {
3148   background-color: #777777;
3149   background-image: none;
3150   border: 1px solid #777777;
3151   cursor: default;
3152 }
3153 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice .roo-select2-arrow {
3154   background-color: #777777;
3155   background-image: none;
3156   border-left: 0;
3157 }
3158 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice abbr {
3159   display: none;
3160 }
3161 /* multiselect */
3162 .roo-select2-container-multi .roo-select2-choices {
3163   height: auto !important;
3164   height: 1%;
3165   margin: 0;
3166   padding: 0;
3167   /*position: relative;*/
3168   border: 1px solid #777777;
3169   cursor: text;
3170   overflow: hidden;
3171   background-color: #ffffff;
3172   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
3173   background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3174   background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3175   background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
3176 }
3177 .roo-select2-locked {
3178   padding: 3px 5px 3px 5px !important;
3179 }
3180 .roo-select2-container-multi .roo-select2-choices {
3181   min-height: 26px;
3182 }
3183 .roo-select2-container-multi.roo-select2-container-active .roo-select2-choices {
3184   border: 1px solid #337ab7;
3185   outline: none;
3186   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3187   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3188 }
3189 .roo-select2-container-multi .roo-select2-choices li {
3190   float: left;
3191   list-style: none;
3192 }
3193 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices li {
3194   float: right;
3195 }
3196 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field {
3197   margin: 0;
3198   padding: 0;
3199   white-space: nowrap;
3200 }
3201 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input {
3202   padding: 5px;
3203   margin: 1px 0;
3204   font-family: sans-serif;
3205   font-size: 100%;
3206   color: #555555;
3207   outline: 0;
3208   border: 0;
3209   -webkit-box-shadow: none;
3210   box-shadow: none;
3211   background: transparent !important;
3212 }
3213 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input.roo-select2-active {
3214   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100% !important;
3215 }
3216 .roo-select2-default {
3217   color: #777777 !important;
3218 }
3219 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3220   padding: 4px 7px 4px 16px;
3221   margin: 0 1px;
3222   position: relative;
3223   line-height: 13px;
3224   color: #333333;
3225   cursor: default;
3226   border: 1px solid #777777;
3227   border-radius: 3px;
3228   -webkit-touch-callout: none;
3229   -webkit-user-select: none;
3230   -moz-user-select: none;
3231   -ms-user-select: none;
3232   user-select: none;
3233 }
3234 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3235   margin-left: 0;
3236   margin-right: 5px;
3237 }
3238 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-chosen {
3239   cursor: default;
3240 }
3241 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus {
3242   background: #777777;
3243 }
3244 .roo-select2-search-choice-close {
3245   display: block;
3246   width: 12px;
3247   height: 13px;
3248   position: absolute;
3249   right: 3px;
3250   top: 4px;
3251   font-size: 12px;
3252   outline: none;
3253   color: #777777;
3254   /*background: url('@{bootstrap-image-path}/select2/select2.png') right top no-repeat;*/
3255 }
3256 .roo-select2-search-choice-close:hover {
3257   color: #333333;
3258 }
3259 html[dir="rtl"] .roo-select2-search-choice-close {
3260   right: auto;
3261   left: 3px;
3262 }
3263 .roo-select2-container-multi .roo-select2-search-choice-close {
3264   left: 3px;
3265 }
3266 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close:hover {
3267   background-position: right -11px;
3268 }
3269 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus .roo-select2-search-choice-close {
3270   background-position: right -11px;
3271 }
3272 /* disabled styles */
3273 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices {
3274   background-color: #777777;
3275   background-image: none;
3276   border: 1px solid #777777;
3277   cursor: default;
3278 }
3279 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice {
3280   padding: 3px 5px 3px 5px;
3281   border: 1px solid #777777;
3282   background-image: none;
3283   background-color: #777777;
3284 }
3285 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close {
3286   display: none;
3287   background: none;
3288 }
3289 /* end multiselect */
3290 .roo-select2-result-selectable .roo-select2-match,
3291 .roo-select2-result-unselectable .roo-select2-match {
3292   text-decoration: underline;
3293 }
3294 .roo-select2-offscreen,
3295 .roo-select2-offscreen:focus {
3296   clip: rect(0 0 0 0) !important;
3297   width: 1px !important;
3298   height: 1px !important;
3299   border: 0 !important;
3300   margin: 0 !important;
3301   padding: 0 !important;
3302   overflow: hidden !important;
3303   position: absolute !important;
3304   outline: 0 !important;
3305   left: 0px !important;
3306   top: 0px !important;
3307 }
3308 .roo-select2-display-none {
3309   display: none;
3310 }
3311 .roo-select2-measure-scrollbar {
3312   position: absolute;
3313   top: -10000px;
3314   left: -10000px;
3315   width: 100px;
3316   height: 100px;
3317   overflow: scroll;
3318 }
3319 /* Retina-ize icons */
3320 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
3321   .roo-select2-search input,
3322   .roo-select2-search-choice-close,
3323   .roo-select2-container .roo-select2-choice abbr,
3324   .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
3325     background-image: url('../images/select2/select2x2.png') !important;
3326     background-repeat: no-repeat !important;
3327     background-size: 60px 40px !important;
3328   }
3329   .roo-select2-search input {
3330     background-position: 100% -21px !important;
3331   }
3332 }
3333 .has-error .roo-select2-choices {
3334   border-color: #d9534f;
3335   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3336   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3337 }
3338 .dropdown-menu .roo-select2-result.disabled {
3339   background-color: #eeeeee;
3340   color: #777777;
3341   cursor: not-allowed;
3342 }
3343 .sidebar {
3344   margin-bottom: 5px;
3345 }
3346 /* override boostrap a:hover */
3347 .sidebar a:hover {
3348   text-decoration: none;
3349 }
3350 .sidebar .sidebar-menu {
3351   list-style: none;
3352   margin: 0;
3353   padding: 0;
3354 }
3355 /* GREY BG */
3356 .sidebar .sidebar-menu > li,
3357 .sidebar .sidebar-menu li.active li.treeview-menu {
3358   margin: 0;
3359   padding: 0;
3360   border-bottom: 1px solid #777777;
3361   background-color: #eeeeee;
3362 }
3363 /* active child menu - white BG */
3364 .sidebar .sidebar-menu li.active li.treeview-menu {
3365   background-color: #777777;
3366 }
3367 .sidebar .sidebar-menu > li > a,
3368 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3369   padding: 12px 5px 12px 15px;
3370   display: block;
3371   color: #333333;
3372 }
3373 .sidebar .sidebar-menu > li > a > .fa,
3374 .sidebar .sidebar-menu > li > a > .glyphicon,
3375 .sidebar .sidebar-menu > li > a > .ion {
3376   width: 20px;
3377 }
3378 .sidebar .sidebar-menu li:hover,
3379 .sidebar .sidebar-menu li:focus,
3380 .sidebar .sidebar-menu li:active,
3381 .sidebar .sidebar-menu li.active li.treeview-menu:hover,
3382 .sidebar .sidebar-menu li.active li.treeview-menu:focus,
3383 .sidebar .sidebar-menu li.active li.treeview-menu:active {
3384   background-color: #ffffff;
3385 }
3386 .sidebar .sidebar-menu li:hover a,
3387 .sidebar .sidebar-menu li:focus a,
3388 .sidebar .sidebar-menu li:active a,
3389 .sidebar .sidebar-menu li.oepn li.treeview-menu a:hover,
3390 .sidebar .sidebar-menu li.open li.treeview-menu a:focus,
3391 .sidebar .sidebar-menu li.open li.treeview-menu a:active {
3392   color: #000000;
3393   text-decoration: none;
3394 }
3395 /* BLUE ACTIVE */
3396 .sidebar .sidebar-menu li.active {
3397   color: #ffffff;
3398   background-color: #337ab7;
3399   border-color: #286090;
3400 }
3401 .sidebar .sidebar-menu li.active:hover,
3402 .sidebar .sidebar-menu li.active:focus,
3403 .sidebar .sidebar-menu li.active.focus {
3404   color: #ffffff;
3405   background-color: #337ab7;
3406   border-color: #286090;
3407 }
3408 .sidebar .sidebar-menu li.active a {
3409   color: #ffffff;
3410 }
3411 .sidebar .sidebar-menu li.disabled {
3412   color: #333333;
3413   background-color: #ffffff;
3414   border-color: #333333;
3415 }
3416 .sidebar .sidebar-menu li.disabled a {
3417   color: #777777;
3418   cursor: default;
3419 }
3420 .sidebar .sidebar-menu li.danger,
3421 .sidebar .sidebar-menu li.danger.active {
3422   color: #ffffff;
3423   background-color: #d9534f;
3424   border-color: #e27c79;
3425 }
3426 .sidebar .sidebar-menu li.danger:hover,
3427 .sidebar .sidebar-menu li.danger:focus,
3428 .sidebar .sidebar-menu li.danger.active:focus {
3429   color: #ffffff;
3430   background-color: #d9534f;
3431   border-color: #c9302c;
3432   border-bottom: 1px solid #c9302c;
3433 }
3434 .sidebar .sidebar-menu li.danger a,
3435 .sidebar .sidebar-menu li.danger.active a {
3436   color: #ffffff;
3437 }
3438 /* --- open  */
3439 .sidebar .sidebar-menu li.open ul {
3440   display: block;
3441 }
3442 .sidebar .sidebar-menu li.open .treeview-menu {
3443   display: block;
3444 }
3445 /* --- treeview menu  */
3446 .sidebar .sidebar-menu .treeview-menu {
3447   display: none;
3448   list-style: none;
3449   padding: 0;
3450   margin: 0;
3451 }
3452 .sidebar .sidebar-menu .treeview-menu > li {
3453   margin: 0;
3454 }
3455 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3456   padding: 5px 5px 5px 20px;
3457   display: block;
3458   font-size: 14px;
3459   margin: 0px 0px;
3460 }
3461 .sidebar .sidebar-menu .treeview-menu > li > a > .fa,
3462 .sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
3463 .sidebar .sidebar-menu .treeview-menu > li > a > .ion {
3464   width: 20px;
3465 }
3466 /* background to highlighted treeview node
3467 .sidebar .sidebar-menu li li.treeview-menu.active  {
3468     background: #fff;
3469 }
3470 */
3471 .sidebar .sidebar-menu li li.treeview-menu.active > a {
3472   font-weight: bold;
3473 }
3474 /* active sidebard... */
3475 .badge-default {
3476   background-color: #777777;
3477   color: #ffffff;
3478 }
3479 .badge-primary {
3480   background-color: #337ab7;
3481   color: #ffffff;
3482 }
3483 .badge-success {
3484   background-color: #5cb85c;
3485   color: #ffffff;
3486 }
3487 .badge-info {
3488   background-color: #5bc0de;
3489   color: #ffffff;
3490 }
3491 .badge-warning {
3492   background-color: #f0ad4e;
3493   color: #ffffff;
3494 }
3495 .badge-danger {
3496   background-color: #d9534f;
3497   color: #ffffff;
3498 }
3499 .sidebar .sidebar-menu > li.active .badge-info {
3500   background-color: #ffffff;
3501   color: #5bc0de;
3502 }
3503 /*html, */
3504 /* Sticky footer styles
3505 -------------------------------------------------- */
3506 html.bootstrap-sticky {
3507   position: relative;
3508   min-height: 100%;
3509 }
3510 html.bootstrap-sticky body {
3511   /* Margin bottom by footer height */
3512   margin-bottom: 60px;
3513 }
3514 .bootstrap-sticky-footer {
3515   position: absolute;
3516   bottom: 0;
3517   width: 100%;
3518   /* Set the fixed height of the footer here */
3519   height: 60px;
3520   background-color: #f5f5f5;
3521 }
3522 /* Lastly, apply responsive CSS fixes as necessary */
3523 @media (max-width: 767px) {
3524   .bootstrap-sticky-footer {
3525     margin-left: -20px;
3526     margin-right: -20px;
3527     padding-left: 20px;
3528     padding-right: 20px;
3529   }
3530 }
3531 /* paging toolbar */
3532 .table .pagination .x-paging-position span {
3533   padding: 3px 6px;
3534 }
3535 .table .pagination .x-paging-position span input {
3536   margin: 0 0 0 7px;
3537   width: 42px;
3538   padding: 0 5px;
3539 }
3540 .navbar .pagination > li > span {
3541   min-height: 34px;
3542 }
3543 .navbar .pagination {
3544   margin: 0;
3545 }
3546 /* these are technicall adminlte related */
3547 .skin-blue .navbar .pagination > li > a:active,
3548 .skin-blue .navbar .pagination > li > a:focus,
3549 .skin-blue .navbar .pagination > li > a {
3550   background-color: #337ab7;
3551 }
3552 .skin-blue .navbar .pagination > li > a:hover {
3553   background-color: #777777;
3554 }
3555 .skin-blue table .navbar {
3556   background-color: #ffffff;
3557 }
3558 .skin-blue .navbar .pagination > li.disabled > a {
3559   background-color: #777777;
3560 }
3561 .skin-blue table .navbar {
3562   margin-bottom: 0;
3563   min-height: 0;
3564 }
3565 .table .sortable {
3566   cursor: pointer;
3567 }
3568 .table-body-fixed tbody {
3569   overflow-y: scroll;
3570   width: 100%;
3571 }
3572 .table-body-fixed thead,
3573 .table-body-fixed tbody,
3574 .table-body-fixed th {
3575   display: block;
3576 }
3577 .table-body-fixed thead {
3578   overflow: hidden;
3579 }
3580 .table-body-fixed tbody td,
3581 .table-body-fixed thead > tr > th {
3582   float: left;
3583   border-bottom-width: 0;
3584 }
3585 /* fake infinate widt.. */
3586 .table-body-fixed thead > tr,
3587 .table-body-fixed tbody > tr {
3588   display: block;
3589   overflow: hidden;
3590 }
3591 /* standard bootstrap does not colour rows very well.. */
3592 .table > tbody > tr.info {
3593   background-color: #d9edf7;
3594 }
3595 .table-hover > tbody > tr.info:hover {
3596   background-color: #c4e3f3;
3597 }
3598 .table tfoot .navbar {
3599   min-height: inherit;
3600 }
3601 /* for ie11 && edge: fixing height inheriting from tbody to tr */
3602 .roo-ie11 table.table tbody tr,
3603 .roo-edge table.table tbody tr {
3604   height: auto;
3605 }
3606 .header .top-bar {
3607   min-height: 30px;
3608   background: #777777;
3609   border-bottom: 1px solid #eeeeee;
3610   padding: 0;
3611 }
3612 @media (min-width: 980px) {
3613   .top-bar .collapse {
3614     display: block !important;
3615     visibility: visible !important;
3616     height: auto !important;
3617     overflow: visible !important;
3618     padding-bottom: 0;
3619   }
3620 }
3621 @media (min-width: 768px) and (max-width: 979px) {
3622   .header .top-bar {
3623     min-height: 0;
3624     padding: 3px 0;
3625   }
3626 }
3627 .header .social,
3628 .footer .social {
3629   margin-right: 4px;
3630   line-height: 30px;
3631   padding-left: 0;
3632   margin-bottom: 0;
3633 }
3634 .footer .social li:last-child,
3635 .footer .social {
3636   margin-right: 0 !important;
3637 }
3638 .header .social li:first-child {
3639   border-left: 1px solid #777777;
3640 }
3641 .header .social li,
3642 .footer .social li {
3643   border-right: 1px solid #777777;
3644   display: table-cell;
3645   vertical-align: middle;
3646   height: 40px;
3647   margin-right: 5px;
3648   width: 40px;
3649   text-align: center;
3650   -webkit-transition: background 0.5s ease-in-out;
3651   -moz-transition: background 0.5s ease-in-out;
3652   -o-transition: background 0.5s ease-in-out;
3653   -ms-transition: background 0.5s ease-in-out;
3654   transition: background 0.5s ease-in-out;
3655   padding: 1px;
3656 }
3657 .header .social i,
3658 .footer .social i {
3659   color: #555555;
3660   font-size: 16px;
3661   -webkit-transition: color 0.5s ease-in-out;
3662   -moz-transition: color 0.5s ease-in-out;
3663   -o-transition: color 0.5s ease-in-out;
3664   -ms-transition: color 0.5s ease-in-out;
3665   transition: color 0.5s ease-in-out;
3666 }
3667 .header .social li:hover a i,
3668 .footer .social li:hover a i {
3669   color: #ffffff;
3670 }
3671 .team .item .team-member-links a.facebook:hover,
3672 .member-social.dark a.facebook:hover,
3673 .header .social li.facebook:hover,
3674 .footer .social li.facebook:hover {
3675   background: #337ab7;
3676 }
3677 .team .item .team-member-links a.dribbble:hover,
3678 .member-social.dark a.dribbble:hover,
3679 .header .social li.dribbble:hover,
3680 .footer .social li.dribbble:hover {
3681   background: #f0ad4e;
3682 }
3683 .team .item .team-member-links a.twitter:hover,
3684 .member-social.dark a.twitter:hover,
3685 .header .social li.twitter:hover,
3686 .footer .social li.twitter:hover {
3687   background: #337ab7;
3688 }
3689 .team .item .team-member-links a.gplus:hover,
3690 .member-social.dark a.gplus:hover,
3691 .header .social li.gplus:hover,
3692 .footer .social li.gplus:hover {
3693   background: #d9534f;
3694 }
3695 .team .item .team-member-links a.linkedin:hover,
3696 .member-social.dark a.linkedin:hover,
3697 .header .social li.linkedin:hover,
3698 .footer .social li.linkedin:hover {
3699   background: #337ab7;
3700 }
3701 .team .item .team-member-links a.pinterest:hover,
3702 .member-social.dark a.pinterest:hover,
3703 .header .social li.pinterest:hover,
3704 .footer .social li.pinterest:hover {
3705   background: #d9534f;
3706 }
3707 .header .social li.rss:hover,
3708 .footer .social li.rss:hover {
3709   background: #f0ad4e;
3710 }
3711 .top-bar .languages {
3712   padding: 8px 0;
3713 }
3714 .top-bar .languages a {
3715   margin-right: 20px;
3716   color: #555555;
3717   font-family: "Open Sans", Helvetica, Arial, sans-serif;
3718   font-size: 14px;
3719   line-height: 24px;
3720 }
3721 /* WTF is this! !!
3722  *
3723  * DO NOT EVER PUT ANYTHIGN IN THIS FILE... tweaks - bad name... *
3724  */
3725 .navbar-left .input-group[class*="col-"] {
3726   float: left;
3727 }
3728 .ellipsis {
3729   overflow: hidden;
3730   text-overflow: ellipsis;
3731   display: -webkit-box;
3732   -webkit-line-clamp: 3;
3733   -webkit-box-orient: vertical;
3734 }
3735 .sw-child-headline {
3736   display: inline-block;
3737   width: auto;
3738 }
3739 .box-input-label {
3740   width: 100%;
3741   display: inline-block;
3742   font-weight: bold;
3743 }
3744 .box-label {
3745   margin-left: 5px;
3746   cursor: pointer;
3747 }
3748 /* needed as menu ontop of form does not work */
3749 .input-group .form-control {
3750   z-index: 1;
3751 }
3752 /* admin-lte - messes with checkbox and radio.. */
3753 .checkbox,
3754 .radio {
3755   padding-left: 15px !important;
3756 }
3757 /* inside a column it needs even more padding...*/
3758 /*
3759 * It breaks all the checkbox layout. comment it first...
3760 */
3761 /*.column .checkbox,
3762 .column .radio {
3763     padding-left: 25px !important;
3764 }*/
3765 /* paging toolbar */
3766 .pagination .x-paging-position span {
3767   padding-top: 3px;
3768   padding-bottom: 3px;
3769 }
3770 .pagination .x-paging-position span input {
3771   margin: 0 3px;
3772 }
3773 .panel-header-right {
3774   float: right;
3775   text-align: right;
3776 }
3777 .badge-error {
3778   background-color: #d9534f;
3779 }
3780 .badge-error:hover {
3781   background-color: #c9302c;
3782 }
3783 .badge-warning {
3784   background-color: #f0ad4e;
3785 }
3786 .badge-warning:hover {
3787   background-color: #ec971f;
3788 }
3789 .badge-success {
3790   background-color: #5cb85c;
3791 }
3792 .badge-success:hover {
3793   background-color: #449d44;
3794 }
3795 .badge-info {
3796   background-color: #5bc0de;
3797 }
3798 .badge-info:hover {
3799   background-color: #31b0d5;
3800 }
3801 .badge-inverse {
3802   background-color: #333333;
3803 }
3804 .badge-inverse:hover {
3805   background-color: #222222;
3806 }
3807 .tooltip.fade.in {
3808   z-index: 10002;
3809 }
3810 .x-hidden {
3811   position: absolute;
3812   top: 0;
3813   left: 0;
3814   visibility: hidden;
3815   display: none;
3816 }
3817 .roo-upload-cropbox-selector {
3818   visibility: hidden;
3819   height: 0px;
3820 }
3821 .roo-upload-cropbox-dialog .modal-header,
3822 .roo-upload-cropbox-dialog .modal-footer {
3823   padding-top: 5px;
3824   padding-bottom: 5px;
3825 }
3826 .roo-upload-cropbox-body {
3827   background-color: #ffffff;
3828   border: 1px solid #777777;
3829   width: 100%;
3830   height: 450px;
3831   max-height: 450px;
3832   position: relative;
3833   overflow: hidden;
3834   cursor: move;
3835 }
3836 .roo-upload-cropbox-preview {
3837   position: absolute;
3838   top: 0px;
3839   left: 0px;
3840   text-align: center;
3841   margin: 0px;
3842   padding: 0px;
3843   border: none;
3844 }
3845 .roo-upload-cropbox-body .roo-upload-cropbox-thumb {
3846   position: absolute;
3847   /*    top: 50%;
3848     left: 50%;
3849     transform: translate(-50%, -50%);*/
3850   box-sizing: border-box;
3851   border: 1px solid #777777;
3852   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
3853   background: none repeat scroll 0% 0% transparent;
3854 }
3855 .roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
3856   height: 100%;
3857   background-color: rgba(0, 0, 0, 0.5);
3858   color: #ffffff;
3859   font-weight: bold;
3860   font-size: 24px;
3861   text-align: center;
3862   padding-top: 50px;
3863   font-style: italic;
3864 }
3865 .roo-upload-cropbox-btn-group button {
3866   background-color: #000000;
3867   color: #ffffff;
3868   border-color: #333333;
3869 }
3870 .roo-upload-cropbox-error-notify {
3871   border-radius: 0px;
3872   text-align: center;
3873   padding: 0px !important;
3874   margin: 0px !important;
3875   position: absolute;
3876   top: 0;
3877   left: 0;
3878 }
3879 .tel-input {
3880   padding-left: 105px;
3881   border-radius: 4px !important;
3882 }
3883 .dial-code-holder {
3884   position: absolute;
3885   width: 60px;
3886   left: 55px;
3887   z-index: 3;
3888   padding: 7px;
3889   border: 1px solid transparent;
3890   background: transparent;
3891   -webkit-touch-callout: none;
3892   -webkit-user-select: none;
3893   -khtml-user-select: none;
3894   -moz-user-select: none;
3895   -ms-user-select: none;
3896   user-select: none;
3897 }
3898 .tel-list li a {
3899   padding-left: 10px;
3900 }
3901 .tel-list li a .flag {
3902   margin-right: 20px;
3903 }
3904 .tel-list li a .dial-code {
3905   color: #999;
3906 }
3907 .flag-box {
3908   position: absolute;
3909   top: 6px;
3910   height: 20px;
3911   width: 50px;
3912   padding: 5px;
3913   margin-left: 5px;
3914   display: flex;
3915   flex-direction: row;
3916   justify-content: space-around;
3917   z-index: 4;
3918 }
3919 .flag-box .caret {
3920   margin-top: 3px;
3921 }
3922 .flag {
3923   background-image: url('../images/default/flags.png');
3924   background-repeat: no-repeat;
3925   width: 20px;
3926   height: inherit;
3927   display: inline-block;
3928   margin-right: 10px;
3929 }
3930 .flag.ac {
3931   height: 10px;
3932   background-position: 0px 0px;
3933 }
3934 .flag.ad {
3935   height: 14px;
3936   background-position: -22px 0px;
3937 }
3938 .flag.ae {
3939   height: 10px;
3940   background-position: -44px 0px;
3941 }
3942 .flag.af {
3943   height: 14px;
3944   background-position: -66px 0px;
3945 }
3946 .flag.ag {
3947   height: 14px;
3948   background-position: -88px 0px;
3949 }
3950 .flag.ai {
3951   height: 10px;
3952   background-position: -110px 0px;
3953 }
3954 .flag.al {
3955   height: 15px;
3956   background-position: -132px 0px;
3957 }
3958 .flag.am {
3959   height: 10px;
3960   background-position: -154px 0px;
3961 }
3962 .flag.ao {
3963   height: 14px;
3964   background-position: -176px 0px;
3965 }
3966 .flag.aq {
3967   height: 14px;
3968   background-position: -198px 0px;
3969 }
3970 .flag.ar {
3971   height: 13px;
3972   background-position: -220px 0px;
3973 }
3974 .flag.as {
3975   height: 10px;
3976   background-position: -242px 0px;
3977 }
3978 .flag.at {
3979   height: 14px;
3980   background-position: -264px 0px;
3981 }
3982 .flag.au {
3983   height: 10px;
3984   background-position: -286px 0px;
3985 }
3986 .flag.aw {
3987   height: 14px;
3988   background-position: -308px 0px;
3989 }
3990 .flag.ax {
3991   height: 13px;
3992   background-position: -330px 0px;
3993 }
3994 .flag.az {
3995   height: 10px;
3996   background-position: -352px 0px;
3997 }
3998 .flag.ba {
3999   height: 10px;
4000   background-position: -374px 0px;
4001 }
4002 .flag.bb {
4003   height: 14px;
4004   background-position: -396px 0px;
4005 }
4006 .flag.bd {
4007   height: 12px;
4008   background-position: -418px 0px;
4009 }
4010 .flag.be {
4011   height: 15px;
4012   background-position: -440px 0px;
4013 }
4014 .flag.bf {
4015   height: 14px;
4016   background-position: -460px 0px;
4017 }
4018 .flag.bg {
4019   height: 12px;
4020   background-position: -482px 0px;
4021 }
4022 .flag.bh {
4023   height: 12px;
4024   background-position: -504px 0px;
4025 }
4026 .flag.bi {
4027   height: 12px;
4028   background-position: -526px 0px;
4029 }
4030 .flag.bj {
4031   height: 14px;
4032   background-position: -548px 0px;
4033 }
4034 .flag.bl {
4035   height: 14px;
4036   background-position: -570px 0px;
4037 }
4038 .flag.bm {
4039   height: 10px;
4040   background-position: -592px 0px;
4041 }
4042 .flag.bn {
4043   height: 10px;
4044   background-position: -614px 0px;
4045 }
4046 .flag.bo {
4047   height: 14px;
4048   background-position: -636px 0px;
4049 }
4050 .flag.bq {
4051   height: 14px;
4052   background-position: -658px 0px;
4053 }
4054 .flag.br {
4055   height: 14px;
4056   background-position: -680px 0px;
4057 }
4058 .flag.bs {
4059   height: 10px;
4060   background-position: -702px 0px;
4061 }
4062 .flag.bt {
4063   height: 14px;
4064   background-position: -724px 0px;
4065 }
4066 .flag.bv {
4067   height: 15px;
4068   background-position: -746px 0px;
4069 }
4070 .flag.bw {
4071   height: 14px;
4072   background-position: -768px 0px;
4073 }
4074 .flag.by {
4075   height: 10px;
4076   background-position: -790px 0px;
4077 }
4078 .flag.bz {
4079   height: 14px;
4080   background-position: -812px 0px;
4081 }
4082 .flag.ca {
4083   height: 10px;
4084   background-position: -834px 0px;
4085 }
4086 .flag.cc {
4087   height: 10px;
4088   background-position: -856px 0px;
4089 }
4090 .flag.cd {
4091   height: 15px;
4092   background-position: -878px 0px;
4093 }
4094 .flag.cf {
4095   height: 14px;
4096   background-position: -900px 0px;
4097 }
4098 .flag.cg {
4099   height: 14px;
4100   background-position: -922px 0px;
4101 }
4102 .flag.ch {
4103   height: 15px;
4104   background-position: -944px 0px;
4105 }
4106 .flag.ci {
4107   height: 14px;
4108   background-position: -961px 0px;
4109 }
4110 .flag.ck {
4111   height: 10px;
4112   background-position: -983px 0px;
4113 }
4114 .flag.cl {
4115   height: 14px;
4116   background-position: -1005px 0px;
4117 }
4118 .flag.cm {
4119   height: 14px;
4120   background-position: -1027px 0px;
4121 }
4122 .flag.cn {
4123   height: 14px;
4124   background-position: -1049px 0px;
4125 }
4126 .flag.co {
4127   height: 14px;
4128   background-position: -1071px 0px;
4129 }
4130 .flag.cp {
4131   height: 14px;
4132   background-position: -1093px 0px;
4133 }
4134 .flag.cr {
4135   height: 12px;
4136   background-position: -1115px 0px;
4137 }
4138 .flag.cu {
4139   height: 10px;
4140   background-position: -1137px 0px;
4141 }
4142 .flag.cv {
4143   height: 12px;
4144   background-position: -1159px 0px;
4145 }
4146 .flag.cw {
4147   height: 14px;
4148   background-position: -1181px 0px;
4149 }
4150 .flag.cx {
4151   height: 10px;
4152   background-position: -1203px 0px;
4153 }
4154 .flag.cy {
4155   height: 13px;
4156   background-position: -1225px 0px;
4157 }
4158 .flag.cz {
4159   height: 14px;
4160   background-position: -1247px 0px;
4161 }
4162 .flag.de {
4163   height: 12px;
4164   background-position: -1269px 0px;
4165 }
4166 .flag.dg {
4167   height: 10px;
4168   background-position: -1291px 0px;
4169 }
4170 .flag.dj {
4171   height: 14px;
4172   background-position: -1313px 0px;
4173 }
4174 .flag.dk {
4175   height: 15px;
4176   background-position: -1335px 0px;
4177 }
4178 .flag.dm {
4179   height: 10px;
4180   background-position: -1357px 0px;
4181 }
4182 .flag.do {
4183   height: 13px;
4184   background-position: -1379px 0px;
4185 }
4186 .flag.dz {
4187   height: 14px;
4188   background-position: -1401px 0px;
4189 }
4190 .flag.ea {
4191   height: 14px;
4192   background-position: -1423px 0px;
4193 }
4194 .flag.ec {
4195   height: 14px;
4196   background-position: -1445px 0px;
4197 }
4198 .flag.ee {
4199   height: 13px;
4200   background-position: -1467px 0px;
4201 }
4202 .flag.eg {
4203   height: 14px;
4204   background-position: -1489px 0px;
4205 }
4206 .flag.eh {
4207   height: 10px;
4208   background-position: -1511px 0px;
4209 }
4210 .flag.er {
4211   height: 10px;
4212   background-position: -1533px 0px;
4213 }
4214 .flag.es {
4215   height: 14px;
4216   background-position: -1555px 0px;
4217 }
4218 .flag.et {
4219   height: 10px;
4220   background-position: -1577px 0px;
4221 }
4222 .flag.eu {
4223   height: 14px;
4224   background-position: -1599px 0px;
4225 }
4226 .flag.fi {
4227   height: 12px;
4228   background-position: -1621px 0px;
4229 }
4230 .flag.fj {
4231   height: 10px;
4232   background-position: -1643px 0px;
4233 }
4234 .flag.fk {
4235   height: 10px;
4236   background-position: -1665px 0px;
4237 }
4238 .flag.fm {
4239   height: 11px;
4240   background-position: -1687px 0px;
4241 }
4242 .flag.fo {
4243   height: 15px;
4244   background-position: -1709px 0px;
4245 }
4246 .flag.fr {
4247   height: 14px;
4248   background-position: -1731px 0px;
4249 }
4250 .flag.ga {
4251   height: 15px;
4252   background-position: -1753px 0px;
4253 }
4254 .flag.gb {
4255   height: 10px;
4256   background-position: -1775px 0px;
4257 }
4258 .flag.gd {
4259   height: 12px;
4260   background-position: -1797px 0px;
4261 }
4262 .flag.ge {
4263   height: 14px;
4264   background-position: -1819px 0px;
4265 }
4266 .flag.gf {
4267   height: 14px;
4268   background-position: -1841px 0px;
4269 }
4270 .flag.gg {
4271   height: 14px;
4272   background-position: -1863px 0px;
4273 }
4274 .flag.gh {
4275   height: 14px;
4276   background-position: -1885px 0px;
4277 }
4278 .flag.gi {
4279   height: 10px;
4280   background-position: -1907px 0px;
4281 }
4282 .flag.gl {
4283   height: 14px;
4284   background-position: -1929px 0px;
4285 }
4286 .flag.gm {
4287   height: 14px;
4288   background-position: -1951px 0px;
4289 }
4290 .flag.gn {
4291   height: 14px;
4292   background-position: -1973px 0px;
4293 }
4294 .flag.gp {
4295   height: 14px;
4296   background-position: -1995px 0px;
4297 }
4298 .flag.gq {
4299   height: 14px;
4300   background-position: -2017px 0px;
4301 }
4302 .flag.gr {
4303   height: 14px;
4304   background-position: -2039px 0px;
4305 }
4306 .flag.gs {
4307   height: 10px;
4308   background-position: -2061px 0px;
4309 }
4310 .flag.gt {
4311   height: 13px;
4312   background-position: -2083px 0px;
4313 }
4314 .flag.gu {
4315   height: 11px;
4316   background-position: -2105px 0px;
4317 }
4318 .flag.gw {
4319   height: 10px;
4320   background-position: -2127px 0px;
4321 }
4322 .flag.gy {
4323   height: 12px;
4324   background-position: -2149px 0px;
4325 }
4326 .flag.hk {
4327   height: 14px;
4328   background-position: -2171px 0px;
4329 }
4330 .flag.hm {
4331   height: 10px;
4332   background-position: -2193px 0px;
4333 }
4334 .flag.hn {
4335   height: 10px;
4336   background-position: -2215px 0px;
4337 }
4338 .flag.hr {
4339   height: 10px;
4340   background-position: -2237px 0px;
4341 }
4342 .flag.ht {
4343   height: 12px;
4344   background-position: -2259px 0px;
4345 }
4346 .flag.hu {
4347   height: 10px;
4348   background-position: -2281px 0px;
4349 }
4350 .flag.ic {
4351   height: 14px;
4352   background-position: -2303px 0px;
4353 }
4354 .flag.id {
4355   height: 14px;
4356   background-position: -2325px 0px;
4357 }
4358 .flag.ie {
4359   height: 10px;
4360   background-position: -2347px 0px;
4361 }
4362 .flag.il {
4363   height: 15px;
4364   background-position: -2369px 0px;
4365 }
4366 .flag.im {
4367   height: 10px;
4368   background-position: -2391px 0px;
4369 }
4370 .flag.in {
4371   height: 14px;
4372   background-position: -2413px 0px;
4373 }
4374 .flag.io {
4375   height: 10px;
4376   background-position: -2435px 0px;
4377 }
4378 .flag.iq {
4379   height: 14px;
4380   background-position: -2457px 0px;
4381 }
4382 .flag.ir {
4383   height: 12px;
4384   background-position: -2479px 0px;
4385 }
4386 .flag.is {
4387   height: 15px;
4388   background-position: -2501px 0px;
4389 }
4390 .flag.it {
4391   height: 14px;
4392   background-position: -2523px 0px;
4393 }
4394 .flag.je {
4395   height: 12px;
4396   background-position: -2545px 0px;
4397 }
4398 .flag.jm {
4399   height: 10px;
4400   background-position: -2567px 0px;
4401 }
4402 .flag.jo {
4403   height: 10px;
4404   background-position: -2589px 0px;
4405 }
4406 .flag.jp {
4407   height: 14px;
4408   background-position: -2611px 0px;
4409 }
4410 .flag.ke {
4411   height: 14px;
4412   background-position: -2633px 0px;
4413 }
4414 .flag.kg {
4415   height: 12px;
4416   background-position: -2655px 0px;
4417 }
4418 .flag.kh {
4419   height: 13px;
4420   background-position: -2677px 0px;
4421 }
4422 .flag.ki {
4423   height: 10px;
4424   background-position: -2699px 0px;
4425 }
4426 .flag.km {
4427   height: 12px;
4428   background-position: -2721px 0px;
4429 }
4430 .flag.kn {
4431   height: 14px;
4432   background-position: -2743px 0px;
4433 }
4434 .flag.kp {
4435   height: 10px;
4436   background-position: -2765px 0px;
4437 }
4438 .flag.kr {
4439   height: 14px;
4440   background-position: -2787px 0px;
4441 }
4442 .flag.kw {
4443   height: 10px;
4444   background-position: -2809px 0px;
4445 }
4446 .flag.ky {
4447   height: 10px;
4448   background-position: -2831px 0px;
4449 }
4450 .flag.kz {
4451   height: 10px;
4452   background-position: -2853px 0px;
4453 }
4454 .flag.la {
4455   height: 14px;
4456   background-position: -2875px 0px;
4457 }
4458 .flag.lb {
4459   height: 14px;
4460   background-position: -2897px 0px;
4461 }
4462 .flag.lc {
4463   height: 10px;
4464   background-position: -2919px 0px;
4465 }
4466 .flag.li {
4467   height: 12px;
4468   background-position: -2941px 0px;
4469 }
4470 .flag.lk {
4471   height: 10px;
4472   background-position: -2963px 0px;
4473 }
4474 .flag.lr {
4475   height: 11px;
4476   background-position: -2985px 0px;
4477 }
4478 .flag.ls {
4479   height: 14px;
4480   background-position: -3007px 0px;
4481 }
4482 .flag.lt {
4483   height: 12px;
4484   background-position: -3029px 0px;
4485 }
4486 .flag.lu {
4487   height: 12px;
4488   background-position: -3051px 0px;
4489 }
4490 .flag.lv {
4491   height: 10px;
4492   background-position: -3073px 0px;
4493 }
4494 .flag.ly {
4495   height: 10px;
4496   background-position: -3095px 0px;
4497 }
4498 .flag.ma {
4499   height: 14px;
4500   background-position: -3117px 0px;
4501 }
4502 .flag.mc {
4503   height: 15px;
4504   background-position: -3139px 0px;
4505 }
4506 .flag.md {
4507   height: 10px;
4508   background-position: -3160px 0px;
4509 }
4510 .flag.me {
4511   height: 10px;
4512   background-position: -3182px 0px;
4513 }
4514 .flag.mf {
4515   height: 14px;
4516   background-position: -3204px 0px;
4517 }
4518 .flag.mg {
4519   height: 14px;
4520   background-position: -3226px 0px;
4521 }
4522 .flag.mh {
4523   height: 11px;
4524   background-position: -3248px 0px;
4525 }
4526 .flag.mk {
4527   height: 10px;
4528   background-position: -3270px 0px;
4529 }
4530 .flag.ml {
4531   height: 14px;
4532   background-position: -3292px 0px;
4533 }
4534 .flag.mm {
4535   height: 14px;
4536   background-position: -3314px 0px;
4537 }
4538 .flag.mn {
4539   height: 10px;
4540   background-position: -3336px 0px;
4541 }
4542 .flag.mo {
4543   height: 14px;
4544   background-position: -3358px 0px;
4545 }
4546 .flag.mp {
4547   height: 10px;
4548   background-position: -3380px 0px;
4549 }
4550 .flag.mq {
4551   height: 14px;
4552   background-position: -3402px 0px;
4553 }
4554 .flag.mr {
4555   height: 14px;
4556   background-position: -3424px 0px;
4557 }
4558 .flag.ms {
4559   height: 10px;
4560   background-position: -3446px 0px;
4561 }
4562 .flag.mt {
4563   height: 14px;
4564   background-position: -3468px 0px;
4565 }
4566 .flag.mu {
4567   height: 14px;
4568   background-position: -3490px 0px;
4569 }
4570 .flag.mv {
4571   height: 14px;
4572   background-position: -3512px 0px;
4573 }
4574 .flag.mw {
4575   height: 14px;
4576   background-position: -3534px 0px;
4577 }
4578 .flag.mx {
4579   height: 12px;
4580   background-position: -3556px 0px;
4581 }
4582 .flag.my {
4583   height: 10px;
4584   background-position: -3578px 0px;
4585 }
4586 .flag.mz {
4587   height: 14px;
4588   background-position: -3600px 0px;
4589 }
4590 .flag.na {
4591   height: 14px;
4592   background-position: -3622px 0px;
4593 }
4594 .flag.nc {
4595   height: 10px;
4596   background-position: -3644px 0px;
4597 }
4598 .flag.ne {
4599   height: 15px;
4600   background-position: -3666px 0px;
4601 }
4602 .flag.nf {
4603   height: 10px;
4604   background-position: -3686px 0px;
4605 }
4606 .flag.ng {
4607   height: 10px;
4608   background-position: -3708px 0px;
4609 }
4610 .flag.ni {
4611   height: 12px;
4612   background-position: -3730px 0px;
4613 }
4614 .flag.nl {
4615   height: 14px;
4616   background-position: -3752px 0px;
4617 }
4618 .flag.no {
4619   height: 15px;
4620   background-position: -3774px 0px;
4621 }
4622 .flag.np {
4623   height: 15px;
4624   background-position: -3796px 0px;
4625 }
4626 .flag.nr {
4627   height: 10px;
4628   background-position: -3811px 0px;
4629 }
4630 .flag.nu {
4631   height: 10px;
4632   background-position: -3833px 0px;
4633 }
4634 .flag.nz {
4635   height: 10px;
4636   background-position: -3855px 0px;
4637 }
4638 .flag.om {
4639   height: 10px;
4640   background-position: -3877px 0px;
4641 }
4642 .flag.pa {
4643   height: 14px;
4644   background-position: -3899px 0px;
4645 }
4646 .flag.pe {
4647   height: 14px;
4648   background-position: -3921px 0px;
4649 }
4650 .flag.pf {
4651   height: 14px;
4652   background-position: -3943px 0px;
4653 }
4654 .flag.pg {
4655   height: 15px;
4656   background-position: -3965px 0px;
4657 }
4658 .flag.ph {
4659   height: 10px;
4660   background-position: -3987px 0px;
4661 }
4662 .flag.pk {
4663   height: 14px;
4664   background-position: -4009px 0px;
4665 }
4666 .flag.pl {
4667   height: 13px;
4668   background-position: -4031px 0px;
4669 }
4670 .flag.pm {
4671   height: 14px;
4672   background-position: -4053px 0px;
4673 }
4674 .flag.pn {
4675   height: 10px;
4676   background-position: -4075px 0px;
4677 }
4678 .flag.pr {
4679   height: 14px;
4680   background-position: -4097px 0px;
4681 }
4682 .flag.ps {
4683   height: 10px;
4684   background-position: -4119px 0px;
4685 }
4686 .flag.pt {
4687   height: 14px;
4688   background-position: -4141px 0px;
4689 }
4690 .flag.pw {
4691   height: 13px;
4692   background-position: -4163px 0px;
4693 }
4694 .flag.py {
4695   height: 11px;
4696   background-position: -4185px 0px;
4697 }
4698 .flag.qa {
4699   height: 8px;
4700   background-position: -4207px 0px;
4701 }
4702 .flag.re {
4703   height: 14px;
4704   background-position: -4229px 0px;
4705 }
4706 .flag.ro {
4707   height: 14px;
4708   background-position: -4251px 0px;
4709 }
4710 .flag.rs {
4711   height: 14px;
4712   background-position: -4273px 0px;
4713 }
4714 .flag.ru {
4715   height: 14px;
4716   background-position: -4295px 0px;
4717 }
4718 .flag.rw {
4719   height: 14px;
4720   background-position: -4317px 0px;
4721 }
4722 .flag.sa {
4723   height: 14px;
4724   background-position: -4339px 0px;
4725 }
4726 .flag.sb {
4727   height: 10px;
4728   background-position: -4361px 0px;
4729 }
4730 .flag.sc {
4731   height: 10px;
4732   background-position: -4383px 0px;
4733 }
4734 .flag.sd {
4735   height: 10px;
4736   background-position: -4405px 0px;
4737 }
4738 .flag.se {
4739   height: 13px;
4740   background-position: -4427px 0px;
4741 }
4742 .flag.sg {
4743   height: 14px;
4744   background-position: -4449px 0px;
4745 }
4746 .flag.sh {
4747   height: 10px;
4748   background-position: -4471px 0px;
4749 }
4750 .flag.si {
4751   height: 10px;
4752   background-position: -4493px 0px;
4753 }
4754 .flag.sj {
4755   height: 15px;
4756   background-position: -4515px 0px;
4757 }
4758 .flag.sk {
4759   height: 14px;
4760   background-position: -4537px 0px;
4761 }
4762 .flag.sl {
4763   height: 14px;
4764   background-position: -4559px 0px;
4765 }
4766 .flag.sm {
4767   height: 15px;
4768   background-position: -4581px 0px;
4769 }
4770 .flag.sn {
4771   height: 14px;
4772   background-position: -4603px 0px;
4773 }
4774 .flag.so {
4775   height: 14px;
4776   background-position: -4625px 0px;
4777 }
4778 .flag.sr {
4779   height: 14px;
4780   background-position: -4647px 0px;
4781 }
4782 .flag.ss {
4783   height: 10px;
4784   background-position: -4669px 0px;
4785 }
4786 .flag.st {
4787   height: 10px;
4788   background-position: -4691px 0px;
4789 }
4790 .flag.sv {
4791   height: 12px;
4792   background-position: -4713px 0px;
4793 }
4794 .flag.sx {
4795   height: 14px;
4796   background-position: -4735px 0px;
4797 }
4798 .flag.sy {
4799   height: 14px;
4800   background-position: -4757px 0px;
4801 }
4802 .flag.sz {
4803   height: 14px;
4804   background-position: -4779px 0px;
4805 }
4806 .flag.ta {
4807   height: 10px;
4808   background-position: -4801px 0px;
4809 }
4810 .flag.tc {
4811   height: 10px;
4812   background-position: -4823px 0px;
4813 }
4814 .flag.td {
4815   height: 14px;
4816   background-position: -4845px 0px;
4817 }
4818 .flag.tf {
4819   height: 14px;
4820   background-position: -4867px 0px;
4821 }
4822 .flag.tg {
4823   height: 13px;
4824   background-position: -4889px 0px;
4825 }
4826 .flag.th {
4827   height: 14px;
4828   background-position: -4911px 0px;
4829 }
4830 .flag.tj {
4831   height: 10px;
4832   background-position: -4933px 0px;
4833 }
4834 .flag.tk {
4835   height: 10px;
4836   background-position: -4955px 0px;
4837 }
4838 .flag.tl {
4839   height: 10px;
4840   background-position: -4977px 0px;
4841 }
4842 .flag.tm {
4843   height: 14px;
4844   background-position: -4999px 0px;
4845 }
4846 .flag.tn {
4847   height: 14px;
4848   background-position: -5021px 0px;
4849 }
4850 .flag.to {
4851   height: 10px;
4852   background-position: -5043px 0px;
4853 }
4854 .flag.tr {
4855   height: 14px;
4856   background-position: -5065px 0px;
4857 }
4858 .flag.tt {
4859   height: 12px;
4860   background-position: -5087px 0px;
4861 }
4862 .flag.tv {
4863   height: 10px;
4864   background-position: -5109px 0px;
4865 }
4866 .flag.tw {
4867   height: 14px;
4868   background-position: -5131px 0px;
4869 }
4870 .flag.tz {
4871   height: 14px;
4872   background-position: -5153px 0px;
4873 }
4874 .flag.ua {
4875   height: 14px;
4876   background-position: -5175px 0px;
4877 }
4878 .flag.ug {
4879   height: 14px;
4880   background-position: -5197px 0px;
4881 }
4882 .flag.um {
4883   height: 11px;
4884   background-position: -5219px 0px;
4885 }
4886 .flag.us {
4887   height: 11px;
4888   background-position: -5241px 0px;
4889 }
4890 .flag.uy {
4891   height: 14px;
4892   background-position: -5263px 0px;
4893 }
4894 .flag.uz {
4895   height: 10px;
4896   background-position: -5285px 0px;
4897 }
4898 .flag.va {
4899   height: 15px;
4900   background-position: -5307px 0px;
4901 }
4902 .flag.vc {
4903   height: 14px;
4904   background-position: -5324px 0px;
4905 }
4906 .flag.ve {
4907   height: 14px;
4908   background-position: -5346px 0px;
4909 }
4910 .flag.vg {
4911   height: 10px;
4912   background-position: -5368px 0px;
4913 }
4914 .flag.vi {
4915   height: 14px;
4916   background-position: -5390px 0px;
4917 }
4918 .flag.vn {
4919   height: 14px;
4920   background-position: -5412px 0px;
4921 }
4922 .flag.vu {
4923   height: 12px;
4924   background-position: -5434px 0px;
4925 }
4926 .flag.wf {
4927   height: 14px;
4928   background-position: -5456px 0px;
4929 }
4930 .flag.ws {
4931   height: 10px;
4932   background-position: -5478px 0px;
4933 }
4934 .flag.xk {
4935   height: 15px;
4936   background-position: -5500px 0px;
4937 }
4938 .flag.ye {
4939   height: 14px;
4940   background-position: -5522px 0px;
4941 }
4942 .flag.yt {
4943   height: 14px;
4944   background-position: -5544px 0px;
4945 }
4946 .flag.za {
4947   height: 14px;
4948   background-position: -5566px 0px;
4949 }
4950 .flag.zm {
4951   height: 14px;
4952   background-position: -5588px 0px;
4953 }
4954 .flag.zw {
4955   height: 10px;
4956   background-position: -5610px 0px;
4957 }
4958 .flag.ot {
4959   height: 0px;
4960 }
4961 .roo-money-field .roo-money-currency {
4962   padding-right: 0px;
4963 }
4964 .roo-money-field .roo-money-amount {
4965   padding-left: 0px;
4966 }
4967 .roo-money-field .roo-money-currency-input {
4968   border-right: 0px;
4969 }
4970 .roo-money-field .input-group-addon {
4971   background-color: transparent;
4972   border-left: 0px;
4973   border-right: 0px;
4974   border-radius: 0px;
4975 }
4976 .roo-money-field .roo-money-amount-input {
4977   border-top-left-radius: 0px;
4978   border-bottom-left-radius: 0px;
4979   text-align: right;
4980 }
4981 .has-success .roo-money-currency .roo-select2-container .input-group-addon {
4982   border-color: #3c763d;
4983   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #3c763d;
4984 }
4985 .has-warning .roo-money-currency .roo-select2-container .input-group-addon {
4986   border-color: #8a6d3b;
4987   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #8a6d3b;
4988 }
4989 .has-error .roo-money-currency .roo-select2-container .input-group-addon {
4990   border-color: #a94442;
4991   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #a94442;
4992 }
4993 /*# sourceMappingURL=roojs-bootstrap-debug.css.map */