Project

General

Profile

1
/***** Claiming process ****/
2
.select2-container-multi .select2-choices .select2-search-field input:disabled {
3
background:#f9f9f9!important;
4
}
5

    
6
.claims .button-primary {
7

    
8
}
9

    
10
.claims .button-primary:hover, .claims .button-primary:active  { 
11

    
12
}
13

    
14

    
15
.claims {width:95%}
16
.claims .orderBy {
17
	text-align:right;
18
}
19
.claims .orderBy select{
20
	border-radius: 0;
21
	color:#464646;
22
   overflow: hidden;
23
   padding: 1px 25px 1px 5px;
24
   -webkit-appearance: button;
25
   background: url(../images/arrowbluedown.png) no-repeat 90% 50% #e5e5e5;
26
   border: 1px solid #ccc;
27
}
28
.claims h2 {font-size: 16px;}
29
.claimBox {
30
	margin:10px 0px 10px 0px;
31
	width:100%;
32
	padding:0px 5px 0px 0px;
33
}
34

    
35
.claimBox  a.selectorRemove {
36
	display: inline-block;
37
	background:  url(../images/removeSelector.png) center left no-repeat;
38
	padding-left:30px;
39
	color:#969696;
40
	height: 15px;
41
	vertical-align: text-bottom;
42
}
43

    
44
.claimBox a.selectorRemove:hover {
45
	background: url(../images/removeSelectorHover.png) center left no-repeat;
46
	color:#646464;
47
}
48

    
49
.claimBox input[type="text"] {
50
	width:80%;
51
}
52

    
53
.claimBox .instructions {
54
	margin-bottom: 5px;
55
	color: grey;
56
	font-style:italic;
57
}
58
.claimBox .setBtn {
59
	background-color: #3349BD;
60
 	background-image: url(../images/arrowwhite.png), -webkit-gradient(linear, left top, left bottom, from(#3349BD), to(#2B6ADC));
61
 	background-image: url(../images/arrowwhite.png), -webkit-linear-gradient(top, #3349BD, #2B6ADC);
62
 	background-image: url(../images/arrowwhite.png), -moz-linear-gradient(top, #3349BD, #2B6ADC);
63
 	background-image:url(../images/arrowwhite.png),  -ms-linear-gradient(top, #3349BD, #2B6ADC);
64
 	background-image: url(../images/arrowwhite.png), -o-linear-gradient(top, #3349BD, #2B6ADC);
65
 	background-image: url(../images/arrowwhite.png), linear-gradient(to bottom, #3349BD, #2B6ADC);
66
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3349BD, endColorstr=#2B6ADC);
67
 	background-position: center center;
68
 	background-repeat: no-repeat;
69
}
70
.claimBox .setBtn:hover {
71
 	background-image: url(../images/arrowwhite.png), -webkit-gradient(linear, left top, left bottom, from(#283995), to(#1e54b6));
72
 	background-image: url(../images/arrowwhite.png), -webkit-linear-gradient(top, #283995, #1e54b6);
73
 	background-image: url(../images/arrowwhite.png), -moz-linear-gradient(top, #283995, #1e54b6);
74
 	background-image:url(../images/arrowwhite.png),  -ms-linear-gradient(top, #283995, #1e54b6);
75
 	background-image: url(../images/arrowwhite.png), -o-linear-gradient(top, #283995, #1e54b6);
76
 	background-image: url(../images/arrowwhite.png), linear-gradient(to bottom, #283995, #1e54b6);
77
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3349BD, endColorstr=#1e54b6);
78
}
79

    
80

    
81
.claimPublicationsTitle {
82
	background: url(../images/claimPublicationsIcon.png) top left no-repeat;
83
}
84

    
85
.claimNavigationBlock {
86
	overflow: hidden;
87
	width: 100%;
88
}
89

    
90
.claimNavigationBlock ul, .claimNavigationBlock li {
91
	margin: 0;
92
	padding: 0;
93
	list-style: none;
94
}
95

    
96
.claimNavigationBlock ul {
97
	float: left;
98
}
99

    
100
.claimNavigationBlock li {
101
	float: left;
102
}
103

    
104
.claimNavigationBlock li a {
105
	display: block;
106
	padding: 15px 5px;
107
	color: #fff;
108
	line-height: 1.5em;
109
	text-decoration: none;
110
}
111

    
112
.claimNavigationBlock li.step a {
113
	background: transparent url(../images/arrowNavinActive.png) center right no-repeat;
114
}
115

    
116
.claimNavigationBlock li.step a.activeState {
117
background: red; 
118
	background: transparent url(../images/arrowNavActive.png) center right no-repeat;
119
}
120

    
121
.arrownav { 
122
	list-style: none; 
123
	overflow: hidden; 
124
}
125
.arrownav li { 
126
	float: left; 
127
}
128
.arrownav li a {
129
	color: white;
130
	text-decoration: none; 
131
	padding: 10px 10px 10px 65px;
132
	background: #d7d7d7;                   /* fallback color */
133
	background: hsla(0, 0%, 84%, 1); 
134
	position: relative; 
135
	display: block;
136
	float: left;
137
	cursor: default;
138
}
139

    
140
.arrownav li a:after { 
141
	content: " "; 
142
	display: block; 
143
	width: 0; 
144
	height: 0;
145
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
146
	border-bottom: 50px solid transparent;
147
	border-left: 30px solid hsla(0, 0%, 84%, 1);
148
	position: absolute;
149
	top: 50%;
150
	margin-top: -50px; 
151
	left: 100%;
152
	z-index: 2; 
153
}
154

    
155
.arrownav li a:before { 
156
	content: " "; 
157
	display: block; 
158
	width: 0; 
159
	height: 0;
160
	border-top: 50px solid transparent;       
161
	border-bottom: 50px solid transparent;
162
	border-left: 30px solid white;
163
	position: absolute;
164
	top: 50%;
165
	margin-top: -50px; 
166
	margin-left: 1px;
167
	left: 100%;
168
	z-index: 1; 
169
}
170

    
171
.arrownav li:first-child a {
172
	padding-left: 10px;
173
}
174

    
175
.arrownav li.show a{
176
	background: #CF4B2C!important;
177
}
178
.arrownav li.show a:after { border-left-color: #CF4B2C!important;}
179

    
180
.arrownav li:last-child a { padding:0; width:30px; background-color:transparent!important;}
181
/*
182
.arrownav li:nth-child(2) a       { background:        hsla(15,100%,47%,1); }
183
.arrownav li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
184

    
185
.arrownav li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
186
.arrownav li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
187
.arrownav li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
188
.arrownav li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
189
.arrownav li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
190
.arrownav li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
191
.arrownav li:last-child a 	{background:        hsla(34,85%,75%,1); }
192
.arrownav li:last-child a:after { border-left-color: hsla(34,85%,75%,1); }
193
*/
194
/*
195
.arrownav li a:hover { background: #acacac; }
196
.arrownav li a:hover:after { border-left-color: #acacac !important; }
197
*/
198

    
199
/* NMI probably do not need the following 
200
.claimNavigationBlock li.step a.completedState {
201
transparent url(../images/arrowNavCompleted.png) center right no-repeat;
202
}
203

    
204
.claimNavigationBlock li.step {
205
	float: left;
206
	min-width:225px;
207
}
208

    
209
.claimNavigationBlock li.step strong {
210
	padding-right: 10px;
211
}
212
.claimNavigationBlock li.step, .claimNavigationBlock li.step a {
213
	position: relative;
214
	z-index: 4;
215
}
216
.claimNavigationBlock li.step-2, .claimNavigationBlock li.step-3, .claimNavigationBlock li.step-4 {
217
	margin-left: -21px;
218
}
219

    
220
.claimNavigationBlock li.step-2, .claimNavigationBlock li.step-2 a {
221
	z-index: 3;
222
}
223

    
224
.claimNavigationBlock li.step-3, .claimNavigationBlock li.step-3 a {
225
	z-index: 2;
226
}
227

    
228
.claimNavigationBlock li.step-2 a, .claimNavigationBlock li.step-3 a {
229
	padding-left: 30px;
230
	padding-right: 20px;
231
}
232

    
233
.claimNavigationBlock li.step-4{
234
	float: left;
235
	width: 80px;
236
}
237

    
238
.claimNavigationBlock li.step-4 a {
239
	background-color: #d6d6d6;
240
	background-image: none;
241
}
242

    
243
.claimNavigationBlock li.step-4 a, .claimNavigationBlock li.step-4{
244
	z-index: 1;
245
}
246

    
247
.claimNavigationBlock li.step-4 a.activeState {
248
	background-image: none;
249
	background-color: #271d9a;
250
}
251
*/
252
.claimStep1 {
253
	//background: url(../images/arrowSeparator.png) center center no-repeat;
254
	background: url(../images/menu_line_item.png) 47% repeat-y;
255
	overflow: hidden;
256
	width: 100%;
257
	padding-top:30px;
258
}
259

    
260
.claimStep2 {
261
	overflow: hidden;
262
	width: 100%;
263
	display:inline-block;
264
	padding-top:30px;
265
}
266

    
267
.claimStep3 {
268
	overflow: hidden;
269
	width: 100%;
270
	padding-top:30px;
271
}
272

    
273
.claimStep4 h2 {padding-top:0px; margin-top:0px;}
274
.claimStep4 ol {padding-left:30px;}
275
.claimStep4 li.publication  {border-bottom:1px solid #ccc; margin-bottom:15px;}
276
.claimStep4 li {}
277
.claimStep4 li.publication span {}
278
.claimStep4 li.publication h4 {margin-bottom:2px; padding-bottom:2px;}
279

    
280
.selectBox {
281
	float: left;
282
	width: 47%;
283
	padding: 5px;
284
}
285
.selectBoxPadder {padding-left:0px; padding-right:10px;}
286
.claimStep2 .selectBox {
287
	width:99%;
288
}
289
.claimStep2 .selectBox input[type="text"] {
290
	width:50%;
291
}
292

    
293
.selectBox p {
294
	margin: 0px;
295
	padding: 10px;
296
	color: #686868;
297
}
298

    
299
.selectBox p strong {
300
	color: #000;
301
}
302

    
303
.selectedBox {
304
	float: left;
305
	width: 45%;
306
	margin-left: 50px;
307
	padding-bottom: 10px;
308
}
309
.selectedBox p {
310
	
311
}
312

    
313
.selectedBox h2, .selectBox h2 {
314
}
315

    
316
.availablePublications {
317
	clear:both;
318
}
319
.availablePublications h2 {
320
}
321

    
322
.selectedBox .projectSelectedHolder {
323
	padding: 0px 5px 0px 30px;
324
	
325
}
326

    
327
.sourceHolder {
328
	margin-bottom:30px;
329
}
330
.sourceHolder  select{
331
	width="200px";
332
 }
333

    
334
.sourceHolder .source {
335
	overflow: hidden;
336
	margin-bottom: 10px;
337
}
338

    
339
.sourceHolder .source input {
340
	float: left;
341
}
342

    
343
.sourceHolder .source span {
344
	margin: 0px 0px 0px 0px;
345
	padding: 2px 0px 0px 0px;
346
	float: left;
347
}
348

    
349
.availablePublications {
350
	padding-top:15px;
351
}
352
.publicationSelectedHolder {
353
	//border-top:1px #ccc solid;
354
}
355
.publicationSelectedHolder h3{
356
	font-size:18px;
357
}
358

    
359
.publicationSelectedHolder .pageController {
360

    
361
}
362
.availablePublications p {
363
	margin: 0px 0px 10px 0px;
364
	padding: 0px;
365
}
366

    
367
.shoppingCart {
368
	margin-top:5px;
369
	margin-bottom:10px;
370
	float:right;
371
	overflow: visible;
372
	height: auto;
373
	padding: 8px 10px 8px 8px;
374
	text-align:right;
375
	width:100%;
376
	margin-bottom: 10px;
377
	padding-bottom: 10px;
378
	background: url(../../../images/header_stripes.png) 0 100% repeat-x;
379
}
380
.shoppingCart:hover {
381
	//background-color: #F5F5F5;
382
	cursor:pointer;
383
}
384
.shoppingCart .shoppingIcon{
385
	padding-left:30px;
386
	background: url(../images/shopping_bag.png) left center no-repeat;
387
	
388

    
389
}
390
.claimSearchResults .claimresult {
391
	border-bottom: 1px dotted #c4c4c4;
392
	margin-bottom:5px;
393
	display: inline-block;
394
	width:100%;
395
}
396
.claimSearchResults .srchRow h4 { 
397
	margin:2px 0px;
398
}
399
.claimSearchResults .srchRow {
400
	margin: 0px;
401
}
402
.selectPublication, .selectPublication a{
403
	margin:0px;
404
	float:right;
405
	background: transparent url(../images/add_select_trq.png) left 50% no-repeat;
406
	display: inline-block;
407
	padding: 0px 2px 0px 16px;
408
	color:#44B1EC!important;
409
}
410
.selectPublication:hover, .selectPublication a:hover{
411
	background: transparent url(../images/add_select_org.png) left 50% no-repeat;
412
	padding: 0px 2px 0px 16px;
413
	text-shadow: none;
414
   	color:#D53B25!important;
415
}
416

    
417
.pubAttributes{
418
	margin-bottom:10px;
419
}
420
.pubAttributes .title{
421
	width:58%;
422
} 
423
.pubAttributes .selectEmbargo {
424
	clear:none;
425
	float:right;
426
	width:40%;
427
}
428
.nextControl {
429
	overflow: hidden;
430
	width: 100%;
431
	padding: 10px;
432
	text-align: right;
433
}
434

    
435
.nextControl input {
436
	margin-right: 20px;
437
	padding: 7px 12px 7px 12px;
438
}
439

    
440
.finishProcess {
441
	padding: 10px;
442
}
443

    
444
.finishProcess h2 {
445
	
446
}
447

    
448
.finishProcess h3 {
449
	padding: 0px 0px 10px 0px;
450
	margin: 0px;
451
	color: #5e5e5e;
452
	font-size: 16px;
453
}
454

    
455
.finishProcess p {
456
	padding: 0px;
457
	margin: 0px 0px 10px 0px;
458
	color: #393939;
459
	font-size: 12px;
460
}
461

    
462
.finishProcess ul, .finishProcess li {
463
	margin: 0px 0px 5px 0px;
464
	padding: 0;
465
	list-style: circle;
466
	list-style-position: inside;
467
	color: #3D71B7;
468
	font-size: 12px;
469
}
470

    
471
.finishProcess li a {
472
	color: #3D71B7;
473
	text-decoration: none;
474
}
475

    
476
span.filterMatch {
477
	color: #007AB7;
478
}
479

    
480
a.rejectPublication {
481
	background-color: #50B2DF;
482
	border-radius: 10px;
483
	color: white;
484
	float: right;
485
	font-size: 12px;
486
	padding: 7px;
487
}
488

    
489
a.rejectPublication:hover {
490
	color: #2728A6;
491
}
492

    
493
.errorMessage {
494
	color: red;
495
	display: none;
496
}
497
/* end repository full */
498
.claimAdd{
499
    position: relative;
500
    float: left;    
501
     margin-right: 3px;
502
}
503
.claimAddImg{
504
    height: 25px;
505
}
(1-1/7)