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