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