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 div.input-group.has-feedback > .form-control-feedback {
1837   right: 30px;
1838 }
1839 .roo-required-indicator.left-indicator {
1840   margin-right: 5px;
1841 }
1842 .roo-required-indicator.right-indicator {
1843   margin-left: 5px;
1844 }
1845 .label-pill {
1846   padding-right: .6em;
1847   padding-left: .6em;
1848   border-radius: 10rem;
1849 }
1850 .roo-layout-container {
1851   width: 100%;
1852   height: 100%;
1853   overflow: hidden;
1854 }
1855 .roo-layout-inactive-content {
1856   position: absolute;
1857   left: -10000px;
1858   top: -10000px;
1859   visibility: hidden;
1860 }
1861 .roo-layout-active-content {
1862   visibility: visible;
1863   /* padding: 10px; */
1864 }
1865 .roo-layout-panel {
1866   position: absolute;
1867   /* overflow:hidden;  -- menus inside of contains do not work with this */
1868   /*
1869     background-color:white;
1870     border:1px solid #98c0f4;
1871     */
1872 }
1873 .roo-layout-panel-east,
1874 .roo-layout-panel-west {
1875   z-index: 10;
1876 }
1877 .roo-layout-panel-north,
1878 .roo-layout-panel-south {
1879   z-index: 11;
1880 }
1881 /*
1882 .roo-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
1883     z-index:12;
1884 }
1885 */
1886 .roo-layout-panel-body {
1887   overflow: hidden;
1888 }
1889 /*
1890
1891 .roo-layout-grid-wrapper{
1892
1893 }
1894 */
1895 .roo-layout-split {
1896   position: absolute;
1897   height: 5px;
1898   width: 5px;
1899   line-height: 1px;
1900   font-size: 1px;
1901   z-index: 3;
1902   background-color: #f5f5f5;
1903 }
1904 .roo-layout-split-south,
1905 .roo-layout-split-north {
1906   border-bottom: 1px solid #777777;
1907 }
1908 .roo-layout-split-east,
1909 .roo-layout-split-west {
1910   border-right: 1px solid #777777;
1911 }
1912 .roo-layout-panel-hd {
1913   position: relative;
1914 }
1915 .roo-layout-panel-hd.breadcrumb {
1916   margin-bottom: 0;
1917 }
1918 .roo-layout-panel-hd-text {
1919   padding: 4px;
1920   padding-left: 4px;
1921   display: block;
1922   white-space: nowrap;
1923 }
1924 .roo-layout-panel-hd-tools {
1925   position: absolute;
1926   right: 0;
1927   top: 0;
1928   text-align: right;
1929   padding-top: 2px;
1930   padding-right: 2px;
1931   width: 40px;
1932 }
1933 /*
1934 .x-layout-tools-button{
1935     z-index:6;
1936     padding:2px;
1937     float:right;
1938     cursor:pointer;
1939 }
1940 .x-layout-tools-button-over{
1941     padding:1px;
1942     border:1px solid #98c0f4;
1943     background-color:white;
1944 }
1945 .x-layout-tools-button-inner{
1946     height:12px;
1947     width:12px;
1948     line-height:1px;
1949     font-size:1px;
1950     background-repeat:no-repeat;
1951     background-position:center;
1952 }
1953 .x-layout-close{
1954     background-image:url(../images/default/layout/layout-sprite.gif);
1955     background-repeat: no-repeat;
1956     background-position: 50% -48px;
1957 }
1958 .x-layout-collapse-west,.x-layout-expand-east{
1959     background-image:url(../images/default/layout/layout-sprite.gif);
1960     background-repeat: no-repeat;
1961     background-position: 50% 0;
1962 }
1963 .x-layout-expand-west,.x-layout-collapse-east{
1964     background-image:url(../images/default/layout/layout-sprite.gif);
1965     background-repeat: no-repeat;
1966     background-position: 50% -12px;
1967 }
1968 .x-layout-collapse-north,.x-layout-expand-south{
1969     background-image:url(../images/default/layout/layout-sprite.gif);
1970     background-repeat: no-repeat;
1971     background-position: 50% -24px;
1972 }
1973 .x-layout-expand-north,.x-layout-collapse-south{
1974     background-image:url(../images/default/layout/layout-sprite.gif);
1975     background-repeat: no-repeat;
1976     background-position: 50% -36px;
1977 }
1978 .x-layout-split-h{
1979     background-image:url(../images/default/sizer/e-handle.gif);
1980     background-position: left;
1981     cursor:col-resize;
1982 }
1983 .x-layout-split-v{
1984     background-image:url(../images/default/sizer/s-handle.gif);
1985     background-position: top;
1986     cursor:row-resize;
1987 }
1988 .x-layout-panel .x-tabs-wrap{
1989     background:url(../images/default/layout/gradient-bg.gif);
1990 }
1991 */
1992 .roo-layout-panel .roo-tabbody {
1993   background-color: #ffffff;
1994   overflow: auto;
1995   height: 100%;
1996 }
1997 .roo-layout-component-panel,
1998 .roo-layout-nested-layout {
1999   position: relative;
2000   padding: 0;
2001   overflow: hidden;
2002   width: 200px;
2003   height: 200px;
2004 }
2005 .roo-layout-nested-layout .roo-layout-panel {
2006   border: 0 none;
2007 }
2008 /*
2009 .x-layout-nested-layout .x-layout-panel-north {
2010           border-bottom:1px solid #98c0f4;
2011 }
2012 .x-layout-nested-layout .x-layout-panel-south {
2013           border-top:1px solid #98c0f4;
2014 }
2015 .x-layout-nested-layout .x-layout-panel-east {
2016           border-left:1px solid #98c0f4;
2017 }
2018 .x-layout-nested-layout .x-layout-panel-west {
2019           border-right:1px solid #98c0f4;
2020 }
2021 */
2022 .roo-repaint {
2023   zoom: 1;
2024   background-color: transparent;
2025 }
2026 /*
2027 .x-layout-panel-dragover {
2028         border: 2px solid #6593cf;
2029 }
2030 .x-layout-panel-proxy {
2031         background-image: url(../images/default/layout/gradient-bg.gif);
2032         background-color:#c3daf9;
2033         border:1px dashed #6593cf;
2034         z-index:10001;
2035         overflow:hidden;
2036         position:absolute;
2037         left:0;top:0;
2038 }
2039
2040 .x-layout-slider {
2041         z-index:15;
2042         overflow:hidden;
2043         position:absolute;
2044 }
2045 */
2046 .roo-unselectable {
2047   -moz-user-select: none;
2048   -khtml-user-select: none;
2049   -webkit-user-select: none;
2050   cursor: default;
2051 }
2052 /** --- split bar dragging ---*/
2053 .roo-splitbar-proxy {
2054   z-index: 40009;
2055   visibility: hidden;
2056   position: absolute;
2057   background: #777777;
2058   border: 1px solid #000000;
2059   overflow: hidden;
2060 }
2061 .roo-splitbar-h,
2062 .roo-splitbar-proxy-h {
2063   cursor: col-resize;
2064 }
2065 .roo-splitbar-v,
2066 .roo-splitbar-proxy-v {
2067   cursor: row-resize;
2068 }
2069 /*
2070 .x-grid-resize-proxy
2071 {
2072         z-index:40009;
2073         visibility:hidden;
2074         position:absolute;
2075         background:#666;
2076         border: 1px solid #000;
2077         overflow:hidden;
2078         cursor:col-resize;
2079         overflow:hidden;
2080         width: 2px;
2081 }
2082
2083
2084 */
2085 .roo-layout-panel-body .navbar ul.nav-tabs {
2086   margin-top: 9px;
2087   display: table;
2088 }
2089 .roo-layout-panel-body .navbar {
2090   margin-bottom: 0px;
2091 }
2092 .roo-form-group-label-left::before,
2093 .roo-form-group-label-left::after {
2094   display: table;
2095   content: " ";
2096   clear: both;
2097 }
2098 a.list-group-item,
2099 button.list-group-item {
2100   width: 100%;
2101   color: #555555;
2102   text-align: inherit;
2103 }
2104 .roo-el-mask {
2105   z-index: 20000;
2106   position: absolute;
2107   top: 0;
2108   left: 0;
2109   -moz-opacity: 0.5;
2110   opacity: .50;
2111   filter: alpha(opacity=50);
2112   background-color: #777777;
2113   width: 100%;
2114   height: 100%;
2115   zoom: 1;
2116 }
2117 .roo-el-mask-msg {
2118   position: absolute;
2119   z-index: 20000;
2120   /*border: 4px double #557; */
2121   background-color: #ffffff;
2122   padding: 0px 30px;
2123   background-image: url('../images/ux/lightbox/loading.gif');
2124   background-repeat: no-repeat;
2125   border: 10px solid white;
2126   border-radius: 20px;
2127 }
2128 .roo-el-mask-msg div {
2129   font-family: 'Source Sans Pro', sans-serif;
2130   font-size: 24px;
2131   font-weight: 500;
2132   z-index: 20001;
2133   padding: 4px 15px;
2134   color: #555555;
2135 }
2136 .x-body-masked {
2137   overflow: hidden !important;
2138 }
2139 .x-body-masked select,
2140 .ext-masked object,
2141 .ext-masked embed {
2142   visibility: hidden;
2143 }
2144 .x-dlg-mask {
2145   z-index: 10000;
2146   display: none;
2147   position: absolute;
2148   top: 0;
2149   left: 0;
2150   -moz-opacity: 0.5;
2151   opacity: .50;
2152   filter: alpha(opacity=50);
2153   background-color: #777777;
2154 }
2155 .masonary .masonry-bottom-title {
2156   background-color: transparent;
2157 }
2158 .masonry-brick-link,
2159 .roo-brick-link {
2160   cursor: pointer;
2161   text-decoration: none;
2162   outline: 0;
2163 }
2164 .masonry-brick-paragraph,
2165 .roo-brick-paragraph {
2166   overflow: hidden;
2167 }
2168 .masonry-brick .masonry-brick-paragraph {
2169   padding: 9px;
2170   width: 100%;
2171   height: 100%;
2172   position: absolute;
2173   top: 0;
2174   left: 0;
2175   background-color: inherit;
2176 }
2177 .masonry-center-title .masonry-brick-paragraph,
2178 .masonry-bottom-title .masonry-brick-paragraph,
2179 .roo-brick-center-title .roo-brick-paragraph,
2180 .roo-brick-bottom-title .roo-brick-paragraph {
2181   display: table;
2182 }
2183 .masonry-center-title .masonry-brick-paragraph .masonry-brick-title,
2184 .roo-brick-center-title .roo-brick-paragraph .roo-brick-title {
2185   display: table-cell;
2186   vertical-align: middle;
2187   text-align: center;
2188 }
2189 .masonry-bottom-title .masonry-brick-paragraph .masonry-brick-title,
2190 .roo-brick-bottom-title .roo-brick-paragraph .roo-brick-title {
2191   display: table-cell;
2192   vertical-align: bottom;
2193   text-align: right;
2194 }
2195 .masonry-brick-image .masonry-brick-paragraph,
2196 .roo-brick-image .roo-brick-paragraph {
2197   opacity: 0;
2198 }
2199 .masonry-bottom-title .masonry-brick-paragraph {
2200   opacity: 1;
2201 }
2202 .masonry-brick-image-view {
2203   width: 100%;
2204   height: 100%;
2205   object-fit: cover;
2206 }
2207 .masonry-brick-paragraph .masonry-brick-title,
2208 .roo-brick-paragraph .roo-brick-title {
2209   margin-top: 0;
2210 }
2211 .roo-brick .roo-brick-paragraph {
2212   padding: 9px;
2213   width: 100%;
2214   height: 100%;
2215   background-color: inherit;
2216 }
2217 .roo-brick-image-view {
2218   position: absolute;
2219   top: 0;
2220   object-fit: cover;
2221 }
2222 a.roo-brick-link:focus,
2223 a.roo-brick-link:hover {
2224   text-decoration: none;
2225   outline: 0;
2226 }
2227 .masonry-brick-split .masonry-brick-split-head,
2228 .masonry-brick-split .masonry-brick-split-head .masonry-brick-paragraph {
2229   height: 75%;
2230 }
2231 .masonry-brick-split .masonry-brick-split-body {
2232   height: 25%;
2233   padding: 4px;
2234   color: #000000;
2235   font-size: 11px;
2236 }
2237 .enable-mask:hover .masonry-brick-mask {
2238   width: 100%;
2239   height: 100%;
2240   position: absolute;
2241   top: 0;
2242   left: 0;
2243   background-color: #000000;
2244   opacity: 0.2;
2245 }
2246 @media (min-width: 768px) {
2247   .mask-inverse .masonry-brick-paragraph {
2248     background: rgba(0, 0, 0, 0.5);
2249   }
2250   .mask-inverse:hover .masonry-brick-paragraph {
2251     background: none;
2252   }
2253 }
2254 /* 
2255     Document   : modal
2256     Created on : Apr 23, 2014, 11:24:28 AM
2257     Author     : edward
2258     Description:
2259         Purpose of the stylesheet follows.
2260 */
2261 .modal-md-1,
2262 .modal-md-2,
2263 .modal-md-3,
2264 .modal-md-4,
2265 .modal-md-5,
2266 .modal-md-6,
2267 .modal-md-7,
2268 .modal-md-8,
2269 .modal-md-9,
2270 .modal-md-10,
2271 .modal-md-11,
2272 .modal-md-12 {
2273   float: left;
2274 }
2275 .modal-md-12 .modal-dialog {
2276   width: 100%;
2277   margin: 30 auto;
2278 }
2279 .modal-md-11 .modal-dialog {
2280   width: 91.66666666666666%;
2281   margin: 30 auto;
2282 }
2283 .modal-md-10 .modal-dialog {
2284   width: 83.33333333333334%;
2285   margin: 30 auto;
2286 }
2287 .modal-md-9 .modal-dialog {
2288   width: 75%;
2289   margin: 30 auto;
2290 }
2291 .modal-md-8 .modal-dialog {
2292   width: 66.66666666666666%;
2293   margin: 30 auto;
2294 }
2295 .modal-md-7 .modal-dialog {
2296   width: 58.333333333333336%;
2297   margin: 30 auto;
2298 }
2299 .modal-md-6 .modal-dialog {
2300   width: 50%;
2301   margin: 30 auto;
2302 }
2303 .modal-md-5 .modal-dialog {
2304   width: 41.66666666666667%;
2305   margin: 30 auto;
2306 }
2307 .modal-md-4 .modal-dialog {
2308   width: 33.33333333333333%;
2309   margin: 30 auto;
2310 }
2311 .modal-md-3 .modal-dialog {
2312   width: 25%;
2313   margin: 30 auto;
2314 }
2315 .modal-md-2 .modal-dialog {
2316   width: 16.666666666666664%;
2317   margin: 30 auto;
2318 }
2319 .modal-md-1 .modal-dialog {
2320   width: 8.333333333333332%;
2321   margin: 30 auto;
2322 }
2323 /*
2324  this  appears to break the layout on dialog buttons on mobile?
2325 @media (max-width: 568px) {
2326     .modal-footer .btn+.btn {
2327             margin-left: 0px;
2328             margin-top: 5px;
2329     }
2330 }
2331 */
2332 .modal-body.roo-layout-container {
2333   padding: 0;
2334 }
2335 .modal-dialog {
2336   max-width: 100%;
2337 }
2338 .roo-navigation-bar-group,
2339 .roo-navigation-top-bar,
2340 .roo-navigation-bullets-bar,
2341 .roo-navigation-bottom-bar {
2342   width: 100%;
2343   float: left;
2344 }
2345 .roo-navigation-bar-text > span {
2346   text-transform: uppercase;
2347   width: 90%;
2348   display: inline-block;
2349 }
2350 .roo-navigation-bar-text {
2351   float: left;
2352   line-height: 24px;
2353   height: 100%;
2354   min-height: 24px;
2355   text-align: center;
2356   position: relative;
2357 }
2358 .roo-navigation-bar {
2359   counter-reset: step;
2360   text-align: center;
2361   padding: 0px;
2362   overflow: hidden;
2363   margin: 0px;
2364 }
2365 .roo-navigation-bar .roo-navigation-bar-item {
2366   list-style-type: none;
2367   color: #000000;
2368   text-transform: uppercase;
2369   font-size: 14px;
2370   float: left;
2371   position: relative;
2372 }
2373 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:before {
2374   counter-increment: step;
2375   width: 25px;
2376   line-height: 25px;
2377   display: block;
2378   color: #ffffff;
2379   background: #337ab7;
2380   border-radius: 5px;
2381   font-weight: bold;
2382   cursor: pointer;
2383 }
2384 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon.step-number:before {
2385   content: counter(step);
2386 }
2387 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:after {
2388   content: '';
2389   width: 100%;
2390   height: 5px;
2391   background: #337ab7;
2392   position: absolute;
2393   top: 10px;
2394   z-index: -1;
2395 }
2396 .roo-navigation-bar .roo-navigation-bar-item:last-child > .roo-navigation-bar-item-icon:after {
2397   content: none;
2398 }
2399 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2400   background: #ac2925;
2401   color: #ffffff;
2402 }
2403 .roo-navigation-bar .roo-navigation-bar-item.disabled .roo-navigation-bar-item-icon:before {
2404   background: #777777;
2405   color: #ffffff;
2406   cursor: not-allowed;
2407 }
2408 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2409   cursor: default;
2410 }
2411 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon {
2412   font: normal normal normal 14px/1 FontAwesome;
2413   display: inline-block;
2414 }
2415 @media (min-width: 768px) {
2416   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before {
2417     content: counter(step);
2418   }
2419 }
2420 @media (min-width: 992px) {
2421   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2422   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before {
2423     content: counter(step);
2424   }
2425 }
2426 @media (min-width: 1200px) {
2427   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2428   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before,
2429   .roo-navigation-bar .roo-navigation-bar-item.md-icon > .roo-navigation-bar-item-icon:before {
2430     content: counter(step);
2431   }
2432 }
2433 /* NAV TABS */
2434 .nav-tabs-custom {
2435   margin-bottom: 20px;
2436   background: #ffffff;
2437   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
2438 }
2439 .nav-tabs-custom > .nav-tabs {
2440   margin: 0;
2441   border-bottom-color: #777777;
2442 }
2443 .nav-tabs-custom > .nav-tabs > li {
2444   border-top: 3px solid transparent;
2445   margin-bottom: -2px;
2446   margin-right: 5px;
2447 }
2448 .nav-tabs-custom > .nav-tabs > li > a {
2449   -webkit-border-radius: 0 !important;
2450   -moz-border-radius: 0 !important;
2451   border-radius: 0 !important;
2452 }
2453 .nav-tabs-custom > .nav-tabs > li > a,
2454 .nav-tabs-custom > .nav-tabs > li > a:hover {
2455   background: transparent;
2456   margin: 0;
2457 }
2458 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2459 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2460 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
2461   border-color: transparent;
2462 }
2463 .nav-tabs-custom > .nav-tabs > li.active {
2464   border-top-color: #337ab7;
2465 }
2466 .nav-tabs-custom > .nav-tabs > li.active > a,
2467 .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2468   background-color: #ffffff;
2469 }
2470 .nav-tabs-custom > .nav-tabs > li.active > a {
2471   border-top: 0;
2472   border-left-color: #777777;
2473   border-right-color: #777777;
2474 }
2475 .nav-tabs-custom > .nav-tabs > li:first-of-type {
2476   margin-left: 0px;
2477 }
2478 .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2479   border-left-width: 0;
2480 }
2481 .nav-tabs-custom > .nav-tabs.pull-right {
2482   float: none !important;
2483 }
2484 .nav-tabs-custom > .nav-tabs.pull-right > li {
2485   float: right;
2486 }
2487 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2488   margin-right: 0px;
2489 }
2490 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2491   border-left-width: 1px;
2492   border-right-width: 0px;
2493 }
2494 .nav-tabs-custom > .nav-tabs > li.header {
2495   font-weight: 400;
2496   line-height: 35px;
2497   padding: 0 10px;
2498   font-size: 20px;
2499   color: #333333;
2500   cursor: default;
2501 }
2502 .nav-tabs-custom > .nav-tabs > li.header > .fa,
2503 .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
2504 .nav-tabs-custom > .nav-tabs > li.header > .ion {
2505   margin-right: 10px;
2506 }
2507 .nav-tabs-custom > .tab-content {
2508   background: #ffffff;
2509   padding: 10px;
2510 }
2511 /* --- override it appears it's done un-reliably in JS normally.. */
2512 .tab-content > .tab-pane {
2513   position: absolute;
2514 }
2515 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar {
2516   margin: 0 5px;
2517 }
2518 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar > .column {
2519   padding: 0 5px;
2520 }
2521 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .form-group {
2522   margin-bottom: 0px;
2523 }
2524 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .input-group,
2525 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar-label {
2526   margin: 10px 0;
2527 }
2528 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item button.roo-toolbar-button {
2529   margin: 10px 5px;
2530 }
2531 .tab-content > .tab-pane .navbar > .navbar-nav a.dropdown-toggle {
2532   padding: 10px 5px;
2533 }
2534 /* for some reason it's -15px on BS */
2535 @media (min-width: 768px) {
2536   .navbar-right {
2537     margin-right: 15px;
2538   }
2539 }
2540 .roo-numberbox {
2541   background-color: #337ab7 !important;
2542   border: 10px solid black;
2543 }
2544 .roo-numberbox h {
2545   font-size: 24px;
2546 }
2547 .pull-xs-right {
2548   float: right !important;
2549 }
2550 .roo-radio-set:before,
2551 .roo-radio-set:after {
2552   display: table;
2553   content: " ";
2554   clear: both;
2555 }
2556 .radio.checked label::after {
2557   -webkit-transform: scale(1, 1);
2558   -ms-transform: scale(1, 1);
2559   -o-transform: scale(1, 1);
2560   transform: scale(1, 1);
2561   background-color: #555555;
2562 }
2563 .roo-radio-set.disabled .radio label {
2564   opacity: 0.65;
2565 }
2566 .roo-radio-set.disabled .radio label {
2567   cursor: not-allowed;
2568 }
2569 .roo-radio-primary .radio label::after {
2570   background-color: #ffffff;
2571 }
2572 .roo-radio-primary .radio.checked label::before {
2573   border-color: #337ab7;
2574 }
2575 .roo-radio-primary .radio.checked label::after {
2576   background-color: #337ab7;
2577 }
2578 .roo-radio-danger .radio label::after {
2579   background-color: #d9534f;
2580 }
2581 .roo-radio-danger .radio.checked label::before {
2582   border-color: #d9534f;
2583 }
2584 .roo-radio-danger .radio.checked label::after {
2585   background-color: #d9534f;
2586 }
2587 .roo-radio-info .radio label::after {
2588   background-color: #ffffff;
2589 }
2590 .roo-radio-info .radio.checked label::before {
2591   border-color: #5bc0de;
2592 }
2593 .roo-radio-info .radio.checked label::after {
2594   background-color: #5bc0de;
2595 }
2596 .roo-radio-warning .radio label::after {
2597   background-color: #ffffff;
2598 }
2599 .roo-radio-warning .radio.checked label::before {
2600   border-color: #f0ad4e;
2601 }
2602 .roo-radio-warning .radio.checked label::after {
2603   background-color: #f0ad4e;
2604 }
2605 .roo-radio-success .radio label::after {
2606   background-color: #ffffff;
2607 }
2608 .roo-radio-success .radio.checked label::before {
2609   border-color: #5cb85c;
2610 }
2611 .roo-radio-success .radio.checked label::after {
2612   background-color: #5cb85c;
2613 }
2614 .roo-radio-set.has-warning .roo-radio-set-items label,
2615 .roo-radio-set.has-warning .roo-radio-set-label {
2616   color: #f0ad4e;
2617 }
2618 .roo-radio-set.has-error .roo-radio-set-items label,
2619 .roo-radio-set.has-error .roo-radio-set-label {
2620   color: #d9534f;
2621 }
2622 .roo-radio-set.has-success .roo-radio-set-items label,
2623 .roo-radio-set.has-success .roo-radio-set-label {
2624   color: #5cb85c;
2625 }
2626 .roo-radio-set-inline .radio {
2627   position: relative;
2628   display: inline-block;
2629   padding-left: 20px;
2630   margin-top: 0px;
2631   margin-bottom: 0;
2632   font-weight: 400;
2633   vertical-align: middle;
2634   cursor: pointer;
2635 }
2636 .roo-radio-set-inline .radio + .radio {
2637   margin-left: 10px;
2638 }
2639 .roo-radio-set-label .roo-required-indicator.right-indicator {
2640   position: absolute;
2641 }
2642 .roo-radio-set-label .roo-required-indicator.right-indicator.fa-star {
2643   font-size: 8px;
2644   margin-left: 3px;
2645   color: #d9534f;
2646 }
2647 .roo-form-error-popover.in {
2648   opacity: 1;
2649 }
2650 .roo-form-error-popover .tooltip-inner {
2651   max-width: 100%;
2652   padding: 10px;
2653 }
2654 .x-form-field-wrap .form-group {
2655   /* what is this doing here?? */
2656   margin-bottom: 0px;
2657 }
2658 .roo-password-meter-grey {
2659   background: #777777;
2660   margin-bottom: 30px;
2661   height: 10px;
2662 }
2663 .roo-password-meter {
2664   font-size: 12px;
2665 }
2666 .roo-password-meter-container {
2667   margin-bottom: 20px;
2668 }
2669 .roo-password-meter-tooweak {
2670   background: #d9534f;
2671   height: 10px;
2672 }
2673 .roo-password-meter-weak {
2674   background: #f0ad4e;
2675   height: 10px;
2676 }
2677 .roo-password-meter-medium {
2678   background: #5bc0de;
2679   height: 10px;
2680 }
2681 .roo-password-meter-strong {
2682   background: #5cb85c;
2683   height: 10px;
2684 }
2685 .roo-password-meter-text {
2686   /* padding-bottom:5px; */
2687   margin-bottom: 30px;
2688   font-size: 12px;
2689   height: 10px;
2690 }
2691 /*
2692 Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
2693 */
2694 .roo-select2-container {
2695   margin: 0;
2696   position: relative;
2697   /*display: inline-block;*/
2698   /* inline-block for ie7 */
2699   zoom: 1;
2700   *display: inline;
2701   vertical-align: middle;
2702 }
2703 .roo-select2-container,
2704 .roo-select2-drop,
2705 .roo-select2-search,
2706 .roo-select2-search input {
2707   /*
2708     Force border-box so that % widths fit the parent
2709     container without overlap because of margin/padding.
2710     More Info : http://www.quirksmode.org/css/box.html
2711   */
2712   -webkit-box-sizing: border-box;
2713   /* webkit */
2714   -moz-box-sizing: border-box;
2715   /* firefox */
2716   box-sizing: border-box;
2717   /* css3 */
2718 }
2719 .roo-select2-container .roo-select2-choice {
2720   display: block;
2721   height: 26px;
2722   padding: 0 0 0 8px;
2723   overflow: hidden;
2724   position: relative;
2725   border: 1px solid #777777;
2726   white-space: nowrap;
2727   line-height: 26px;
2728   color: #333333;
2729   text-decoration: none;
2730   border-radius: 4px;
2731   background-clip: padding-box;
2732   -webkit-touch-callout: none;
2733   -webkit-user-select: none;
2734   -moz-user-select: none;
2735   -ms-user-select: none;
2736   user-select: none;
2737   background-color: #ffffff;
2738   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
2739   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2740   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2741   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2742   background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
2743 }
2744 .roo-select2-container.roo-select2-drop-above .roo-select2-choice {
2745   border-bottom-color: #777777;
2746   border-radius: 0 0 4px 4px;
2747   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
2748   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2749   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2750   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2751   background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
2752 }
2753 .roo-select2-container.roo-select2-allowclear .roo-select2-choice .roo-select2-chosen {
2754   margin-right: 42px;
2755 }
2756 .roo-select2-container .roo-select2-choice > .roo-select2-chosen {
2757   margin-right: 26px;
2758   display: block;
2759   overflow: hidden;
2760   white-space: nowrap;
2761   text-overflow: ellipsis;
2762   float: none;
2763   width: auto;
2764 }
2765 .roo-select2-container .roo-select2-choice abbr {
2766   display: none;
2767   width: 12px;
2768   height: 12px;
2769   position: absolute;
2770   right: 24px;
2771   top: 8px;
2772   font-size: 1px;
2773   text-decoration: none;
2774   border: 0;
2775   background: url('../images/select2/select2.png') right top no-repeat;
2776   cursor: pointer;
2777   outline: 0;
2778 }
2779 .roo-select2-container.roo-select2-allowclear .roo-select2-choice abbr {
2780   display: inline-block;
2781 }
2782 .roo-select2-container .roo-select2-choice abbr:hover {
2783   background-position: right -11px;
2784   cursor: pointer;
2785 }
2786 .roo-select2-drop-mask {
2787   border: 0;
2788   margin: 0;
2789   padding: 0;
2790   position: fixed;
2791   left: 0;
2792   top: 0;
2793   min-height: 100%;
2794   min-width: 100%;
2795   height: auto;
2796   width: auto;
2797   opacity: 0;
2798   z-index: 9998;
2799   /* styles required for IE to work */
2800   background-color: #ffffff;
2801   filter: alpha(opacity=0);
2802 }
2803 .roo-select2-drop {
2804   width: 100%;
2805   margin-top: -1px;
2806   position: absolute;
2807   z-index: 9999;
2808   top: 100%;
2809   background: #ffffff;
2810   color: #000000;
2811   border: 1px solid #777777;
2812   border-top: 0;
2813   border-radius: 0 0 4px 4px;
2814   -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2815   box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2816 }
2817 .roo-select2-drop.roo-select2-drop-above {
2818   margin-top: 1px;
2819   border-top: 1px solid #777777;
2820   border-bottom: 0;
2821   border-radius: 4px 4px 0 0;
2822   -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2823   box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2824 }
2825 .roo-select2-drop-active {
2826   border: 1px solid #337ab7;
2827   border-top: none;
2828 }
2829 .roo-select2-drop.roo-select2-drop-above.roo-select2-drop-active {
2830   border-top: 1px solid #337ab7;
2831 }
2832 .roo-select2-drop-auto-width {
2833   border-top: 1px solid #777777;
2834   width: auto;
2835 }
2836 .roo-select2-drop-auto-width .roo-select2-search {
2837   padding-top: 4px;
2838 }
2839 .roo-select2-container .roo-select2-choice .roo-select2-arrow {
2840   display: inline-block;
2841   width: 18px;
2842   height: 100%;
2843   position: absolute;
2844   right: 0;
2845   top: 0;
2846   border-left: 1px solid #777777;
2847   border-radius: 0 4px 4px 0;
2848   background-clip: padding-box;
2849   background: #777777;
2850   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777777), color-stop(0.6, #eeeeee));
2851   background-image: -webkit-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2852   background-image: -moz-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2853   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@gray-light', GradientType=0);
2854   background-image: linear-gradient(to top, #777777 0%, #eeeeee 60%);
2855 }
2856 .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
2857   display: block;
2858   width: 100%;
2859   height: 100%;
2860   background: url('../images/select2/select2.png') no-repeat 0 1px;
2861 }
2862 .roo-select2-search {
2863   display: inline-block;
2864   width: 100%;
2865   min-height: 26px;
2866   margin: 0;
2867   padding-left: 4px;
2868   padding-right: 4px;
2869   position: relative;
2870   z-index: 10000;
2871   white-space: nowrap;
2872 }
2873 .roo-select2-search input {
2874   width: 100%;
2875   height: auto !important;
2876   min-height: 26px;
2877   padding: 4px 20px 4px 5px;
2878   margin: 0;
2879   outline: 0;
2880   font-family: sans-serif;
2881   font-size: 1em;
2882   border: 1px solid #777777;
2883   border-radius: 0;
2884   -webkit-box-shadow: none;
2885   box-shadow: none;
2886   background: #ffffff url('../images/select2/select2.png') no-repeat 100% -22px;
2887   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));
2888   background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2889   background: url('../images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2890   background: url('../images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2891 }
2892 .roo-select2-drop.roo-select2-drop-above .roo-select2-search input {
2893   margin-top: 4px;
2894 }
2895 .roo-select2-search input.roo-select2-active {
2896   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100%;
2897   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));
2898   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2899   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2900   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2901 }
2902 .roo-select2-container-active .roo-select2-choice,
2903 .roo-select2-container-active .roo-select2-choices {
2904   border: 1px solid #337ab7;
2905   outline: none;
2906   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
2907   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
2908 }
2909 .roo-select2-dropdown-open .roo-select2-choice {
2910   border-bottom-color: transparent;
2911   -webkit-box-shadow: 0 1px 0 #ffffff inset;
2912   box-shadow: 0 1px 0 #ffffff inset;
2913   border-bottom-left-radius: 0;
2914   border-bottom-right-radius: 0;
2915   background-color: #eeeeee;
2916   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
2917   background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
2918   background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
2919   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
2920   background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
2921 }
2922 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choice,
2923 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choices {
2924   border: 1px solid #337ab7;
2925   border-top-color: transparent;
2926   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
2927   background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
2928   background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
2929   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
2930   background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
2931 }
2932 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow {
2933   background: transparent;
2934   border-left: none;
2935   filter: none;
2936 }
2937 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow b {
2938   background-position: -18px 1px;
2939 }
2940 .roo-select2-hidden-accessible {
2941   border: 0;
2942   clip: rect(0 0 0 0);
2943   height: 1px;
2944   margin: -1px;
2945   overflow: hidden;
2946   padding: 0;
2947   position: absolute;
2948   width: 1px;
2949 }
2950 /* results */
2951 .roo-select2-results {
2952   max-height: 200px;
2953   padding: 0 0 0 4px;
2954   margin: 4px 4px 4px 0;
2955   position: relative;
2956   overflow-x: hidden;
2957   overflow-y: auto;
2958   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2959 }
2960 .roo-select2-results ul.roo-select2-result-sub {
2961   margin: 0;
2962   padding-left: 0;
2963 }
2964 .roo-select2-results li {
2965   list-style: none;
2966   display: list-item;
2967   background-image: none;
2968 }
2969 .roo-select2-results li.roo-select2-result-with-children > .roo-select2-result-label {
2970   font-weight: bold;
2971 }
2972 .roo-select2-results .roo-select2-result-label {
2973   padding: 3px 7px 4px;
2974   margin: 0;
2975   cursor: pointer;
2976   min-height: 1em;
2977   -webkit-touch-callout: none;
2978   -webkit-user-select: none;
2979   -moz-user-select: none;
2980   -ms-user-select: none;
2981   user-select: none;
2982 }
2983 .roo-select2-results-dept-1 .roo-select2-result-label {
2984   padding-left: 20px;
2985 }
2986 .roo-select2-results-dept-2 .roo-select2-result-label {
2987   padding-left: 40px;
2988 }
2989 .roo-select2-results-dept-3 .roo-select2-result-label {
2990   padding-left: 60px;
2991 }
2992 .roo-select2-results-dept-4 .roo-select2-result-label {
2993   padding-left: 80px;
2994 }
2995 .roo-select2-results-dept-5 .roo-select2-result-label {
2996   padding-left: 100px;
2997 }
2998 .roo-select2-results-dept-6 .roo-select2-result-label {
2999   padding-left: 110px;
3000 }
3001 .roo-select2-results-dept-7 .roo-select2-result-label {
3002   padding-left: 120px;
3003 }
3004 .roo-select2-results .roo-select2-highlighted {
3005   background: #337ab7;
3006   color: #ffffff;
3007 }
3008 .roo-select2-results li em {
3009   background: #f0ad4e;
3010   font-style: normal;
3011 }
3012 .roo-select2-results .roo-select2-highlighted em {
3013   background: transparent;
3014 }
3015 .roo-select2-results .roo-select2-highlighted ul {
3016   background: #ffffff;
3017   color: #000000;
3018 }
3019 .roo-select2-results .roo-select2-no-results,
3020 .roo-select2-results .roo-select2-searching,
3021 .roo-select2-results .roo-select2-selection-limit {
3022   background: #777777;
3023   display: list-item;
3024   padding-left: 5px;
3025 }
3026 /*
3027 disabled look for disabled choices in the results dropdown
3028 */
3029 .roo-select2-results .roo-select2-disabled.roo-select2-highlighted {
3030   color: #eeeeee;
3031   background: #777777;
3032   display: list-item;
3033   cursor: default;
3034 }
3035 .roo-select2-results .roo-select2-disabled {
3036   background: #777777;
3037   display: list-item;
3038   cursor: default;
3039 }
3040 .roo-select2-results .roo-select2-selected {
3041   display: none;
3042 }
3043 .roo-select2-more-results.roo-select2-active {
3044   background: #777777 url('../images/select2/select2-spinner.gif') no-repeat 100%;
3045 }
3046 .roo-select2-more-results {
3047   background: #777777;
3048   display: list-item;
3049 }
3050 /* disabled styles */
3051 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice {
3052   background-color: #777777;
3053   background-image: none;
3054   border: 1px solid #777777;
3055   cursor: default;
3056 }
3057 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice .roo-select2-arrow {
3058   background-color: #777777;
3059   background-image: none;
3060   border-left: 0;
3061 }
3062 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice abbr {
3063   display: none;
3064 }
3065 /* multiselect */
3066 .roo-select2-container-multi .roo-select2-choices {
3067   height: auto !important;
3068   height: 1%;
3069   margin: 0;
3070   padding: 0;
3071   /*position: relative;*/
3072   border: 1px solid #777777;
3073   cursor: text;
3074   overflow: hidden;
3075   background-color: #ffffff;
3076   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
3077   background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3078   background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3079   background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
3080 }
3081 .roo-select2-locked {
3082   padding: 3px 5px 3px 5px !important;
3083 }
3084 .roo-select2-container-multi .roo-select2-choices {
3085   min-height: 26px;
3086 }
3087 .roo-select2-container-multi.roo-select2-container-active .roo-select2-choices {
3088   border: 1px solid #337ab7;
3089   outline: none;
3090   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3091   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3092 }
3093 .roo-select2-container-multi .roo-select2-choices li {
3094   float: left;
3095   list-style: none;
3096 }
3097 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices li {
3098   float: right;
3099 }
3100 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field {
3101   margin: 0;
3102   padding: 0;
3103   white-space: nowrap;
3104 }
3105 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input {
3106   padding: 5px;
3107   margin: 1px 0;
3108   font-family: sans-serif;
3109   font-size: 100%;
3110   color: #555555;
3111   outline: 0;
3112   border: 0;
3113   -webkit-box-shadow: none;
3114   box-shadow: none;
3115   background: transparent !important;
3116 }
3117 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input.roo-select2-active {
3118   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100% !important;
3119 }
3120 .roo-select2-default {
3121   color: #777777 !important;
3122 }
3123 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3124   padding: 4px 7px 4px 16px;
3125   margin: 0 1px;
3126   position: relative;
3127   line-height: 13px;
3128   color: #333333;
3129   cursor: default;
3130   border: 1px solid #777777;
3131   border-radius: 3px;
3132   -webkit-touch-callout: none;
3133   -webkit-user-select: none;
3134   -moz-user-select: none;
3135   -ms-user-select: none;
3136   user-select: none;
3137 }
3138 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3139   margin-left: 0;
3140   margin-right: 5px;
3141 }
3142 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-chosen {
3143   cursor: default;
3144 }
3145 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus {
3146   background: #777777;
3147 }
3148 .roo-select2-search-choice-close {
3149   display: block;
3150   width: 12px;
3151   height: 13px;
3152   position: absolute;
3153   right: 3px;
3154   top: 4px;
3155   font-size: 12px;
3156   outline: none;
3157   color: #777777;
3158   /*background: url('@{bootstrap-image-path}/select2/select2.png') right top no-repeat;*/
3159 }
3160 .roo-select2-search-choice-close:hover {
3161   color: #333333;
3162 }
3163 html[dir="rtl"] .roo-select2-search-choice-close {
3164   right: auto;
3165   left: 3px;
3166 }
3167 .roo-select2-container-multi .roo-select2-search-choice-close {
3168   left: 3px;
3169 }
3170 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close:hover {
3171   background-position: right -11px;
3172 }
3173 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus .roo-select2-search-choice-close {
3174   background-position: right -11px;
3175 }
3176 /* disabled styles */
3177 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices {
3178   background-color: #777777;
3179   background-image: none;
3180   border: 1px solid #777777;
3181   cursor: default;
3182 }
3183 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice {
3184   padding: 3px 5px 3px 5px;
3185   border: 1px solid #777777;
3186   background-image: none;
3187   background-color: #777777;
3188 }
3189 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close {
3190   display: none;
3191   background: none;
3192 }
3193 /* end multiselect */
3194 .roo-select2-result-selectable .roo-select2-match,
3195 .roo-select2-result-unselectable .roo-select2-match {
3196   text-decoration: underline;
3197 }
3198 .roo-select2-offscreen,
3199 .roo-select2-offscreen:focus {
3200   clip: rect(0 0 0 0) !important;
3201   width: 1px !important;
3202   height: 1px !important;
3203   border: 0 !important;
3204   margin: 0 !important;
3205   padding: 0 !important;
3206   overflow: hidden !important;
3207   position: absolute !important;
3208   outline: 0 !important;
3209   left: 0px !important;
3210   top: 0px !important;
3211 }
3212 .roo-select2-display-none {
3213   display: none;
3214 }
3215 .roo-select2-measure-scrollbar {
3216   position: absolute;
3217   top: -10000px;
3218   left: -10000px;
3219   width: 100px;
3220   height: 100px;
3221   overflow: scroll;
3222 }
3223 /* Retina-ize icons */
3224 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
3225   .roo-select2-search input,
3226   .roo-select2-search-choice-close,
3227   .roo-select2-container .roo-select2-choice abbr,
3228   .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
3229     background-image: url('../images/select2/select2x2.png') !important;
3230     background-repeat: no-repeat !important;
3231     background-size: 60px 40px !important;
3232   }
3233   .roo-select2-search input {
3234     background-position: 100% -21px !important;
3235   }
3236 }
3237 .has-error .roo-select2-choices {
3238   border-color: #d9534f;
3239   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3240   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3241 }
3242 .dropdown-menu .roo-select2-result.disabled {
3243   background-color: #eeeeee;
3244   color: #777777;
3245   cursor: not-allowed;
3246 }
3247 .sidebar {
3248   margin-bottom: 5px;
3249 }
3250 /* override boostrap a:hover */
3251 .sidebar a:hover {
3252   text-decoration: none;
3253 }
3254 .sidebar .sidebar-menu {
3255   list-style: none;
3256   margin: 0;
3257   padding: 0;
3258 }
3259 /* GREY BG */
3260 .sidebar .sidebar-menu > li,
3261 .sidebar .sidebar-menu li.active li.treeview-menu {
3262   margin: 0;
3263   padding: 0;
3264   border-bottom: 1px solid #777777;
3265   background-color: #eeeeee;
3266 }
3267 /* active child menu - white BG */
3268 .sidebar .sidebar-menu li.active li.treeview-menu {
3269   background-color: #777777;
3270 }
3271 .sidebar .sidebar-menu > li > a,
3272 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3273   padding: 12px 5px 12px 15px;
3274   display: block;
3275   color: #333333;
3276 }
3277 .sidebar .sidebar-menu > li > a > .fa,
3278 .sidebar .sidebar-menu > li > a > .glyphicon,
3279 .sidebar .sidebar-menu > li > a > .ion {
3280   width: 20px;
3281 }
3282 .sidebar .sidebar-menu li:hover,
3283 .sidebar .sidebar-menu li:focus,
3284 .sidebar .sidebar-menu li:active,
3285 .sidebar .sidebar-menu li.active li.treeview-menu:hover,
3286 .sidebar .sidebar-menu li.active li.treeview-menu:focus,
3287 .sidebar .sidebar-menu li.active li.treeview-menu:active {
3288   background-color: #ffffff;
3289 }
3290 .sidebar .sidebar-menu li:hover a,
3291 .sidebar .sidebar-menu li:focus a,
3292 .sidebar .sidebar-menu li:active a,
3293 .sidebar .sidebar-menu li.oepn li.treeview-menu a:hover,
3294 .sidebar .sidebar-menu li.open li.treeview-menu a:focus,
3295 .sidebar .sidebar-menu li.open li.treeview-menu a:active {
3296   color: #000000;
3297   text-decoration: none;
3298 }
3299 /* BLUE ACTIVE */
3300 .sidebar .sidebar-menu li.active {
3301   color: #ffffff;
3302   background-color: #337ab7;
3303   border-color: #286090;
3304 }
3305 .sidebar .sidebar-menu li.active:hover,
3306 .sidebar .sidebar-menu li.active:focus,
3307 .sidebar .sidebar-menu li.active.focus {
3308   color: #ffffff;
3309   background-color: #337ab7;
3310   border-color: #286090;
3311 }
3312 .sidebar .sidebar-menu li.active a {
3313   color: #ffffff;
3314 }
3315 .sidebar .sidebar-menu li.disabled {
3316   color: #333333;
3317   background-color: #ffffff;
3318   border-color: #333333;
3319 }
3320 .sidebar .sidebar-menu li.disabled a {
3321   color: #777777;
3322   cursor: default;
3323 }
3324 .sidebar .sidebar-menu li.danger,
3325 .sidebar .sidebar-menu li.danger.active {
3326   color: #ffffff;
3327   background-color: #d9534f;
3328   border-color: #e27c79;
3329 }
3330 .sidebar .sidebar-menu li.danger:hover,
3331 .sidebar .sidebar-menu li.danger:focus,
3332 .sidebar .sidebar-menu li.danger.active:focus {
3333   color: #ffffff;
3334   background-color: #d9534f;
3335   border-color: #c9302c;
3336   border-bottom: 1px solid #c9302c;
3337 }
3338 .sidebar .sidebar-menu li.danger a,
3339 .sidebar .sidebar-menu li.danger.active a {
3340   color: #ffffff;
3341 }
3342 /* --- open  */
3343 .sidebar .sidebar-menu li.open ul {
3344   display: block;
3345 }
3346 .sidebar .sidebar-menu li.open .treeview-menu {
3347   display: block;
3348 }
3349 /* --- treeview menu  */
3350 .sidebar .sidebar-menu .treeview-menu {
3351   display: none;
3352   list-style: none;
3353   padding: 0;
3354   margin: 0;
3355 }
3356 .sidebar .sidebar-menu .treeview-menu > li {
3357   margin: 0;
3358 }
3359 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3360   padding: 5px 5px 5px 20px;
3361   display: block;
3362   font-size: 14px;
3363   margin: 0px 0px;
3364 }
3365 .sidebar .sidebar-menu .treeview-menu > li > a > .fa,
3366 .sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
3367 .sidebar .sidebar-menu .treeview-menu > li > a > .ion {
3368   width: 20px;
3369 }
3370 /* background to highlighted treeview node
3371 .sidebar .sidebar-menu li li.treeview-menu.active  {
3372     background: #fff;
3373 }
3374 */
3375 .sidebar .sidebar-menu li li.treeview-menu.active > a {
3376   font-weight: bold;
3377 }
3378 /* active sidebard... */
3379 .badge-default {
3380   background-color: #777777;
3381   color: #ffffff;
3382 }
3383 .badge-primary {
3384   background-color: #337ab7;
3385   color: #ffffff;
3386 }
3387 .badge-success {
3388   background-color: #5cb85c;
3389   color: #ffffff;
3390 }
3391 .badge-info {
3392   background-color: #5bc0de;
3393   color: #ffffff;
3394 }
3395 .badge-warning {
3396   background-color: #f0ad4e;
3397   color: #ffffff;
3398 }
3399 .badge-danger {
3400   background-color: #d9534f;
3401   color: #ffffff;
3402 }
3403 .sidebar .sidebar-menu > li.active .badge-info {
3404   background-color: #ffffff;
3405   color: #5bc0de;
3406 }
3407 /*html, */
3408 /* Sticky footer styles
3409 -------------------------------------------------- */
3410 html.bootstrap-sticky {
3411   position: relative;
3412   min-height: 100%;
3413 }
3414 html.bootstrap-sticky body {
3415   /* Margin bottom by footer height */
3416   margin-bottom: 60px;
3417 }
3418 .bootstrap-sticky-footer {
3419   position: absolute;
3420   bottom: 0;
3421   width: 100%;
3422   /* Set the fixed height of the footer here */
3423   height: 60px;
3424   background-color: #f5f5f5;
3425 }
3426 /* Lastly, apply responsive CSS fixes as necessary */
3427 @media (max-width: 767px) {
3428   .bootstrap-sticky-footer {
3429     margin-left: -20px;
3430     margin-right: -20px;
3431     padding-left: 20px;
3432     padding-right: 20px;
3433   }
3434 }
3435 /* paging toolbar */
3436 .pagination .x-paging-position span {
3437   padding-top: 3px;
3438   padding-bottom: 3px;
3439 }
3440 .pagination .x-paging-position span input {
3441   margin: 0 3px;
3442 }
3443 .navbar .pagination > li > span {
3444   min-height: 34px;
3445 }
3446 .navbar .pagination {
3447   margin: 0;
3448 }
3449 /* these are technicall adminlte related */
3450 .skin-blue .navbar .pagination > li > a:active,
3451 .skin-blue .navbar .pagination > li > a:focus,
3452 .skin-blue .navbar .pagination > li > a {
3453   background-color: #337ab7;
3454 }
3455 .skin-blue .navbar .pagination > li > a:hover {
3456   background-color: #777777;
3457 }
3458 .skin-blue table .navbar {
3459   background-color: #ffffff;
3460 }
3461 .skin-blue .navbar .pagination > li.disabled > a {
3462   background-color: #777777;
3463 }
3464 .skin-blue table .navbar {
3465   margin-bottom: 0;
3466   min-height: 0;
3467 }
3468 .table .sortable {
3469   cursor: pointer;
3470 }
3471 .table-body-fixed tbody {
3472   overflow-y: scroll;
3473   width: 100%;
3474 }
3475 .table-body-fixed thead,
3476 .table-body-fixed tbody,
3477 .table-body-fixed th {
3478   display: block;
3479 }
3480 .table-body-fixed thead {
3481   overflow: hidden;
3482 }
3483 .table-body-fixed tbody td,
3484 .table-body-fixed thead > tr > th {
3485   float: left;
3486   border-bottom-width: 0;
3487 }
3488 /* fake infinate widt.. */
3489 .table-body-fixed thead > tr,
3490 .table-body-fixed tbody > tr {
3491   display: block;
3492   overflow: hidden;
3493 }
3494 /* standard bootstrap does not colour rows very well.. */
3495 .table > tbody > tr.info {
3496   background-color: #d9edf7;
3497 }
3498 .table-hover > tbody > tr.info:hover {
3499   background-color: #c4e3f3;
3500 }
3501 .table tfoot .navbar {
3502   min-height: inherit;
3503 }
3504 /* for ie11 && edge: fixing height inheriting from tbody to tr */
3505 .roo-ie11 table tbody tr,
3506 .roo-edge table tbody tr {
3507   height: auto;
3508 }
3509 .header .top-bar {
3510   min-height: 30px;
3511   background: #777777;
3512   border-bottom: 1px solid #eeeeee;
3513   padding: 0;
3514 }
3515 @media (min-width: 980px) {
3516   .top-bar .collapse {
3517     display: block !important;
3518     visibility: visible !important;
3519     height: auto !important;
3520     overflow: visible !important;
3521     padding-bottom: 0;
3522   }
3523 }
3524 @media (min-width: 768px) and (max-width: 979px) {
3525   .header .top-bar {
3526     min-height: 0;
3527     padding: 3px 0;
3528   }
3529 }
3530 .header .social,
3531 .footer .social {
3532   margin-right: 4px;
3533   line-height: 30px;
3534   padding-left: 0;
3535   margin-bottom: 0;
3536 }
3537 .footer .social li:last-child,
3538 .footer .social {
3539   margin-right: 0 !important;
3540 }
3541 .header .social li:first-child {
3542   border-left: 1px solid #777777;
3543 }
3544 .header .social li,
3545 .footer .social li {
3546   border-right: 1px solid #777777;
3547   display: table-cell;
3548   vertical-align: middle;
3549   height: 40px;
3550   margin-right: 5px;
3551   width: 40px;
3552   text-align: center;
3553   -webkit-transition: background 0.5s ease-in-out;
3554   -moz-transition: background 0.5s ease-in-out;
3555   -o-transition: background 0.5s ease-in-out;
3556   -ms-transition: background 0.5s ease-in-out;
3557   transition: background 0.5s ease-in-out;
3558   padding: 1px;
3559 }
3560 .header .social i,
3561 .footer .social i {
3562   color: #555555;
3563   font-size: 16px;
3564   -webkit-transition: color 0.5s ease-in-out;
3565   -moz-transition: color 0.5s ease-in-out;
3566   -o-transition: color 0.5s ease-in-out;
3567   -ms-transition: color 0.5s ease-in-out;
3568   transition: color 0.5s ease-in-out;
3569 }
3570 .header .social li:hover a i,
3571 .footer .social li:hover a i {
3572   color: #ffffff;
3573 }
3574 .team .item .team-member-links a.facebook:hover,
3575 .member-social.dark a.facebook:hover,
3576 .header .social li.facebook:hover,
3577 .footer .social li.facebook:hover {
3578   background: #337ab7;
3579 }
3580 .team .item .team-member-links a.dribbble:hover,
3581 .member-social.dark a.dribbble:hover,
3582 .header .social li.dribbble:hover,
3583 .footer .social li.dribbble:hover {
3584   background: #f0ad4e;
3585 }
3586 .team .item .team-member-links a.twitter:hover,
3587 .member-social.dark a.twitter:hover,
3588 .header .social li.twitter:hover,
3589 .footer .social li.twitter:hover {
3590   background: #337ab7;
3591 }
3592 .team .item .team-member-links a.gplus:hover,
3593 .member-social.dark a.gplus:hover,
3594 .header .social li.gplus:hover,
3595 .footer .social li.gplus:hover {
3596   background: #d9534f;
3597 }
3598 .team .item .team-member-links a.linkedin:hover,
3599 .member-social.dark a.linkedin:hover,
3600 .header .social li.linkedin:hover,
3601 .footer .social li.linkedin:hover {
3602   background: #337ab7;
3603 }
3604 .team .item .team-member-links a.pinterest:hover,
3605 .member-social.dark a.pinterest:hover,
3606 .header .social li.pinterest:hover,
3607 .footer .social li.pinterest:hover {
3608   background: #d9534f;
3609 }
3610 .header .social li.rss:hover,
3611 .footer .social li.rss:hover {
3612   background: #f0ad4e;
3613 }
3614 .top-bar .languages {
3615   padding: 8px 0;
3616 }
3617 .top-bar .languages a {
3618   margin-right: 20px;
3619   color: #555555;
3620   font-family: "Open Sans", Helvetica, Arial, sans-serif;
3621   font-size: 14px;
3622   line-height: 24px;
3623 }
3624 .navbar-left .input-group[class*="col-"] {
3625   float: left;
3626 }
3627 .ellipsis {
3628   overflow: hidden;
3629   text-overflow: ellipsis;
3630   display: -webkit-box;
3631   -webkit-line-clamp: 3;
3632   -webkit-box-orient: vertical;
3633 }
3634 .sw-child-headline {
3635   display: inline-block;
3636   width: auto;
3637 }
3638 .box-input-label {
3639   width: 100%;
3640   display: inline-block;
3641   font-weight: bold;
3642 }
3643 .box-label {
3644   margin-left: 5px;
3645   cursor: pointer;
3646 }
3647 /* needed as menu ontop of form does not work */
3648 .input-group .form-control {
3649   z-index: 1;
3650 }
3651 /* admin-lte - messes with checkbox and radio.. */
3652 .checkbox,
3653 .radio {
3654   padding-left: 15px !important;
3655 }
3656 /* paging toolbar */
3657 .pagination .x-paging-position span {
3658   padding-top: 3px;
3659   padding-bottom: 3px;
3660 }
3661 .pagination .x-paging-position span input {
3662   margin: 0 3px;
3663 }
3664 .panel-header-right {
3665   float: right;
3666   text-align: right;
3667 }
3668 .badge-error {
3669   background-color: #d9534f;
3670 }
3671 .badge-error:hover {
3672   background-color: #c9302c;
3673 }
3674 .badge-warning {
3675   background-color: #f0ad4e;
3676 }
3677 .badge-warning:hover {
3678   background-color: #ec971f;
3679 }
3680 .badge-success {
3681   background-color: #5cb85c;
3682 }
3683 .badge-success:hover {
3684   background-color: #449d44;
3685 }
3686 .badge-info {
3687   background-color: #5bc0de;
3688 }
3689 .badge-info:hover {
3690   background-color: #31b0d5;
3691 }
3692 .badge-inverse {
3693   background-color: #333333;
3694 }
3695 .badge-inverse:hover {
3696   background-color: #222222;
3697 }
3698 .tooltip.fade.in {
3699   z-index: 10002;
3700 }
3701 .roo-upload-cropbox-selector {
3702   visibility: hidden;
3703   height: 0px;
3704 }
3705 .roo-upload-cropbox-dialog .modal-header,
3706 .roo-upload-cropbox-dialog .modal-footer {
3707   padding-top: 5px;
3708   padding-bottom: 5px;
3709 }
3710 .roo-upload-cropbox-body {
3711   background-color: #ffffff;
3712   border: 1px solid #777777;
3713   width: 100%;
3714   height: 450px;
3715   max-height: 450px;
3716   position: relative;
3717   overflow: hidden;
3718   cursor: move;
3719 }
3720 .roo-upload-cropbox-preview {
3721   position: absolute;
3722   top: 0px;
3723   left: 0px;
3724   text-align: center;
3725   margin: 0px;
3726   padding: 0px;
3727   border: none;
3728 }
3729 .roo-upload-cropbox-body .roo-upload-cropbox-thumb {
3730   position: absolute;
3731   /*    top: 50%;
3732     left: 50%;
3733     transform: translate(-50%, -50%);*/
3734   box-sizing: border-box;
3735   border: 1px solid #777777;
3736   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
3737   background: none repeat scroll 0% 0% transparent;
3738 }
3739 .roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
3740   height: 100%;
3741   background-color: rgba(0, 0, 0, 0.5);
3742   color: #ffffff;
3743   font-weight: bold;
3744   font-size: 24px;
3745   text-align: center;
3746   padding-top: 50px;
3747   font-style: italic;
3748 }
3749 .roo-upload-cropbox-btn-group button {
3750   background-color: #000000;
3751   color: #ffffff;
3752   border-color: #333333;
3753 }
3754 .roo-upload-cropbox-error-notify {
3755   border-radius: 0px;
3756   text-align: center;
3757   padding: 0px !important;
3758   margin: 0px !important;
3759   position: absolute;
3760   top: 0;
3761   left: 0;
3762 }
3763 /*# sourceMappingURL=roojs-bootstrap-debug.css.map */