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