clockwerk-www – Diff between revs 17 and 18

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