sync
[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 .roo-select2-choices {
2956   height: auto !important;
2957   height: 1%;
2958   margin: 0;
2959   padding: 0;
2960   /*position: relative;*/
2961   border: 1px solid #6c757d;
2962   cursor: text;
2963   overflow: hidden;
2964   background-color: #fff;
2965   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #ced4da), color-stop(15%, #fff));
2966   background-image: -webkit-linear-gradient(top, #ced4da 1%, #fff 15%);
2967   background-image: -moz-linear-gradient(top, #ced4da 1%, #fff 15%);
2968   background-image: linear-gradient(to bottom, #ced4da 1%, #fff 15%);
2969 }
2970 .roo-select2-locked {
2971   padding: 3px 5px 3px 5px !important;
2972 }
2973 .roo-select2-container-multi .roo-select2-choices {
2974   min-height: 26px;
2975 }
2976 .roo-select2-container-multi.roo-select2-container-active .roo-select2-choices {
2977   border: 1px solid #007bff;
2978   outline: none;
2979   -webkit-box-shadow: 0 0 5px #adb5bd;
2980   box-shadow: 0 0 5px #adb5bd;
2981 }
2982 .roo-select2-container-multi .roo-select2-choices li {
2983   float: left;
2984   list-style: none;
2985 }
2986 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices li {
2987   float: right;
2988 }
2989 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field {
2990   margin: 0;
2991   padding: 0;
2992   white-space: nowrap;
2993 }
2994 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input {
2995   padding: 5px;
2996   margin: 1px 0;
2997   font-family: sans-serif;
2998   font-size: 100%;
2999   color: #495057;
3000   outline: 0;
3001   border: 0;
3002   -webkit-box-shadow: none;
3003   box-shadow: none;
3004   background: transparent !important;
3005 }
3006 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input.roo-select2-active {
3007   background: #fff url("../images/select2/select2-spinner.gif") no-repeat 100% !important;
3008 }
3009 .roo-select2-default {
3010   color: #6c757d !important;
3011 }
3012 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3013   padding: 4px 7px 4px 16px;
3014   margin: 0 1px;
3015   position: relative;
3016   line-height: 13px;
3017   color: #343a40;
3018   cursor: default;
3019   border: 1px solid #6c757d;
3020   border-radius: 3px;
3021   -webkit-touch-callout: none;
3022   -webkit-user-select: none;
3023   -moz-user-select: none;
3024   -ms-user-select: none;
3025   user-select: none;
3026 }
3027 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3028   margin-left: 0;
3029   margin-right: 5px;
3030 }
3031 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-chosen {
3032   cursor: default;
3033 }
3034 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus {
3035   background: #6c757d;
3036 }
3037 .roo-select2-search-choice-close {
3038   display: block;
3039   width: 12px;
3040   height: 13px;
3041   position: absolute;
3042   right: 3px;
3043   top: 4px;
3044   font-size: 12px;
3045   outline: none;
3046   color: #6c757d;
3047   /*background: url('#{$bootstrap-image-path}/select2/select2.png') right top no-repeat;*/
3048 }
3049 .roo-select2-search-choice-close:hover {
3050   color: #343a40;
3051 }
3052 html[dir="rtl"] .roo-select2-search-choice-close {
3053   right: auto;
3054   left: 3px;
3055 }
3056 .roo-select2-container-multi .roo-select2-search-choice-close {
3057   left: 3px;
3058 }
3059 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close:hover {
3060   background-position: right -11px;
3061 }
3062 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus .roo-select2-search-choice-close {
3063   background-position: right -11px;
3064 }
3065 /* disabled styles */
3066 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices {
3067   background-color: #6c757d;
3068   background-image: none;
3069   border: 1px solid #6c757d;
3070   cursor: default;
3071 }
3072 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice {
3073   padding: 3px 5px 3px 5px;
3074   border: 1px solid #6c757d;
3075   background-image: none;
3076   background-color: #6c757d;
3077 }
3078 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close {
3079   display: none;
3080   background: none;
3081 }
3082 /* end multiselect */
3083 .roo-select2-result-selectable .roo-select2-match, .roo-select2-result-unselectable .roo-select2-match {
3084   text-decoration: underline;
3085 }
3086 .roo-select2-offscreen, .roo-select2-offscreen:focus {
3087   clip: rect(0 0 0 0) !important;
3088   width: 1px !important;
3089   height: 1px !important;
3090   border: 0 !important;
3091   margin: 0 !important;
3092   padding: 0 !important;
3093   overflow: hidden !important;
3094   position: absolute !important;
3095   outline: 0 !important;
3096   left: 0px !important;
3097   top: 0px !important;
3098 }
3099 .roo-select2-display-none {
3100   display: none;
3101 }
3102 .roo-select2-measure-scrollbar {
3103   position: absolute;
3104   top: -10000px;
3105   left: -10000px;
3106   width: 100px;
3107   height: 100px;
3108   overflow: scroll;
3109 }
3110 /* Retina-ize icons */
3111 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
3112   .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 {
3113     background-image: url("../images/select2/select2x2.png") !important;
3114     background-repeat: no-repeat !important;
3115     background-size: 60px 40px !important;
3116   }
3117   .roo-select2-search input {
3118     background-position: 100% -21px !important;
3119   }
3120 }
3121 .has-error .roo-select2-choices {
3122   border-color: #dc3545;
3123   -webkit-box-shadow: inset 0 1px 1px #343a40;
3124   box-shadow: inset 0 1px 1px #343a40;
3125 }
3126 .dropdown-menu .roo-select2-result.disabled {
3127   background-color: #ced4da;
3128   color: #6c757d;
3129   cursor: not-allowed;
3130 }
3131 .sidebar {
3132   margin-bottom: 5px;
3133 }
3134 /* override boostrap a:hover */
3135 .sidebar a:hover {
3136   text-decoration: none;
3137 }
3138 .sidebar .sidebar-menu {
3139   list-style: none;
3140   margin: 0;
3141   padding: 0;
3142 }
3143 /* GREY BG */
3144 .sidebar .sidebar-menu > li, .sidebar .sidebar-menu li.active li.treeview-menu {
3145   margin: 0;
3146   padding: 0;
3147   border-bottom: 1px solid #6c757d;
3148   background-color: #ced4da;
3149 }
3150 /* active child menu - white BG */
3151 .sidebar .sidebar-menu li.active li.treeview-menu {
3152   background-color: #6c757d;
3153 }
3154 .sidebar .sidebar-menu > li > a, .sidebar .sidebar-menu li.open li.treeview-menu > a {
3155   padding: 12px 5px 12px 15px;
3156   display: block;
3157   color: #343a40;
3158 }
3159 .sidebar .sidebar-menu > li > a > .fa, .sidebar .sidebar-menu > li > a > .glyphicon, .sidebar .sidebar-menu > li > a > .ion {
3160   width: 20px;
3161 }
3162 .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 {
3163   background-color: #fff;
3164 }
3165 .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 {
3166   color: #000;
3167   text-decoration: none;
3168 }
3169 /* BLUE ACTIVE */
3170 .sidebar .sidebar-menu li.active {
3171   color: #fff;
3172   background-color: #007bff;
3173   border-color: #0062cc;
3174 }
3175 .sidebar .sidebar-menu li.active:hover, .sidebar .sidebar-menu li.active:focus, .sidebar .sidebar-menu li.active.focus {
3176   color: #fff;
3177   background-color: #007bff;
3178   border-color: #0062cc;
3179 }
3180 .sidebar .sidebar-menu li.active a {
3181   color: #fff;
3182 }
3183 .sidebar .sidebar-menu li.disabled {
3184   color: #343a40;
3185   background-color: #fff;
3186   border-color: #343a40;
3187 }
3188 .sidebar .sidebar-menu li.disabled a {
3189   color: #6c757d;
3190   cursor: default;
3191 }
3192 .sidebar .sidebar-menu li.danger, .sidebar .sidebar-menu li.danger.active {
3193   color: #fff;
3194   background-color: #dc3545;
3195   border-color: #e4606d;
3196 }
3197 .sidebar .sidebar-menu li.danger:hover, .sidebar .sidebar-menu li.danger:focus, .sidebar .sidebar-menu li.danger.active:focus {
3198   color: #fff;
3199   background-color: #dc3545;
3200   border-color: #bd2130;
3201   border-bottom: 1px solid #bd2130;
3202 }
3203 .sidebar .sidebar-menu li.danger a, .sidebar .sidebar-menu li.danger.active a {
3204   color: #fff;
3205 }
3206 /* --- open  */
3207 .sidebar .sidebar-menu li.open ul {
3208   display: block;
3209 }
3210 .sidebar .sidebar-menu li.open .treeview-menu {
3211   display: block;
3212 }
3213 /* --- treeview menu  */
3214 .sidebar .sidebar-menu .treeview-menu {
3215   display: none;
3216   list-style: none;
3217   padding: 0;
3218   margin: 0;
3219 }
3220 .sidebar .sidebar-menu .treeview-menu > li {
3221   margin: 0;
3222 }
3223 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3224   padding: 5px 5px 5px 20px;
3225   display: block;
3226   font-size: 14px;
3227   margin: 0px 0px;
3228 }
3229 .sidebar .sidebar-menu .treeview-menu > li > a > .fa, .sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar .sidebar-menu .treeview-menu > li > a > .ion {
3230   width: 20px;
3231 }
3232 /* background to highlighted treeview node
3233  .sidebar .sidebar-menu li li.treeview-menu.active  {
3234  background: #fff;
3235  }
3236  */
3237 .sidebar .sidebar-menu li li.treeview-menu.active > a {
3238   font-weight: bold;
3239 }
3240 /* active sidebard... */
3241 .badge-default {
3242   background-color: #6c757d;
3243   color: #fff;
3244 }
3245 .badge-primary {
3246   background-color: #007bff;
3247   color: #fff;
3248 }
3249 .badge-success {
3250   background-color: #28a745;
3251   color: #fff;
3252 }
3253 .badge-info {
3254   background-color: #17a2b8;
3255   color: #fff;
3256 }
3257 .badge-warning {
3258   background-color: #ffc107;
3259   color: #fff;
3260 }
3261 .badge-danger {
3262   background-color: #dc3545;
3263   color: #fff;
3264 }
3265 .sidebar .sidebar-menu > li.active .badge-info {
3266   background-color: #fff;
3267   color: #17a2b8;
3268 }
3269 /*html, */
3270 /* Sticky footer styles
3271  -------------------------------------------------- */
3272 html.bootstrap-sticky {
3273   position: relative;
3274   min-height: 100%;
3275 }
3276 html.bootstrap-sticky body {
3277   /* Margin bottom by footer height */
3278   margin-bottom: 60px;
3279 }
3280 .bootstrap-sticky-footer {
3281   position: absolute;
3282   bottom: 0;
3283   width: 100%;
3284   /* Set the fixed height of the footer here */
3285   height: 60px;
3286   background-color: #6c757d;
3287 }
3288 /* Lastly, apply responsive CSS fixes as necessary */
3289 @media (max-width: 767px) {
3290   .bootstrap-sticky-footer {
3291     margin-left: -20px;
3292     margin-right: -20px;
3293     padding-left: 20px;
3294     padding-right: 20px;
3295   }
3296 }
3297 /* paging toolbar */
3298 .table .pagination .x-paging-position span {
3299   padding: 3px 6px;
3300 }
3301 .table .pagination .x-paging-position span input {
3302   margin: 0 0 0 7px;
3303   width: 42px;
3304   padding: 0 5px;
3305 }
3306 .navbar .pagination > li > span {
3307   min-height: 34px;
3308 }
3309 .navbar .pagination {
3310   margin: 0;
3311 }
3312 /* these are technicall adminlte related */
3313 .skin-blue .navbar .pagination > li > a:active, .skin-blue .navbar .pagination > li > a:focus, .skin-blue .navbar .pagination > li > a {
3314   background-color: #007bff;
3315 }
3316 .skin-blue .navbar .pagination > li > a:hover {
3317   background-color: #6c757d;
3318 }
3319 .skin-blue table .navbar {
3320   background-color: #fff;
3321 }
3322 .skin-blue .navbar .pagination > li.disabled > a {
3323   background-color: #6c757d;
3324 }
3325 .skin-blue table .navbar {
3326   margin-bottom: 0;
3327   min-height: 0;
3328 }
3329 .table .sortable {
3330   cursor: pointer;
3331 }
3332 .table-body-fixed tbody {
3333   overflow-y: scroll;
3334   width: 100%;
3335 }
3336 .table-body-fixed thead, .table-body-fixed tbody, .table-body-fixed th {
3337   display: block;
3338 }
3339 .table-body-fixed thead {
3340   overflow: hidden;
3341 }
3342 .table-body-fixed tbody td, .table-body-fixed thead > tr > th {
3343   float: left;
3344   border-bottom-width: 0;
3345 }
3346 /* fake infinate widt.. */
3347 .table-body-fixed thead > tr, .table-body-fixed tbody > tr {
3348   display: block;
3349   overflow: hidden;
3350 }
3351 /* standard bootstrap does not colour rows very well.. */
3352 .table > tbody > tr.info {
3353   background-color: #d9edf7;
3354 }
3355 .table-hover > tbody > tr.info:hover {
3356   background-color: #c4e3f3;
3357 }
3358 .table tfoot .navbar {
3359   min-height: inherit;
3360 }
3361 /* for ie11 && edge: fixing height inheriting from tbody to tr */
3362 .roo-ie11 table.table tbody tr, .roo-edge table.table tbody tr {
3363   height: auto;
3364 }
3365 .header .top-bar {
3366   min-height: 30px;
3367   background: #6c757d;
3368   border-bottom: 1px solid #ced4da;
3369   padding: 0;
3370 }
3371 @media (min-width: 980px) {
3372   .top-bar .collapse {
3373     display: block !important;
3374     visibility: visible !important;
3375     height: auto !important;
3376     overflow: visible !important;
3377     padding-bottom: 0;
3378   }
3379 }
3380 @media (min-width: 768px) and (max-width: 979px) {
3381   .header .top-bar {
3382     min-height: 0;
3383     padding: 3px 0;
3384   }
3385 }
3386 .header .social, .footer .social {
3387   margin-right: 4px;
3388   line-height: 30px;
3389   padding-left: 0;
3390   margin-bottom: 0;
3391 }
3392 .footer .social li:last-child, .footer .social {
3393   margin-right: 0 !important;
3394 }
3395 .header .social li:first-child {
3396   border-left: 1px solid #6c757d;
3397 }
3398 .header .social li, .footer .social li {
3399   border-right: 1px solid #6c757d;
3400   display: table-cell;
3401   vertical-align: middle;
3402   height: 40px;
3403   margin-right: 5px;
3404   width: 40px;
3405   text-align: center;
3406   -webkit-transition: background 0.5s ease-in-out;
3407   -moz-transition: background 0.5s ease-in-out;
3408   -o-transition: background 0.5s ease-in-out;
3409   -ms-transition: background 0.5s ease-in-out;
3410   transition: background 0.5s ease-in-out;
3411   padding: 1px;
3412 }
3413 .header .social i, .footer .social i {
3414   color: #495057;
3415   font-size: 16px;
3416   -webkit-transition: color 0.5s ease-in-out;
3417   -moz-transition: color 0.5s ease-in-out;
3418   -o-transition: color 0.5s ease-in-out;
3419   -ms-transition: color 0.5s ease-in-out;
3420   transition: color 0.5s ease-in-out;
3421 }
3422 .header .social li:hover a i, .footer .social li:hover a i {
3423   color: #fff;
3424 }
3425 .team .item .team-member-links a.facebook:hover, .member-social.dark a.facebook:hover, .header .social li.facebook:hover, .footer .social li.facebook:hover {
3426   background: #007bff;
3427 }
3428 .team .item .team-member-links a.dribbble:hover, .member-social.dark a.dribbble:hover, .header .social li.dribbble:hover, .footer .social li.dribbble:hover {
3429   background: #ffc107;
3430 }
3431 .team .item .team-member-links a.twitter:hover, .member-social.dark a.twitter:hover, .header .social li.twitter:hover, .footer .social li.twitter:hover {
3432   background: #007bff;
3433 }
3434 .team .item .team-member-links a.gplus:hover, .member-social.dark a.gplus:hover, .header .social li.gplus:hover, .footer .social li.gplus:hover {
3435   background: #dc3545;
3436 }
3437 .team .item .team-member-links a.linkedin:hover, .member-social.dark a.linkedin:hover, .header .social li.linkedin:hover, .footer .social li.linkedin:hover {
3438   background: #007bff;
3439 }
3440 .team .item .team-member-links a.pinterest:hover, .member-social.dark a.pinterest:hover, .header .social li.pinterest:hover, .footer .social li.pinterest:hover {
3441   background: #dc3545;
3442 }
3443 .header .social li.rss:hover, .footer .social li.rss:hover {
3444   background: #ffc107;
3445 }
3446 .top-bar .languages {
3447   padding: 8px 0;
3448 }
3449 .top-bar .languages a {
3450   margin-right: 20px;
3451   color: #495057;
3452   font-family: "Open Sans", Helvetica, Arial, sans-serif;
3453   font-size: 14px;
3454   line-height: 24px;
3455 }
3456 /* WTF is this! !!
3457  *
3458  * DO NOT EVER PUT ANYTHIGN IN THIS FILE... tweaks - bad name... *
3459  */
3460 .navbar-left .input-group[class*="col-"] {
3461   float: left;
3462 }
3463 .ellipsis {
3464   overflow: hidden;
3465   text-overflow: ellipsis;
3466   display: -webkit-box;
3467   -webkit-line-clamp: 3;
3468   -webkit-box-orient: vertical;
3469 }
3470 .sw-child-headline {
3471   display: inline-block;
3472   width: auto;
3473 }
3474 .box-input-label {
3475   width: 100%;
3476   display: inline-block;
3477   font-weight: bold;
3478 }
3479 .box-label {
3480   margin-left: 5px;
3481   cursor: pointer;
3482 }
3483 /* needed as menu ontop of form does not work */
3484 .input-group .form-control {
3485   z-index: 1;
3486 }
3487 /* admin-lte - messes with checkbox and radio.. */
3488 .checkbox, .radio {
3489   padding-left: 15px !important;
3490 }
3491 /* inside a column it needs even more padding...*/
3492 /*
3493  * It breaks all the checkbox layout. comment it first...
3494  */
3495 /*.column .checkbox,
3496  .column .radio {
3497  padding-left: 25px !important;
3498  }*/
3499 /* paging toolbar */
3500 .pagination .x-paging-position span {
3501   padding-top: 3px;
3502   padding-bottom: 3px;
3503 }
3504 .pagination .x-paging-position span input {
3505   margin: 0 3px;
3506 }
3507 .panel-header-right {
3508   float: right;
3509   text-align: right;
3510 }
3511 .badge-error {
3512   background-color: #dc3545;
3513 }
3514 .badge-error:hover {
3515   background-color: #bd2130;
3516 }
3517 .badge-warning {
3518   background-color: #ffc107;
3519 }
3520 .badge-warning:hover {
3521   background-color: #d39e00;
3522 }
3523 .badge-success {
3524   background-color: #28a745;
3525 }
3526 .badge-success:hover {
3527   background-color: #1e7e34;
3528 }
3529 .badge-info {
3530   background-color: #17a2b8;
3531 }
3532 .badge-info:hover {
3533   background-color: #117a8b;
3534 }
3535 .badge-inverse {
3536   background-color: #343a40;
3537 }
3538 .badge-inverse:hover {
3539   background-color: #212529;
3540 }
3541 .tooltip.fade.in {
3542   z-index: 10002;
3543 }
3544 .x-hidden {
3545   position: absolute;
3546   top: 0;
3547   left: 0;
3548   visibility: hidden;
3549   display: none;
3550 }
3551 .roo-upload-cropbox-selector {
3552   visibility: hidden;
3553   height: 0px;
3554 }
3555 .roo-upload-cropbox-dialog .modal-header, .roo-upload-cropbox-dialog .modal-footer {
3556   padding-top: 5px;
3557   padding-bottom: 5px;
3558 }
3559 .roo-upload-cropbox-body {
3560   background-color: #fff;
3561   border: 1px solid #6c757d;
3562   width: 100%;
3563   height: 450px;
3564   max-height: 450px;
3565   position: relative;
3566   overflow: hidden;
3567   cursor: move;
3568 }
3569 .roo-upload-cropbox-preview {
3570   position: absolute;
3571   top: 0px;
3572   left: 0px;
3573   text-align: center;
3574   margin: 0px;
3575   padding: 0px;
3576   border: none;
3577 }
3578 .roo-upload-cropbox-body .roo-upload-cropbox-thumb {
3579   position: absolute;
3580   /*    top: 50%;
3581    left: 50%;
3582    transform: translate(-50%, -50%);*/
3583   box-sizing: border-box;
3584   border: 1px solid #6c757d;
3585   box-shadow: 0 0 0 1000px #adb5bd;
3586   background: none repeat scroll 0% 0% transparent;
3587 }
3588 .roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
3589   height: 100%;
3590   background-color: #adb5bd;
3591   color: #fff;
3592   font-weight: bold;
3593   font-size: 24px;
3594   text-align: center;
3595   padding-top: 50px;
3596   font-style: italic;
3597 }
3598 .roo-upload-cropbox-btn-group button {
3599   background-color: #000;
3600   color: #fff;
3601   border-color: #343a40;
3602 }
3603 .roo-upload-cropbox-error-notify {
3604   border-radius: 0px;
3605   text-align: center;
3606   padding: 0px !important;
3607   margin: 0px !important;
3608   position: absolute;
3609   top: 0;
3610   left: 0;
3611 }
3612 .tel-input {
3613   padding-left: 105px;
3614   border-radius: 4px !important;
3615 }
3616 .dial-code-holder {
3617   position: absolute;
3618   width: 60px;
3619   left: 55px;
3620   z-index: 3;
3621   padding: 7px;
3622   border: 1px solid transparent;
3623   background: transparent;
3624   -webkit-touch-callout: none;
3625   -webkit-user-select: none;
3626   -khtml-user-select: none;
3627   -moz-user-select: none;
3628   -ms-user-select: none;
3629   user-select: none;
3630 }
3631 .tel-list li a {
3632   padding-left: 10px;
3633 }
3634 .tel-list li a .flag {
3635   margin-right: 20px;
3636 }
3637 .tel-list li a .dial-code {
3638   color: #999;
3639 }
3640 .flag-box {
3641   position: absolute;
3642   top: 6px;
3643   height: 20px;
3644   width: 50px;
3645   padding: 5px;
3646   margin-left: 5px;
3647   display: flex;
3648   flex-direction: row;
3649   justify-content: space-around;
3650   z-index: 4;
3651 }
3652 .flag-box .caret {
3653   margin-top: 3px;
3654 }
3655 .flag {
3656   background-image: url("../images/default/flags.png");
3657   background-repeat: no-repeat;
3658   width: 20px;
3659   height: inherit;
3660   display: inline-block;
3661   margin-right: 10px;
3662 }
3663 .flag.ac {
3664   height: 10px;
3665   background-position: 0px 0px;
3666 }
3667 .flag.ad {
3668   height: 14px;
3669   background-position: -22px 0px;
3670 }
3671 .flag.ae {
3672   height: 10px;
3673   background-position: -44px 0px;
3674 }
3675 .flag.af {
3676   height: 14px;
3677   background-position: -66px 0px;
3678 }
3679 .flag.ag {
3680   height: 14px;
3681   background-position: -88px 0px;
3682 }
3683 .flag.ai {
3684   height: 10px;
3685   background-position: -110px 0px;
3686 }
3687 .flag.al {
3688   height: 15px;
3689   background-position: -132px 0px;
3690 }
3691 .flag.am {
3692   height: 10px;
3693   background-position: -154px 0px;
3694 }
3695 .flag.ao {
3696   height: 14px;
3697   background-position: -176px 0px;
3698 }
3699 .flag.aq {
3700   height: 14px;
3701   background-position: -198px 0px;
3702 }
3703 .flag.ar {
3704   height: 13px;
3705   background-position: -220px 0px;
3706 }
3707 .flag.as {
3708   height: 10px;
3709   background-position: -242px 0px;
3710 }
3711 .flag.at {
3712   height: 14px;
3713   background-position: -264px 0px;
3714 }
3715 .flag.au {
3716   height: 10px;
3717   background-position: -286px 0px;
3718 }
3719 .flag.aw {
3720   height: 14px;
3721   background-position: -308px 0px;
3722 }
3723 .flag.ax {
3724   height: 13px;
3725   background-position: -330px 0px;
3726 }
3727 .flag.az {
3728   height: 10px;
3729   background-position: -352px 0px;
3730 }
3731 .flag.ba {
3732   height: 10px;
3733   background-position: -374px 0px;
3734 }
3735 .flag.bb {
3736   height: 14px;
3737   background-position: -396px 0px;
3738 }
3739 .flag.bd {
3740   height: 12px;
3741   background-position: -418px 0px;
3742 }
3743 .flag.be {
3744   height: 15px;
3745   background-position: -440px 0px;
3746 }
3747 .flag.bf {
3748   height: 14px;
3749   background-position: -460px 0px;
3750 }
3751 .flag.bg {
3752   height: 12px;
3753   background-position: -482px 0px;
3754 }
3755 .flag.bh {
3756   height: 12px;
3757   background-position: -504px 0px;
3758 }
3759 .flag.bi {
3760   height: 12px;
3761   background-position: -526px 0px;
3762 }
3763 .flag.bj {
3764   height: 14px;
3765   background-position: -548px 0px;
3766 }
3767 .flag.bl {
3768   height: 14px;
3769   background-position: -570px 0px;
3770 }
3771 .flag.bm {
3772   height: 10px;
3773   background-position: -592px 0px;
3774 }
3775 .flag.bn {
3776   height: 10px;
3777   background-position: -614px 0px;
3778 }
3779 .flag.bo {
3780   height: 14px;
3781   background-position: -636px 0px;
3782 }
3783 .flag.bq {
3784   height: 14px;
3785   background-position: -658px 0px;
3786 }
3787 .flag.br {
3788   height: 14px;
3789   background-position: -680px 0px;
3790 }
3791 .flag.bs {
3792   height: 10px;
3793   background-position: -702px 0px;
3794 }
3795 .flag.bt {
3796   height: 14px;
3797   background-position: -724px 0px;
3798 }
3799 .flag.bv {
3800   height: 15px;
3801   background-position: -746px 0px;
3802 }
3803 .flag.bw {
3804   height: 14px;
3805   background-position: -768px 0px;
3806 }
3807 .flag.by {
3808   height: 10px;
3809   background-position: -790px 0px;
3810 }
3811 .flag.bz {
3812   height: 14px;
3813   background-position: -812px 0px;
3814 }
3815 .flag.ca {
3816   height: 10px;
3817   background-position: -834px 0px;
3818 }
3819 .flag.cc {
3820   height: 10px;
3821   background-position: -856px 0px;
3822 }
3823 .flag.cd {
3824   height: 15px;
3825   background-position: -878px 0px;
3826 }
3827 .flag.cf {
3828   height: 14px;
3829   background-position: -900px 0px;
3830 }
3831 .flag.cg {
3832   height: 14px;
3833   background-position: -922px 0px;
3834 }
3835 .flag.ch {
3836   height: 15px;
3837   background-position: -944px 0px;
3838 }
3839 .flag.ci {
3840   height: 14px;
3841   background-position: -961px 0px;
3842 }
3843 .flag.ck {
3844   height: 10px;
3845   background-position: -983px 0px;
3846 }
3847 .flag.cl {
3848   height: 14px;
3849   background-position: -1005px 0px;
3850 }
3851 .flag.cm {
3852   height: 14px;
3853   background-position: -1027px 0px;
3854 }
3855 .flag.cn {
3856   height: 14px;
3857   background-position: -1049px 0px;
3858 }
3859 .flag.co {
3860   height: 14px;
3861   background-position: -1071px 0px;
3862 }
3863 .flag.cp {
3864   height: 14px;
3865   background-position: -1093px 0px;
3866 }
3867 .flag.cr {
3868   height: 12px;
3869   background-position: -1115px 0px;
3870 }
3871 .flag.cu {
3872   height: 10px;
3873   background-position: -1137px 0px;
3874 }
3875 .flag.cv {
3876   height: 12px;
3877   background-position: -1159px 0px;
3878 }
3879 .flag.cw {
3880   height: 14px;
3881   background-position: -1181px 0px;
3882 }
3883 .flag.cx {
3884   height: 10px;
3885   background-position: -1203px 0px;
3886 }
3887 .flag.cy {
3888   height: 13px;
3889   background-position: -1225px 0px;
3890 }
3891 .flag.cz {
3892   height: 14px;
3893   background-position: -1247px 0px;
3894 }
3895 .flag.de {
3896   height: 12px;
3897   background-position: -1269px 0px;
3898 }
3899 .flag.dg {
3900   height: 10px;
3901   background-position: -1291px 0px;
3902 }
3903 .flag.dj {
3904   height: 14px;
3905   background-position: -1313px 0px;
3906 }
3907 .flag.dk {
3908   height: 15px;
3909   background-position: -1335px 0px;
3910 }
3911 .flag.dm {
3912   height: 10px;
3913   background-position: -1357px 0px;
3914 }
3915 .flag.do {
3916   height: 13px;
3917   background-position: -1379px 0px;
3918 }
3919 .flag.dz {
3920   height: 14px;
3921   background-position: -1401px 0px;
3922 }
3923 .flag.ea {
3924   height: 14px;
3925   background-position: -1423px 0px;
3926 }
3927 .flag.ec {
3928   height: 14px;
3929   background-position: -1445px 0px;
3930 }
3931 .flag.ee {
3932   height: 13px;
3933   background-position: -1467px 0px;
3934 }
3935 .flag.eg {
3936   height: 14px;
3937   background-position: -1489px 0px;
3938 }
3939 .flag.eh {
3940   height: 10px;
3941   background-position: -1511px 0px;
3942 }
3943 .flag.er {
3944   height: 10px;
3945   background-position: -1533px 0px;
3946 }
3947 .flag.es {
3948   height: 14px;
3949   background-position: -1555px 0px;
3950 }
3951 .flag.et {
3952   height: 10px;
3953   background-position: -1577px 0px;
3954 }
3955 .flag.eu {
3956   height: 14px;
3957   background-position: -1599px 0px;
3958 }
3959 .flag.fi {
3960   height: 12px;
3961   background-position: -1621px 0px;
3962 }
3963 .flag.fj {
3964   height: 10px;
3965   background-position: -1643px 0px;
3966 }
3967 .flag.fk {
3968   height: 10px;
3969   background-position: -1665px 0px;
3970 }
3971 .flag.fm {
3972   height: 11px;
3973   background-position: -1687px 0px;
3974 }
3975 .flag.fo {
3976   height: 15px;
3977   background-position: -1709px 0px;
3978 }
3979 .flag.fr {
3980   height: 14px;
3981   background-position: -1731px 0px;
3982 }
3983 .flag.ga {
3984   height: 15px;
3985   background-position: -1753px 0px;
3986 }
3987 .flag.gb {
3988   height: 10px;
3989   background-position: -1775px 0px;
3990 }
3991 .flag.gd {
3992   height: 12px;
3993   background-position: -1797px 0px;
3994 }
3995 .flag.ge {
3996   height: 14px;
3997   background-position: -1819px 0px;
3998 }
3999 .flag.gf {
4000   height: 14px;
4001   background-position: -1841px 0px;
4002 }
4003 .flag.gg {
4004   height: 14px;
4005   background-position: -1863px 0px;
4006 }
4007 .flag.gh {
4008   height: 14px;
4009   background-position: -1885px 0px;
4010 }
4011 .flag.gi {
4012   height: 10px;
4013   background-position: -1907px 0px;
4014 }
4015 .flag.gl {
4016   height: 14px;
4017   background-position: -1929px 0px;
4018 }
4019 .flag.gm {
4020   height: 14px;
4021   background-position: -1951px 0px;
4022 }
4023 .flag.gn {
4024   height: 14px;
4025   background-position: -1973px 0px;
4026 }
4027 .flag.gp {
4028   height: 14px;
4029   background-position: -1995px 0px;
4030 }
4031 .flag.gq {
4032   height: 14px;
4033   background-position: -2017px 0px;
4034 }
4035 .flag.gr {
4036   height: 14px;
4037   background-position: -2039px 0px;
4038 }
4039 .flag.gs {
4040   height: 10px;
4041   background-position: -2061px 0px;
4042 }
4043 .flag.gt {
4044   height: 13px;
4045   background-position: -2083px 0px;
4046 }
4047 .flag.gu {
4048   height: 11px;
4049   background-position: -2105px 0px;
4050 }
4051 .flag.gw {
4052   height: 10px;
4053   background-position: -2127px 0px;
4054 }
4055 .flag.gy {
4056   height: 12px;
4057   background-position: -2149px 0px;
4058 }
4059 .flag.hk {
4060   height: 14px;
4061   background-position: -2171px 0px;
4062 }
4063 .flag.hm {
4064   height: 10px;
4065   background-position: -2193px 0px;
4066 }
4067 .flag.hn {
4068   height: 10px;
4069   background-position: -2215px 0px;
4070 }
4071 .flag.hr {
4072   height: 10px;
4073   background-position: -2237px 0px;
4074 }
4075 .flag.ht {
4076   height: 12px;
4077   background-position: -2259px 0px;
4078 }
4079 .flag.hu {
4080   height: 10px;
4081   background-position: -2281px 0px;
4082 }
4083 .flag.ic {
4084   height: 14px;
4085   background-position: -2303px 0px;
4086 }
4087 .flag.id {
4088   height: 14px;
4089   background-position: -2325px 0px;
4090 }
4091 .flag.ie {
4092   height: 10px;
4093   background-position: -2347px 0px;
4094 }
4095 .flag.il {
4096   height: 15px;
4097   background-position: -2369px 0px;
4098 }
4099 .flag.im {
4100   height: 10px;
4101   background-position: -2391px 0px;
4102 }
4103 .flag.in {
4104   height: 14px;
4105   background-position: -2413px 0px;
4106 }
4107 .flag.io {
4108   height: 10px;
4109   background-position: -2435px 0px;
4110 }
4111 .flag.iq {
4112   height: 14px;
4113   background-position: -2457px 0px;
4114 }
4115 .flag.ir {
4116   height: 12px;
4117   background-position: -2479px 0px;
4118 }
4119 .flag.is {
4120   height: 15px;
4121   background-position: -2501px 0px;
4122 }
4123 .flag.it {
4124   height: 14px;
4125   background-position: -2523px 0px;
4126 }
4127 .flag.je {
4128   height: 12px;
4129   background-position: -2545px 0px;
4130 }
4131 .flag.jm {
4132   height: 10px;
4133   background-position: -2567px 0px;
4134 }
4135 .flag.jo {
4136   height: 10px;
4137   background-position: -2589px 0px;
4138 }
4139 .flag.jp {
4140   height: 14px;
4141   background-position: -2611px 0px;
4142 }
4143 .flag.ke {
4144   height: 14px;
4145   background-position: -2633px 0px;
4146 }
4147 .flag.kg {
4148   height: 12px;
4149   background-position: -2655px 0px;
4150 }
4151 .flag.kh {
4152   height: 13px;
4153   background-position: -2677px 0px;
4154 }
4155 .flag.ki {
4156   height: 10px;
4157   background-position: -2699px 0px;
4158 }
4159 .flag.km {
4160   height: 12px;
4161   background-position: -2721px 0px;
4162 }
4163 .flag.kn {
4164   height: 14px;
4165   background-position: -2743px 0px;
4166 }
4167 .flag.kp {
4168   height: 10px;
4169   background-position: -2765px 0px;
4170 }
4171 .flag.kr {
4172   height: 14px;
4173   background-position: -2787px 0px;
4174 }
4175 .flag.kw {
4176   height: 10px;
4177   background-position: -2809px 0px;
4178 }
4179 .flag.ky {
4180   height: 10px;
4181   background-position: -2831px 0px;
4182 }
4183 .flag.kz {
4184   height: 10px;
4185   background-position: -2853px 0px;
4186 }
4187 .flag.la {
4188   height: 14px;
4189   background-position: -2875px 0px;
4190 }
4191 .flag.lb {
4192   height: 14px;
4193   background-position: -2897px 0px;
4194 }
4195 .flag.lc {
4196   height: 10px;
4197   background-position: -2919px 0px;
4198 }
4199 .flag.li {
4200   height: 12px;
4201   background-position: -2941px 0px;
4202 }
4203 .flag.lk {
4204   height: 10px;
4205   background-position: -2963px 0px;
4206 }
4207 .flag.lr {
4208   height: 11px;
4209   background-position: -2985px 0px;
4210 }
4211 .flag.ls {
4212   height: 14px;
4213   background-position: -3007px 0px;
4214 }
4215 .flag.lt {
4216   height: 12px;
4217   background-position: -3029px 0px;
4218 }
4219 .flag.lu {
4220   height: 12px;
4221   background-position: -3051px 0px;
4222 }
4223 .flag.lv {
4224   height: 10px;
4225   background-position: -3073px 0px;
4226 }
4227 .flag.ly {
4228   height: 10px;
4229   background-position: -3095px 0px;
4230 }
4231 .flag.ma {
4232   height: 14px;
4233   background-position: -3117px 0px;
4234 }
4235 .flag.mc {
4236   height: 15px;
4237   background-position: -3139px 0px;
4238 }
4239 .flag.md {
4240   height: 10px;
4241   background-position: -3160px 0px;
4242 }
4243 .flag.me {
4244   height: 10px;
4245   background-position: -3182px 0px;
4246 }
4247 .flag.mf {
4248   height: 14px;
4249   background-position: -3204px 0px;
4250 }
4251 .flag.mg {
4252   height: 14px;
4253   background-position: -3226px 0px;
4254 }
4255 .flag.mh {
4256   height: 11px;
4257   background-position: -3248px 0px;
4258 }
4259 .flag.mk {
4260   height: 10px;
4261   background-position: -3270px 0px;
4262 }
4263 .flag.ml {
4264   height: 14px;
4265   background-position: -3292px 0px;
4266 }
4267 .flag.mm {
4268   height: 14px;
4269   background-position: -3314px 0px;
4270 }
4271 .flag.mn {
4272   height: 10px;
4273   background-position: -3336px 0px;
4274 }
4275 .flag.mo {
4276   height: 14px;
4277   background-position: -3358px 0px;
4278 }
4279 .flag.mp {
4280   height: 10px;
4281   background-position: -3380px 0px;
4282 }
4283 .flag.mq {
4284   height: 14px;
4285   background-position: -3402px 0px;
4286 }
4287 .flag.mr {
4288   height: 14px;
4289   background-position: -3424px 0px;
4290 }
4291 .flag.ms {
4292   height: 10px;
4293   background-position: -3446px 0px;
4294 }
4295 .flag.mt {
4296   height: 14px;
4297   background-position: -3468px 0px;
4298 }
4299 .flag.mu {
4300   height: 14px;
4301   background-position: -3490px 0px;
4302 }
4303 .flag.mv {
4304   height: 14px;
4305   background-position: -3512px 0px;
4306 }
4307 .flag.mw {
4308   height: 14px;
4309   background-position: -3534px 0px;
4310 }
4311 .flag.mx {
4312   height: 12px;
4313   background-position: -3556px 0px;
4314 }
4315 .flag.my {
4316   height: 10px;
4317   background-position: -3578px 0px;
4318 }
4319 .flag.mz {
4320   height: 14px;
4321   background-position: -3600px 0px;
4322 }
4323 .flag.na {
4324   height: 14px;
4325   background-position: -3622px 0px;
4326 }
4327 .flag.nc {
4328   height: 10px;
4329   background-position: -3644px 0px;
4330 }
4331 .flag.ne {
4332   height: 15px;
4333   background-position: -3666px 0px;
4334 }
4335 .flag.nf {
4336   height: 10px;
4337   background-position: -3686px 0px;
4338 }
4339 .flag.ng {
4340   height: 10px;
4341   background-position: -3708px 0px;
4342 }
4343 .flag.ni {
4344   height: 12px;
4345   background-position: -3730px 0px;
4346 }
4347 .flag.nl {
4348   height: 14px;
4349   background-position: -3752px 0px;
4350 }
4351 .flag.no {
4352   height: 15px;
4353   background-position: -3774px 0px;
4354 }
4355 .flag.np {
4356   height: 15px;
4357   background-position: -3796px 0px;
4358 }
4359 .flag.nr {
4360   height: 10px;
4361   background-position: -3811px 0px;
4362 }
4363 .flag.nu {
4364   height: 10px;
4365   background-position: -3833px 0px;
4366 }
4367 .flag.nz {
4368   height: 10px;
4369   background-position: -3855px 0px;
4370 }
4371 .flag.om {
4372   height: 10px;
4373   background-position: -3877px 0px;
4374 }
4375 .flag.pa {
4376   height: 14px;
4377   background-position: -3899px 0px;
4378 }
4379 .flag.pe {
4380   height: 14px;
4381   background-position: -3921px 0px;
4382 }
4383 .flag.pf {
4384   height: 14px;
4385   background-position: -3943px 0px;
4386 }
4387 .flag.pg {
4388   height: 15px;
4389   background-position: -3965px 0px;
4390 }
4391 .flag.ph {
4392   height: 10px;
4393   background-position: -3987px 0px;
4394 }
4395 .flag.pk {
4396   height: 14px;
4397   background-position: -4009px 0px;
4398 }
4399 .flag.pl {
4400   height: 13px;
4401   background-position: -4031px 0px;
4402 }
4403 .flag.pm {
4404   height: 14px;
4405   background-position: -4053px 0px;
4406 }
4407 .flag.pn {
4408   height: 10px;
4409   background-position: -4075px 0px;
4410 }
4411 .flag.pr {
4412   height: 14px;
4413   background-position: -4097px 0px;
4414 }
4415 .flag.ps {
4416   height: 10px;
4417   background-position: -4119px 0px;
4418 }
4419 .flag.pt {
4420   height: 14px;
4421   background-position: -4141px 0px;
4422 }
4423 .flag.pw {
4424   height: 13px;
4425   background-position: -4163px 0px;
4426 }
4427 .flag.py {
4428   height: 11px;
4429   background-position: -4185px 0px;
4430 }
4431 .flag.qa {
4432   height: 8px;
4433   background-position: -4207px 0px;
4434 }
4435 .flag.re {
4436   height: 14px;
4437   background-position: -4229px 0px;
4438 }
4439 .flag.ro {
4440   height: 14px;
4441   background-position: -4251px 0px;
4442 }
4443 .flag.rs {
4444   height: 14px;
4445   background-position: -4273px 0px;
4446 }
4447 .flag.ru {
4448   height: 14px;
4449   background-position: -4295px 0px;
4450 }
4451 .flag.rw {
4452   height: 14px;
4453   background-position: -4317px 0px;
4454 }
4455 .flag.sa {
4456   height: 14px;
4457   background-position: -4339px 0px;
4458 }
4459 .flag.sb {
4460   height: 10px;
4461   background-position: -4361px 0px;
4462 }
4463 .flag.sc {
4464   height: 10px;
4465   background-position: -4383px 0px;
4466 }
4467 .flag.sd {
4468   height: 10px;
4469   background-position: -4405px 0px;
4470 }
4471 .flag.se {
4472   height: 13px;
4473   background-position: -4427px 0px;
4474 }
4475 .flag.sg {
4476   height: 14px;
4477   background-position: -4449px 0px;
4478 }
4479 .flag.sh {
4480   height: 10px;
4481   background-position: -4471px 0px;
4482 }
4483 .flag.si {
4484   height: 10px;
4485   background-position: -4493px 0px;
4486 }
4487 .flag.sj {
4488   height: 15px;
4489   background-position: -4515px 0px;
4490 }
4491 .flag.sk {
4492   height: 14px;
4493   background-position: -4537px 0px;
4494 }
4495 .flag.sl {
4496   height: 14px;
4497   background-position: -4559px 0px;
4498 }
4499 .flag.sm {
4500   height: 15px;
4501   background-position: -4581px 0px;
4502 }
4503 .flag.sn {
4504   height: 14px;
4505   background-position: -4603px 0px;
4506 }
4507 .flag.so {
4508   height: 14px;
4509   background-position: -4625px 0px;
4510 }
4511 .flag.sr {
4512   height: 14px;
4513   background-position: -4647px 0px;
4514 }
4515 .flag.ss {
4516   height: 10px;
4517   background-position: -4669px 0px;
4518 }
4519 .flag.st {
4520   height: 10px;
4521   background-position: -4691px 0px;
4522 }
4523 .flag.sv {
4524   height: 12px;
4525   background-position: -4713px 0px;
4526 }
4527 .flag.sx {
4528   height: 14px;
4529   background-position: -4735px 0px;
4530 }
4531 .flag.sy {
4532   height: 14px;
4533   background-position: -4757px 0px;
4534 }
4535 .flag.sz {
4536   height: 14px;
4537   background-position: -4779px 0px;
4538 }
4539 .flag.ta {
4540   height: 10px;
4541   background-position: -4801px 0px;
4542 }
4543 .flag.tc {
4544   height: 10px;
4545   background-position: -4823px 0px;
4546 }
4547 .flag.td {
4548   height: 14px;
4549   background-position: -4845px 0px;
4550 }
4551 .flag.tf {
4552   height: 14px;
4553   background-position: -4867px 0px;
4554 }
4555 .flag.tg {
4556   height: 13px;
4557   background-position: -4889px 0px;
4558 }
4559 .flag.th {
4560   height: 14px;
4561   background-position: -4911px 0px;
4562 }
4563 .flag.tj {
4564   height: 10px;
4565   background-position: -4933px 0px;
4566 }
4567 .flag.tk {
4568   height: 10px;
4569   background-position: -4955px 0px;
4570 }
4571 .flag.tl {
4572   height: 10px;
4573   background-position: -4977px 0px;
4574 }
4575 .flag.tm {
4576   height: 14px;
4577   background-position: -4999px 0px;
4578 }
4579 .flag.tn {
4580   height: 14px;
4581   background-position: -5021px 0px;
4582 }
4583 .flag.to {
4584   height: 10px;
4585   background-position: -5043px 0px;
4586 }
4587 .flag.tr {
4588   height: 14px;
4589   background-position: -5065px 0px;
4590 }
4591 .flag.tt {
4592   height: 12px;
4593   background-position: -5087px 0px;
4594 }
4595 .flag.tv {
4596   height: 10px;
4597   background-position: -5109px 0px;
4598 }
4599 .flag.tw {
4600   height: 14px;
4601   background-position: -5131px 0px;
4602 }
4603 .flag.tz {
4604   height: 14px;
4605   background-position: -5153px 0px;
4606 }
4607 .flag.ua {
4608   height: 14px;
4609   background-position: -5175px 0px;
4610 }
4611 .flag.ug {
4612   height: 14px;
4613   background-position: -5197px 0px;
4614 }
4615 .flag.um {
4616   height: 11px;
4617   background-position: -5219px 0px;
4618 }
4619 .flag.us {
4620   height: 11px;
4621   background-position: -5241px 0px;
4622 }
4623 .flag.uy {
4624   height: 14px;
4625   background-position: -5263px 0px;
4626 }
4627 .flag.uz {
4628   height: 10px;
4629   background-position: -5285px 0px;
4630 }
4631 .flag.va {
4632   height: 15px;
4633   background-position: -5307px 0px;
4634 }
4635 .flag.vc {
4636   height: 14px;
4637   background-position: -5324px 0px;
4638 }
4639 .flag.ve {
4640   height: 14px;
4641   background-position: -5346px 0px;
4642 }
4643 .flag.vg {
4644   height: 10px;
4645   background-position: -5368px 0px;
4646 }
4647 .flag.vi {
4648   height: 14px;
4649   background-position: -5390px 0px;
4650 }
4651 .flag.vn {
4652   height: 14px;
4653   background-position: -5412px 0px;
4654 }
4655 .flag.vu {
4656   height: 12px;
4657   background-position: -5434px 0px;
4658 }
4659 .flag.wf {
4660   height: 14px;
4661   background-position: -5456px 0px;
4662 }
4663 .flag.ws {
4664   height: 10px;
4665   background-position: -5478px 0px;
4666 }
4667 .flag.xk {
4668   height: 15px;
4669   background-position: -5500px 0px;
4670 }
4671 .flag.ye {
4672   height: 14px;
4673   background-position: -5522px 0px;
4674 }
4675 .flag.yt {
4676   height: 14px;
4677   background-position: -5544px 0px;
4678 }
4679 .flag.za {
4680   height: 14px;
4681   background-position: -5566px 0px;
4682 }
4683 .flag.zm {
4684   height: 14px;
4685   background-position: -5588px 0px;
4686 }
4687 .flag.zw {
4688   height: 10px;
4689   background-position: -5610px 0px;
4690 }
4691 .flag.ot {
4692   height: 0px;
4693 }
4694 .roo-money-field .roo-money-currency {
4695   padding-right: 0px;
4696 }
4697 .roo-money-field .roo-money-amount {
4698   padding-left: 0px;
4699 }
4700 .roo-money-field .roo-money-currency-input {
4701   border-right: 0px;
4702 }
4703 .roo-money-field .input-group-addon {
4704   background-color: transparent;
4705   border-left: 0px;
4706   border-right: 0px;
4707   border-radius: 0px;
4708 }
4709 .roo-money-field .roo-money-amount-input {
4710   border-top-left-radius: 0px;
4711   border-bottom-left-radius: 0px;
4712   text-align: right;
4713 }
4714 .has-success .roo-money-currency .roo-select2-container .input-group-addon {
4715   border-color: #3c763d;
4716   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #3c763d;
4717 }
4718 .has-warning .roo-money-currency .roo-select2-container .input-group-addon {
4719   border-color: #8a6d3b;
4720   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #8a6d3b;
4721 }
4722 .has-error .roo-money-currency .roo-select2-container .input-group-addon {
4723   border-color: #a94442;
4724   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #a94442;
4725 }
4726 /*# sourceMappingURL=roojs-bootstrap-debug.css.map */