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