clockwerk-www – Diff between revs 30 and 31

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