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