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