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