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