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