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