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