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