clockwerk-www – Diff between revs 32 and 33

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 32 Rev 33
1 /* default-dark-gray */ 1 /* default-dark-gray */
2 @import 'https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext'; 2 @import 'https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext';
3   3  
4 html{ 4 html{
5 height: 100%; 5 height: 100%;
6 } 6 }
7 body { 7 body {
-   8 font-family:'Open Sans','Helvetica Neue','Helvetica',Arial,Verdana,sans-serif;
8 background-color:#ebebeb; 9 background-color:#ebebeb;
9 } 10 }
10 .center { 11 .center {
11 text-align: center; 12 text-align: center;
12 } 13 }
13 .dark-grey{ 14 .dark-grey{
14 margin:0 auto; 15 margin:0 auto;
15 } 16 }
16 .dark-grey>div, 17 .dark-grey>div,
17 .dark-grey>.title{ 18 .dark-grey>.title{
18 margin: 8px; 19 margin: 8px;
19 } 20 }
20 .dark-grey .error-field .required{ 21 .dark-grey .error-field .required{
21 color:#FF9999; 22 color:#FF9999;
22 } 23 }
23 .dark-grey .error-field input, 24 .dark-grey .error-field input,
24 .dark-grey .error-field input[type=text], 25 .dark-grey .error-field input[type=text],
25 .dark-grey .error-field input[type=password], 26 .dark-grey .error-field input[type=password],
26 .dark-grey .error-field input[type=email], 27 .dark-grey .error-field input[type=email],
27 .dark-grey .error-field input[type=url], 28 .dark-grey .error-field input[type=url],
28 .dark-grey .error-field input[type=date], 29 .dark-grey .error-field input[type=date],
29 .dark-grey .error-field input[type=number], 30 .dark-grey .error-field input[type=number],
30 .dark-grey .error-field textarea{ 31 .dark-grey .error-field textarea{
31 border-color:#D893A1; 32 border-color:#D893A1;
32 background-color: #FBE6F2; 33 background-color: #FBE6F2;
33 } 34 }
34 .dark-grey label.error{ 35 .dark-grey label.error{
35 display:inline-block; 36 display:inline-block;
36 font-size:0.9em; 37 font-size:0.9em;
37 } 38 }
38 .dark-grey .error, 39 .dark-grey .error,
39 .dark-grey .error #recaptcha_widget_div{ 40 .dark-grey .error #recaptcha_widget_div{
40 padding: 3px 14px; 41 padding: 3px 14px;
41 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); 42 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
42 background-color: #fcf8e3; 43 background-color: #fcf8e3;
43 border: 1px solid #fbeed5; 44 border: 1px solid #fbeed5;
44 -webkit-border-radius: 4px; 45 -webkit-border-radius: 4px;
45 -moz-border-radius: 4px; 46 -moz-border-radius: 4px;
46 border-radius: 4px; 47 border-radius: 4px;
47   48  
48 color: #b94a48; 49 color: #b94a48;
49 background-color: #f2dede; 50 background-color: #f2dede;
50 border-color: #eed3d7; 51 border-color: #eed3d7;
51 color: #c09853; 52 color: #c09853;
52 } 53 }
53 .dark-grey .error h4 { 54 .dark-grey .error h4 {
54 color: #b94a48; 55 color: #b94a48;
55 margin: 0; 56 margin: 0;
56 } 57 }
57   58  
58 .dark-grey .error .close { 59 .dark-grey .error .close {
59 position: relative; 60 position: relative;
60 top: -2px; 61 top: -2px;
61 right: -21px; 62 right: -21px;
62 line-height: 20px; 63 line-height: 20px;
63 } 64 }
64 .dark-grey .column{ 65 .dark-grey .column{
65 float:left; 66 float:left;
66 } 67 }
67 /* width = parseInt(100/columns.length)*/ 68 /* width = parseInt(100/columns.length)*/
68 .dark-grey .column1{ width:100%;} 69 .dark-grey .column1{ width:100%;}
69 .dark-grey .column2{ width:50%; } 70 .dark-grey .column2{ width:50%; }
70 .dark-grey .column3{ width:33%; } 71 .dark-grey .column3{ width:33%; }
71 .dark-grey .column4{ width:25%; } 72 .dark-grey .column4{ width:25%; }
72 .dark-grey .column5{ width:20%; } 73 .dark-grey .column5{ width:20%; }
73   74  
74 .dark-grey .large{ 75 .dark-grey .large{
75 width: 100%; 76 width: 100%;
76 *width: 94%; 77 *width: 94%;
77 } 78 }
78 .dark-grey .medium{ 79 .dark-grey .medium{
79 width: 50%; 80 width: 50%;
80 *width: 47%; 81 *width: 47%;
81 } 82 }
82 .dark-grey .small{ 83 .dark-grey .small{
83 width: 25%; 84 width: 25%;
84 *width: 23%; 85 *width: 23%;
85 } 86 }
86   87  
87 .dark-grey textarea.large{ 88 .dark-grey textarea.large{
88 width: 100%; 89 width: 100%;
89 *width: 94%; 90 *width: 94%;
90 height: 20em; 91 height: 20em;
91 } 92 }
92 .dark-grey textarea.medium{ 93 .dark-grey textarea.medium{
93 width: 100%; 94 width: 100%;
94 *width: 94%; 95 *width: 94%;
95 height: 10em; 96 height: 10em;
96 } 97 }
97 .dark-grey textarea.small{ 98 .dark-grey textarea.small{
98 width: 100%; 99 width: 100%;
99 *width: 94%; 100 *width: 94%;
100 height: 5.5em; 101 height: 5.5em;
101 } 102 }
102   103  
103 .frmd{ 104 .frmd{
104 display:none; 105 display:none;
105 } 106 }
106 .clearfix { 107 .clearfix {
107 *zoom: 1; 108 *zoom: 1;
108 } 109 }
109 .clearfix:before, 110 .clearfix:before,
110 .clearfix:after { 111 .clearfix:after {
111 display: table; 112 display: table;
112 line-height: 0; 113 line-height: 0;
113 content: ""; 114 content: "";
114 } 115 }
115   116  
116   117  
117 .blurBg, 118 .blurBg,
118 .blurBg-true{ 119 .blurBg-true{
119 background-attachment: fixed; 120 background-attachment: fixed;
120 background-image: -webkit-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */ 121 background-image: -webkit-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
121 -webkit-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */ 122 -webkit-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
122 -webkit-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */ 123 -webkit-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
123 -webkit-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */ 124 -webkit-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
124 -webkit-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */ 125 -webkit-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
125 -webkit-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */ 126 -webkit-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
126 -webkit-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */ 127 -webkit-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
127 128
128 background-image: -moz-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */ 129 background-image: -moz-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
129 -moz-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */ 130 -moz-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
130 -moz-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */ 131 -moz-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
131 -moz-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */ 132 -moz-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
132 -moz-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */ 133 -moz-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
133 -moz-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */ 134 -moz-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
134 -moz-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */ 135 -moz-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
135 136
136 background-image: -ms-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */ 137 background-image: -ms-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
137 -ms-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */ 138 -ms-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
138 -ms-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */ 139 -ms-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
139 -ms-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */ 140 -ms-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
140 -ms-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */ 141 -ms-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
141 -ms-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */ 142 -ms-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
142 -ms-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */ 143 -ms-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
143 144
144 background-image: -o-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */ 145 background-image: -o-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
145 -o-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */ 146 -o-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
146 -o-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */ 147 -o-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
147 -o-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */ 148 -o-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
148 -o-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */ 149 -o-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
149 -o-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */ 150 -o-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
150 -o-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */ 151 -o-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
151 152
152 background-image: linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */ 153 background-image: linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
153 radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */ 154 radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
154 radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */ 155 radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
155 radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */ 156 radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
156 radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */ 157 radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
157 radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */ 158 radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
158 radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */ 159 radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
159 /* 160 /*
160 radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), 161 radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
161 radial-gradient(50% -10%,circle closest-corner, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 50%), 162 radial-gradient(50% -10%,circle closest-corner, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 50%),
162 radial-gradient(0% 100%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%), 163 radial-gradient(0% 100%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%),
163 radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%), 164 radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%),
164 radial-gradient(1% 2%,circle farthest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 20%); 165 radial-gradient(1% 2%,circle farthest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 20%);
165 */ 166 */
166 } 167 }
167   168  
168 #formoid-info { 169 #formoid-info {
169 display: block; 170 display: block;
170 width: 400px; 171 width: 400px;
171 margin: 0 auto; 172 margin: 0 auto;
172 padding: 10px; 173 padding: 10px;
173 text-align: center; 174 text-align: center;
174 color: #c09853; 175 color: #c09853;
175 font-size: 12px; 176 font-size: 12px;
176 max-width: 100%; 177 max-width: 100%;
-   178 }
-   179  
177 }@font-face { 180 @font-face {
178 font-family: formoid; 181 font-family: formoid;
179 src:url('lib/formoid.eot'); 182 src:url('lib/formoid.eot');
180 src:url('lib/formoid.eot?#iefix') format('embedded-opentype'), 183 src:url('lib/formoid.eot?#iefix') format('embedded-opentype'),
181 url('lib/formoid.ttf') format('truetype'), 184 url('lib/formoid.ttf') format('truetype'),
182 url('lib/formoid.woff') format('woff'), 185 url('lib/formoid.woff') format('woff'),
183 url('lib/formoid.svg#formoid') format('svg'); 186 url('lib/formoid.svg#formoid') format('svg');
184 font-weight: normal; 187 font-weight: normal;
185 font-style: normal; 188 font-style: normal;
186 } 189 }
187   190  
188 .dark-grey{ 191 .dark-grey{
189 -webkit-border-radius: 4px; 192 -webkit-border-radius: 4px;
190 -moz-border-radius: 4px; 193 -moz-border-radius: 4px;
191 border-radius: 4px; 194 border-radius: 4px;
192 } 195 }
193 .dark-grey, 196 .dark-grey,
194 .dark-grey select, 197 .dark-grey select,
195 .dark-grey input[type=button], 198 .dark-grey input[type=button],
196 .dark-grey .btn, 199 .dark-grey .btn,
197 .dark-grey input[type=submit] , 200 .dark-grey input[type=submit] ,
198 .dark-grey .element-file .button{ 201 .dark-grey .element-file .button{
199 color: inherit; 202 color: inherit;
200 padding: 5px; 203 padding: 5px;
201 } 204 }
202 .dark-grey h2 { 205 .dark-grey h2 {
203 margin: 0.2em 0; 206 margin: 0.2em 0;
204 } 207 }
205   208  
206 .dark-grey label { 209 .dark-grey label {
207 display: block; 210 display: block;
208 font-size: 1em; 211 font-size: 1em;
209 margin-bottom: 3px; 212 margin-bottom: 3px;
210 clear: both; 213 clear: both;
211 } 214 }
212   215  
213 .dark-grey div, .dark-grey span, .dark-grey label, .dark-grey input, .dark-grey textarea, .dark-grey select, .dark-grey button, .dark-grey ul, .dark-grey li, .dark-grey a{ 216 .dark-grey div, .dark-grey span, .dark-grey label, .dark-grey input, .dark-grey textarea, .dark-grey select, .dark-grey button, .dark-grey ul, .dark-grey li, .dark-grey a{
214 font-family: inherit; 217 font-family: inherit;
215 color: inherit; 218 color: inherit;
216 } 219 }
217 /* Global Declaration */ 220 /* Global Declaration */
218   221  
219 /* 222 /*
220   223  
221 CORE FUNCTIONALITY 224 CORE FUNCTIONALITY
222   225  
223 Not advised to edit stuff below this line 226 Not advised to edit stuff below this line
224 ----------------------------------------------------- 227 -----------------------------------------------------
225 */ 228 */
226   229  
227 .dark-grey .btn{ 230 .dark-grey .btn{
228 display: -moz-inline-box; 231 display: -moz-inline-box;
229 display: inline-block; 232 display: inline-block;
230 vertical-align: middle; 233 vertical-align: middle;
231 zoom: 1; 234 zoom: 1;
232 *display: inline; 235 *display: inline;
233 } 236 }
234   237  
235 /* Button & submit*/ 238 /* Button & submit*/
236 .dark-grey select, 239 .dark-grey select,
237 .dark-grey input[type=button], 240 .dark-grey input[type=button],
238 .dark-grey .btn, 241 .dark-grey .btn,
239 .dark-grey input[type=submit], 242 .dark-grey input[type=submit],
240 .dark-grey .element-file .button{ 243 .dark-grey .element-file .button{
241 display: -moz-inline-box; 244 display: -moz-inline-box;
242 display: inline-block; 245 display: inline-block;
243 *display: inline; 246 *display: inline;
244 padding: 4px 12px; 247 padding: 4px 12px;
245 margin: .3em; 248 margin: .3em;
246 text-align: center; 249 text-align: center;
247 font-size: 1em; 250 font-size: 1em;
248 padding: 6px 2%; 251 padding: 6px 2%;
249 font-family:inherit; 252 font-family:inherit;
250 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 253 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
251 vertical-align: middle; 254 vertical-align: middle;
252 cursor: pointer; 255 cursor: pointer;
253 border: 1px solid #bbbbbb; 256 border: 1px solid #bbbbbb;
254 *border: 0; 257 *border: 0;
255 border-color: #e6e6e6 #e6e6e6 #bfbfbf; 258 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
256 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 259 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
257 border-bottom-color: #a2a2a2; 260 border-bottom-color: #a2a2a2;
258 -webkit-border-radius: 4px; 261 -webkit-border-radius: 4px;
259 -moz-border-radius: 4px; 262 -moz-border-radius: 4px;
260 border-radius: 4px; 263 border-radius: 4px;
261 *zoom: 1; 264 *zoom: 1;
262 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 265 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
263 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 266 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
264 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 267 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
265 outline: 0 none; 268 outline: 0 none;
266 } 269 }
267 .dark-grey .element-file .button{ 270 .dark-grey .element-file .button{
268 -webkit-border-radius: 0 4px 4px 0; 271 -webkit-border-radius: 0 4px 4px 0;
269 -moz-border-radius: 0 4px 4px 0; 272 -moz-border-radius: 0 4px 4px 0;
270 border-radius: 0 4px 4px 0; 273 border-radius: 0 4px 4px 0;
271 } 274 }
272 .dark-grey select, 275 .dark-grey select,
273 .dark-grey .btn, 276 .dark-grey .btn,
274 .dark-grey .element-file .button{ 277 .dark-grey .element-file .button{
275 background-color: #f5f5f5; 278 background-color: #f5f5f5;
276 *background-color: #e6e6e6; 279 *background-color: #e6e6e6;
277 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 280 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
278 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 281 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
279 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 282 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
280 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 283 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
281 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 284 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
282 background-repeat: repeat-x; 285 background-repeat: repeat-x;
283 } 286 }
284 .dark-grey select{ 287 .dark-grey select{
285 text-align: left; 288 text-align: left;
286 width: 100%; 289 width: 100%;
287 } 290 }
288   291  
289 .dark-grey select:hover, 292 .dark-grey select:hover,
290 .dark-grey input[type=button]:hover, 293 .dark-grey input[type=button]:hover,
291 .dark-grey .btn:hover, 294 .dark-grey .btn:hover,
292 .dark-grey input[type=button]:active, 295 .dark-grey input[type=button]:active,
293 .dark-grey input[type=button][disabled]{ 296 .dark-grey input[type=button][disabled]{
294 background-color: #e6e6e6; 297 background-color: #e6e6e6;
295 *background-color: #d9d9d9; 298 *background-color: #d9d9d9;
296 } 299 }
297   300  
298 .dark-grey select:active, 301 .dark-grey select:active,
299 .dark-grey .btn:active, 302 .dark-grey .btn:active,
300 .dark-grey input[type=button]:active{ 303 .dark-grey input[type=button]:active{
301 background-color: #cccccc; 304 background-color: #cccccc;
302 } 305 }
303   306  
304 .dark-grey select:hover, 307 .dark-grey select:hover,
305 .dark-grey .btn:hover, 308 .dark-grey .btn:hover,
306 .dark-grey input[type=button]:hover { 309 .dark-grey input[type=button]:hover {
307 text-decoration: none; 310 text-decoration: none;
308 background-position: 0 -15px; 311 background-position: 0 -15px;
309 -webkit-transition: background-position 0.1s linear; 312 -webkit-transition: background-position 0.1s linear;
310 -moz-transition: background-position 0.1s linear; 313 -moz-transition: background-position 0.1s linear;
311 -o-transition: background-position 0.1s linear; 314 -o-transition: background-position 0.1s linear;
312 transition: background-position 0.1s linear; 315 transition: background-position 0.1s linear;
313 } 316 }
314   317  
315 .dark-grey select:active, 318 .dark-grey select:active,
316 .dark-grey .btn:active, 319 .dark-grey .btn:active,
317 .dark-grey input[type=button]:active { 320 .dark-grey input[type=button]:active {
318 background-image: none; 321 background-image: none;
319 outline: 0; 322 outline: 0;
320 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 323 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
321 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 324 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
322 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 325 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
323 } 326 }
324   327  
325 .dark-grey .btn[disabled], 328 .dark-grey .btn[disabled],
326 .dark-grey input[type=button][disabled] { 329 .dark-grey input[type=button][disabled] {
327 cursor: default; 330 cursor: default;
328 background-image: none; 331 background-image: none;
329 opacity: 0.65; 332 opacity: 0.65;
330 filter: alpha(opacity=65); 333 filter: alpha(opacity=65);
331 -webkit-box-shadow: none; 334 -webkit-box-shadow: none;
332 -moz-box-shadow: none; 335 -moz-box-shadow: none;
333 box-shadow: none; 336 box-shadow: none;
334 } 337 }
335   338  
336 .dark-grey input[type=submit], 339 .dark-grey input[type=submit],
337 .dark-grey .element-file .button { 340 .dark-grey .element-file .button {
338 font-size: 1em; 341 font-size: 1em;
339 font-family: inherit; 342 font-family: inherit;
340 color: #ffffff; 343 color: #ffffff;
341 } 344 }
342   345  
343 .dark-grey input[type=submit]:hover, 346 .dark-grey input[type=submit]:hover,
344 .dark-grey .element-file .button:hover { 347 .dark-grey .element-file .button:hover {
345 color: #ffffff; 348 color: #ffffff;
346 text-decoration: none; 349 text-decoration: none;
347 background-position: 0 -15px; 350 background-position: 0 -15px;
348 -webkit-transition: background-position 0.1s linear; 351 -webkit-transition: background-position 0.1s linear;
349 -moz-transition: background-position 0.1s linear; 352 -moz-transition: background-position 0.1s linear;
350 -o-transition: background-position 0.1s linear; 353 -o-transition: background-position 0.1s linear;
351 transition: background-position 0.1s linear; 354 transition: background-position 0.1s linear;
352 } 355 }
353   356  
354 .dark-grey input[type=submit]:active, 357 .dark-grey input[type=submit]:active,
355 .dark-grey input[type=submit][disabled], 358 .dark-grey input[type=submit][disabled],
356 .dark-grey .element-file .button:active, 359 .dark-grey .element-file .button:active,
357 .dark-grey .element-file .button[disabled] { 360 .dark-grey .element-file .button[disabled] {
358 background-image: none; 361 background-image: none;
359 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); 362 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
360 outline: 0 none; 363 outline: 0 none;
361 } 364 }
362   365  
363 /* Radio & checkbox */ 366 /* Radio & checkbox */
364 .dark-grey div.element-checkbox, 367 .dark-grey div.element-checkbox,
365 .dark-grey div.element-radio{ 368 .dark-grey div.element-radio{
366 overflow:hidden; 369 overflow:hidden;
367 } 370 }
368 /* clearfix */ 371 /* clearfix */
369 .dark-grey div.element-checkbox:after, 372 .dark-grey div.element-checkbox:after,
370 .dark-grey div.element-radio:after { 373 .dark-grey div.element-radio:after {
371 content: "."; 374 content: ".";
372 display: block; 375 display: block;
373 height: 0; 376 height: 0;
374 clear: both; 377 clear: both;
375 visibility: hidden; 378 visibility: hidden;
376 } 379 }
377   380  
378 .dark-grey input[type=checkbox], 381 .dark-grey input[type=checkbox],
379 .dark-grey input[type=radio]{ 382 .dark-grey input[type=radio]{
380 z-index:1; 383 z-index:1;
381 position: absolute; 384 position: absolute;
382 float: left; 385 float: left;
383 width: 1em; 386 width: 1em;
384 height: 1.3em; 387 height: 1.3em;
385 font-size: 1em; 388 font-size: 1em;
386 opacity: 0.01; 389 opacity: 0.01;
387 margin: 0; 390 margin: 0;
388 cursor: pointer; 391 cursor: pointer;
389 } 392 }
390   393  
391 .dark-grey input[type=radio]+span, 394 .dark-grey input[type=radio]+span,
392 .dark-grey input[type=checkbox]+span{ 395 .dark-grey input[type=checkbox]+span{
393 height: 19px; 396 height: 19px;
394 margin-right:-19px; 397 margin-right:-19px;
395 padding-top: 0; 398 padding-top: 0;
396 z-index:0; 399 z-index:0;
397 position: relative; 400 position: relative;
398 left: 0; 401 left: 0;
399 top: 0; 402 top: 0;
400 vertical-align:top; 403 vertical-align:top;
401 line-height: 1.4; 404 line-height: 1.4;
402 } 405 }
403 .dark-grey input[type=radio]+span:before, 406 .dark-grey input[type=radio]+span:before,
404 .dark-grey input[type=checkbox]+span:before{ 407 .dark-grey input[type=checkbox]+span:before{
405 font-family: formoid; 408 font-family: formoid;
406 color: transparent; 409 color: transparent;
407 text-align: center; 410 text-align: center;
408 vertical-align: top; 411 vertical-align: top;
409 margin-right: 0.4em; 412 margin-right: 0.4em;
410   413  
411 border: 1px solid #BCBCBC; 414 border: 1px solid #BCBCBC;
412 415
413 background-color: #fff; 416 background-color: #fff;
414 417
415 background: -moz-linear-gradient(top,#fff,#E3E3E3); 418 background: -moz-linear-gradient(top,#fff,#E3E3E3);
416 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3)); 419 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3));
417 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#E3E3E3,GradientType=0); zoom: 1; 420 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#E3E3E3,GradientType=0); zoom: 1;
418 background: linear-gradient(top,#fff,#E3E3E3); 421 background: linear-gradient(top,#fff,#E3E3E3);
419   422  
420 background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box; 423 background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box;
421 background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box; 424 background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box;
422 425
423 -webkit-font-smoothing: antialiased; 426 -webkit-font-smoothing: antialiased;
424 -moz-osx-font-smoothing: grayscale; 427 -moz-osx-font-smoothing: grayscale;
425 } 428 }
426 /* checkbox */ 429 /* checkbox */
427 .dark-grey input[type=checkbox]+span:before{ 430 .dark-grey input[type=checkbox]+span:before{
428 content: "\e004"; 431 content: "\e004";
429 font-size: 0.8em; 432 font-size: 0.8em;
430 padding: 0.1em; 433 padding: 0.1em;
431 line-height: 1.8; 434 line-height: 1.8;
432   435  
433 -webkit-border-radius:0.3em; 436 -webkit-border-radius:0.3em;
434 -moz-border-radius:0.3em; 437 -moz-border-radius:0.3em;
435 border-radius:0.3em; 438 border-radius:0.3em;
436 } 439 }
437 .dark-grey input[type=checkbox]:hover+span:before{ 440 .dark-grey input[type=checkbox]:hover+span:before{
438 box-shadow: 0 0 2px 2px #F1F1F1; 441 box-shadow: 0 0 2px 2px #F1F1F1;
439 } 442 }
440 .dark-grey input[type=checkbox]:checked+span:before{ 443 .dark-grey input[type=checkbox]:checked+span:before{
441 color: #616161; 444 color: #616161;
442 } 445 }
443   446  
444 /* radio */ 447 /* radio */
445 .dark-grey input[type=radio]+span:before{ 448 .dark-grey input[type=radio]+span:before{
446 font-family: formoid; 449 font-family: formoid;
447 content: "\e005"; 450 content: "\e005";
448 font-size: 1.1em; 451 font-size: 1.1em;
449 line-height: 1.35; 452 line-height: 1.35;
450 padding: 0; 453 padding: 0;
451 454
452 -webkit-border-radius: 50%; 455 -webkit-border-radius: 50%;
453 -moz-border-radius: 50%; 456 -moz-border-radius: 50%;
454 border-radius: 50%; 457 border-radius: 50%;
455 } 458 }
456 .dark-grey input[type=radio]:hover+span:before{ 459 .dark-grey input[type=radio]:hover+span:before{
457 box-shadow: 0 0 2px 2px #F1F1F1; 460 box-shadow: 0 0 2px 2px #F1F1F1;
458 } 461 }
459 .dark-grey input[type=radio]:checked+span:before{ 462 .dark-grey input[type=radio]:checked+span:before{
460 color: #616161; 463 color: #616161;
461 } 464 }
462   465  
463   466  
464 .dark-grey input[type=text], 467 .dark-grey input[type=text],
465 .dark-grey input[type=password], 468 .dark-grey input[type=password],
466 .dark-grey input[type=email], 469 .dark-grey input[type=email],
467 .dark-grey input[type=url], 470 .dark-grey input[type=url],
468 .dark-grey input[type=number], 471 .dark-grey input[type=number],
469 .dark-grey input[type=date], 472 .dark-grey input[type=date],
470 .dark-grey .element-file .file_text, 473 .dark-grey .element-file .file_text,
471 .dark-grey textarea { 474 .dark-grey textarea {
472 padding: 6px 2%; 475 padding: 6px 2%;
473 /*margin-left:-1px;*/ 476 /*margin-left:-1px;*/
474 font-family:inherit; 477 font-family:inherit;
475 font-size: 1em; 478 font-size: 1em;
476 font-weight: normal; 479 font-weight: normal;
477 /*padding: 6px;*/ 480 /*padding: 6px;*/
478 /*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */ 481 /*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */
479 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6�IE9 */ 482 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6�IE9 */
480 /*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */ 483 /*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
481 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* FF3.6 */ 484 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* FF3.6 */
482 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */ 485 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */
483 background-image: -o-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Opera 11.10+ */ 486 background-image: -o-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Opera 11.10+ */
484 background-image: linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); 487 background-image: linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
485 border-top: solid 1px #aaa; 488 border-top: solid 1px #aaa;
486 border-left: solid 1px #aaa; 489 border-left: solid 1px #aaa;
487 border-bottom: solid 1px #ccc; 490 border-bottom: solid 1px #ccc;
488 border-right: solid 1px #ccc; 491 border-right: solid 1px #ccc;
489 -webkit-border-radius: 3px; 492 -webkit-border-radius: 3px;
490 -moz-border-radius: 3px; 493 -moz-border-radius: 3px;
491 border-radius: 3px; 494 border-radius: 3px;
492 outline: 0; 495 outline: 0;
493 496
494 -webkit-box-sizing: border-box; 497 -webkit-box-sizing: border-box;
495 -moz-box-sizing: border-box; 498 -moz-box-sizing: border-box;
496 -o-box-sizing: border-box; 499 -o-box-sizing: border-box;
497 box-sizing: border-box; 500 box-sizing: border-box;
498 } 501 }
499 .dark-grey .element-address input[type=text], 502 .dark-grey .element-address input[type=text],
500 .dark-grey .element-name input[type=text], 503 .dark-grey .element-name input[type=text],
501 .dark-grey .element-file .file_text, 504 .dark-grey .element-file .file_text,
502 .dark-grey textarea{ 505 .dark-grey textarea{
503 width: 100%; 506 width: 100%;
504 *width: 94%; 507 *width: 94%;
505 } 508 }
506   509  
507   510  
508 /* prevent conflicts with bootstrap */ 511 /* prevent conflicts with bootstrap */
509 .dark-grey .dropdown-menu input[type=checkbox]{ 512 .dark-grey .dropdown-menu input[type=checkbox]{
510 display:none; 513 display:none;
511 } 514 }
512   515  
513 /* NAME last first */ 516 /* NAME last first */
514 .dark-grey .element-name .nameFirst{ 517 .dark-grey .element-name .nameFirst{
515 width: 40%; 518 width: 40%;
516 *width: 39%; 519 *width: 39%;
517 left: 0; 520 left: 0;
518 display: inline-block; 521 display: inline-block;
519 margin-right: 5%; 522 margin-right: 5%;
520 vertical-align: top; 523 vertical-align: top;
521 zoom: 1; 524 zoom: 1;
522 *display: inline; 525 *display: inline;
523 } 526 }
524 .dark-grey .element-name .nameLast{ 527 .dark-grey .element-name .nameLast{
525 width: 55%; 528 width: 55%;
526 *width: 50%; 529 *width: 50%;
527 display: inline-block; 530 display: inline-block;
528 vertical-align: top; 531 vertical-align: top;
529 zoom: 1; 532 zoom: 1;
530 *display: inline; 533 *display: inline;
531 } 534 }
532   535  
533 /* ADDRESS */ 536 /* ADDRESS */
534 .dark-grey .element-address .city, 537 .dark-grey .element-address .city,
535 .dark-grey .element-address .zip{ 538 .dark-grey .element-address .zip{
536 width: 47%; 539 width: 47%;
537 *width: 44%; 540 *width: 44%;
538 display: inline-block; 541 display: inline-block;
539 zoom: 1; 542 zoom: 1;
540 *display: inline; 543 *display: inline;
541 vertical-align: top; 544 vertical-align: top;
542 margin-right: 6%; 545 margin-right: 6%;
543 } 546 }
544 .dark-grey .element-address .state, 547 .dark-grey .element-address .state,
545 .dark-grey .element-address .country{ 548 .dark-grey .element-address .country{
546 width: 47%; 549 width: 47%;
547 *width: 44%; 550 *width: 44%;
548 display: inline-block; 551 display: inline-block;
549 zoom: 1; 552 zoom: 1;
550 *display: inline; 553 *display: inline;
551 vertical-align: top; 554 vertical-align: top;
552 } 555 }
553 .dark-grey .element-address .country select{ 556 .dark-grey .element-address .country select{
554 cursor: pointer; 557 cursor: pointer;
555 } 558 }
556 .dark-grey .element-address label, 559 .dark-grey .element-address label,
557 .dark-grey .element-name label{ 560 .dark-grey .element-name label{
558 font-size: 0.8em; 561 font-size: 0.8em;
559 } 562 }
560 .dark-grey .element-address label.title, 563 .dark-grey .element-address label.title,
561 .dark-grey .element-name label.title{ 564 .dark-grey .element-name label.title{
562 font-size: 1em; 565 font-size: 1em;
563 } 566 }
564   567  
565   568  
566 /* type number */ 569 /* type number */
567 .dark-grey input[type=number]::-webkit-inner-spin-button, 570 .dark-grey input[type=number]::-webkit-inner-spin-button,
568 .dark-grey input[type=number]::-webkit-outer-spin-button{ 571 .dark-grey input[type=number]::-webkit-outer-spin-button{
569 -webkit-appearance: none; 572 -webkit-appearance: none;
570 } 573 }
571   574  
572 /* File input */ 575 /* File input */
573 .dark-grey .element-file label{ 576 .dark-grey .element-file label{
574 position: relative; 577 position: relative;
575 } 578 }
576 .dark-grey .element-file .title{ 579 .dark-grey .element-file .title{
577 position: static; 580 position: static;
578 } 581 }
579 .dark-grey .element-file .button{ 582 .dark-grey .element-file .button{
580 z-index: 1; 583 z-index: 1;
581 position: absolute; 584 position: absolute;
582 right: -2px; 585 right: -2px;
583 } 586 }
584 .dark-grey .element-file .file_text{ 587 .dark-grey .element-file .file_text{
585 right: 0; 588 right: 0;
586 overflow: hidden; 589 overflow: hidden;
587 cursor: pointer; 590 cursor: pointer;
588 background-color: #fff; 591 background-color: #fff;
589 } 592 }
590 .dark-grey .element-file .file_text:before{ 593 .dark-grey .element-file .file_text:before{
591 content: "_"; 594 content: "_";
592 opacity: 0; 595 opacity: 0;
593 } 596 }
594 .dark-grey .element-file .file_input { 597 .dark-grey .element-file .file_input {
595 position: absolute; 598 position: absolute;
596 top: 0; 599 top: 0;
597 right: 0; 600 right: 0;
598 bottom: 0; 601 bottom: 0;
599 padding: 0; 602 padding: 0;
600 cursor: pointer; 603 cursor: pointer;
601 opacity: 0; 604 opacity: 0;
602 filter: alpha(opacity=0); 605 filter: alpha(opacity=0);
603 width: 100%; 606 width: 100%;
604 } 607 }
605 * html .dark-grey .element-file .file_input, 608 * html .dark-grey .element-file .file_input,
606 *+html .dark-grey .element-file .file_input{ 609 *+html .dark-grey .element-file .file_input{
607 position: relative; 610 position: relative;
608 left: auto; 611 left: auto;
609 right: auto; 612 right: auto;
610 top: auto; 613 top: auto;
611 bottom: auto; 614 bottom: auto;
612 width: auto; 615 width: auto;
613 opacity: 1; 616 opacity: 1;
614 filter: alpha(opacity=100); 617 filter: alpha(opacity=100);
615 } 618 }
616 * html .dark-grey .element-file .button, 619 * html .dark-grey .element-file .button,
617 *+html .dark-grey .element-file .button{ 620 *+html .dark-grey .element-file .button{
618 display: none; 621 display: none;
619 } 622 }
620 * html .dark-grey .element-file label, 623 * html .dark-grey .element-file label,
621 *+html .dark-grey .element-file label, 624 *+html .dark-grey .element-file label,
622 * html .dark-grey .element-file .file_text, 625 * html .dark-grey .element-file .file_text,
623 *+html .dark-grey .element-file .file_text{ 626 *+html .dark-grey .element-file .file_text{
624 border: none; 627 border: none;
625 } 628 }
626 * html .dark-grey .element-file .title, 629 * html .dark-grey .element-file .title,
627 *+html .dark-grey .element-file .title{ 630 *+html .dark-grey .element-file .title{
628 display: block; 631 display: block;
629 } 632 }
630   633  
631   634  
632 @media all and (max-width:400px){ 635 @media all and (max-width:400px){
633 .dark-grey .element-radio .column, 636 .dark-grey .element-radio .column,
634 .dark-grey .element-checkbox .column, 637 .dark-grey .element-checkbox .column,
635 .dark-grey .element-name .nameFirst, 638 .dark-grey .element-name .nameFirst,
636 .dark-grey .element-name .nameLast, 639 .dark-grey .element-name .nameLast,
637 .dark-grey .element-address .city, 640 .dark-grey .element-address .city,
638 .dark-grey .element-address span.state, 641 .dark-grey .element-address span.state,
639 .dark-grey .element-address .zip, 642 .dark-grey .element-address .zip,
640 .dark-grey .element-address .country{ 643 .dark-grey .element-address .country{
641 width: 100%; 644 width: 100%;
642 display: block; 645 display: block;
643 margin-right: 0; 646 margin-right: 0;
644 } 647 }
645 }/* bootstrap cutting */ 648 }/* bootstrap cutting */
646   649  
647 .btn:focus { 650 .btn:focus {
648 outline: thin dotted #333; 651 outline: thin dotted #333;
649 outline: 5px auto -webkit-focus-ring-color; 652 outline: 5px auto -webkit-focus-ring-color;
650 outline-offset: -2px; 653 outline-offset: -2px;
651 } 654 }
652   655  
653 .btn-group { 656 .btn-group {
654 position: relative; 657 position: relative;
655 display: inline-block; 658 display: inline-block;
656 *display: inline; 659 *display: inline;
657 *margin-left: .3em; 660 *margin-left: .3em;
658 /*font-size: 0;*/ 661 /*font-size: 0;*/
659 white-space: nowrap; 662 white-space: nowrap;
660 vertical-align: middle; 663 vertical-align: middle;
661 *zoom: 1; 664 *zoom: 1;
662 } 665 }
663   666  
664 .btn-group:first-child { 667 .btn-group:first-child {
665 *margin-left: 0; 668 *margin-left: 0;
666 } 669 }
667   670  
668   671  
669 .btn-group .dropdown-toggle:active, 672 .btn-group .dropdown-toggle:active,
670 .btn-group.open .dropdown-toggle { 673 .btn-group.open .dropdown-toggle {
671 outline: 0; 674 outline: 0;
672 } 675 }
673   676  
674 .caret { 677 .caret {
675 display: inline-block; 678 display: inline-block;
676 width: 0; 679 width: 0;
677 height: 0; 680 height: 0;
678 vertical-align: top; 681 vertical-align: top;
679 border-top: 4px solid #000000; 682 border-top: 4px solid #000000;
680 border-right: 4px solid transparent; 683 border-right: 4px solid transparent;
681 border-left: 4px solid transparent; 684 border-left: 4px solid transparent;
682 content: ""; 685 content: "";
683 } 686 }
684   687  
685 .btn .caret { 688 .btn .caret {
686 margin-top: 8px; 689 margin-top: 8px;
687 margin-left: 0; 690 margin-left: 0;
688 } 691 }
689   692  
690 .dropdown-menu { 693 .dropdown-menu {
691 position: absolute; 694 position: absolute;
692 top: 100%; 695 top: 100%;
693 left: 0; 696 left: 0;
694 z-index: 1000; 697 z-index: 1000;
695 display: none; 698 display: none;
696 float: left; 699 float: left;
697 min-width: 160px; 700 min-width: 160px;
698 padding: 5px 0; 701 padding: 5px 0;
699 margin: 2px 0 0; 702 margin: 2px 0 0;
700 list-style: none; 703 list-style: none;
701 background-color: #ffffff; 704 background-color: #ffffff;
702 border: 1px solid #ccc; 705 border: 1px solid #ccc;
703 border: 1px solid rgba(0, 0, 0, 0.2); 706 border: 1px solid rgba(0, 0, 0, 0.2);
704 *border-right-width: 2px; 707 *border-right-width: 2px;
705 *border-bottom-width: 2px; 708 *border-bottom-width: 2px;
706 -webkit-border-radius: 6px; 709 -webkit-border-radius: 6px;
707 -moz-border-radius: 6px; 710 -moz-border-radius: 6px;
708 border-radius: 6px; 711 border-radius: 6px;
709 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 712 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
710 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 713 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
711 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 714 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
712 -webkit-background-clip: padding-box; 715 -webkit-background-clip: padding-box;
713 -moz-background-clip: padding; 716 -moz-background-clip: padding;
714 background-clip: padding-box; 717 background-clip: padding-box;
715 } 718 }
716   719  
717 .dropdown-menu.pull-right { 720 .dropdown-menu.pull-right {
718 right: 0; 721 right: 0;
719 left: auto; 722 left: auto;
720 } 723 }
721   724  
722 .dropdown-menu .divider { 725 .dropdown-menu .divider {
723 *width: 100%; 726 *width: 100%;
724 height: 1px; 727 height: 1px;
725 margin: 9px 1px; 728 margin: 9px 1px;
726 *margin: -5px 0 5px; 729 *margin: -5px 0 5px;
727 overflow: hidden; 730 overflow: hidden;
728 background-color: #e5e5e5; 731 background-color: #e5e5e5;
729 border-bottom: 1px solid #ffffff; 732 border-bottom: 1px solid #ffffff;
730 } 733 }
731   734  
732 .dropdown-menu li > a { 735 .dropdown-menu li > a {
733 display: block; 736 display: block;
734 padding: 3px 20px; 737 padding: 3px 20px;
735 clear: both; 738 clear: both;
736 font-weight: normal; 739 font-weight: normal;
737 white-space: nowrap; 740 white-space: nowrap;
738 text-decoration: none; 741 text-decoration: none;
739 } 742 }
740   743  
741 .dropdown-menu li > a:hover, 744 .dropdown-menu li > a:hover,
742 .dropdown-menu li > a:focus, 745 .dropdown-menu li > a:focus,
743 .dropdown-submenu:hover > a{ 746 .dropdown-submenu:hover > a{
744 color: #ffffff; 747 color: #ffffff;
745 text-decoration: none; 748 text-decoration: none;
746 } 749 }
747 .dropdown-menu li.selected > a{ 750 .dropdown-menu li.selected > a{
748 color: #ffffff; 751 color: #ffffff;
749 text-decoration: none; 752 text-decoration: none;
750 } 753 }
751   754  
752 .dropdown-menu .active > a, 755 .dropdown-menu .active > a,
753 .dropdown-menu .active > a:hover { 756 .dropdown-menu .active > a:hover {
754 color: #ffffff; 757 color: #ffffff;
755 text-decoration: none; 758 text-decoration: none;
756 background-color: #0081c2; 759 background-color: #0081c2;
757 background-image: -moz-linear-gradient(top, #0088cc, #0077b3); 760 background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
758 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); 761 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
759 background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); 762 background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
760 background-image: -o-linear-gradient(top, #0088cc, #0077b3); 763 background-image: -o-linear-gradient(top, #0088cc, #0077b3);
761 background-image: linear-gradient(to bottom, #0088cc, #0077b3); 764 background-image: linear-gradient(to bottom, #0088cc, #0077b3);
762 background-repeat: repeat-x; 765 background-repeat: repeat-x;
763 outline: 0; 766 outline: 0;
764 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); 767 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
765 } 768 }
766   769  
767 .dropdown-menu .disabled > a, 770 .dropdown-menu .disabled > a,
768 .dropdown-menu .disabled > a:hover { 771 .dropdown-menu .disabled > a:hover {
769 color: #999999; 772 color: #999999;
770 } 773 }
771   774  
772 .dropdown-menu .disabled > a:hover { 775 .dropdown-menu .disabled > a:hover {
773 text-decoration: none; 776 text-decoration: none;
774 cursor: default; 777 cursor: default;
775 background-color: transparent; 778 background-color: transparent;
776 background-image: none; 779 background-image: none;
777 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 780 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
778 } 781 }
779   782  
780 .open > .dropdown-menu { 783 .open > .dropdown-menu {
781 display: block; 784 display: block;
782 } 785 }
783   786  
784   787  
785   788  
786   789  
787   790  
788   791  
789 .alert { 792 .alert {
790 padding: 8px 35px 8px 14px; 793 padding: 8px 35px 8px 14px;
791 margin-bottom: 20px; 794 margin-bottom: 20px;
792 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); 795 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
793 background-color: #fcf8e3; 796 background-color: #fcf8e3;
794 border: 1px solid #fbeed5; 797 border: 1px solid #fbeed5;
795 -webkit-border-radius: 4px; 798 -webkit-border-radius: 4px;
796 -moz-border-radius: 4px; 799 -moz-border-radius: 4px;
797 border-radius: 4px; 800 border-radius: 4px;
798 } 801 }
799   802  
800 .alert, 803 .alert,
801 .alert h4 { 804 .alert h4 {
802 color: #c09853; 805 color: #c09853;
803 } 806 }
804   807  
805 .alert h4 { 808 .alert h4 {
806 margin: 0; 809 margin: 0;
807 } 810 }
808   811  
809 .alert .close { 812 .alert .close {
810 position: relative; 813 position: relative;
811 top: -2px; 814 top: -2px;
812 right: -21px; 815 right: -21px;
813 line-height: 20px; 816 line-height: 20px;
814 } 817 }
815   818  
816   819  
817 .alert-success { 820 .alert-success {
818 color: #468847; 821 color: #468847;
819 background-color: #dff0d8; 822 background-color: #dff0d8;
820 border-color: #d6e9c6; 823 border-color: #d6e9c6;
821 } 824 }
822   825  
823 .alert-success h4 { 826 .alert-success h4 {
824 color: #468847; 827 color: #468847;
825 } 828 }
826   829  
827 .alert-error { 830 .alert-error {
828 color: #b94a48; 831 color: #b94a48;
829 background-color: #f2dede; 832 background-color: #f2dede;
830 border-color: #eed3d7; 833 border-color: #eed3d7;
831 } 834 }
832   835  
833 .alert-info { 836 .alert-info {
834 color: #3a87ad; 837 color: #3a87ad;
835 background-color: #d9edf7; 838 background-color: #d9edf7;
836 border-color: #bce8f1; 839 border-color: #bce8f1;
837 } 840 }
838   841  
839 .alert-info h4 { 842 .alert-info h4 {
840 color: #3a87ad; 843 color: #3a87ad;
841 } 844 }
842   845  
843   846  
844 .tooltip { 847 .tooltip {
845 position: relative; 848 position: relative;
846 z-index: 30; 849 z-index: 30;
847 display: block; 850 display: block;
848 padding: 5px; 851 padding: 5px;
849 font-size: 11px; 852 font-size: 11px;
850 visibility: visible; 853 visibility: visible;
851 margin-left: 0; 854 margin-left: 0;
852 } 855 }
853   856  
854 .tooltip.in { 857 .tooltip.in {
855 opacity: 0.8; 858 opacity: 0.8;
856 filter: alpha(opacity=80); 859 filter: alpha(opacity=80);
857 } 860 }
858   861  
859 .tooltip.top { 862 .tooltip.top {
860 margin-top: -3px; 863 margin-top: -3px;
861 } 864 }
862   865  
863 .tooltip.right { 866 .tooltip.right {
864 margin-left: 3px; 867 margin-left: 3px;
865 } 868 }
866   869  
867 .tooltip.bottom { 870 .tooltip.bottom {
868 margin-top: 4px; 871 margin-top: 4px;
869 } 872 }
870   873  
871 .tooltip.left { 874 .tooltip.left {
872 margin-left: -3px; 875 margin-left: -3px;
873 } 876 }
874   877  
875 .tooltip-inner { 878 .tooltip-inner {
876 max-width: 200px; 879 max-width: 200px;
877 padding: 3px 8px; 880 padding: 3px 8px;
878 color: #ffffff; 881 color: #ffffff;
879 text-align: center; 882 text-align: center;
880 text-decoration: none; 883 text-decoration: none;
881 background-color: #000000; 884 background-color: #000000;
882 -webkit-border-radius: 4px; 885 -webkit-border-radius: 4px;
883 -moz-border-radius: 4px; 886 -moz-border-radius: 4px;
884 border-radius: 4px; 887 border-radius: 4px;
885 } 888 }
886   889  
887 .tooltip-arrow { 890 .tooltip-arrow {
888 position: absolute; 891 position: absolute;
889 width: 0; 892 width: 0;
890 height: 0; 893 height: 0;
891 border-color: transparent; 894 border-color: transparent;
892 border-style: solid; 895 border-style: solid;
893 } 896 }
894   897  
895 .tooltip.top .tooltip-arrow { 898 .tooltip.top .tooltip-arrow {
896 bottom: 0; 899 bottom: 0;
897 left: 50%; 900 left: 50%;
898 margin-left: -5px; 901 margin-left: -5px;
899 border-top-color: #000000; 902 border-top-color: #000000;
900 border-width: 5px 5px 0; 903 border-width: 5px 5px 0;
901 } 904 }
902   905  
903 .tooltip.right .tooltip-arrow { 906 .tooltip.right .tooltip-arrow {
904 top: 50%; 907 top: 50%;
905 left: 0; 908 left: 0;
906 margin-top: -5px; 909 margin-top: -5px;
907 border-right-color: #000000; 910 border-right-color: #000000;
908 border-width: 5px 5px 5px 0; 911 border-width: 5px 5px 5px 0;
909 } 912 }
910   913  
911 .tooltip.left .tooltip-arrow { 914 .tooltip.left .tooltip-arrow {
912 top: 50%; 915 top: 50%;
913 right: 0; 916 right: 0;
914 margin-top: -5px; 917 margin-top: -5px;
915 border-left-color: #000000; 918 border-left-color: #000000;
916 border-width: 5px 0 5px 5px; 919 border-width: 5px 0 5px 5px;
917 } 920 }
918   921  
919 .tooltip.bottom .tooltip-arrow { 922 .tooltip.bottom .tooltip-arrow {
920 top: -8px; 923 top: -8px;
921 left: 17px; 924 left: 17px;
922 margin-left: -8px; 925 margin-left: -8px;
923 border-bottom-color: #f2dede; 926 border-bottom-color: #f2dede;
924 border-width: 0 8px 8px; 927 border-width: 0 8px 8px;
925 } 928 }
926 .hide { 929 .hide {
927 display: none; 930 display: none;
928 } 931 }
929   932  
930 /*! 933 /*!
931 * bootstrap-select v1.3.4 934 * bootstrap-select v1.3.4
932 * http://silviomoreto.github.io/bootstrap-select/ 935 * http://silviomoreto.github.io/bootstrap-select/
933 * 936 *
934 * Copyright 2013 bootstrap-select 937 * Copyright 2013 bootstrap-select
935 * Licensed under the MIT license 938 * Licensed under the MIT license
936 */ 939 */
937   940  
938 .bootstrap-select.btn-group, 941 .bootstrap-select.btn-group,
939 .bootstrap-select.btn-group[class*="span"] { 942 .bootstrap-select.btn-group[class*="span"] {
940 float: none; 943 float: none;
941 display: inline-block; 944 display: inline-block;
942 margin-bottom: 0; 945 margin-bottom: 0;
943 margin-left: 0; 946 margin-left: 0;
944 } 947 }
945 .form-search .bootstrap-select.btn-group, 948 .form-search .bootstrap-select.btn-group,
946 .form-inline .bootstrap-select.btn-group, 949 .form-inline .bootstrap-select.btn-group,
947 .form-horizontal .bootstrap-select.btn-group { 950 .form-horizontal .bootstrap-select.btn-group {
948 margin-bottom: 0; 951 margin-bottom: 0;
949 } 952 }
950   953  
951 .bootstrap-select.btn-group.pull-right, 954 .bootstrap-select.btn-group.pull-right,
952 .bootstrap-select.btn-group[class*="span"].pull-right, 955 .bootstrap-select.btn-group[class*="span"].pull-right,
953 .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right { 956 .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
954 float: right; 957 float: right;
955 } 958 }
956   959  
957 .input-append .bootstrap-select.btn-group { 960 .input-append .bootstrap-select.btn-group {
958 margin-left: -1px; 961 margin-left: -1px;
959 } 962 }
960   963  
961 .input-prepend .bootstrap-select.btn-group { 964 .input-prepend .bootstrap-select.btn-group {
962 margin-right: -1px; 965 margin-right: -1px;
963 } 966 }
964   967  
965 .bootstrap-select:not([class*="span"]) { 968 .bootstrap-select:not([class*="span"]) {
966 width: 100%; 969 width: 100%;
967 } 970 }
968   971  
969 .bootstrap-select { 972 .bootstrap-select {
970 width: 100%; 973 width: 100%;
971 } 974 }
972   975  
973 .bootstrap-select > .btn { 976 .bootstrap-select > .btn {
974 width: 100%; 977 width: 100%;
975 } 978 }
976   979  
977 .error .bootstrap-select .btn { 980 .error .bootstrap-select .btn {
978 border: 1px solid #b94a48; 981 border: 1px solid #b94a48;
979 } 982 }
980   983  
981   984  
982 .dropdown-menu { 985 .dropdown-menu {
983 z-index: 2000; 986 z-index: 2000;
984 } 987 }
985   988  
986 .bootstrap-select.show-menu-arrow.open > .btn { 989 .bootstrap-select.show-menu-arrow.open > .btn {
987 z-index: 2051; 990 z-index: 2051;
988 } 991 }
989   992  
990 .bootstrap-select .btn:focus { 993 .bootstrap-select .btn:focus {
991 outline: 0 none; 994 outline: 0 none;
992 } 995 }
993   996  
994 .bootstrap-select.btn-group .btn .filter-option { 997 .bootstrap-select.btn-group .btn .filter-option {
995 overflow: hidden; 998 overflow: hidden;
996 position: absolute; 999 position: absolute;
997 left: 12px; 1000 left: 12px;
998 right: 25px; 1001 right: 25px;
999 text-align: left; 1002 text-align: left;
1000 } 1003 }
1001   1004  
1002 .bootstrap-select.btn-group .btn .caret { 1005 .bootstrap-select.btn-group .btn .caret {
1003 position: absolute; 1006 position: absolute;
1004 top: 50%; 1007 top: 50%;
1005 right: 12px; 1008 right: 12px;
1006 margin-top: -2px; 1009 margin-top: -2px;
1007 vertical-align: middle; 1010 vertical-align: middle;
1008 } 1011 }
1009   1012  
1010 .bootstrap-select.btn-group > .disabled, 1013 .bootstrap-select.btn-group > .disabled,
1011 .bootstrap-select.btn-group .dropdown-menu li.disabled > a { 1014 .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
1012 cursor: not-allowed; 1015 cursor: not-allowed;
1013 } 1016 }
1014   1017  
1015 .bootstrap-select.btn-group > .disabled:focus { 1018 .bootstrap-select.btn-group > .disabled:focus {
1016 outline: none !important; 1019 outline: none !important;
1017 } 1020 }
1018   1021  
1019 .bootstrap-select.btn-group[class*="span"] .btn { 1022 .bootstrap-select.btn-group[class*="span"] .btn {
1020 width: 100%; 1023 width: 100%;
1021 } 1024 }
1022   1025  
1023 .bootstrap-select.btn-group .dropdown-menu { 1026 .bootstrap-select.btn-group .dropdown-menu {
1024 min-width: 100%; 1027 min-width: 100%;
1025 -moz-box-sizing: border-box; 1028 -moz-box-sizing: border-box;
1026 -webkit-box-sizing: border-box; 1029 -webkit-box-sizing: border-box;
1027 box-sizing: border-box; 1030 box-sizing: border-box;
1028 } 1031 }
1029   1032  
1030 .bootstrap-select.btn-group .dropdown-menu.inner { 1033 .bootstrap-select.btn-group .dropdown-menu.inner {
1031 position: static; 1034 position: static;
1032 border: 0; 1035 border: 0;
1033 padding: 0; 1036 padding: 0;
1034 margin: 0; 1037 margin: 0;
1035 -webkit-border-radius: 0; 1038 -webkit-border-radius: 0;
1036 -moz-border-radius: 0; 1039 -moz-border-radius: 0;
1037 border-radius: 0; 1040 border-radius: 0;
1038 -webkit-box-shadow: none; 1041 -webkit-box-shadow: none;
1039 -moz-box-shadow: none; 1042 -moz-box-shadow: none;
1040 box-shadow: none; 1043 box-shadow: none;
1041 } 1044 }
1042   1045  
1043 .bootstrap-select.btn-group .dropdown-menu dt { 1046 .bootstrap-select.btn-group .dropdown-menu dt {
1044 display: block; 1047 display: block;
1045 padding: 3px 20px; 1048 padding: 3px 20px;
1046 cursor: default; 1049 cursor: default;
1047 } 1050 }
1048   1051  
1049 .bootstrap-select.btn-group .div-contain { 1052 .bootstrap-select.btn-group .div-contain {
1050 overflow: hidden; 1053 overflow: hidden;
1051 } 1054 }
1052   1055  
1053 .bootstrap-select.btn-group .dropdown-menu li { 1056 .bootstrap-select.btn-group .dropdown-menu li {
1054 position: relative; 1057 position: relative;
1055 } 1058 }
1056   1059  
1057 .bootstrap-select.btn-group .dropdown-menu li > a.opt { 1060 .bootstrap-select.btn-group .dropdown-menu li > a.opt {
1058 position: relative; 1061 position: relative;
1059 padding-left: 35px; 1062 padding-left: 35px;
1060 } 1063 }
1061   1064  
1062 .bootstrap-select.btn-group .dropdown-menu li > a { 1065 .bootstrap-select.btn-group .dropdown-menu li > a {
1063 cursor: pointer; 1066 cursor: pointer;
1064 } 1067 }
1065   1068  
1066 .bootstrap-select.btn-group .dropdown-menu li > dt small { 1069 .bootstrap-select.btn-group .dropdown-menu li > dt small {
1067 font-weight: normal; 1070 font-weight: normal;
1068 } 1071 }
1069   1072  
1070 .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark { 1073 .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
1071 display: inline-block; 1074 display: inline-block;
1072 position: absolute; 1075 position: absolute;
1073 right: 15px; 1076 right: 15px;
1074 margin-top: 2.5px; 1077 margin-top: 2.5px;
1075 } 1078 }
1076   1079  
1077 .bootstrap-select.btn-group .dropdown-menu li a i.check-mark { 1080 .bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
1078 display: none; 1081 display: none;
1079 } 1082 }
1080   1083  
1081 .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { 1084 .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
1082 margin-right: 34px; 1085 margin-right: 34px;
1083 } 1086 }
1084   1087  
1085 .bootstrap-select.btn-group .dropdown-menu li small { 1088 .bootstrap-select.btn-group .dropdown-menu li small {
1086 padding-left: 0.5em; 1089 padding-left: 0.5em;
1087 } 1090 }
1088   1091  
1089 .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, 1092 .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
1090 .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small { 1093 .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
1091 color: #64b1d8; 1094 color: #64b1d8;
1092 color: rgba(255,255,255,0.4); 1095 color: rgba(255,255,255,0.4);
1093 } 1096 }
1094   1097  
1095 .bootstrap-select.btn-group .dropdown-menu li > dt small { 1098 .bootstrap-select.btn-group .dropdown-menu li > dt small {
1096 font-weight: normal; 1099 font-weight: normal;
1097 } 1100 }
1098   1101  
1099 .bootstrap-select.show-menu-arrow .dropdown-toggle:before { 1102 .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
1100 content: ''; 1103 content: '';
1101 display: inline-block; 1104 display: inline-block;
1102 border-left: 7px solid transparent; 1105 border-left: 7px solid transparent;
1103 border-right: 7px solid transparent; 1106 border-right: 7px solid transparent;
1104 border-bottom: 7px solid #CCC; 1107 border-bottom: 7px solid #CCC;
1105 border-bottom-color: rgba(0, 0, 0, 0.2); 1108 border-bottom-color: rgba(0, 0, 0, 0.2);
1106 position: absolute; 1109 position: absolute;
1107 bottom: -4px; 1110 bottom: -4px;
1108 left: 9px; 1111 left: 9px;
1109 display: none; 1112 display: none;
1110 } 1113 }
1111   1114  
1112 .bootstrap-select.show-menu-arrow .dropdown-toggle:after { 1115 .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
1113 content: ''; 1116 content: '';
1114 display: inline-block; 1117 display: inline-block;
1115 border-left: 6px solid transparent; 1118 border-left: 6px solid transparent;
1116 border-right: 6px solid transparent; 1119 border-right: 6px solid transparent;
1117 border-bottom: 6px solid white; 1120 border-bottom: 6px solid white;
1118 position: absolute; 1121 position: absolute;
1119 bottom: -4px; 1122 bottom: -4px;
1120 left: 10px; 1123 left: 10px;
1121 display: none; 1124 display: none;
1122 } 1125 }
1123   1126  
1124 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before { 1127 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
1125 bottom: auto; 1128 bottom: auto;
1126 top: -3px; 1129 top: -3px;
1127 border-top: 7px solid #ccc; 1130 border-top: 7px solid #ccc;
1128 border-bottom: 0; 1131 border-bottom: 0;
1129 border-top-color: rgba(0, 0, 0, 0.2); 1132 border-top-color: rgba(0, 0, 0, 0.2);
1130 } 1133 }
1131   1134  
1132 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { 1135 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
1133 bottom: auto; 1136 bottom: auto;
1134 top: -3px; 1137 top: -3px;
1135 border-top: 6px solid #ffffff; 1138 border-top: 6px solid #ffffff;
1136 border-bottom: 0; 1139 border-bottom: 0;
1137 } 1140 }
1138   1141  
1139 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before { 1142 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
1140 right: 12px; 1143 right: 12px;
1141 left: auto; 1144 left: auto;
1142 } 1145 }
1143 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after { 1146 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
1144 right: 13px; 1147 right: 13px;
1145 left: auto; 1148 left: auto;
1146 } 1149 }
1147   1150  
1148 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, 1151 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
1149 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { 1152 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
1150 display: block; 1153 display: block;
1151 } 1154 }
1152   1155  
1153 .mobile-device { 1156 .mobile-device {
1154 position: absolute; 1157 position: absolute;
1155 top: 0; 1158 top: 0;
1156 left: 0; 1159 left: 0;
1157 display: block !important; 1160 display: block !important;
1158 width: 100%; 1161 width: 100%;
1159 height: 100% !important; 1162 height: 100% !important;
1160 opacity: 0; 1163 opacity: 0;
1161 } 1164 }
1162   1165  
1163 .bootstrap-select.fit-width { 1166 .bootstrap-select.fit-width {
1164 width: auto !important; 1167 width: auto !important;
1165 } 1168 }
1166   1169  
1167 .bootstrap-select.btn-group.fit-width .btn .filter-option { 1170 .bootstrap-select.btn-group.fit-width .btn .filter-option {
1168 position: static; 1171 position: static;
1169 } 1172 }
1170   1173  
1171 .bootstrap-select.btn-group.fit-width .btn .caret { 1174 .bootstrap-select.btn-group.fit-width .btn .caret {
1172 position: static; 1175 position: static;
1173 top: auto; 1176 top: auto;
1174 margin-top: -1px; 1177 margin-top: -1px;
1175 } 1178 }
1176   1179  
1177 .control-group.error .bootstrap-select .dropdown-toggle{ 1180 .control-group.error .bootstrap-select .dropdown-toggle{
1178 border-color: #b94a48; 1181 border-color: #b94a48;
1179 } 1182 }
1180   1183  
1181 .bootstrap-select-searchbox { 1184 .bootstrap-select-searchbox {
1182 padding: 4px 8px; 1185 padding: 4px 8px;
1183 } 1186 }
1184 /*! 1187 /*!
1185 * Datepicker for Bootstrap 1188 * Datepicker for Bootstrap
1186 * 1189 *
1187 * Copyright 2012 Stefan Petre 1190 * Copyright 2012 Stefan Petre
1188 * Licensed under the Apache License v2.0 1191 * Licensed under the Apache License v2.0
1189 * http://www.apache.org/licenses/LICENSE-2.0 1192 * http://www.apache.org/licenses/LICENSE-2.0
1190 * 1193 *
1191 */ 1194 */
1192 .datepicker { 1195 .datepicker {
1193 width: 14em; 1196 width: 14em;
1194 font-size: 1em; 1197 font-size: 1em;
1195 position: absolute; 1198 position: absolute;
1196 background-color: #fff; 1199 background-color: #fff;
1197 color: #666666; 1200 color: #666666;
1198 top: 0; 1201 top: 0;
1199 left: 0; 1202 left: 0;
1200 padding: 4px; 1203 padding: 4px;
1201 margin-top: 1px; 1204 margin-top: 1px;
1202 -webkit-border-radius: 4px; 1205 -webkit-border-radius: 4px;
1203 -moz-border-radius: 4px; 1206 -moz-border-radius: 4px;
1204 border-radius: 4px; 1207 border-radius: 4px;
1205 border: 1px solid #ccc; 1208 border: 1px solid #ccc;
1206 display: none; 1209 display: none;
1207 z-index: 100; 1210 z-index: 100;
1208 /*.dow { 1211 /*.dow {
1209 border-top: 1px solid #ddd !important; 1212 border-top: 1px solid #ddd !important;
1210 }*/ 1213 }*/
1211   1214  
1212 } 1215 }
1213 .datepicker:before { 1216 .datepicker:before {
1214 content: ''; 1217 content: '';
1215 display: inline-block; 1218 display: inline-block;
1216 border-left: 7px solid transparent; 1219 border-left: 7px solid transparent;
1217 border-right: 7px solid transparent; 1220 border-right: 7px solid transparent;
1218 border-bottom: 7px solid #ccc; 1221 border-bottom: 7px solid #ccc;
1219 border-bottom-color: rgba(0, 0, 0, 0.2); 1222 border-bottom-color: rgba(0, 0, 0, 0.2);
1220 position: absolute; 1223 position: absolute;
1221 top: -7px; 1224 top: -7px;
1222 left: 6px; 1225 left: 6px;
1223 } 1226 }
1224 .datepicker:after { 1227 .datepicker:after {
1225 content: ''; 1228 content: '';
1226 display: inline-block; 1229 display: inline-block;
1227 border-left: 6px solid transparent; 1230 border-left: 6px solid transparent;
1228 border-right: 6px solid transparent; 1231 border-right: 6px solid transparent;
1229 border-bottom: 6px solid #ffffff; 1232 border-bottom: 6px solid #ffffff;
1230 position: absolute; 1233 position: absolute;
1231 top: -6px; 1234 top: -6px;
1232 left: 7px; 1235 left: 7px;
1233 } 1236 }
1234 .datepicker > div { 1237 .datepicker > div {
1235 display: none; 1238 display: none;
1236 } 1239 }
1237 .datepicker table { 1240 .datepicker table {
1238 width: 100%; 1241 width: 100%;
1239 margin: 0; 1242 margin: 0;
1240 } 1243 }
1241 .datepicker td, 1244 .datepicker td,
1242 .datepicker th { 1245 .datepicker th {
1243 text-align: center; 1246 text-align: center;
1244 width: 2.9em; 1247 width: 2.9em;
1245 -webkit-border-radius: 4px; 1248 -webkit-border-radius: 4px;
1246 -moz-border-radius: 4px; 1249 -moz-border-radius: 4px;
1247 border-radius: 4px; 1250 border-radius: 4px;
1248 } 1251 }
1249 .datepicker td.day:hover { 1252 .datepicker td.day:hover {
1250 background: #eeeeee; 1253 background: #eeeeee;
1251 cursor: pointer; 1254 cursor: pointer;
1252 } 1255 }
1253 .datepicker td.day.disabled { 1256 .datepicker td.day.disabled {
1254 color: #eeeeee; 1257 color: #eeeeee;
1255 } 1258 }
1256 .datepicker td.old, 1259 .datepicker td.old,
1257 .datepicker td.new { 1260 .datepicker td.new {
1258 color: #999999; 1261 color: #999999;
1259 } 1262 }
1260 .datepicker td.active, 1263 .datepicker td.active,
1261 .datepicker td.active:hover { 1264 .datepicker td.active:hover {
1262 color: #ffffff; 1265 color: #ffffff;
1263 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 1266 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1264 color: #fff; 1267 color: #fff;
1265 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 1268 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1266 } 1269 }
1267 .datepicker td.active:hover, 1270 .datepicker td.active:hover,
1268 .datepicker td.active:hover:hover, 1271 .datepicker td.active:hover:hover,
1269 .datepicker td.active:focus, 1272 .datepicker td.active:focus,
1270 .datepicker td.active:hover:focus, 1273 .datepicker td.active:hover:focus,
1271 .datepicker td.active:active, 1274 .datepicker td.active:active,
1272 .datepicker td.active:hover:active, 1275 .datepicker td.active:hover:active,
1273 .datepicker td.active.active, 1276 .datepicker td.active.active,
1274 .datepicker td.active:hover.active, 1277 .datepicker td.active:hover.active,
1275 .datepicker td.active.disabled, 1278 .datepicker td.active.disabled,
1276 .datepicker td.active:hover.disabled, 1279 .datepicker td.active:hover.disabled,
1277 .datepicker td.active[disabled], 1280 .datepicker td.active[disabled],
1278 .datepicker td.active:hover[disabled] { 1281 .datepicker td.active:hover[disabled] {
1279 color: #ffffff; 1282 color: #ffffff;
1280 } 1283 }
1281 .datepicker td.active:active, 1284 .datepicker td.active:active,
1282 .datepicker td.active:hover:active, 1285 .datepicker td.active:hover:active,
1283 .datepicker td.active.active, 1286 .datepicker td.active.active,
1284 .datepicker td.active:hover.active { 1287 .datepicker td.active:hover.active {
1285 background-color: #003399 \9; 1288 background-color: #003399 \9;
1286 } 1289 }
1287 .datepicker td span { 1290 .datepicker td span {
1288 display: block; 1291 display: block;
1289 width: 1.5em; 1292 width: 1.5em;
1290 height: 1.7em; 1293 height: 1.7em;
1291 line-height: 1.6; 1294 line-height: 1.6;
1292 float: left; 1295 float: left;
1293 margin: 2px; 1296 margin: 2px;
1294 cursor: pointer; 1297 cursor: pointer;
1295 -webkit-border-radius: 4px; 1298 -webkit-border-radius: 4px;
1296 -moz-border-radius: 4px; 1299 -moz-border-radius: 4px;
1297 border-radius: 4px; 1300 border-radius: 4px;
1298 } 1301 }
1299 .datepicker .datepicker-months td span, 1302 .datepicker .datepicker-months td span,
1300 .datepicker .datepicker-years td span { 1303 .datepicker .datepicker-years td span {
1301 width: 3.5em; 1304 width: 3.5em;
1302 height: 3em; 1305 height: 3em;
1303 line-height: 3; 1306 line-height: 3;
1304 } 1307 }
1305 .datepicker td span:hover { 1308 .datepicker td span:hover {
1306 background: #eeeeee; 1309 background: #eeeeee;
1307 } 1310 }
1308 .datepicker td span.active { 1311 .datepicker td span.active {
1309 color: #ffffff; 1312 color: #ffffff;
1310 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 1313 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1311 color: #fff; 1314 color: #fff;
1312 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 1315 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1313 } 1316 }
1314 .datepicker td span.active:hover, 1317 .datepicker td span.active:hover,
1315 .datepicker td span.active:focus, 1318 .datepicker td span.active:focus,
1316 .datepicker td span.active:active, 1319 .datepicker td span.active:active,
1317 .datepicker td span.active.active, 1320 .datepicker td span.active.active,
1318 .datepicker td span.active.disabled, 1321 .datepicker td span.active.disabled,
1319 .datepicker td span.active[disabled] { 1322 .datepicker td span.active[disabled] {
1320 color: #ffffff; 1323 color: #ffffff;
1321 } 1324 }
1322 .datepicker td span.active:active, 1325 .datepicker td span.active:active,
1323 .datepicker td span.active.active { 1326 .datepicker td span.active.active {
1324 background-color: #003399 \9; 1327 background-color: #003399 \9;
1325 } 1328 }
1326 .datepicker td span.old { 1329 .datepicker td span.old {
1327 color: #999999; 1330 color: #999999;
1328 } 1331 }
1329 .datepicker thead tr:first-child th { 1332 .datepicker thead tr:first-child th {
1330 cursor: pointer; 1333 cursor: pointer;
1331 } 1334 }
1332 .datepicker thead tr:first-child th:hover { 1335 .datepicker thead tr:first-child th:hover {
1333 background: #eeeeee; 1336 background: #eeeeee;
1334 } 1337 }
1335 .input-append.date .add-on i, 1338 .input-append.date .add-on i,
1336 .input-prepend.date .add-on i { 1339 .input-prepend.date .add-on i {
1337 display: block; 1340 display: block;
1338 cursor: pointer; 1341 cursor: pointer;
1339 width: 16px; 1342 width: 16px;
1340 height: 16px; 1343 height: 16px;
1341 }/* .dark-grey color scheme begin */ 1344 }/* .dark-grey color scheme begin */
1342   1345  
1343 .dark-grey input[type=submit], 1346 .dark-grey input[type=submit],
1344 .dark-grey .element-file .button { 1347 .dark-grey .element-file .button {
1345 background-color: #222222; 1348 background-color: #222222;
1346 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 1349 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1347 background-image: -moz-linear-gradient(top, #444444, #222222); 1350 background-image: -moz-linear-gradient(top, #444444, #222222);
1348 background-image: -ms-linear-gradient(top, #444444, #222222); 1351 background-image: -ms-linear-gradient(top, #444444, #222222);
1349 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); 1352 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
1350 background-image: -webkit-linear-gradient(top, #444444, #222222); 1353 background-image: -webkit-linear-gradient(top, #444444, #222222);
1351 background-image: -o-linear-gradient(top, #444444, #222222); 1354 background-image: -o-linear-gradient(top, #444444, #222222);
1352 background-image: linear-gradient(top, #444444, #222222); 1355 background-image: linear-gradient(top, #444444, #222222);
1353 background-repeat: repeat-x; 1356 background-repeat: repeat-x;
1354 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0); 1357 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
1355 /* border-color: #1598d9 #1598d9 #007bb8 #1598d9; */ 1358 /* border-color: #1598d9 #1598d9 #007bb8 #1598d9; */
1356 } 1359 }
1357 .dark-grey input[type=submit]:hover, 1360 .dark-grey input[type=submit]:hover,
1358 .dark-grey .element-file .button:hover { 1361 .dark-grey .element-file .button:hover {
1359 background-color: #222222; 1362 background-color: #222222;
1360 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47b4eb', endColorstr='#222222', GradientType=0); 1363 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47b4eb', endColorstr='#222222', GradientType=0);
1361 } 1364 }
1362 .dark-grey input[type=submit]:active, 1365 .dark-grey input[type=submit]:active,
1363 .dark-grey input[type=submit][disabled], 1366 .dark-grey input[type=submit][disabled],
1364 .dark-grey .element-file .button:active, 1367 .dark-grey .element-file .button:active,
1365 .dark-grey .element-file .button[disabled]{ 1368 .dark-grey .element-file .button[disabled]{
1366 background-color: #222222; 1369 background-color: #222222;
1367 *background-color: #222222; 1370 *background-color: #222222;
1368 } 1371 }
1369   1372  
1370 .dark-grey input[type=text]:focus, 1373 .dark-grey input[type=text]:focus,
1371 .dark-grey input[type=password]:focus, 1374 .dark-grey input[type=password]:focus,
1372 .dark-grey input[type=email]:focus, 1375 .dark-grey input[type=email]:focus,
1373 .dark-grey input[type=url]:focus, 1376 .dark-grey input[type=url]:focus,
1374 .dark-grey input[type=number]:focus, 1377 .dark-grey input[type=number]:focus,
1375 .dark-grey input[type=date]:focus, 1378 .dark-grey input[type=date]:focus,
1376 .dark-grey textarea:focus, 1379 .dark-grey textarea:focus,
1377 .dark-grey .element-file .file_text:focus{ 1380 .dark-grey .element-file .file_text:focus{
1378 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222; 1381 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222;
1379 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222; 1382 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222;
1380 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222; 1383 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222;
1381 border-color: #222222; 1384 border-color: #222222;
1382 /*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */ 1385 /*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */
1383 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6–IE9 */ 1386 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6–IE9 */
1384 /*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */ 1387 /*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
1385 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* FF3.6 */ 1388 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* FF3.6 */
1386 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */ 1389 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */
1387 background-image: -o-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Opera 11.10+ */ 1390 background-image: -o-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Opera 11.10+ */
1388 background-image: linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); 1391 background-image: linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
1389 transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; 1392 transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
1390 } 1393 }
1391   1394  
1392 /* bootstrap */ 1395 /* bootstrap */
1393 .dropdown-menu li > a:hover, 1396 .dropdown-menu li > a:hover,
1394 .dropdown-menu li > a:focus, 1397 .dropdown-menu li > a:focus,
1395 .dropdown-submenu:hover > a{ 1398 .dropdown-submenu:hover > a{
1396 background-color: #222222; 1399 background-color: #222222;
1397 background-image: -moz-linear-gradient(top, #444444, #222222); 1400 background-image: -moz-linear-gradient(top, #444444, #222222);
1398 background-image: -ms-linear-gradient(top, #444444, #222222); 1401 background-image: -ms-linear-gradient(top, #444444, #222222);
1399 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); 1402 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
1400 background-image: -webkit-linear-gradient(top, #444444, #222222); 1403 background-image: -webkit-linear-gradient(top, #444444, #222222);
1401 background-image: -o-linear-gradient(top, #444444, #222222); 1404 background-image: -o-linear-gradient(top, #444444, #222222);
1402 background-image: linear-gradient(top, #444444, #222222); 1405 background-image: linear-gradient(top, #444444, #222222);
1403 background-repeat: repeat-x; 1406 background-repeat: repeat-x;
1404 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0); 1407 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
1405 border-color: #1598d9 #1598d9 #007bb8 #1598d9; 1408 border-color: #1598d9 #1598d9 #007bb8 #1598d9;
1406 } 1409 }
1407 .dropdown-menu li.selected > a{ 1410 .dropdown-menu li.selected > a{
1408 color: #ffffff; 1411 color: #ffffff;
1409 text-decoration: none; 1412 text-decoration: none;
1410 background-color: #222222; 1413 background-color: #222222;
1411 } 1414 }
1412   1415  
1413   1416  
1414 /* datepicker */ 1417 /* datepicker */
1415 .datepicker td.active, 1418 .datepicker td.active,
1416 .datepicker td.active:hover, 1419 .datepicker td.active:hover,
1417 .datepicker td span.active { 1420 .datepicker td span.active {
1418 background-color: #222222; 1421 background-color: #222222;
1419 background-image: -moz-linear-gradient(top, #444444, #222222); 1422 background-image: -moz-linear-gradient(top, #444444, #222222);
1420 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); 1423 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
1421 background-image: -webkit-linear-gradient(top, #444444, #222222); 1424 background-image: -webkit-linear-gradient(top, #444444, #222222);
1422 background-image: -o-linear-gradient(top, #444444, #222222); 1425 background-image: -o-linear-gradient(top, #444444, #222222);
1423 background-image: linear-gradient(to bottom, #444444, #222222); 1426 background-image: linear-gradient(to bottom, #444444, #222222);
1424 background-repeat: repeat-x; 1427 background-repeat: repeat-x;
1425 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0); 1428 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
1426 border-color: #222222 #222222 #002a80; 1429 border-color: #222222 #222222 #002a80;
1427 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 1430 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1428 *background-color: #222222; 1431 *background-color: #222222;
1429 } 1432 }
1430 .datepicker td span.active:hover, 1433 .datepicker td span.active:hover,
1431 .datepicker td span.active:focus, 1434 .datepicker td span.active:focus,
1432 .datepicker td span.active:active, 1435 .datepicker td span.active:active,
1433 .datepicker td span.active.active, 1436 .datepicker td span.active.active,
1434 .datepicker td span.active.disabled, 1437 .datepicker td span.active.disabled,
1435 .datepicker td span.active[disabled], 1438 .datepicker td span.active[disabled],
1436 .datepicker td.active:hover, 1439 .datepicker td.active:hover,
1437 .datepicker td.active:hover:hover, 1440 .datepicker td.active:hover:hover,
1438 .datepicker td.active:focus, 1441 .datepicker td.active:focus,
1439 .datepicker td.active:hover:focus, 1442 .datepicker td.active:hover:focus,
1440 .datepicker td.active:active, 1443 .datepicker td.active:active,
1441 .datepicker td.active:hover:active, 1444 .datepicker td.active:hover:active,
1442 .datepicker td.active.active, 1445 .datepicker td.active.active,
1443 .datepicker td.active:hover.active, 1446 .datepicker td.active:hover.active,
1444 .datepicker td.active.disabled, 1447 .datepicker td.active.disabled,
1445 .datepicker td.active:hover.disabled, 1448 .datepicker td.active:hover.disabled,
1446 .datepicker td.active[disabled], 1449 .datepicker td.active[disabled],
1447 .datepicker td.active:hover[disabled]{ 1450 .datepicker td.active:hover[disabled]{
1448 background-color: #222222; 1451 background-color: #222222;
1449 *background-color: #222222; 1452 *background-color: #222222;
1450 } 1453 }
1451   1454  
1452 /* .dark-grey color scheme end */ 1455 /* .dark-grey color scheme end */
1453   1456  
1454
Generated by GNU Enscript 1.6.5.90.
1457
Generated by GNU Enscript 1.6.5.90.
1455   1458  
1456   1459  
1457   1460