@roqua/quby-frontend 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,57 +63,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
63
63
  display: block;
64
64
  }
65
65
 
66
- /* wrapper divs */
67
- /* line 2, /home/marten/rgoc/quby/app/assets/stylesheets/quby/_custom-inputs.sass */
68
- .custom-checkbox,
69
- .custom-radio {
70
- position: relative;
71
- }
72
-
73
- /* input, label positioning */
74
- /* line 27, /home/marten/rgoc/quby/app/assets/stylesheets/quby/_custom-inputs.sass */
75
- .custom-checkbox label {
76
- background: url(/images/forms/checkbox.gif) no-repeat;
77
- }
78
-
79
- /* line 30, /home/marten/rgoc/quby/app/assets/stylesheets/quby/_custom-inputs.sass */
80
- .custom-radio {
81
- background: url(/images/forms/radiobutton.gif) no-repeat;
82
- text-indent: -999px;
83
- }
84
-
85
- /* line 34, /home/marten/rgoc/quby/app/assets/stylesheets/quby/_custom-inputs.sass */
86
- .custom-checkbox label,
87
- .custom-radio {
88
- background-position: -10px -18px;
89
- }
90
-
91
- /* line 38, /home/marten/rgoc/quby/app/assets/stylesheets/quby/_custom-inputs.sass */
92
- .custom-checkbox label.hover,
93
- .custom-checkbox label.focus,
94
- .custom-radio.hover,
95
- .custom-radio.focus {
96
- background-position: -10px -118px;
97
- }
98
-
99
- /* line 44, /home/marten/rgoc/quby/app/assets/stylesheets/quby/_custom-inputs.sass */
100
- .custom-checkbox label.checked,
101
- .custom-radio.checked {
102
- background-position: -10px -218px;
103
- }
104
-
105
- /* line 48, /home/marten/rgoc/quby/app/assets/stylesheets/quby/_custom-inputs.sass */
106
- .custom-checkbox label.checkedHover,
107
- .custom-checkbox.checkedFocus {
108
- background-position: -10px -318px;
109
- }
110
-
111
- /* line 52, /home/marten/rgoc/quby/app/assets/stylesheets/quby/_custom-inputs.sass */
112
- .custom-checkbox label.focus,
113
- .custom-radio.focus {
114
- outline: 1px dotted #ccc;
115
- }
116
-
117
66
  /* Functional styling;
118
67
  * These styles are required for noUiSlider to function.
119
68
  * You don't need to change these rules to apply your design.
@@ -663,1371 +612,6 @@ html.busy, html.busy * {
663
612
  cursor: wait !important;
664
613
  }
665
614
 
666
- /*
667
- * jQuery UI CSS Framework 1.8.7
668
- *
669
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
670
- * Dual licensed under the MIT or GPL Version 2 licenses.
671
- * http://jquery.org/license
672
- *
673
- * http://docs.jquery.com/UI/Theming/API
674
- */
675
- /* Layout helpers
676
- ----------------------------------*/
677
- /* line 13, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
678
- .ui-helper-hidden {
679
- display: none;
680
- }
681
-
682
- /* line 14, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
683
- .ui-helper-hidden-accessible {
684
- position: absolute !important;
685
- clip: rect(1px 1px 1px 1px);
686
- clip: rect(1px, 1px, 1px, 1px);
687
- }
688
-
689
- /* line 15, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
690
- .ui-helper-reset {
691
- margin: 0;
692
- padding: 0;
693
- border: 0;
694
- outline: 0;
695
- line-height: 1.3;
696
- text-decoration: none;
697
- font-size: 100%;
698
- list-style: none;
699
- }
700
-
701
- /* line 16, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
702
- .ui-helper-clearfix:after {
703
- content: ".";
704
- display: block;
705
- height: 0;
706
- clear: both;
707
- visibility: hidden;
708
- }
709
-
710
- /* line 17, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
711
- .ui-helper-clearfix {
712
- display: inline-block;
713
- }
714
-
715
- /* required comment for clearfix to work in Opera \*/
716
- /* line 19, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
717
- * html .ui-helper-clearfix {
718
- height: 1%;
719
- }
720
-
721
- /* line 20, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
722
- .ui-helper-clearfix {
723
- display: block;
724
- }
725
-
726
- /* end clearfix */
727
- /* line 22, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
728
- .ui-helper-zfix {
729
- width: 100%;
730
- height: 100%;
731
- top: 0;
732
- left: 0;
733
- position: absolute;
734
- opacity: 0;
735
- filter: Alpha(Opacity=0);
736
- }
737
-
738
- /* Interaction Cues
739
- ----------------------------------*/
740
- /* line 27, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
741
- .ui-state-disabled {
742
- cursor: default !important;
743
- }
744
-
745
- /* Icons
746
- ----------------------------------*/
747
- /* states and images */
748
- /* line 34, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
749
- .ui-icon {
750
- display: block;
751
- text-indent: -99999px;
752
- overflow: hidden;
753
- background-repeat: no-repeat;
754
- }
755
-
756
- /* Misc visuals
757
- ----------------------------------*/
758
- /* Overlays */
759
- /* line 41, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
760
- .ui-widget-overlay {
761
- position: absolute;
762
- top: 0;
763
- left: 0;
764
- width: 100%;
765
- height: 100%;
766
- }
767
-
768
- /*
769
- * jQuery UI CSS Framework 1.8.7
770
- *
771
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
772
- * Dual licensed under the MIT or GPL Version 2 licenses.
773
- * http://jquery.org/license
774
- *
775
- * http://docs.jquery.com/UI/Theming/API
776
- *
777
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
778
- */
779
- /* Component containers
780
- ----------------------------------*/
781
- /* line 59, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
782
- .ui-widget {
783
- font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
784
- font-size: 1.1em;
785
- }
786
-
787
- /* line 60, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
788
- .ui-widget .ui-widget {
789
- font-size: 1em;
790
- }
791
-
792
- /* line 61, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
793
- .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
794
- font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
795
- font-size: 1em;
796
- }
797
-
798
- /* line 62, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
799
- .ui-widget-content {
800
- border: 1px solid #a6c9e2;
801
- background: #fcfdfd url(ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
802
- color: #222222;
803
- }
804
-
805
- /* line 63, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
806
- .ui-widget-content a {
807
- color: #222222;
808
- }
809
-
810
- /* line 64, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
811
- .ui-widget-header {
812
- border: 1px solid #4297d7;
813
- background: #5c9ccc url(ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
814
- color: #ffffff;
815
- font-weight: bold;
816
- }
817
-
818
- /* line 65, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
819
- .ui-widget-header a {
820
- color: #ffffff;
821
- }
822
-
823
- /* Interaction states
824
- ----------------------------------*/
825
- /* line 69, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
826
- .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
827
- border: 1px solid #c5dbec;
828
- background: #dfeffc url(ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
829
- font-weight: bold;
830
- color: #2e6e9e;
831
- }
832
-
833
- /* line 70, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
834
- .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
835
- color: #2e6e9e;
836
- text-decoration: none;
837
- }
838
-
839
- /* line 71, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
840
- .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
841
- border: 1px solid #79b7e7;
842
- background: #d0e5f5 url(ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
843
- font-weight: bold;
844
- color: #1d5987;
845
- }
846
-
847
- /* line 72, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
848
- .ui-state-hover a, .ui-state-hover a:hover {
849
- color: #1d5987;
850
- text-decoration: none;
851
- }
852
-
853
- /* line 73, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
854
- .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
855
- border: 1px solid #79b7e7;
856
- background: #f5f8f9 url(ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
857
- font-weight: bold;
858
- color: #e17009;
859
- }
860
-
861
- /* line 74, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
862
- .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
863
- color: #e17009;
864
- text-decoration: none;
865
- }
866
-
867
- /* line 75, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
868
- .ui-widget :active {
869
- outline: none;
870
- }
871
-
872
- /* Interaction Cues
873
- ----------------------------------*/
874
- /* line 79, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
875
- .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
876
- border: 1px solid #fad42e;
877
- background: #fbec88 url(ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
878
- color: #363636;
879
- }
880
-
881
- /* line 80, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
882
- .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
883
- color: #363636;
884
- }
885
-
886
- /* line 81, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
887
- .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
888
- border: 1px solid #cd0a0a;
889
- background: #fef1ec url(ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
890
- color: #cd0a0a;
891
- }
892
-
893
- /* line 82, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
894
- .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
895
- color: #cd0a0a;
896
- }
897
-
898
- /* line 83, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
899
- .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
900
- color: #cd0a0a;
901
- }
902
-
903
- /* line 84, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
904
- .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
905
- font-weight: bold;
906
- }
907
-
908
- /* line 85, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
909
- .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
910
- opacity: .7;
911
- filter: Alpha(Opacity=70);
912
- font-weight: normal;
913
- }
914
-
915
- /* line 86, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
916
- .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
917
- opacity: .35;
918
- filter: Alpha(Opacity=35);
919
- background-image: none;
920
- }
921
-
922
- /* Icons
923
- ----------------------------------*/
924
- /* states and images */
925
- /* line 92, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
926
- .ui-icon {
927
- width: 16px;
928
- height: 16px;
929
- background-image: url(ui-icons_469bdd_256x240.png);
930
- }
931
-
932
- /* line 93, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
933
- .ui-widget-content .ui-icon {
934
- background-image: url(ui-icons_469bdd_256x240.png);
935
- }
936
-
937
- /* line 94, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
938
- .ui-widget-header .ui-icon {
939
- background-image: url(ui-icons_d8e7f3_256x240.png);
940
- }
941
-
942
- /* line 95, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
943
- .ui-state-default .ui-icon {
944
- background-image: url(ui-icons_6da8d5_256x240.png);
945
- }
946
-
947
- /* line 96, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
948
- .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
949
- background-image: url(ui-icons_217bc0_256x240.png);
950
- }
951
-
952
- /* line 97, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
953
- .ui-state-active .ui-icon {
954
- background-image: url(ui-icons_f9bd01_256x240.png);
955
- }
956
-
957
- /* line 98, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
958
- .ui-state-highlight .ui-icon {
959
- background-image: url(ui-icons_2e83ff_256x240.png);
960
- }
961
-
962
- /* line 99, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
963
- .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
964
- background-image: url(ui-icons_cd0a0a_256x240.png);
965
- }
966
-
967
- /* positioning */
968
- /* line 102, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
969
- .ui-icon-carat-1-n {
970
- background-position: 0 0;
971
- }
972
-
973
- /* line 103, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
974
- .ui-icon-carat-1-ne {
975
- background-position: -16px 0;
976
- }
977
-
978
- /* line 104, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
979
- .ui-icon-carat-1-e {
980
- background-position: -32px 0;
981
- }
982
-
983
- /* line 105, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
984
- .ui-icon-carat-1-se {
985
- background-position: -48px 0;
986
- }
987
-
988
- /* line 106, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
989
- .ui-icon-carat-1-s {
990
- background-position: -64px 0;
991
- }
992
-
993
- /* line 107, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
994
- .ui-icon-carat-1-sw {
995
- background-position: -80px 0;
996
- }
997
-
998
- /* line 108, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
999
- .ui-icon-carat-1-w {
1000
- background-position: -96px 0;
1001
- }
1002
-
1003
- /* line 109, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1004
- .ui-icon-carat-1-nw {
1005
- background-position: -112px 0;
1006
- }
1007
-
1008
- /* line 110, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1009
- .ui-icon-carat-2-n-s {
1010
- background-position: -128px 0;
1011
- }
1012
-
1013
- /* line 111, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1014
- .ui-icon-carat-2-e-w {
1015
- background-position: -144px 0;
1016
- }
1017
-
1018
- /* line 112, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1019
- .ui-icon-triangle-1-n {
1020
- background-position: 0 -16px;
1021
- }
1022
-
1023
- /* line 113, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1024
- .ui-icon-triangle-1-ne {
1025
- background-position: -16px -16px;
1026
- }
1027
-
1028
- /* line 114, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1029
- .ui-icon-triangle-1-e {
1030
- background-position: -32px -16px;
1031
- }
1032
-
1033
- /* line 115, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1034
- .ui-icon-triangle-1-se {
1035
- background-position: -48px -16px;
1036
- }
1037
-
1038
- /* line 116, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1039
- .ui-icon-triangle-1-s {
1040
- background-position: -64px -16px;
1041
- }
1042
-
1043
- /* line 117, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1044
- .ui-icon-triangle-1-sw {
1045
- background-position: -80px -16px;
1046
- }
1047
-
1048
- /* line 118, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1049
- .ui-icon-triangle-1-w {
1050
- background-position: -96px -16px;
1051
- }
1052
-
1053
- /* line 119, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1054
- .ui-icon-triangle-1-nw {
1055
- background-position: -112px -16px;
1056
- }
1057
-
1058
- /* line 120, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1059
- .ui-icon-triangle-2-n-s {
1060
- background-position: -128px -16px;
1061
- }
1062
-
1063
- /* line 121, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1064
- .ui-icon-triangle-2-e-w {
1065
- background-position: -144px -16px;
1066
- }
1067
-
1068
- /* line 122, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1069
- .ui-icon-arrow-1-n {
1070
- background-position: 0 -32px;
1071
- }
1072
-
1073
- /* line 123, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1074
- .ui-icon-arrow-1-ne {
1075
- background-position: -16px -32px;
1076
- }
1077
-
1078
- /* line 124, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1079
- .ui-icon-arrow-1-e {
1080
- background-position: -32px -32px;
1081
- }
1082
-
1083
- /* line 125, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1084
- .ui-icon-arrow-1-se {
1085
- background-position: -48px -32px;
1086
- }
1087
-
1088
- /* line 126, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1089
- .ui-icon-arrow-1-s {
1090
- background-position: -64px -32px;
1091
- }
1092
-
1093
- /* line 127, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1094
- .ui-icon-arrow-1-sw {
1095
- background-position: -80px -32px;
1096
- }
1097
-
1098
- /* line 128, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1099
- .ui-icon-arrow-1-w {
1100
- background-position: -96px -32px;
1101
- }
1102
-
1103
- /* line 129, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1104
- .ui-icon-arrow-1-nw {
1105
- background-position: -112px -32px;
1106
- }
1107
-
1108
- /* line 130, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1109
- .ui-icon-arrow-2-n-s {
1110
- background-position: -128px -32px;
1111
- }
1112
-
1113
- /* line 131, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1114
- .ui-icon-arrow-2-ne-sw {
1115
- background-position: -144px -32px;
1116
- }
1117
-
1118
- /* line 132, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1119
- .ui-icon-arrow-2-e-w {
1120
- background-position: -160px -32px;
1121
- }
1122
-
1123
- /* line 133, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1124
- .ui-icon-arrow-2-se-nw {
1125
- background-position: -176px -32px;
1126
- }
1127
-
1128
- /* line 134, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1129
- .ui-icon-arrowstop-1-n {
1130
- background-position: -192px -32px;
1131
- }
1132
-
1133
- /* line 135, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1134
- .ui-icon-arrowstop-1-e {
1135
- background-position: -208px -32px;
1136
- }
1137
-
1138
- /* line 136, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1139
- .ui-icon-arrowstop-1-s {
1140
- background-position: -224px -32px;
1141
- }
1142
-
1143
- /* line 137, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1144
- .ui-icon-arrowstop-1-w {
1145
- background-position: -240px -32px;
1146
- }
1147
-
1148
- /* line 138, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1149
- .ui-icon-arrowthick-1-n {
1150
- background-position: 0 -48px;
1151
- }
1152
-
1153
- /* line 139, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1154
- .ui-icon-arrowthick-1-ne {
1155
- background-position: -16px -48px;
1156
- }
1157
-
1158
- /* line 140, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1159
- .ui-icon-arrowthick-1-e {
1160
- background-position: -32px -48px;
1161
- }
1162
-
1163
- /* line 141, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1164
- .ui-icon-arrowthick-1-se {
1165
- background-position: -48px -48px;
1166
- }
1167
-
1168
- /* line 142, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1169
- .ui-icon-arrowthick-1-s {
1170
- background-position: -64px -48px;
1171
- }
1172
-
1173
- /* line 143, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1174
- .ui-icon-arrowthick-1-sw {
1175
- background-position: -80px -48px;
1176
- }
1177
-
1178
- /* line 144, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1179
- .ui-icon-arrowthick-1-w {
1180
- background-position: -96px -48px;
1181
- }
1182
-
1183
- /* line 145, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1184
- .ui-icon-arrowthick-1-nw {
1185
- background-position: -112px -48px;
1186
- }
1187
-
1188
- /* line 146, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1189
- .ui-icon-arrowthick-2-n-s {
1190
- background-position: -128px -48px;
1191
- }
1192
-
1193
- /* line 147, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1194
- .ui-icon-arrowthick-2-ne-sw {
1195
- background-position: -144px -48px;
1196
- }
1197
-
1198
- /* line 148, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1199
- .ui-icon-arrowthick-2-e-w {
1200
- background-position: -160px -48px;
1201
- }
1202
-
1203
- /* line 149, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1204
- .ui-icon-arrowthick-2-se-nw {
1205
- background-position: -176px -48px;
1206
- }
1207
-
1208
- /* line 150, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1209
- .ui-icon-arrowthickstop-1-n {
1210
- background-position: -192px -48px;
1211
- }
1212
-
1213
- /* line 151, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1214
- .ui-icon-arrowthickstop-1-e {
1215
- background-position: -208px -48px;
1216
- }
1217
-
1218
- /* line 152, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1219
- .ui-icon-arrowthickstop-1-s {
1220
- background-position: -224px -48px;
1221
- }
1222
-
1223
- /* line 153, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1224
- .ui-icon-arrowthickstop-1-w {
1225
- background-position: -240px -48px;
1226
- }
1227
-
1228
- /* line 154, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1229
- .ui-icon-arrowreturnthick-1-w {
1230
- background-position: 0 -64px;
1231
- }
1232
-
1233
- /* line 155, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1234
- .ui-icon-arrowreturnthick-1-n {
1235
- background-position: -16px -64px;
1236
- }
1237
-
1238
- /* line 156, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1239
- .ui-icon-arrowreturnthick-1-e {
1240
- background-position: -32px -64px;
1241
- }
1242
-
1243
- /* line 157, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1244
- .ui-icon-arrowreturnthick-1-s {
1245
- background-position: -48px -64px;
1246
- }
1247
-
1248
- /* line 158, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1249
- .ui-icon-arrowreturn-1-w {
1250
- background-position: -64px -64px;
1251
- }
1252
-
1253
- /* line 159, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1254
- .ui-icon-arrowreturn-1-n {
1255
- background-position: -80px -64px;
1256
- }
1257
-
1258
- /* line 160, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1259
- .ui-icon-arrowreturn-1-e {
1260
- background-position: -96px -64px;
1261
- }
1262
-
1263
- /* line 161, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1264
- .ui-icon-arrowreturn-1-s {
1265
- background-position: -112px -64px;
1266
- }
1267
-
1268
- /* line 162, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1269
- .ui-icon-arrowrefresh-1-w {
1270
- background-position: -128px -64px;
1271
- }
1272
-
1273
- /* line 163, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1274
- .ui-icon-arrowrefresh-1-n {
1275
- background-position: -144px -64px;
1276
- }
1277
-
1278
- /* line 164, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1279
- .ui-icon-arrowrefresh-1-e {
1280
- background-position: -160px -64px;
1281
- }
1282
-
1283
- /* line 165, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1284
- .ui-icon-arrowrefresh-1-s {
1285
- background-position: -176px -64px;
1286
- }
1287
-
1288
- /* line 166, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1289
- .ui-icon-arrow-4 {
1290
- background-position: 0 -80px;
1291
- }
1292
-
1293
- /* line 167, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1294
- .ui-icon-arrow-4-diag {
1295
- background-position: -16px -80px;
1296
- }
1297
-
1298
- /* line 168, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1299
- .ui-icon-extlink {
1300
- background-position: -32px -80px;
1301
- }
1302
-
1303
- /* line 169, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1304
- .ui-icon-newwin {
1305
- background-position: -48px -80px;
1306
- }
1307
-
1308
- /* line 170, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1309
- .ui-icon-refresh {
1310
- background-position: -64px -80px;
1311
- }
1312
-
1313
- /* line 171, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1314
- .ui-icon-shuffle {
1315
- background-position: -80px -80px;
1316
- }
1317
-
1318
- /* line 172, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1319
- .ui-icon-transfer-e-w {
1320
- background-position: -96px -80px;
1321
- }
1322
-
1323
- /* line 173, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1324
- .ui-icon-transferthick-e-w {
1325
- background-position: -112px -80px;
1326
- }
1327
-
1328
- /* line 174, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1329
- .ui-icon-folder-collapsed {
1330
- background-position: 0 -96px;
1331
- }
1332
-
1333
- /* line 175, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1334
- .ui-icon-folder-open {
1335
- background-position: -16px -96px;
1336
- }
1337
-
1338
- /* line 176, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1339
- .ui-icon-document {
1340
- background-position: -32px -96px;
1341
- }
1342
-
1343
- /* line 177, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1344
- .ui-icon-document-b {
1345
- background-position: -48px -96px;
1346
- }
1347
-
1348
- /* line 178, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1349
- .ui-icon-note {
1350
- background-position: -64px -96px;
1351
- }
1352
-
1353
- /* line 179, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1354
- .ui-icon-mail-closed {
1355
- background-position: -80px -96px;
1356
- }
1357
-
1358
- /* line 180, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1359
- .ui-icon-mail-open {
1360
- background-position: -96px -96px;
1361
- }
1362
-
1363
- /* line 181, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1364
- .ui-icon-suitcase {
1365
- background-position: -112px -96px;
1366
- }
1367
-
1368
- /* line 182, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1369
- .ui-icon-comment {
1370
- background-position: -128px -96px;
1371
- }
1372
-
1373
- /* line 183, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1374
- .ui-icon-person {
1375
- background-position: -144px -96px;
1376
- }
1377
-
1378
- /* line 184, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1379
- .ui-icon-print {
1380
- background-position: -160px -96px;
1381
- }
1382
-
1383
- /* line 185, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1384
- .ui-icon-trash {
1385
- background-position: -176px -96px;
1386
- }
1387
-
1388
- /* line 186, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1389
- .ui-icon-locked {
1390
- background-position: -192px -96px;
1391
- }
1392
-
1393
- /* line 187, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1394
- .ui-icon-unlocked {
1395
- background-position: -208px -96px;
1396
- }
1397
-
1398
- /* line 188, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1399
- .ui-icon-bookmark {
1400
- background-position: -224px -96px;
1401
- }
1402
-
1403
- /* line 189, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1404
- .ui-icon-tag {
1405
- background-position: -240px -96px;
1406
- }
1407
-
1408
- /* line 190, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1409
- .ui-icon-home {
1410
- background-position: 0 -112px;
1411
- }
1412
-
1413
- /* line 191, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1414
- .ui-icon-flag {
1415
- background-position: -16px -112px;
1416
- }
1417
-
1418
- /* line 192, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1419
- .ui-icon-calendar {
1420
- background-position: -32px -112px;
1421
- }
1422
-
1423
- /* line 193, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1424
- .ui-icon-cart {
1425
- background-position: -48px -112px;
1426
- }
1427
-
1428
- /* line 194, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1429
- .ui-icon-pencil {
1430
- background-position: -64px -112px;
1431
- }
1432
-
1433
- /* line 195, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1434
- .ui-icon-clock {
1435
- background-position: -80px -112px;
1436
- }
1437
-
1438
- /* line 196, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1439
- .ui-icon-disk {
1440
- background-position: -96px -112px;
1441
- }
1442
-
1443
- /* line 197, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1444
- .ui-icon-calculator {
1445
- background-position: -112px -112px;
1446
- }
1447
-
1448
- /* line 198, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1449
- .ui-icon-zoomin {
1450
- background-position: -128px -112px;
1451
- }
1452
-
1453
- /* line 199, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1454
- .ui-icon-zoomout {
1455
- background-position: -144px -112px;
1456
- }
1457
-
1458
- /* line 200, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1459
- .ui-icon-search {
1460
- background-position: -160px -112px;
1461
- }
1462
-
1463
- /* line 201, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1464
- .ui-icon-wrench {
1465
- background-position: -176px -112px;
1466
- }
1467
-
1468
- /* line 202, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1469
- .ui-icon-gear {
1470
- background-position: -192px -112px;
1471
- }
1472
-
1473
- /* line 203, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1474
- .ui-icon-heart {
1475
- background-position: -208px -112px;
1476
- }
1477
-
1478
- /* line 204, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1479
- .ui-icon-star {
1480
- background-position: -224px -112px;
1481
- }
1482
-
1483
- /* line 205, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1484
- .ui-icon-link {
1485
- background-position: -240px -112px;
1486
- }
1487
-
1488
- /* line 206, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1489
- .ui-icon-cancel {
1490
- background-position: 0 -128px;
1491
- }
1492
-
1493
- /* line 207, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1494
- .ui-icon-plus {
1495
- background-position: -16px -128px;
1496
- }
1497
-
1498
- /* line 208, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1499
- .ui-icon-plusthick {
1500
- background-position: -32px -128px;
1501
- }
1502
-
1503
- /* line 209, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1504
- .ui-icon-minus {
1505
- background-position: -48px -128px;
1506
- }
1507
-
1508
- /* line 210, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1509
- .ui-icon-minusthick {
1510
- background-position: -64px -128px;
1511
- }
1512
-
1513
- /* line 211, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1514
- .ui-icon-close {
1515
- background-position: -80px -128px;
1516
- }
1517
-
1518
- /* line 212, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1519
- .ui-icon-closethick {
1520
- background-position: -96px -128px;
1521
- }
1522
-
1523
- /* line 213, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1524
- .ui-icon-key {
1525
- background-position: -112px -128px;
1526
- }
1527
-
1528
- /* line 214, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1529
- .ui-icon-lightbulb {
1530
- background-position: -128px -128px;
1531
- }
1532
-
1533
- /* line 215, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1534
- .ui-icon-scissors {
1535
- background-position: -144px -128px;
1536
- }
1537
-
1538
- /* line 216, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1539
- .ui-icon-clipboard {
1540
- background-position: -160px -128px;
1541
- }
1542
-
1543
- /* line 217, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1544
- .ui-icon-copy {
1545
- background-position: -176px -128px;
1546
- }
1547
-
1548
- /* line 218, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1549
- .ui-icon-contact {
1550
- background-position: -192px -128px;
1551
- }
1552
-
1553
- /* line 219, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1554
- .ui-icon-image {
1555
- background-position: -208px -128px;
1556
- }
1557
-
1558
- /* line 220, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1559
- .ui-icon-video {
1560
- background-position: -224px -128px;
1561
- }
1562
-
1563
- /* line 221, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1564
- .ui-icon-script {
1565
- background-position: -240px -128px;
1566
- }
1567
-
1568
- /* line 222, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1569
- .ui-icon-alert {
1570
- background-position: 0 -144px;
1571
- }
1572
-
1573
- /* line 223, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1574
- .ui-icon-info {
1575
- background-position: -16px -144px;
1576
- }
1577
-
1578
- /* line 224, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1579
- .ui-icon-notice {
1580
- background-position: -32px -144px;
1581
- }
1582
-
1583
- /* line 225, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1584
- .ui-icon-help {
1585
- background-position: -48px -144px;
1586
- }
1587
-
1588
- /* line 226, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1589
- .ui-icon-check {
1590
- background-position: -64px -144px;
1591
- }
1592
-
1593
- /* line 227, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1594
- .ui-icon-bullet {
1595
- background-position: -80px -144px;
1596
- }
1597
-
1598
- /* line 228, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1599
- .ui-icon-radio-off {
1600
- background-position: -96px -144px;
1601
- }
1602
-
1603
- /* line 229, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1604
- .ui-icon-radio-on {
1605
- background-position: -112px -144px;
1606
- }
1607
-
1608
- /* line 230, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1609
- .ui-icon-pin-w {
1610
- background-position: -128px -144px;
1611
- }
1612
-
1613
- /* line 231, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1614
- .ui-icon-pin-s {
1615
- background-position: -144px -144px;
1616
- }
1617
-
1618
- /* line 232, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1619
- .ui-icon-play {
1620
- background-position: 0 -160px;
1621
- }
1622
-
1623
- /* line 233, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1624
- .ui-icon-pause {
1625
- background-position: -16px -160px;
1626
- }
1627
-
1628
- /* line 234, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1629
- .ui-icon-seek-next {
1630
- background-position: -32px -160px;
1631
- }
1632
-
1633
- /* line 235, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1634
- .ui-icon-seek-prev {
1635
- background-position: -48px -160px;
1636
- }
1637
-
1638
- /* line 236, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1639
- .ui-icon-seek-end {
1640
- background-position: -64px -160px;
1641
- }
1642
-
1643
- /* line 237, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1644
- .ui-icon-seek-start {
1645
- background-position: -80px -160px;
1646
- }
1647
-
1648
- /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1649
- /* line 239, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1650
- .ui-icon-seek-first {
1651
- background-position: -80px -160px;
1652
- }
1653
-
1654
- /* line 240, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1655
- .ui-icon-stop {
1656
- background-position: -96px -160px;
1657
- }
1658
-
1659
- /* line 241, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1660
- .ui-icon-eject {
1661
- background-position: -112px -160px;
1662
- }
1663
-
1664
- /* line 242, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1665
- .ui-icon-volume-off {
1666
- background-position: -128px -160px;
1667
- }
1668
-
1669
- /* line 243, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1670
- .ui-icon-volume-on {
1671
- background-position: -144px -160px;
1672
- }
1673
-
1674
- /* line 244, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1675
- .ui-icon-power {
1676
- background-position: 0 -176px;
1677
- }
1678
-
1679
- /* line 245, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1680
- .ui-icon-signal-diag {
1681
- background-position: -16px -176px;
1682
- }
1683
-
1684
- /* line 246, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1685
- .ui-icon-signal {
1686
- background-position: -32px -176px;
1687
- }
1688
-
1689
- /* line 247, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1690
- .ui-icon-battery-0 {
1691
- background-position: -48px -176px;
1692
- }
1693
-
1694
- /* line 248, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1695
- .ui-icon-battery-1 {
1696
- background-position: -64px -176px;
1697
- }
1698
-
1699
- /* line 249, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1700
- .ui-icon-battery-2 {
1701
- background-position: -80px -176px;
1702
- }
1703
-
1704
- /* line 250, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1705
- .ui-icon-battery-3 {
1706
- background-position: -96px -176px;
1707
- }
1708
-
1709
- /* line 251, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1710
- .ui-icon-circle-plus {
1711
- background-position: 0 -192px;
1712
- }
1713
-
1714
- /* line 252, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1715
- .ui-icon-circle-minus {
1716
- background-position: -16px -192px;
1717
- }
1718
-
1719
- /* line 253, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1720
- .ui-icon-circle-close {
1721
- background-position: -32px -192px;
1722
- }
1723
-
1724
- /* line 254, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1725
- .ui-icon-circle-triangle-e {
1726
- background-position: -48px -192px;
1727
- }
1728
-
1729
- /* line 255, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1730
- .ui-icon-circle-triangle-s {
1731
- background-position: -64px -192px;
1732
- }
1733
-
1734
- /* line 256, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1735
- .ui-icon-circle-triangle-w {
1736
- background-position: -80px -192px;
1737
- }
1738
-
1739
- /* line 257, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1740
- .ui-icon-circle-triangle-n {
1741
- background-position: -96px -192px;
1742
- }
1743
-
1744
- /* line 258, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1745
- .ui-icon-circle-arrow-e {
1746
- background-position: -112px -192px;
1747
- }
1748
-
1749
- /* line 259, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1750
- .ui-icon-circle-arrow-s {
1751
- background-position: -128px -192px;
1752
- }
1753
-
1754
- /* line 260, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1755
- .ui-icon-circle-arrow-w {
1756
- background-position: -144px -192px;
1757
- }
1758
-
1759
- /* line 261, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1760
- .ui-icon-circle-arrow-n {
1761
- background-position: -160px -192px;
1762
- }
1763
-
1764
- /* line 262, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1765
- .ui-icon-circle-zoomin {
1766
- background-position: -176px -192px;
1767
- }
1768
-
1769
- /* line 263, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1770
- .ui-icon-circle-zoomout {
1771
- background-position: -192px -192px;
1772
- }
1773
-
1774
- /* line 264, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1775
- .ui-icon-circle-check {
1776
- background-position: -208px -192px;
1777
- }
1778
-
1779
- /* line 265, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1780
- .ui-icon-circlesmall-plus {
1781
- background-position: 0 -208px;
1782
- }
1783
-
1784
- /* line 266, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1785
- .ui-icon-circlesmall-minus {
1786
- background-position: -16px -208px;
1787
- }
1788
-
1789
- /* line 267, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1790
- .ui-icon-circlesmall-close {
1791
- background-position: -32px -208px;
1792
- }
1793
-
1794
- /* line 268, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1795
- .ui-icon-squaresmall-plus {
1796
- background-position: -48px -208px;
1797
- }
1798
-
1799
- /* line 269, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1800
- .ui-icon-squaresmall-minus {
1801
- background-position: -64px -208px;
1802
- }
1803
-
1804
- /* line 270, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1805
- .ui-icon-squaresmall-close {
1806
- background-position: -80px -208px;
1807
- }
1808
-
1809
- /* line 271, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1810
- .ui-icon-grip-dotted-vertical {
1811
- background-position: 0 -224px;
1812
- }
1813
-
1814
- /* line 272, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1815
- .ui-icon-grip-dotted-horizontal {
1816
- background-position: -16px -224px;
1817
- }
1818
-
1819
- /* line 273, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1820
- .ui-icon-grip-solid-vertical {
1821
- background-position: -32px -224px;
1822
- }
1823
-
1824
- /* line 274, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1825
- .ui-icon-grip-solid-horizontal {
1826
- background-position: -48px -224px;
1827
- }
1828
-
1829
- /* line 275, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1830
- .ui-icon-gripsmall-diagonal-se {
1831
- background-position: -64px -224px;
1832
- }
1833
-
1834
- /* line 276, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1835
- .ui-icon-grip-diagonal-se {
1836
- background-position: -80px -224px;
1837
- }
1838
-
1839
- /* Misc visuals
1840
- ----------------------------------*/
1841
- /* Corner radius */
1842
- /* line 283, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1843
- .ui-corner-tl {
1844
- -moz-border-radius-topleft: 5px;
1845
- -webkit-border-top-left-radius: 5px;
1846
- border-top-left-radius: 5px;
1847
- }
1848
-
1849
- /* line 284, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1850
- .ui-corner-tr {
1851
- -moz-border-radius-topright: 5px;
1852
- -webkit-border-top-right-radius: 5px;
1853
- border-top-right-radius: 5px;
1854
- }
1855
-
1856
- /* line 285, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1857
- .ui-corner-bl {
1858
- -moz-border-radius-bottomleft: 5px;
1859
- -webkit-border-bottom-left-radius: 5px;
1860
- border-bottom-left-radius: 5px;
1861
- }
1862
-
1863
- /* line 286, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1864
- .ui-corner-br {
1865
- -moz-border-radius-bottomright: 5px;
1866
- -webkit-border-bottom-right-radius: 5px;
1867
- border-bottom-right-radius: 5px;
1868
- }
1869
-
1870
- /* line 287, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1871
- .ui-corner-top {
1872
- -moz-border-radius-topleft: 5px;
1873
- -webkit-border-top-left-radius: 5px;
1874
- border-top-left-radius: 5px;
1875
- -moz-border-radius-topright: 5px;
1876
- -webkit-border-top-right-radius: 5px;
1877
- border-top-right-radius: 5px;
1878
- }
1879
-
1880
- /* line 288, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1881
- .ui-corner-bottom {
1882
- -moz-border-radius-bottomleft: 5px;
1883
- -webkit-border-bottom-left-radius: 5px;
1884
- border-bottom-left-radius: 5px;
1885
- -moz-border-radius-bottomright: 5px;
1886
- -webkit-border-bottom-right-radius: 5px;
1887
- border-bottom-right-radius: 5px;
1888
- }
1889
-
1890
- /* line 289, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1891
- .ui-corner-right {
1892
- -moz-border-radius-topright: 5px;
1893
- -webkit-border-top-right-radius: 5px;
1894
- border-top-right-radius: 5px;
1895
- -moz-border-radius-bottomright: 5px;
1896
- -webkit-border-bottom-right-radius: 5px;
1897
- border-bottom-right-radius: 5px;
1898
- }
1899
-
1900
- /* line 290, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1901
- .ui-corner-left {
1902
- -moz-border-radius-topleft: 5px;
1903
- -webkit-border-top-left-radius: 5px;
1904
- border-top-left-radius: 5px;
1905
- -moz-border-radius-bottomleft: 5px;
1906
- -webkit-border-bottom-left-radius: 5px;
1907
- border-bottom-left-radius: 5px;
1908
- }
1909
-
1910
- /* line 291, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1911
- .ui-corner-all {
1912
- -moz-border-radius: 5px;
1913
- -webkit-border-radius: 5px;
1914
- border-radius: 5px;
1915
- }
1916
-
1917
- /* Overlays */
1918
- /* line 294, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1919
- .ui-widget-overlay {
1920
- background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
1921
- opacity: .30;
1922
- filter: Alpha(Opacity=30);
1923
- }
1924
-
1925
- /* line 295, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1926
- .ui-widget-shadow {
1927
- margin: -8px 0 0 -8px;
1928
- padding: 8px;
1929
- background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
1930
- opacity: .30;
1931
- filter: Alpha(Opacity=30);
1932
- -moz-border-radius: 8px;
1933
- -webkit-border-radius: 8px;
1934
- border-radius: 8px;
1935
- }
1936
-
1937
- /*
1938
- * jQuery UI Dialog 1.8.7
1939
- *
1940
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1941
- * Dual licensed under the MIT or GPL Version 2 licenses.
1942
- * http://jquery.org/license
1943
- *
1944
- * http://docs.jquery.com/UI/Dialog#theming
1945
- */
1946
- /* line 304, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1947
- .ui-dialog {
1948
- position: absolute;
1949
- padding: .2em;
1950
- width: 300px;
1951
- overflow: hidden;
1952
- }
1953
-
1954
- /* line 305, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1955
- .ui-dialog .ui-dialog-titlebar {
1956
- padding: .5em 1em .3em;
1957
- position: relative;
1958
- }
1959
-
1960
- /* line 306, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1961
- .ui-dialog .ui-dialog-title {
1962
- float: left;
1963
- margin: .1em 16px .2em 0;
1964
- }
1965
-
1966
- /* line 307, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1967
- .ui-dialog .ui-dialog-titlebar-close {
1968
- position: absolute;
1969
- right: .3em;
1970
- top: 50%;
1971
- width: 19px;
1972
- margin: -10px 0 0 0;
1973
- padding: 1px;
1974
- height: 18px;
1975
- }
1976
-
1977
- /* line 308, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1978
- .ui-dialog .ui-dialog-titlebar-close span {
1979
- display: block;
1980
- margin: 1px;
1981
- }
1982
-
1983
- /* line 309, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1984
- .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
1985
- padding: 0;
1986
- }
1987
-
1988
- /* line 310, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1989
- .ui-dialog .ui-dialog-content {
1990
- position: relative;
1991
- border: 0;
1992
- padding: .5em 1em;
1993
- background: none;
1994
- overflow: auto;
1995
- zoom: 1;
1996
- }
1997
-
1998
- /* line 311, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
1999
- .ui-dialog .ui-dialog-buttonpane {
2000
- text-align: left;
2001
- border-width: 1px 0 0 0;
2002
- background-image: none;
2003
- margin: .5em 0 0 0;
2004
- padding: .3em 1em .5em .4em;
2005
- }
2006
-
2007
- /* line 312, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
2008
- .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
2009
- float: right;
2010
- }
2011
-
2012
- /* line 313, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
2013
- .ui-dialog .ui-dialog-buttonpane button {
2014
- margin: .5em .4em .5em 0;
2015
- cursor: pointer;
2016
- }
2017
-
2018
- /* line 314, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
2019
- .ui-dialog .ui-resizable-se {
2020
- width: 14px;
2021
- height: 14px;
2022
- right: 3px;
2023
- bottom: 3px;
2024
- }
2025
-
2026
- /* line 315, /home/marten/rgoc/quby/vendor/assets/stylesheets/redmond/jquery-ui-1.8.7.custom.css */
2027
- .ui-draggable .ui-dialog-titlebar {
2028
- cursor: move;
2029
- }
2030
-
2031
615
  /* line 4, /home/marten/rgoc/quby/app/assets/stylesheets/quby/paged.scss */
2032
616
  .hidden {
2033
617
  display: none;