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