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