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