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