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