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