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