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