text changes to registration mail content
[namibia] / public / css / mobistyles.css
1
2  /* Normal mobi styles */
3
4 @media (min-width: 0px) and (max-width: 399px) {
5  /* default smallest screens 240px + scroll bar = 260 */
6          /* for Iphone zoom effect disable */
7         select,
8         textarea,
9         input[type="textarea"],
10         input[type="text"],
11         input[type="password"],
12         input[type="datetime"],
13         input[type="datetime-local"],
14         input[type="date"],
15         input[type="month"],
16         input[type="time"],
17         input[type="week"],
18         input[type="number"],
19         input[type="email"],
20         input[type="url"],
21         input[type="search"],
22         input[type="tel"],
23         input[type="color"],
24         .control-group .text-box-small,
25         .damages-form .textbox,
26         .valuation-details-form .textbox,
27         .pricing-details-form .textbox,
28         .textbox
29         { font-size: 16px !important; }
30
31         .form-horizontal {
32         background-color: transparent !important;
33         border-color: transparent !important;
34         }
35         .box-shadow {
36                 box-shadow: none !important;
37         }
38
39         .valuationview #btnArchive, .valuationview #add-to-stock-btn, .valuationview .add-to-stock-btn {
40                 width : 100% !important;
41                 margin: 10px 0 !important;
42                 float: left !important;
43         }
44
45
46         .mobile-header-middle .mobile-Login .mobile-time-in {
47                 width: 38% !important;
48         }
49
50         .form-horizontal .control-group .controls .information-input,
51         .form-horizontal .mobile-control-group .mobile-information-input,
52         .form-horizontal .mobile-control-group .mobile-information-input-short,
53         .stockview .form-horizontal .control-group .controls .information-input{
54                 width   : 106px !important;
55                 padding-left:20px;
56                 padding : 10px 4px;
57         }
58
59         .form-horizontal .control-group .controls .information-input {
60                 width   : 100px !important;
61         }
62
63         .form-horizontal .control-group .controls .information-input.valid {
64                 width   : 101px !important;
65         }
66         .form-horizontal .control-group .controls .information-input.error,
67         .form-horizontal .mobile-control-group .mobile-information-input.error{
68                 width   : 85px !important;
69                 height  : 20px;
70                 padding : 10px;
71         }
72
73         .form-horizontal .mobile-control-group .input-prepend .add-on {
74                 padding: 10px 10px !important;
75         }
76
77         .form-horizontal .mobile-control-group .input-prepend .information-input {
78                 width   : 40px !important;
79                 height  : 20px;
80                 padding : 10px;
81         }
82
83         .bootstrap-select .btn {
84                 width: 110px !important;
85         }
86
87         .form-horizontal .mobile-control-group .form-horizontal p textarea{
88                 width : 42% !important;
89                 margin-left: 5px;
90         }
91         textarea #previousRepairsNotes.textbox {
92                 width: 95% !important;
93         }
94
95         .checkbox.checkbox-line {
96           font-size     : 14px;
97           margin-bottom : 3px;
98           line-height   : 16px;
99           padding-left  : 24px;
100         }
101
102
103         .accessories-form .checkbox-line.acceptTerms{
104                 margin-left: 5px !important;
105                 width:200px;
106                 padding-left:30px;
107                 float:left !important;
108                 text-align      : left;
109         }
110         .form-horizontal .control-group .controls .information-lines {
111                 font-size:13px !important;
112         }
113         .btnDiv_lft {
114                 background:none !important;
115                 padding: 10px 12px 4px 18px !important;
116                 width: 145px !important;
117         }
118
119         .divAction {
120                 color:#333 !important;
121         }
122         .div260 {
123                 color:#333 !important;
124         }
125         a.login {
126                 width:165px !important;
127                 padding-left:14px !important;
128                 text-align:center !important;
129                 float: left !important;
130                 margin-left: 10px !important;
131         }
132
133         #customerDetails .information-input.mobile-information-input.rand-input.error {
134                  padding-left   : 25px !important;
135                  width                  : 70px !important;
136         }
137         #customerDetails .information-input.mobile-information-input.rand-input.valid {
138                  padding-left   : 25px !important;
139                  width                  : 75px !important;
140         }
141
142         .pricing-details-form span4 {
143          padding-top:20px !important;
144         }
145         .control-group-wrapper .control-group .control-label,
146         .control-group-wrapper .control-group .valuation-line {
147                 font-size:11px !important;
148                 width:100% !important;
149         }
150         .form-horizontal .control-group .controls .information-lines {
151                 font-size:11px !important;
152         }
153         #PageContent .page-title-wrapper .page-title-header {
154                 font-size:10px; !important;
155                 width:100px;
156         }
157
158         #frmValuationView p {
159                 width:100% !important;
160         }
161
162
163
164         /* publicvaluation toggle buttons */
165
166         .publicvaluation #customerDetailsClick p,
167         .publicvaluation #vehicleSpecificationsClick p,
168         .publicvaluation #damagesClick p,
169         .publicvaluation #accessoriesClick p,
170         .publicvaluation #photosClick p {
171                 margin-top: 0 !important;
172         }
173
174         .publicvaluation .mobile-form-headers p {
175                 font-size: 14px;
176         }
177
178         .publicvaluation .mobile-form-headers {
179                 padding: 12px 0 !important;
180                 margin-right: 0px !important;
181                 margin-left: 0px !important;
182                 height: 24px !important;;
183         }
184         .publicvaluation .mobile-form-headers img {
185                 float: left !important;
186                 padding-left: 5px !important;
187                 padding-right: 5px !important;
188         }
189         .publicvaluation .mobile-form-headers i {
190                 float: left !important;
191                 margin-left: 5px !important;
192         }
193         .publicvaluation .mobile-form-headers i.icon-white-arrow-up,
194         .publicvaluation .mobile-form-headers i.icon-white-arrow-down {
195                 float: right !important;
196         }
197
198         .publicvaluation .mobile-form-headers i.icon {
199                 margin-top: -5px !important;
200                 margin-right: 5px !important;
201         }
202
203         .publicvaluation .mobile-form-headers i.mobile-money {
204                 margin-right: 5px !important;
205                 margin-left: 4px !important;
206                 float : left !important;
207         }
208
209         .publicvaluation .mobile-form-headers i.mobile-clipboard {
210                 margin-right: 11px !important;
211                 margin-left: 11px !important;
212                 float : left !important;
213         }
214         .publicvaluation .mobile-form-headers i.mobile-car {
215                 margin-right: 6px !important;
216                 float : left !important;
217                 margin-top: -3px !important;
218         }
219         .publicvaluation .mobile-form-headers i.mobile-icon-user {
220                 margin-right: 8px !important;
221                 margin-left: 10px !important;
222                 float : left !important;
223                 margin-top: -3px !important;
224         }
225
226         .publicvaluation .mobile-form-headers i.mobile-bomb {
227                 margin-right: 3px !important;
228                 float : left !important;
229         }
230
231         .publicvaluation .mobile-form-headers i.mobile-headphones {
232                 margin-right: 10px !important;
233                 float : left !important;
234                 margin-top: -3px !important;
235         }
236
237         .publicvaluation .mobile-form-headers i.mobile-camera {
238                 margin-right: 7px !important;
239                 float : left !important;
240                 margin-top: -3px !important;
241         }
242
243         .publicvaluation #damagesClick p, #accessoriesClick p{
244                 margin-top: 0px !important;
245         }
246
247
248         .publicvaluation #dealershipDetailsClick .mobile-form-headers {
249                 padding: 12px 0 !important;
250                 margin-right: 0px !important;
251                 margin-left: 0px !important;
252         }
253
254
255         .main.publicvaluation .mobile-form-headers p {
256                 font-size:12px; !important;
257         }
258
259         /* public valuation forms */
260
261         .publicvaluation .page-top-forms-wrapper .form-horizontal {
262                 margin: 0 !important;
263                 min-height: 215px !important;
264                 padding: 0 !important;
265                 width: 85% !important;
266         }
267
268         .publicvaluation .page-top-forms-wrapper .form-horizontal .row-fluid {
269                 margin: 0 !important;
270                 padding: 0 !important;
271         }
272
273         .publicvaluation .form-horizontal .control-group .mobile-control-label {
274                 width: 53% !important;
275         }
276
277         .publicvaluation .form-horizontal .control-group .controls {
278                 width: 35% !important;
279         }
280
281         .publicvaluation .form-horizontal .mobile-control-group .input-prepend,
282         .form-horizontal .mobile-control-group .btn-group {
283                 width: 40% !important;
284         }
285
286         .publicvaluation .form-horizontal .control-group .controls .information-input.error,
287         .publicvaluation .form-horizontal .mobile-control-group .mobile-information-input.error,
288         .publicvaluation .form-horizontal .control-group .controls .information-input.valid,
289         .publicvaluation .form-horizontal .control-group .controls .information-input {
290                 margin-left : -14px !important;
291         }
292
293
294         .publicvaluation  .form-horizontal .control-group .controls #street,
295         .publicvaluation  .form-horizontal .control-group .controls #vinNumber,
296         .publicvaluation  .form-horizontal .control-group .controls #engineNumber {
297                 width: 101px !important;
298         }
299
300
301         .publicvaluation  .form-horizontal .control-group .controls #street.valid,
302         .publicvaluation  .form-horizontal .control-group .controls #vinNumber.valid,
303         .publicvaluation  .form-horizontal .control-group .controls #engineNumber.valid {
304                 width: 97px !important;
305         }
306
307         .publicvaluation .error {
308                 width: 101px !important;
309         }
310
311         .publicvaluation .bootstrap-select .btn {
312                 width: 110px !important;
313         }
314
315         .publicvaluation .form-horizontal .control-group .controls .information-input.valid {
316                 width: 97px !important;
317         }
318
319
320
321
322         .publicvaluation .page-top-forms-wrapper #vehicleSpecifications {
323                 margin-left : 9px !important;
324         }
325
326         .publicvaluation .control-group .text-box-small {
327                 width: 109% !important;
328         }
329
330         .publicvaluation .page-middle-forms-wrapper .form-horizontal {
331                 margin: 0 !important;
332                 padding: 0 !important;
333         }
334         .publicvaluation .damages-form .textbox {
335                 width: 94% !important;
336         }
337         
338         .publicvaluation .valuation-details-form .textbox {
339                 width: 94% !important;
340         }
341         
342         .publicvaluation .pricing-details-form .textbox {
343                 width: 94% !important;
344         }
345
346         .publicvaluation .accessories-form .comment-box .comment-text-box {
347                 width: 91% !important;
348         }
349
350         .publicvaluation .accessories-form .checkbox-line,
351         .publicvaluation .accessories-form .checkbox.checkbox-line {
352                 font-size: 10px !important;
353         }
354
355
356         .control-group .text-box-small {
357                 width:100% !important;
358         }
359         .damages-form .checkbox {
360                 width:100% !important;
361         }
362         .control-group .checkbox.checkbox-line.acceptTerms,
363         .checkbox.checkbox-line.acceptTerms {
364                 text-align:center !important;
365                 width: 135px !important;
366         }
367         .newHr {
368                 width: 100% !important;
369         }
370
371         .publichome [class*="span"], .publichome .uneditable-input[class*="span"], .publichome .row-fluid [class*="span"] {
372                 width : 94%;
373         }
374
375         .home .midLanding {
376                 margin: -130px 0 0 -10px !important;
377         }
378
379         .footer {
380                 margin-left:5px !important;
381         }
382
383         /* Auction page */
384
385         /* new menu buttons */
386         #mobiAuctionBtn {
387                 width:24% !important;
388                 padding-left: 5px !important;
389                 font-size: 10px !important;  /* Added for ie */
390         }
391
392         #mobiPriceGuideBtn{
393                 width:43% !important;
394                 margin-left: 5px !important;
395                 padding-left: 10px !important;
396                 font-size: 10px !important; /* Added for ie */
397         }
398
399         #mobiValuationsBtn {
400                 width:33% !important;
401                 margin-left: 5px !important;
402                 padding-left: 10px !important;
403                 font-size: 10px !important; /* Added for ie */
404         }
405
406
407
408         /* The auction filters */
409
410         .auction .MakeMobi .dropdown-menu  {
411                 margin: -39px 0 0 0;
412         }
413
414         .auction .RegionMobi .dropdown-menu  {
415                 margin: -56px 0 0 0;
416         }
417
418         .auction #btnBasketMobi {
419                 width: 43% !important;
420                 margin: -160px 0 0 8px !important;
421         }
422
423         .auction .MakeMobi .btn.dropdown-toggle {
424                 width: 100px !important;
425                 margin: -71px 0 0 !important;
426         }
427
428         .auction .page-title-wrapper .btn-new-valuation {
429                 width: 119px !important;
430                 margin: 0 0 0 103px !important;
431                 display: block !important;
432                 padding: 4px !important;
433         }
434
435         .auction .RegionMobi .btn.dropdown-toggle {
436                 width: 100px !important;
437                 margin: -88px 0 0 !important;
438         }
439
440         .auction #gridAuctionContext_RegNoMobi {
441                 margin: -314px 0 0 104px !important;
442                 width: 104px !important;
443         }
444
445         .auction #btnClearSearch {
446                 display: none !important;
447         }
448
449         .auction #btnSearch {
450                 display: none !important;
451         }
452
453         .auction .row-fluid.table-form {
454                 margin: -140px 0 0 0px !important;
455                 float: left !important; /* added for IE */
456         }
457
458         .auction .icon-circle-arrow-up,
459         .auction .icon-circle-arrow-down{
460                 display:none !important;
461         }
462
463         .auction .table-heading-wrapper {
464                 font-size: 10px !important;  /* Added for ie */
465                 height: 60px !important;
466                 overflow: hidden !important;
467                 padding-left: 5px !important;
468         }
469         .auction table.table td{
470                 font-size: 10px !important;  /* Added for ie */
471         }
472         .auction table.table {
473                 width: 230px !important;
474                 overflow: hidden !important;
475         }
476
477         /* The Price guide filters */
478
479         .page-title-wrapper p {
480                 display:none !important;
481         }
482
483         .priceguide .MakeMobi .dropdown-menu  {
484                 margin: -116px 0 0 0;
485         }
486
487         .priceguide .RegionMobi .dropdown-menu  {
488                 margin: -130px 0 0 0;
489         }
490
491         .priceguide .MakeMobi .btn.dropdown-toggle {
492                 width: 100px !important;
493                 margin: -148px 0 0 0 !important;
494                 display: block !important;
495                 float: left !important;
496                 position: inherit !important;
497         }
498
499         .priceguide .RegionMobi .btn.dropdown-toggle {
500                 width: 100px !important;
501                 margin: -162px 0 0 0px !important;
502                 display: block !important;
503                 float: left !important;
504                 position: inherit !important;
505         }
506
507         .priceguide #gridPriceGuideContext_RegNoMobi {
508                 margin: -100px 113px 0 !important;
509                 width: 94px !important;
510                 float: left !important;
511         }
512
513         .priceguide #btnClearSearch {
514                 display: none !important;
515         }
516
517         .priceguide #btnSearch {
518                 display: none !important;
519         }
520
521         .priceguide .row-fluid.table-form {
522                 margin: -225px 0 0 0px !important;
523                 float: left !important; /* added for IE */
524         }
525
526         .priceguide .icon-circle-arrow-up,
527         .priceguide .icon-circle-arrow-down{
528                 display:none !important;
529         }
530
531         .priceguide .table-heading-wrapper {
532                 font-size: 10px !important;  /* Added for ie */
533                 height: 60px !important;
534                 overflow: hidden !important;
535                 padding-left: 5px !important;
536         }
537         .priceguide table.table td{
538                 font-size: 10px !important;  /* Added for ie */
539         }
540         .priceguide table.table {
541                 width: 223px !important;
542                 overflow: hidden !important;
543         }
544
545         .priceguide .pagination {
546                 margin: 0px 5px 0 0 !important;
547         }
548
549         /* The valuation filters */
550
551         .main-section .valuations .page-title-wrapper .mobile-header-valuation {
552                 font-size: 30px !important;
553         }
554         .valuations .page-title-wrapper .mobile-btn-wrapper {
555                 border-bottom: none !important;
556         }
557
558         .page-title-wrapper p {
559                 display:none !important;
560         }
561
562         .valuations .MakeMobi .dropdown-menu  {
563                 margin: -20px 0 0;
564         }
565
566         .valuations .StatusMobi .dropdown-menu  {
567                 margin: -117px 0 0;
568         }
569
570         .valuations .MakeMobi .btn.dropdown-toggle {
571                 width: 100px !important;
572                 margin: -52px 0 0 !important;
573                 display: block !important;
574                 float: left !important;
575                 position: inherit !important;
576         }
577
578         .valuations .StatusMobi .btn.dropdown-toggle {
579                 width: 100px !important;
580                 margin: -149px 0 0 !important;
581                 display: block !important;
582                 float: left !important;
583                 position: inherit !important;
584         }
585
586         .main.valuations #gridValuationContext_RegNoMobi {
587
588                 float: left !important;
589                 margin: -47px 0 0 112px !important;
590                 width: 93px !important;
591         }
592
593
594         .valuations #newValuation {
595                 margin: 0 0 0 113px !important;
596                 width: 105px !important;
597                 float: left !important;
598                 font-size: 10px !important;
599                 padding: 4px !important;
600         }
601
602         .main.valuations #clearValuationGridContext,
603         .main.valuations #searchValuationGrid,
604         .main.valuations #valuationReport {
605                 display: none !important;
606         }
607
608         .valuations .row-fluid.table-form {
609                 margin: -169px 0 0 !important;
610                 float: left !important; /* added for IE */
611         }
612
613         .valuations .icon-circle-arrow-up,
614         .valuations .icon-circle-arrow-down{
615                 display:none !important;
616         }
617
618         .valuations .table-heading-wrapper {
619                 font-size: 10px !important;  /* Added for ie */
620                 height: 60px !important;
621                 overflow: hidden !important;
622                 padding-left: 5px !important;
623         }
624         .valuations table.table td{
625                 font-size: 10px !important;  /* Added for ie */
626         }
627         .valuations table.table {
628                 width: 223px !important;
629                 overflow: hidden !important;
630         }
631
632         .valuations .pagination {
633                 margin: 0px 5px 0 0 !important;
634         }
635
636 /* Detailed view Auction - bidview */
637
638         #PageContent.bidview .row_even .one,
639         #PageContent.bidview .row_odd .one,
640         #PageContent.bidview .row_even .two,
641         #PageContent.bidview .row_odd .two,
642         #PageContent.bidview .row_red .one,
643         #PageContent.bidview .row_red .two{
644                 width: 100% !important;
645         }
646
647
648         #PageContent.bidview .row_even .one .control-label,
649         #PageContent.bidview .row_odd .one .control-label,
650         #PageContent.bidview .row_even .two .control-label,
651         #PageContent.bidview .row_odd .two .control-label,
652         #PageContent.bidview .row_red .one .control-label,
653         #PageContent.bidview .row_red .two .control-label{
654                 width: 50% !important;
655         }
656
657
658         #PageContent.bidview #vehicleDamages .div-striped .control-group {
659                 width: 210px !important;
660         }
661         #PageContent.bidview #vehicleDamages .div-striped .control-group .control-label {
662                 width: 40% !important;
663                 float: left !important;
664         }
665         #PageContent.bidview #vehicleDamages .div-striped .control-group .controls{
666                 width: 50% !important;
667                 float: left !important;
668         }
669
670         #PageContent.bidview #vehicleDamages .row_even .control-group,
671         #PageContent.bidview #vehicleDamages .row_odd .control-group{
672                 width: 100% !important;
673         }
674
675         #PageContent.bidview #vehicleDamages .row_even .control-group .control-label,
676         #PageContent.bidview #vehicleDamages .row_odd .control-group .control-label{
677                 width: 100% !important;
678         }
679         /* yes */
680         .form-horizontal .control-group .controls #previousRepairsNoted {
681                 width: 50px !important;
682                 float: left !important;
683                 margin: -14px 0 0 180px !important;
684         }
685
686         .bidview #vehicleAccessoriesClick {
687                 width: 221px !important;
688         }
689
690         .bidview .bid-emai-seller-button .btn {
691                 float: left !important;
692                 margin: 10px 0 !important;
693         }
694
695         #vehicleDamages .row_red {
696                 display: none !important;
697         }
698
699         .accessoryNotes_dataMobi {
700                 padding-bottom: 25px !important;
701                 padding-top: 15px !important;
702                 border: 1px solid #D3D3D3 !important;
703         }
704
705         .accessoryNotes_dataMobi .control-label {
706                 float: left !important;
707                 font-size: 14px !important;
708                 margin-left: 10px !important;
709                 text-align: left !important;
710                 width: 100% !important;
711         }
712         .accessoryNotes_dataMobi .controls {
713                 width: 181px !important;
714                 margin-left: 10px !important;
715         }
716
717         .accessoryNotes_titleMobi {
718                 padding-bottom: 25px !important;
719                 padding-top: 15px !important;
720                 border: 1px solid #D3D3D3 !important;
721         }
722
723         .accessoryNotes_titleMobi .control-label {
724                 float: left !important;
725                 font-size: 14px !important;
726                 margin-left: 10px !important;
727                 text-align: left !important;
728                 width: 100% !important;
729         }
730         .accessoryNotes_titleMobi .controls {
731                 width: 181px !important;
732                 margin-left: 10px !important;
733         }
734
735         .accessoryNotesMobi {
736                 padding-bottom: 25px !important;
737                 padding-top: 15px !important;
738                 border: 1px solid #D3D3D3 !important;
739                 margin-bottom: 20px !important;
740         }
741
742         .accessoryNotesMobi .control-label {
743                 float: left !important;
744                 font-size: 14px !important;
745                 margin-left: 10px !important;
746                 text-align: left !important;
747                 width: 100% !important;
748         }
749         .accessoryNotesMobi .controls {
750                 width: 181px !important;
751                 margin-left: 10px !important;
752         }
753
754
755         .backBtn {
756                 margin: -20px 0 0 0 !important;
757         }
758
759         .main-section .container-fluid.bidview {
760                 max-width: 100% !important;
761         }
762
763         .bidview .mobile-form-headers {
764                 padding: 5px 0 0 !important;
765         }
766         .bidview .mobile-form-headers p {
767                 font-size: 12px !important;
768                 padding-top: 5px !important;
769         }
770         .bidview #vehicleSpecificationsClick.mobile-form-headers  {
771                 padding: 0 !important;
772                 margin-left: -21px !important;
773                 width: 222px !important;
774                 margin-top: -9px !important;
775         }
776         .bidview #vehicleSpecificationsClick.mobile-form-headers p  {
777                 padding-top: 10px !important;
778         }
779
780         .bidview #vehicleDamagesClick.mobile-form-headers  {
781                 padding: 0px 5px 0 20px !important;
782                 margin-left: -20px !important;
783                 width: 222px !important;
784                 margin-top: 0px !important;
785         }
786         .bidview #vehicleDamagesClick.mobile-form-headers p  {
787                 padding-top: 10px !important;
788         }
789
790         .bidview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
791                 padding: 0 !important;
792                 width: 223px !important;
793                 margin: 0 0 0 -21px !important;
794                 min-height: 44px !important;
795
796         }
797         .bidview .mobile-car {
798                 margin-left:5px !important;
799         }
800
801         .bidview .page-middle-forms-wrapper .form-horizontal {
802                 min-height: 44px !important;
803         }
804
805         .bidview #vehicleBidBoxClick.mobile-form-headers  {
806                 padding: 2px 0 0 !important;
807                 margin-top: 0px !important;
808         }
809 /*      new */
810         #infTradePrice, #infRetailPrice, #infListPrice  {
811                 width: 100px !important;
812                 float: left !important;
813                 margin: -15px 0 0 45px  !important;
814         }
815
816         #PageContent.bidview .specs .controls #fshNotes_data,
817         #PageContent.bidview .specs .controls #damageNotes_data,
818         #PageContent.bidview .specs .controls #coverReceived_data,
819         #PageContent.bidview .specs .controls #previousRepairsNotes_data {
820                 width: 200px !important;
821         }
822         
823         
824 /* Detailed view Stock  */
825
826         #PageContent.stockview .row_even .one,
827         #PageContent.stockview .row_odd .one,
828         #PageContent.stockview .row_even .two,
829         #PageContent.stockview .row_odd .two,
830         #PageContent.stockview .row_red .one,
831         #PageContent.stockview .row_red .two{
832                 width: 100% !important;
833         }
834
835
836         #PageContent.stockview .row_even .one .control-label,
837         #PageContent.stockview .row_odd .one .control-label,
838         #PageContent.stockview .row_even .two .control-label,
839         #PageContent.stockview .row_odd .two .control-label,
840         #PageContent.stockview .row_red .one .control-label,
841         #PageContent.stockview .row_red .two .control-label{
842                 width: 50% !important;
843         }
844         
845         
846         .stockview #vSpecs .form-horizontal .control-group .controls {
847         width: 97px !important;
848         font-size:12px;
849         margin-left:10px;
850         margin-top: 0px;
851         }
852
853
854         #PageContent.stockview #vehicleDamages .div-striped .control-group {
855                 width: 210px !important;
856         }
857         #PageContent.stockview #vehicleDamages .div-striped .control-group .control-label {
858                 width: 40% !important;
859                 float: left !important;
860         }
861         #PageContent.stockview #vehicleDamages .div-striped .control-group .controls{
862                 width: 50% !important;
863                 float: left !important;
864         }
865
866         #PageContent.stockview #vehicleDamages .row_even .control-group,
867         #PageContent.stockview #vehicleDamages .row_odd .control-group{
868                 width: 100% !important;
869         }
870
871         #PageContent.stockview #vehicleDamages .row_even .control-group .control-label,
872         #PageContent.stockview #vehicleDamages .row_odd .control-group .control-label{
873                 width: 100% !important;
874         }
875         
876
877         .stockview #vehicleAccessoriesClick {
878                 width: 221px !important;
879         }
880
881         .stockview .bid-emai-seller-button .btn {
882                 float: left !important;
883                 margin: 10px 0 !important;
884         }
885         
886         .main-section .stockview .page-title-wrapper .back-btn
887         {
888                 margin: -34px 17px 0 0 !important;
889         }
890         
891         #PageContent.stockview #vSpecs .control-label.valuation-line{
892                 margin-left:10px !important;
893         }
894         #PageContent.stockview #vSpecs #mmCode{
895                 margin-left: 35px !important;
896         }
897         
898         
899         .stockview #vSpecs .controls .information-input.valid,
900         .stockview #vSpecs .controls .information-input.error {
901                 width: 98px !important;
902         }
903         .stockview #vSpecs #fshNotes {
904                 width: 93% !important;
905         }
906         
907         .stockview #damagesOpen input.rand-input {
908                 margin-top: -10px !important;
909                 width: 107px !important;
910         }
911         
912         .stockview #damagesOpen .price,
913         .stockview #damagesOpen .damages-form .price {
914                 margin-left: 30px !important;
915                 margin-top: 0px !important;
916         }
917         .stockview #pricinghistory {
918                 display: none;
919         }
920         
921         .stockview #pricingDetails .form-horizontal {
922                 min-height: 70px !important;
923         }
924         
925
926         .main-section .container-fluid.stockview  {
927                 max-width: 100% !important;
928         }
929
930         .stockview .mobile-form-headers {
931                 padding: 5px 0 0 !important;
932         }
933         .stockview .mobile-form-headers p {
934                 font-size: 12px !important;
935                 padding-top: 5px !important;
936         }
937         .stockview #vehicleSpecificationsClick.mobile-form-headers  {
938                 padding: 0 !important;
939                 margin-left: -21px !important;
940                 width: 222px !important;
941                 margin-top: -9px !important;
942         }
943         .stockview #vehicleSpecificationsClick.mobile-form-headers p  {
944                 padding-top: 10px !important;
945         }
946
947         .stockview #vehicleDamagesClick.mobile-form-headers  {
948                 padding: 0px 5px 0 20px !important;
949                 margin-left: -20px !important;
950                 width: 222px !important;
951                 margin-top: 0px !important;
952         }
953         .stockview #vehicleDamagesClick.mobile-form-headers p  {
954                 padding-top: 10px !important;
955         }
956
957         .stockview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
958                 padding: 0 !important;
959                 width: 223px !important;
960                 margin: 0 0 0 -21px !important;
961                 min-height: 44px !important;
962
963         }
964         
965
966         .stockview .page-middle-forms-wrapper .form-horizontal {
967                 min-height: 44px !important;
968         }
969
970         .stockview #vehicleBidBoxClick.mobile-form-headers  {
971                 padding: 2px 0 0 !important;
972                 margin-top: 0px !important;
973         }
974
975         #PageContent.stockview .specs .controls #fshNotes_data,
976         #PageContent.stockview .specs .controls #damageNotes_data,
977         #PageContent.stockview .specs .controls #coverReceivedNotes_data,
978         #PageContent.stockview .specs .controls #previousRepairsNotes_data {
979                 width: 200px !important;
980         }
981         
982         .stockview .row-fluid.table-form {
983                 margin: -169px 0 0 !important;
984                 float: left !important; /* added for IE */
985         }
986
987         .stockview .icon-circle-arrow-up,
988         .stockview .icon-circle-arrow-down{
989                 display:none !important;
990         }
991
992         .stockview .table-heading-wrapper {
993                 font-size: 10px !important;  /* Added for ie */
994                 height: 60px !important;
995                 overflow: hidden !important;
996                 padding-left: 5px !important;
997         }
998         .stockview table.table td{
999                 font-size: 10px !important;  /* Added for ie */
1000         }
1001         .stockview table.table {
1002                 width: 223px !important;
1003                 overflow: hidden !important;
1004         }
1005
1006         .stockview .pagination {
1007                 margin: 0px 5px 0 0 !important;
1008         }
1009         
1010         .stockview .mobile-clipboard {
1011                 margin-left: 15px !important;
1012         }
1013         
1014         .stockview .mobile-money {
1015                 margin-left: 10px !important;
1016         }
1017         
1018         .stockview .mobile-car {
1019                 margin-left:10px !important;
1020         }
1021
1022         .stockview .mobile-bomb {
1023                 margin-left: 10px !important;
1024                 margin-top: 4px !important;
1025         }
1026         
1027         .stockview .mobile-headphones {
1028                 margin-left: 10px !important;
1029         }
1030         
1031         .stockview .mobile-camera {
1032                 margin-left: 10px !important;
1033         }
1034         
1035         
1036         .stockview #priceGuideAuctionClick p  {
1037                 margin-top: 4px !important;
1038                 margin-left: 7px !important;
1039         }
1040         
1041         .stockview #pricingDetailsClick p  {
1042                 margin-top: 4px !important;
1043                 margin-left: 7px !important;
1044         }
1045         
1046         .stockview #vSpecsClick p  {
1047                 margin-top: 5px !important;
1048         }
1049         
1050         .stockview #damagesClick p  {
1051                 margin-top: 2px !important;
1052                 margin-left: 7px !important;
1053         }
1054         
1055         .stockview #accessoriesClick p  {
1056                 margin-top: 4px !important;
1057                 margin-left: 12px !important;
1058         }
1059         
1060         .stockview #photoClick p  {
1061                 margin-top: 5px !important;
1062                 margin-left: 12px !important;
1063         }
1064         
1065         
1066         
1067 /* Detailed view priceguide - offer view */
1068
1069         .offerview .mobile-form-headers p {
1070                 font-size: 14px;
1071         }
1072
1073         .offerview .mobile-form-headers {
1074                 padding: 12px 0 !important;
1075                 margin-right: 0px !important;
1076                 margin-left: 0px !important;
1077                 height: 24px !important;;
1078         }
1079         .offerview .mobile-form-headers img {
1080                 float: left !important;
1081                 padding-left: 5px !important;
1082                 padding-right: 5px !important;
1083         }
1084         .offerview .mobile-form-headers i {
1085                 float: left !important;
1086                 margin-left: 5px !important;
1087         }
1088         .offerview .mobile-form-headers i.icon-white-arrow-up,
1089         .offerview .mobile-form-headers i.icon-white-arrow-down {
1090                 float: right !important;
1091         }
1092
1093         .offerview .mobile-form-headers i.icon {
1094                 margin-top: -5px !important;
1095                 margin-right: 5px !important;
1096         }
1097
1098         .offerview .mobile-form-headers i.mobile-money {
1099                 margin-right: 5px !important;
1100                 margin-left: 4px !important;
1101
1102         }
1103
1104         .offerview .mobile-form-headers i.mobile-clipboard {
1105                 margin-right: 11px !important;
1106                 margin-left: 11px !important;
1107         }
1108         .offerview .mobile-form-headers i.mobile-car {
1109                 margin-right: 6px !important;
1110         }
1111         .offerview .mobile-form-headers i.mobile-icon-user {
1112                 margin-right: 8px !important;
1113                 margin-left: 10px !important;
1114         }
1115
1116         .offerview .mobile-form-headers i.mobile-bomb {
1117                 margin-right: 3px !important;
1118         }
1119
1120         .offerview .mobile-form-headers i.mobile-headphones {
1121                 margin-right: 10px !important;
1122         }
1123
1124         .offerview .mobile-form-headers i.mobile-camera {
1125                 margin-right: 7px !important;
1126         }
1127
1128         .offerview #damagesClick p, #accessoriesClick p{
1129                 margin-top: 0px !important;
1130         }
1131
1132
1133         #dealershipDetailsClick .mobile-form-headers {
1134                 padding: 12px 0 !important;
1135                 margin-right: 0px !important;
1136                 margin-left: 0px !important;
1137         }
1138
1139         .main-section .offerview  #frmValuationView .page-title-wrapper h1 {
1140                 font-size: 12px !important;
1141                 width: 140px !important;
1142                 margin: 10px 0 0 !important;
1143         }
1144
1145         #printPriceGuidePdf {
1146                 display: none !important;
1147         }
1148
1149         .main-section .offerview .page-title-wrapper .back-btn {
1150                 display: none !important;
1151         }
1152
1153         .offerview #dropCmp .control-group {
1154                 height: 10px !important;
1155         }
1156
1157         .offerview #dropCmp  {
1158                 padding-bottom: 15px !important;
1159         }
1160
1161         .offerview .make-offer-btn {
1162                 float: right !important;
1163                 margin: -82px 0 0 !important;
1164         }
1165
1166         .offerview #amountOffered.information-input{
1167                 width: 90px !important;
1168         }
1169
1170         .offerview #dealershipDetails .control-group .control-label{
1171                 float: left !important;
1172                 width: 45% !important;
1173                 font-size: 10px !important;
1174                 line-height: 10px !important;
1175                 margin-bottom: 10px !important;
1176         }
1177
1178         .offerview #dealershipDetails .control-group .controls{
1179                 float: left !important;
1180                 width: 50% !important;
1181         }
1182
1183         .offerview #dealershipDetails .control-group .controls p{
1184                 font-size: 10px !important;
1185                 line-height: 10px !important;
1186         }
1187
1188         .offerview .page-top-forms-wrapper #dealershipDetails .form-horizontal {
1189                 min-height: 123px !important;
1190         }
1191
1192
1193         .offerview #valuationDetails .control-group .control-label{
1194                 float: left !important;
1195                 width: 45% !important;
1196                 font-size: 10px !important;
1197                 line-height: 10px !important;
1198                 margin-bottom: 10px !important;
1199         }
1200
1201         .offerview #valuationDetails .control-group .controls{
1202                 float: left !important;
1203                 width: 50% !important;
1204         }
1205
1206         .offerview #valuationDetails .control-group .controls p{
1207                 font-size: 10px !important;
1208                 line-height: 10px !important;
1209         }
1210
1211         .offerview .page-top-forms-wrapper #valuationDetails .form-horizontal {
1212                 min-height: 70px !important;
1213         }
1214
1215
1216         .offerview #pricingDetails .control-group .control-label{
1217                 float: left !important;
1218                 width: 47% !important;
1219                 font-size: 10px !important;
1220                 line-height: 10px !important;
1221                 padding-bottom: 5px !important;
1222                 padding-top: 5px !important;
1223                 margin: 0 0 0 5px !important;
1224                 margin-bottom: 10px !important;
1225         }
1226
1227         .offerview #pricingDetails .control-group .controls{
1228                 float: left !important;
1229                 width: 47% !important;
1230                 padding-bottom: 5px !important;
1231                 padding-top: 5px !important;
1232         }
1233
1234         .offerview #pricingDetails .control-group .controls p {
1235                 font-size: 10px !important;
1236                 line-height: 10px !important;
1237                 width: 100% !important;
1238                 margin: 0 !important;
1239         }
1240
1241         .offerview .page-top-forms-wrapper #pricingDetails .form-horizontal {
1242                 min-height: 123px !important;
1243         }
1244
1245         .offerview #vSpecs .control-label{
1246                 float: left !important;
1247                 width: 45% !important;
1248                 font-size: 10px !important;
1249                 line-height: 10px !important;
1250                 margin-bottom: 10px !important;
1251         }
1252
1253         .offerview #vSpecs .controls{
1254                 float: left !important;
1255                 width: 50% !important;
1256         }
1257
1258         .offerview #vSpecs .controls p{
1259                 font-size: 10px !important;
1260                 line-height: 10px !important;
1261         }
1262
1263
1264         .offerview #damages .control-label{
1265                 float: left !important;
1266                 width: 60% !important;
1267                 font-size: 10px !important;
1268                 line-height: 10px !important;
1269                 margin-bottom: 10px !important;
1270         }
1271
1272         .offerview #damages .controls{
1273                 float: left !important;
1274                 width: 35% !important;
1275         }
1276
1277         .offerview #damages .controls p{
1278                 font-size: 10px !important;
1279                 line-height: 10px !important;
1280         }
1281
1282         .offerview #damages .form-horizontal {
1283                 min-height: 150px !important;
1284         }
1285
1286         .offerview #accessoriesOpen .control-label{
1287                 float: left !important;
1288                 width: 45% !important;
1289                 font-size: 10px !important;
1290                 line-height: 10px !important;
1291                 margin-bottom: 10px !important;
1292         }
1293
1294         .offerview #accessoriesOpen .controls{
1295                 float: left !important;
1296                 width: 50% !important;
1297         }
1298
1299         .offerview #accessoriesOpen .controls p{
1300                 font-size: 10px !important;
1301                 line-height: 10px !important;
1302         }
1303
1304
1305         .offerview #accessoriesOpen .form-horizontal {
1306                 min-height: 150px !important;
1307         }
1308
1309         .offerview .page-bottom-forms-wrapper.page-middle-forms-wrapper .accessories-form {
1310                 min-height: 0px !important;
1311         }
1312
1313         .offerview #photo .form-horizontal {
1314                 min-height: 410px !important;
1315         }
1316
1317         .offerview #pricinghistory {
1318                 display: none !important;
1319         }
1320
1321         .offerview #vSpecs .fshNotes .controls,
1322         .offerview #damages .damageNotes .controls,
1323         .offerview #damages .previousRepairsNotes .controls,
1324         .offerview #damages .previousRepairsNoted .controls,
1325         .offerview #valuationDetails .coverReceived .controls,
1326         .offerview #pricingDetails .coverReceived .controls,
1327         .offerview #accessoriesOpen .accessoryNotes .controls{
1328
1329                 width: 100% !important;
1330                 margin-left: 0px !important;
1331         }
1332
1333         #accessoriesOpen .row-fluid .textshow {
1334                 float: left !important;
1335                 width: 50% !important;
1336         }
1337 /* Detailed view valuationview */
1338
1339         .main-section .valuationview .page-title-wrapper .back-btn {
1340                 margin: -37px 0 29px !important;
1341                 font-size: 14px !important;
1342                 padding: 7px !important;
1343         }
1344
1345         .valuationview .mobile-form-headers p {
1346                 font-size: 14px;
1347         }
1348
1349         .valuationview .mobile-form-headers {
1350                 padding: 12px 0 !important;
1351                 margin-right: 0px !important;
1352                 margin-left: 0px !important;
1353                 height: 24px !important;;
1354         }
1355         .valuationview .mobile-form-headers img {
1356                 float: left !important;
1357                 padding-left: 5px !important;
1358                 padding-right: 5px !important;
1359         }
1360         .valuationview .mobile-form-headers i {
1361                 float: left !important;
1362                 margin-left: 5px !important;
1363         }
1364         .valuationview .mobile-form-headers i.icon-white-arrow-up,
1365         .valuationview .mobile-form-headers i.icon-white-arrow-down {
1366                 float: right !important;
1367         }
1368
1369         .valuationview .mobile-form-headers i.icon {
1370                 margin-top: -5px !important;
1371                 margin-right: 5px !important;
1372         }
1373
1374         .valuationview .mobile-form-headers i.mobile-money {
1375                 margin-right: 5px !important;
1376                 margin-left: 4px !important;
1377                 margin-top: -5px !important;
1378                 float: left !important;
1379
1380         }
1381
1382         .valuationview .mobile-form-headers i.mobile-clipboard {
1383                 margin-right: 11px !important;
1384                 margin-left: 11px !important;
1385                 margin-top: -5px !important;
1386                 float: left !important;
1387         }
1388         .valuationview .mobile-form-headers i.mobile-car {
1389                 margin-right: 6px !important;
1390                 margin-top: -5px !important;
1391                 float: left !important;
1392         }
1393         .valuationview .mobile-form-headers i.mobile-icon-user {
1394                 margin-right: 8px !important;
1395                 margin-left: 10px !important;
1396                 margin-top: -5px !important;
1397                 float: left !important;
1398         }
1399
1400         .valuationview .mobile-form-headers i.mobile-bomb {
1401                 margin-right: 3px !important;
1402                 margin-top: -5px !important;
1403                 float: left !important;
1404         }
1405
1406         .valuationview .mobile-form-headers i.mobile-headphones {
1407                 margin-right: 10px !important;
1408                 margin-top: -5px !important;
1409                 float: left !important;
1410         }
1411
1412         .valuationview .mobile-form-headers i.mobile-camera {
1413                 margin-right: 7px !important;
1414                 margin-top: -5px !important;
1415                 float: left !important;
1416         }
1417
1418         .valuationview #damagesClick p, #accessoriesClick p{
1419                 margin-top: 0px !important;
1420         }
1421
1422 /* Forms  */
1423
1424         .valuationview .page-top-forms-wrapper .form-horizontal {
1425                 margin : 0px !important;
1426                 padding: 0 !important;
1427                 width: 222px !important;
1428         }
1429         .form-horizontal .control-group .controls .information-input {
1430                 margin: 0 0 0 -10px !important;
1431                 width : 104px !important;
1432         }
1433         .valuationview .form-horizontal .control-group .controls .information-input.valid {
1434                 width   : 89px !important;
1435                 padding : 10px !important;
1436         }
1437
1438         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input {
1439                 width : 47px !important;
1440         }
1441         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
1442                 width : 44px !important;
1443         }
1444
1445         .valuationview .form-horizontal .control-group .mobile-control-label {
1446                 width   : 97px !important;
1447         }
1448
1449         .valuationview .bootstrap-select .btn {
1450                 width: 114px !important;
1451         }
1452
1453         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input {
1454                 margin: 0 0 0 -10px !important;
1455                 width : 88px !important;
1456                 padding-left: 20px !important;
1457         }
1458         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
1459                 width   : 79px !important;
1460                 padding : 10px !important;
1461                 padding-left: 20px !important;
1462         }
1463
1464
1465         .valuationview #valuationDetails .control-group-wrapper .control-group .control-label,
1466         .valuationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
1467                 font-size: 14px !important;
1468                 line-height: 14px !important;
1469                 margin-bottom: 10px !important;
1470         }
1471
1472         .valuationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
1473                 font-size: 14px !important;
1474                 margin: 5px 0 0 !important;
1475         }
1476         .valuationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
1477                 font-size: 14px !important;
1478                 padding-bottom: 15px !important;
1479         }
1480
1481
1482         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
1483                 padding-left: 20px !important;
1484                 width: 89px !important;
1485                 margin-left: -12px !important;
1486                 margin-top: 12px !important;
1487         }
1488         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
1489                 width: 80px !important;
1490         }
1491         .valuationview #pricingDetails p {
1492                 padding-left: 5px !important;
1493                 padding-top: 10px !important;
1494                 font-size : 14px !important;
1495         }
1496         .valuationview #pricingDetails p.trade-and-retail {
1497                 margin-left: 0px !important;
1498                 padding-top: 10px !important;
1499                 padding-bottom: 10px !important;
1500                 display: block !important;
1501                 float: left !important;
1502         }
1503
1504         .valuationview #pricingDetails span {
1505                 padding-left: 27% !important;
1506                 padding-top: 10px !important;
1507         }
1508
1509         .valuationview #vSpecs .form-horizontal,
1510         .valuationview #vSpecs .form-horizontal .row-fluid {
1511                 margin: 0 !important;
1512                 padding : 0 !important;
1513         }
1514
1515         .valuationview #vSpecs .form-horizontal .mobile-control-group .control-label {
1516                 margin: 10px 0 !important;
1517                 padding-left : 5px !important;
1518         }
1519         .valuationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
1520                 margin: 15px 0 10px 15px !important;
1521                 padding : 0 !important;
1522         }
1523
1524         .valuationview #vSpecs .form-horizontal .control-group .controls .information-input {
1525                 margin: 0 0 0 -4px !important;
1526         }
1527
1528         .valuationview .form-horizontal,
1529         .valuationview .form-horizontal .row-fluid {
1530                 margin: 0 !important;
1531                 padding : 0 !important;
1532         }
1533
1534         .valuationview #damagesOpen,
1535         .valuationview #accessoriesOpen ,
1536         .valuationview #photo {
1537                 padding-left: 5px !important;
1538                 padding-right: 5px !important;
1539                 width: 95% !important;
1540         }
1541         .valuationview #vSpecs .form-horizontal.mobile-form-horizontal {
1542                 width: 222px !important;
1543         }
1544
1545
1546         .valuationview #damagesOpen .form-horizontal.mobile-form-horizontal,
1547         .valuationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
1548         .valuationview #photo .form-horizontal.mobile-form-horizontal {
1549                 width: 95% !important;
1550                 min-height: 200px !important;
1551         }
1552
1553         .valuationview #damagesOpen .checkbox-line {
1554                 width: 110px !important;
1555                 margin-top: 5px !important;
1556         }
1557         .valuationview #damagesOpen .controls{
1558                 width: 95px !important;
1559                 margin-left: 0px !important;
1560                 float: left !important;
1561         }
1562
1563         .valuationview p.damages-comments {
1564                 font-size: 14px !important;
1565         }
1566         .valuationview p.cover-received {
1567                 font-size: 14px !important;
1568         }
1569         
1570         .valuationview .accessories-form .comment-box .mobile-comment,
1571         .valuationview .form-horizontal .mobile-instruction-paragraph,
1572         .valuationview .control-group label {
1573                 font-size: 14px !important;
1574         }
1575
1576         .valuationview .control-group .text-box-small {
1577                 width: 97% !important;
1578         }
1579         .valuationview .damages-form .textbox,
1580         .valuationview .valuation-details-form .textbox,
1581         .valuationview .pricing-details-form .textbox,
1582         .valuationview .accessories-form .comment-box .comment-text-box {
1583                 width: 101% !important;
1584                 margin-left: -5px !important;
1585         }
1586
1587         .valuationview #printValuationPdf {
1588                 display:none !important;
1589         }
1590
1591
1592 /* Detailed limitvaluations view */
1593
1594         .limitedvaluationview #customerDetailsClick p {
1595                 margin-top: 0px !important;
1596         }
1597
1598         .main-section .limitedvaluationview .page-title-wrapper .back-btn {
1599                 margin: -37px 0 29px !important;
1600                 font-size: 14px !important;
1601                 padding: 7px !important;
1602         }
1603
1604         .limitedvaluationview .mobile-form-headers p {
1605                 font-size: 14px;
1606         }
1607
1608         .limitedvaluationview .mobile-form-headers {
1609                 padding: 12px 0 !important;
1610                 margin-right: 0px !important;
1611                 margin-left: 0px !important;
1612                 height: 24px !important;;
1613         }
1614         .limitedvaluationview .mobile-form-headers img {
1615                 float: left !important;
1616                 padding-left: 5px !important;
1617                 padding-right: 5px !important;
1618         }
1619         .limitedvaluationview .mobile-form-headers i {
1620                 float: left !important;
1621                 margin-left: 5px !important;
1622         }
1623         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-up,
1624         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-down {
1625                 float: right !important;
1626         }
1627
1628         .limitedvaluationview .mobile-form-headers i.icon {
1629                 margin-top: -5px !important;
1630                 margin-right: 5px !important;
1631         }
1632
1633         .limitedvaluationview .mobile-form-headers i.mobile-money {
1634                 margin-right: 5px !important;
1635                 margin-left: 4px !important;
1636                 margin-top: -5px !important;
1637                 float: left !important;
1638
1639         }
1640
1641         .limitedvaluationview .mobile-form-headers i.mobile-clipboard {
1642                 margin-right: 11px !important;
1643                 margin-left: 11px !important;
1644                 margin-top: -5px !important;
1645                 float: left !important;
1646         }
1647         .limitedvaluationview .mobile-form-headers i.mobile-car {
1648                 margin-right: 6px !important;
1649                 margin-top: -5px !important;
1650                 float: left !important;
1651         }
1652         .limitedvaluationview .mobile-form-headers i.mobile-icon-user {
1653                 margin-right: 8px !important;
1654                 margin-left: 10px !important;
1655                 margin-top: -5px !important;
1656                 float: left !important;
1657         }
1658
1659         .limitedvaluationview .mobile-form-headers i.mobile-bomb {
1660                 margin-right: 3px !important;
1661                 margin-top: -5px !important;
1662                 float: left !important;
1663         }
1664
1665         .limitedvaluationview .mobile-form-headers i.mobile-headphones {
1666                 margin-right: 10px !important;
1667                 margin-top: -5px !important;
1668                 float: left !important;
1669         }
1670
1671         .limitedvaluationview .mobile-form-headers i.mobile-camera {
1672                 margin-right: 7px !important;
1673                 margin-top: -5px !important;
1674                 float: left !important;
1675         }
1676
1677         .limitedvaluationview #damagesClick p, #accessoriesClick p{
1678                 margin-top: 0px !important;
1679         }
1680
1681 /* Forms  */
1682
1683         .limitedvaluationview .page-top-forms-wrapper .form-horizontal {
1684                 margin : 0px !important;
1685                 padding: 0 !important;
1686                 width: 222px !important;
1687                 border: 0 none !important;
1688                 background: none !important;
1689         }
1690         .limitedvaluationview .form-horizontal .control-group .controls .information-input {
1691                 margin: 0 0 0 -10px !important;
1692                 width : 104px !important;
1693         }
1694         .limitedvaluationview .form-horizontal .control-group .controls .information-input.valid {
1695                 width   : 89px !important;
1696                 padding : 10px !important;
1697         }
1698
1699         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input {
1700                 width : 47px !important;
1701         }
1702         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
1703                 width : 44px !important;
1704         }
1705
1706         .limitedvaluationview .form-horizontal .control-group .mobile-control-label {
1707                 width   : 97px !important;
1708         }
1709
1710         .limitedvaluationview .bootstrap-select .btn {
1711                 width: 114px !important;
1712         }
1713
1714         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input {
1715                 margin: 0 0 0 -10px !important;
1716                 width : 88px !important;
1717                 padding-left: 20px !important;
1718         }
1719         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
1720                 width   : 79px !important;
1721                 padding : 10px !important;
1722                 padding-left: 20px !important;
1723         }
1724
1725
1726         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .control-label,
1727         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
1728                 font-size: 14px !important;
1729                 line-height: 14px !important;
1730                 margin-bottom: 10px !important;
1731         }
1732
1733         .limitedvaluationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
1734                 font-size: 14px !important;
1735                 margin: 5px 0 0 !important;
1736         }
1737         .limitedvaluationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
1738                 font-size: 14px !important;
1739                 padding-bottom: 15px !important;
1740         }
1741
1742
1743         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
1744                 padding-left: 20px !important;
1745                 width: 89px !important;
1746                 margin-left: -12px !important;
1747                 margin-top: 12px !important;
1748         }
1749         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
1750                 width: 80px !important;
1751         }
1752         .limitedvaluationview #pricingDetails p {
1753                 padding-left: 5px !important;
1754                 padding-top: 10px !important;
1755                 font-size : 14px !important;
1756         }
1757         .limitedvaluationview #pricingDetails p.trade-and-retail {
1758                 margin-left: 0px !important;
1759                 padding-top: 10px !important;
1760                 padding-bottom: 10px !important;
1761                 display: block !important;
1762                 float: left !important;
1763         }
1764
1765         .limitedvaluationview #pricingDetails span {
1766                 padding-left: 27% !important;
1767                 padding-top: 10px !important;
1768         }
1769
1770         .limitedvaluationview #vSpecs .form-horizontal,
1771         .limitedvaluationview #vSpecs .form-horizontal .row-fluid {
1772                 margin: 0 !important;
1773                 padding : 0 !important;
1774                 border: 0 none !important;
1775                 background: none !important;
1776
1777         }
1778
1779         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group .control-label {
1780                 margin: 10px 0 !important;
1781                 padding-left : 5px !important;
1782         }
1783         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
1784                 margin: 15px 0 10px 15px !important;
1785                 padding : 0 !important;
1786         }
1787
1788         .limitedvaluationview #vSpecs .form-horizontal .control-group .controls .information-input {
1789                 margin: 0 0 0 -2px !important;
1790         }
1791
1792         .limitedvaluationview .accessories-form .control-group .checkbox {
1793                 font-size: 11px !important;
1794         }
1795         .limitedvaluationview #accessoriesOpen .form-horizontal {
1796                 border: 0 !important;
1797                 background: none !important;
1798         }
1799
1800         .limitedvaluationview #photo .form-horizontal {
1801                 border: 0 !important;
1802                 background: none !important;
1803         }
1804
1805         .limitedvaluationview .form-horizontal,
1806         .limitedvaluationview .form-horizontal .row-fluid {
1807                 margin: 0 !important;
1808                 padding : 0 !important;
1809         }
1810
1811         .limitedvaluationview #damagesOpen,
1812         .limitedvaluationview #accessoriesOpen ,
1813         .limitedvaluationview #photo {
1814                 padding-left: 5px !important;
1815                 padding-right: 5px !important;
1816                 width: 95% !important;
1817         }
1818         .limitedvaluationview #vSpecs .form-horizontal.mobile-form-horizontal {
1819                 width: 222px !important;
1820         }
1821
1822
1823         .limitedvaluationview #damagesOpen .form-horizontal.mobile-form-horizontal,
1824         .limitedvaluationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
1825         .limitedvaluationview #photo .form-horizontal.mobile-form-horizontal {
1826                 width: 95% !important;
1827                 min-height: 200px !important;
1828         }
1829
1830         .limitedvaluationview #damagesOpen .checkbox-line {
1831                 width: 110px !important;
1832                 margin-top: 5px !important;
1833         }
1834         .limitedvaluationview #damagesOpen .controls{
1835                 width: 95px !important;
1836                 margin-left: 0px !important;
1837                 float: left !important;
1838         }
1839         
1840         .limitedvaluationview p.damages-comments {
1841                 font-size: 14px !important;
1842         }
1843         .limitedvaluationview p.cover-received {
1844                 font-size: 14px !important;
1845         }
1846         .limitedvaluationview .accessories-form .comment-box .mobile-comment,
1847         .limitedvaluationview .form-horizontal .mobile-instruction-paragraph,
1848         .limitedvaluationview .control-group label {
1849                 font-size: 14px !important;
1850         }
1851
1852         .limitedvaluationview .control-group .text-box-small {
1853                 width: 97% !important;
1854         }
1855         .limitedvaluationview .damages-form .textbox,
1856         .limitedvaluationview .valuation-details-form .textbox,
1857         .limitedvaluationview .pricing-details-form .textbox,
1858         .limitedvaluationview .accessories-form .comment-box .comment-text-box {
1859                 width: 101% !important;
1860                 margin-left: -5px !important;
1861         }
1862
1863         .limitedvaluationview #printValuationPdf {
1864                 display:none !important;
1865         }
1866
1867
1868 /* Buttons at the bottom */
1869         .valuationview .colored-btn-set .btn {
1870                 width: 100% !important;
1871                 margin: 5px 0 !important;
1872                 float: left !important;
1873         }
1874
1875         .valuationview .control-group label.error {
1876         float: left !important;
1877         font-size: 10px !important;
1878         width: 100% !important;
1879         }
1880
1881         .limitedvaluationview .top-grey-set .btn, .limitedvaluationview bottom-grey-set .btn {
1882                 float:left!important;
1883                 width: 100% !important;
1884                 margin: 10px 0 !important;
1885         }
1886
1887         .limitedvaluationview .colored-btn-set .btn {
1888         width: 100% !important;
1889         margin: 5px 0 !important;
1890         }
1891
1892
1893 }
1894 /*  //added extra for the accept terms */
1895  @media (min-width: 319px) and (max-width: 359px) {
1896         #frmValuationView .checkbox.checkbox-line.acceptTerms {
1897                 text-align:center !important;
1898                 width: 200px !important;
1899         }
1900         select,
1901         textarea,
1902         input[type="textarea"],
1903         input[type="text"],
1904         input[type="password"],
1905         input[type="datetime"],
1906         input[type="datetime-local"],
1907         input[type="date"],
1908         input[type="month"],
1909         input[type="time"],
1910         input[type="week"],
1911         input[type="number"],
1912         input[type="email"],
1913         input[type="url"],
1914         input[type="search"],
1915         input[type="tel"],
1916         input[type="color"],
1917         .control-group .text-box-small,
1918         .damages-form .textbox,
1919         .valuation-details-form .textbox,
1920         .pricing-details-form .textbox,
1921         .textbox
1922         { font-size: 16px !important; }
1923
1924         .form-horizontal {
1925         background-color: transparent !important;
1926         border-color: transparent !important;
1927         }
1928         .box-shadow {
1929                 box-shadow: none !important;
1930         }
1931
1932         .valuationview #btnArchive, .valuationview #add-to-stock-btn, .valuationview .add-to-stock-btn {
1933                 width : 100% !important;
1934                 margin: 10px 0 !important;
1935                 float: left !important;
1936         }
1937
1938         .publiccontact_us .arrowDiv {
1939                 margin: 24px 0 0 80px !important;
1940                 width: 76% !important;
1941         }
1942
1943         .home .midLanding {
1944                 margin: -130px 0 0 -10px !important;
1945         }
1946
1947         .dealerhome .btnDiv {
1948                 width: 85% !important;
1949                 margin: 0 0 0 24px !important;
1950
1951         }
1952
1953         .dealerhome .login {
1954                 margin: 0 0 10px 10px !important;
1955         }
1956
1957         .dealerhome .mobi {
1958                 display: none !important;
1959         }
1960
1961         .dealerhome .divAction {
1962                 margin: 0 0 0px -15px !important;
1963                 text-transform: uppercase !important;
1964         }
1965         .dealerhome .div260 {
1966                 font-size: 25px !important;
1967         }
1968         .contact_us .Terms_top h2 {
1969                 display:none !important;
1970         }
1971     /* Auction page */
1972
1973         /* new menu buttons */
1974         #mobiAuctionBtn {
1975                 width:30% !important;
1976                 padding-left: 10px !important;
1977                 font-size: 12px !important;  /* Reset font */
1978         }
1979
1980         #mobiPriceGuideBtn{
1981                 width:36% !important;
1982                 font-size: 12px !important;  /* Reset font */
1983         }
1984
1985         #mobiValuationsBtn {
1986                 width:34% !important;
1987                 padding-left: 10px !important;
1988                 font-size: 12px !important;  /* Reset font */
1989         }
1990
1991         /* The auction filters */
1992
1993         .auction .MakeMobi .dropdown-menu  {
1994                 margin: -54px 0 0 0;
1995         }
1996
1997         .auction .RegionMobi .dropdown-menu  {
1998                 margin: -64px 0 0 0;
1999         }
2000
2001         .auction #btnBasketMobi {
2002                 width: 140px !important;
2003                 margin: -139px 0 0 10px !important
2004         }
2005
2006         .auction .MakeMobi .btn.dropdown-toggle {
2007                 width: 140px !important;
2008                 margin: -86px 0 0 !important;
2009         }
2010
2011         .auction .page-title-wrapper .btn-new-valuation {
2012                 width: 142px !important;
2013                 margin: 0 0 0 149px !important;
2014                 display: block !important;
2015                 padding: 4px !important;
2016         }
2017
2018         .auction .RegionMobi .btn.dropdown-toggle {
2019                 width: 140px !important;
2020                 margin: -96px 0 0 !important;
2021         }
2022
2023         .auction #gridAuctionContext_RegNoMobi {
2024                 margin: -302px 0 0 149px !important;
2025                 width: 128px !important;
2026                 font-size: 16px !important;
2027         }
2028
2029         .auction #btnClearSearch {
2030                 display: none !important;
2031         }
2032
2033         .auction #btnSearch {
2034                 display: none !important;
2035         }
2036
2037         .auction .row-fluid.table-form {
2038                 margin: -117px 0 0 0px !important;
2039                 float: left !important; /* added for IE */
2040         }
2041
2042         .auction .icon-circle-arrow-up,
2043         .auction .icon-circle-arrow-down{
2044                 display:none !important;
2045         }
2046
2047         .auction .table-heading-wrapper {
2048                 font-size: 10px !important;  /* Added for ie */
2049                 height: 60px !important;
2050                 overflow: hidden !important;
2051                 padding-left: 5px !important;
2052         }
2053         .auction table.table td{
2054                 font-size: 10px !important;  /* Added for ie */
2055         }
2056         .auction table.table {
2057                 width: 292px !important;
2058                 overflow: hidden !important;
2059         }
2060
2061         /* The Price guide filters */
2062
2063         .page-title-wrapper p {
2064                 display:none !important;
2065         }
2066
2067         .priceguide .MakeMobi .dropdown-menu  {
2068                 margin: -6px 0 0 -118px;
2069         }
2070
2071         .priceguide .RegionMobi .dropdown-menu  {
2072                 margin: -29px 0 0 0;
2073         }
2074
2075         .priceguide .MakeMobi .btn.dropdown-toggle {
2076                 width: 130px !important;
2077                 margin: -38px 0px 0 -119px !important;
2078                 display: block !important;
2079                 float: left !important;
2080                 position: inherit !important;
2081         }
2082
2083         .priceguide .RegionMobi .btn.dropdown-toggle {
2084                 width: 130px !important;
2085                 margin: -61px 0 0 0px !important;
2086                 display: block !important;
2087                 float: left !important;
2088                 position: inherit !important;
2089         }
2090
2091         .priceguide #gridPriceGuideContext_RegNoMobi {
2092                 margin: -10px 0 0 141px !important;
2093                 width: 120px !important;
2094                 float: right !important;
2095                 display: block !important;
2096                 float: left !important;
2097                 position: inherit !important;
2098         }
2099
2100         .main.valuations #clearValuationGridContext,
2101         .main.valuations #searchValuationGrid,
2102         .main.valuations #valuationReport {
2103                 display: none !important;
2104         }
2105
2106         .priceguide .row-fluid.table-form {
2107                 margin: -90px 0 0 0px !important;
2108                 float: left !important; /* added for IE */
2109         }
2110
2111         .priceguide .icon-circle-arrow-up,
2112         .priceguide .icon-circle-arrow-down{
2113                 display:none !important;
2114         }
2115
2116         .priceguide .table-heading-wrapper {
2117                 font-size: 10px !important;  /* Added for ie */
2118                 height: 60px !important;
2119                 overflow: hidden !important;
2120                 padding-left: 5px !important;
2121         }
2122         .priceguide table.table td{
2123                 font-size: 10px !important;  /* Added for ie */
2124         }
2125         .priceguide table.table {
2126                 width: 276px !important;
2127                 overflow: hidden !important;
2128         }
2129
2130         .priceguide .pagination {
2131                 margin: 0px 5px 0 0 !important;
2132         }
2133
2134         /* The valuation filters */
2135
2136         .main-section .valuations .page-title-wrapper .mobile-header-valuation {
2137                 font-size: 30px !important;
2138         }
2139         .valuations .page-title-wrapper .mobile-btn-wrapper {
2140                 border-bottom: none !important;
2141         }
2142
2143         .page-title-wrapper p {
2144                 display:none !important;
2145         }
2146
2147         .valuations .MakeMobi .dropdown-menu  {
2148                 margin: 2px 0 0 -35px;
2149         }
2150
2151         .valuations .StatusMobi .dropdown-menu  {
2152                 margin: -90px 0 0;
2153         }
2154
2155         .valuations .MakeMobi .btn.dropdown-toggle {
2156                 width: 135px !important;
2157                 margin: -25px 0 0 -34px !important;
2158                 display: block !important;
2159                 float: left !important;
2160                 position: inherit !important;
2161         }
2162
2163         .valuations .StatusMobi .btn.dropdown-toggle {
2164                 width: 135px !important;
2165                 margin: -122px 0 0 !important;
2166                 display: block !important;
2167                 float: left !important;
2168                 position: inherit !important;
2169         }
2170
2171         .main.valuations #gridValuationContext_RegNoMobi {
2172
2173                 float: left !important;
2174                 margin: -41px 0 0 150px !important;
2175                 width: 126px !important;
2176         }
2177
2178
2179         .valuations #newValuation {
2180                 margin: 0px 0 0 150px !important;
2181                 width: 140px !important;
2182                 float: left !important;
2183                 padding: 4px !important;
2184                 font-size: 10px !important;
2185         }
2186
2187         .main.valuations #clearValuationGridContext,
2188         .main.valuations #searchValuationGrid,
2189         .main.valuations #valuationReport {
2190                 display: none !important;
2191         }
2192
2193         .valuations .row-fluid.table-form {
2194                 margin: -110px 0 0 !important;
2195                 float: left !important; /* added for IE */
2196         }
2197
2198         .valuations .icon-circle-arrow-up,
2199         .valuations .icon-circle-arrow-down{
2200                 display:none !important;
2201         }
2202
2203         .valuations .table-heading-wrapper {
2204                 font-size: 10px !important;  /* Added for ie */
2205                 height: 60px !important;
2206                 overflow: hidden !important;
2207                 padding-left: 5px !important;
2208         }
2209         .valuations table.table td{
2210                 font-size: 10px !important;  /* Added for ie */
2211         }
2212         .valuations table.table {
2213                 width: 290px !important;
2214                 overflow: hidden !important;
2215         }
2216
2217         .valuations .pagination {
2218                 margin: 0px 5px 0 0 !important;
2219         }
2220
2221 /* Detailed view Auction - bidview */
2222
2223
2224 #PageContent.bidview .row_even .one,
2225         #PageContent.bidview .row_odd .one,
2226         #PageContent.bidview .row_even .two,
2227         #PageContent.bidview .row_odd .two,
2228         #PageContent.bidview .row_red .one,
2229         #PageContent.bidview .row_red .two{
2230                 width: 100% !important;
2231         }
2232
2233
2234         #PageContent.bidview .row_even .one .control-label,
2235         #PageContent.bidview .row_odd .one .control-label,
2236         #PageContent.bidview .row_even .two .control-label,
2237         #PageContent.bidview .row_odd .two .control-label,
2238         #PageContent.bidview .row_red .one .control-label,
2239         #PageContent.bidview .row_red .two .control-label{
2240                 width: 50% !important;
2241         }
2242
2243
2244         #PageContent.bidview #vehicleDamages .div-striped .control-group {
2245                 width: 281px !important;
2246         }
2247         #PageContent.bidview #vehicleDamages .div-striped .control-group .control-label {
2248                 width: 40% !important;
2249                 float: left !important;
2250         }
2251         #PageContent.bidview #vehicleDamages .div-striped .control-group .controls{
2252                 width: 37% !important;
2253                 float: right !important;
2254         }
2255
2256         #PageContent.bidview #vehicleDamages .row_even .control-group,
2257         #PageContent.bidview #vehicleDamages .row_odd .control-group{
2258                 width: 100% !important;
2259         }
2260
2261         #PageContent.bidview #vehicleDamages .row_even .control-group .control-label,
2262         #PageContent.bidview #vehicleDamages .row_odd .control-group .control-label{
2263                 width: 100% !important;
2264         }
2265
2266         #PageContent.bidview #vehicleDamages .row_even .damageTotal .control-label {
2267                 width: 50% !important;
2268         }
2269
2270
2271         #PageContent.bidview .damageTotal .control-label {
2272                 float: left !important;
2273                 width: 40% !important;
2274         }
2275
2276         #PageContent.bidview .damageTotal .controls {
2277                 float: right !important;
2278                 width: 39% !important;
2279         }
2280
2281         /* yes */
2282         .form-horizontal .control-group .controls #previousRepairsNoted {
2283                 width: 50px !important;
2284                 float: left !important;
2285                 margin: -14px 0 0 240px !important;
2286         }
2287
2288         .bidview #vehicleAccessoriesClick {
2289                 width: 292px !important ;
2290         }
2291
2292         #accessoriesMobiOpen {
2293                 width: 292px !important;
2294                 margin: 0 0 0 -14px !important;
2295         }
2296         #accessoriesMobiOpen .row-fluid {
2297                 border: 1px solid #d3d3d3;
2298                 width: 273px !important;
2299         }
2300         #accessoriesMobiOpen .row-fluid div {
2301                 width: 122px !important;
2302                 float: left !important;
2303                 padding-top: 5px !important;
2304         }
2305         #accessoryNotesMobi {
2306                 margin-bottom: 15px !important;
2307         }
2308
2309         #PageContent.bidview h5 {
2310                 margin-bottom: 5px !important;
2311                 margin-top: 5px !important;
2312         }
2313
2314
2315         #vehicleDamages .row_red {
2316                 display: none !important;
2317         }
2318
2319         .accessoryNotes_dataMobi {
2320                 padding-bottom: 25px !important;
2321                 padding-top: 15px !important;
2322                 border: 1px solid #D3D3D3 !important;
2323         }
2324
2325         .accessoryNotes_dataMobi .control-label {
2326                 float: left !important;
2327                 font-size: 14px !important;
2328                 margin-left: 10px !important;
2329                 text-align: left !important;
2330         }
2331         .accessoryNotes_dataMobi .controls {
2332                 width: 280px !important;
2333                 margin-left: 10px !important;
2334         }
2335
2336         .accessoryNotes_titleMobi {
2337                 padding-bottom: 25px !important;
2338                 padding-top: 15px !important;
2339                 border: 1px solid #D3D3D3 !important;
2340         }
2341
2342         .accessoryNotes_titleMobi .control-label {
2343                 float: left !important;
2344                 font-size: 14px !important;
2345                 margin-left: 10px !important;
2346                 text-align: left !important;
2347         }
2348         .accessoryNotes_titleMobi .controls {
2349                 width: 280px !important;
2350                 margin-left: 10px !important;
2351         }
2352
2353         .accessoryNotesMobi {
2354                 padding-bottom: 25px !important;
2355                 padding-top: 0px !important;
2356                 border: 1px solid #D3D3D3 !important;
2357         }
2358
2359         .accessoryNotesMobi .control-label {
2360                 float: left !important;
2361                 font-size: 14px !important;
2362                 margin-left: 10px !important;
2363                 text-align: left !important;
2364         }
2365         .accessoryNotesMobi .controls {
2366                 width: 280px !important;
2367                 margin-left: 10px !important;
2368         }
2369
2370
2371
2372         .backBtn {
2373                 margin: -20px 0 0 0 !important;
2374         }
2375
2376         .bidview .bid-emai-seller-button .btn {
2377                 float: left !important;
2378                 margin: 10px 0 !important;
2379         }
2380
2381
2382         .main-section .container-fluid.bidview {
2383                 max-width: 100% !important;
2384         }
2385
2386         .bidview .mobile-form-headers {
2387                 padding: 5px 0 0 !important;
2388         }
2389         .bidview .mobile-form-headers p {
2390                 font-size: 12px !important;
2391                 padding-top: 5px !important;
2392         }
2393         .bidview #vehicleSpecificationsClick.mobile-form-headers  {
2394                 padding: 0 !important;
2395                 margin-left: -22px !important;
2396                 width: 292px !important;
2397                 margin-top: -9px !important;
2398         }
2399         .bidview #vehicleSpecificationsClick.mobile-form-headers p  {
2400                 padding-top: 10px !important;
2401         }
2402
2403         .bidview #vehicleDamagesClick.mobile-form-headers  {
2404                 padding: 0px 5px 0 20px !important;
2405                 margin-left: -20px !important;
2406                 width: 291px !important;
2407                 margin-top: 0px !important;
2408         }
2409         .bidview #vehicleDamagesClick.mobile-form-headers p  {
2410                 padding-top: 10px !important;
2411         }
2412
2413         .bidview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
2414                 padding: 0 !important;
2415                 width: 293px !important;
2416                 margin: 0 0 0 -22px !important;
2417                 min-height: 44px !important;
2418
2419         }
2420         .bidview .mobile-car {
2421                 margin-left:5px !important;
2422         }
2423
2424         .bidview .page-middle-forms-wrapper .form-horizontal {
2425                 min-height: 44px !important;
2426         }
2427
2428         .bidview #vehicleBidBoxClick.mobile-form-headers  {
2429                 padding: 2px 0 0 !important;
2430                 margin-top: 0px !important;
2431         }
2432
2433         #PageContent.bidview .specs .controls #fshNotes_data,
2434         #PageContent.bidview .specs .controls #damageNotes_data,
2435         #PageContent.bidview .specs .controls #coverReceived_data,
2436         #PageContent.bidview .specs .controls #previousRepairsNotes_data {
2437                 width: 270px !important;
2438         }
2439
2440         
2441 /* Detailed view Stock  */
2442
2443         #PageContent.stockview .row_even .one,
2444         #PageContent.stockview .row_odd .one,
2445         #PageContent.stockview .row_even .two,
2446         #PageContent.stockview .row_odd .two,
2447         #PageContent.stockview .row_red .one,
2448         #PageContent.stockview .row_red .two{
2449                 width: 100% !important;
2450         }
2451
2452
2453         #PageContent.stockview .row_even .one .control-label,
2454         #PageContent.stockview .row_odd .one .control-label,
2455         #PageContent.stockview .row_even .two .control-label,
2456         #PageContent.stockview .row_odd .two .control-label,
2457         #PageContent.stockview .row_red .one .control-label,
2458         #PageContent.stockview .row_red .two .control-label{
2459                 width: 50% !important;
2460         }
2461         
2462         .stockview #vSpecs .form-horizontal .control-group .controls {
2463                 width: 97px;
2464                 font-size:12px;
2465                 margin-left:10px;
2466                 margin-top: 0px;
2467         }
2468         
2469         .stockview .total-estimated-label {
2470                 width: 170px !important;
2471         }
2472
2473         #PageContent.stockview #vehicleDamages .div-striped .control-group {
2474                 width: 210px !important;
2475         }
2476         #PageContent.stockview #vehicleDamages .div-striped .control-group .control-label {
2477                 width: 40% !important;
2478                 float: left !important;
2479         }
2480         #PageContent.stockview #vehicleDamages .div-striped .control-group .controls{
2481                 width: 50% !important;
2482                 float: left !important;
2483         }
2484
2485         #PageContent.stockview #vehicleDamages .row_even .control-group,
2486         #PageContent.stockview #vehicleDamages .row_odd .control-group{
2487                 width: 100% !important;
2488         }
2489
2490         #PageContent.stockview #vehicleDamages .row_even .control-group .control-label,
2491         #PageContent.stockview #vehicleDamages .row_odd .control-group .control-label{
2492                 width: 100% !important;
2493         }
2494         
2495
2496         .stockview #vehicleAccessoriesClick {
2497                 width: 221px !important;
2498         }
2499
2500         .stockview .bid-emai-seller-button .btn {
2501                 float: left !important;
2502                 margin: 10px 0 !important;
2503         }
2504         
2505         .main-section .stockview .page-title-wrapper .back-btn
2506         {
2507                 margin: -34px 17px 0 0 !important;
2508         }
2509         
2510         #PageContent.stockview #vSpecs .control-label.valuation-line{
2511                 margin-left:10px !important;
2512         }
2513         #PageContent.stockview #vSpecs #mmCode{
2514                 margin-left: 35px !important;
2515         }
2516         
2517         
2518         
2519         .stockview #vSpecs .form-horizontal .control-group .controls .information-input{
2520                 width   : 100px !important;
2521                 padding-left:20px;
2522                 padding : 10px 4px;
2523         }
2524         
2525         .stockview #vSpecs .form-horizontal .control-group  .controls .information-input.valid,
2526         .stockview #vSpecs .form-horizontal .control-group  .controls .information-input.error {
2527                 width: 97px !important;
2528         }
2529         .stockview #vSpecs #fshNotes {
2530                 width: 93% !important;
2531         }
2532         
2533         .stockview #damagesOpen input.rand-input {
2534                 margin-top: -10px !important;
2535                 width: 107px !important;
2536         }
2537         .stockview #damagesOpen .control-group label {
2538                 width: 100px !important;
2539         }
2540         
2541         .stockview #damagesOpen .price,
2542         .stockview #damagesOpen .damages-form .price {
2543                 margin-left: 30px !important;
2544                 margin-top: 0px !important;
2545         }
2546         .stockview #pricinghistory {
2547                 display: none;
2548         }
2549         
2550         .stockview #pricingDetails .form-horizontal {
2551                 min-height: 70px !important;
2552         }
2553         
2554
2555         .main-section .container-fluid.stockview  {
2556                 max-width: 100% !important;
2557         }
2558
2559         .stockview .mobile-form-headers {
2560                 padding: 5px 0 0 !important;
2561         }
2562         .stockview .mobile-form-headers p {
2563                 font-size: 12px !important;
2564                 padding-top: 5px !important;
2565         }
2566         .stockview #vehicleSpecificationsClick.mobile-form-headers  {
2567                 padding: 0 !important;
2568                 margin-left: -21px !important;
2569                 width: 222px !important;
2570                 margin-top: -9px !important;
2571         }
2572         .stockview #vehicleSpecificationsClick.mobile-form-headers p  {
2573                 padding-top: 10px !important;
2574         }
2575
2576         .stockview #vehicleDamagesClick.mobile-form-headers  {
2577                 padding: 0px 5px 0 20px !important;
2578                 margin-left: -20px !important;
2579                 width: 222px !important;
2580                 margin-top: 0px !important;
2581         }
2582         .stockview #vehicleDamagesClick.mobile-form-headers p  {
2583                 padding-top: 10px !important;
2584         }
2585
2586         .stockview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
2587                 padding: 0 !important;
2588                 width: 223px !important;
2589                 margin: 0 0 0 -21px !important;
2590                 min-height: 44px !important;
2591
2592         }
2593         
2594
2595         .stockview .page-middle-forms-wrapper .form-horizontal {
2596                 min-height: 44px !important;
2597         }
2598
2599         .stockview #vehicleBidBoxClick.mobile-form-headers  {
2600                 padding: 2px 0 0 !important;
2601                 margin-top: 0px !important;
2602         }
2603
2604         #PageContent.stockview .specs .controls #fshNotes_data,
2605         #PageContent.stockview .specs .controls #damageNotes_data,
2606         #PageContent.stockview .specs .controls #coverReceived_data,
2607         #PageContent.stockview .specs .controls #previousRepairsNotes_data {
2608                 width: 200px !important;
2609         }
2610         
2611         .stockview .row-fluid.table-form {
2612                 margin: -169px 0 0 !important;
2613                 float: left !important; /* added for IE */
2614         }
2615
2616         .stockview .icon-circle-arrow-up,
2617         .stockview .icon-circle-arrow-down{
2618                 display:none !important;
2619         }
2620
2621         .stockview .table-heading-wrapper {
2622                 font-size: 10px !important;  /* Added for ie */
2623                 height: 60px !important;
2624                 overflow: hidden !important;
2625                 padding-left: 5px !important;
2626         }
2627         .stockview table.table td{
2628                 font-size: 10px !important;  /* Added for ie */
2629         }
2630         .stockview table.table {
2631                 width: 223px !important;
2632                 overflow: hidden !important;
2633         }
2634
2635         .stockview .pagination {
2636                 margin: 0px 5px 0 0 !important;
2637         }
2638         
2639         .stockview .mobile-clipboard {
2640                 margin-left: 15px !important;
2641         }
2642         
2643         .stockview .mobile-money {
2644                 margin-left: 10px !important;
2645         }
2646         
2647         .stockview .mobile-car {
2648                 margin-left:10px !important;
2649         }
2650
2651         .stockview .mobile-bomb {
2652                 margin-left: 10px !important;
2653                 margin-top: 4px !important;
2654         }
2655         
2656         .stockview .mobile-headphones {
2657                 margin-left: 10px !important;
2658         }
2659         
2660         .stockview .mobile-camera {
2661                 margin-left: 10px !important;
2662         }
2663         
2664         
2665         .stockview #priceGuideAuctionClick p  {
2666                 margin-top: 4px !important;
2667                 margin-left: 7px !important;
2668         }
2669         
2670         .stockview #pricingDetailsClick p  {
2671                 margin-top: 4px !important;
2672                 margin-left: 7px !important;
2673         }
2674         
2675         .stockview #vSpecsClick p  {
2676                 margin-top: 5px !important;
2677         }
2678         
2679         .stockview #damagesClick p  {
2680                 margin-top: 2px !important;
2681                 margin-left: 7px !important;
2682         }
2683         
2684         .stockview #accessoriesClick p  {
2685                 margin-top: 4px !important;
2686                 margin-left: 12px !important;
2687         }
2688         
2689         .stockview #photoClick p  {
2690                 margin-top: 5px !important;
2691                 margin-left: 12px !important;
2692         }
2693         
2694 /* Detailed view priceguide */
2695         .offerview .mobile-form-headers {
2696                 padding: 12px 0 !important;
2697                 margin-right: 0px !important;
2698                 margin-left: 0px !important;
2699                 height: 24px !important;;
2700         }
2701         .offerview .mobile-form-headers img {
2702                 float: left !important;
2703                 padding-left: 5px !important;
2704                 padding-right: 5px !important;
2705         }
2706         .offerview .mobile-form-headers i {
2707                 float: left !important;
2708                 margin-left: 5px !important;
2709         }
2710         .offerview .mobile-form-headers i.icon-white-arrow-up,
2711         .offerview .mobile-form-headers i.icon-white-arrow-down {
2712                 float: right !important;
2713         }
2714
2715         .offerview .mobile-form-headers i.icon {
2716                 margin-top: -5px !important;
2717                 margin-right: 5px !important;
2718         }
2719
2720         .offerview .mobile-form-headers i.mobile-money {
2721                 margin-right: 5px !important;
2722                 margin-left: 4px !important;
2723
2724         }
2725
2726         .offerview .mobile-form-headers i.mobile-clipboard {
2727                 margin-right: 11px !important;
2728                 margin-left: 11px !important;
2729         }
2730         .offerview .mobile-form-headers i.mobile-car {
2731                 margin-right: 6px !important;
2732         }
2733         .offerview .mobile-form-headers i.mobile-icon-user {
2734                 margin-right: 8px !important;
2735                 margin-left: 10px !important;
2736         }
2737
2738         .offerview .mobile-form-headers i.mobile-bomb {
2739                 margin-right: 3px !important;
2740         }
2741
2742         .offerview .mobile-form-headers i.mobile-headphones {
2743                 margin-right: 10px !important;
2744         }
2745
2746         .offerview .mobile-form-headers i.mobile-camera {
2747                 margin-right: 7px !important;
2748         }
2749
2750         .offerview #damagesClick p, #accessoriesClick p{
2751                 margin-top: 0px !important;
2752         }
2753
2754
2755
2756
2757         .main-section .offerview  #frmValuationView .page-title-wrapper h1 {
2758                 font-size: 12px !important;
2759                 width: 200px !important;
2760                 margin: 10px 0 0 !important;
2761         }
2762
2763         #printPriceGuidePdf {
2764                 display: none !important;
2765         }
2766
2767         .main-section .offerview .page-title-wrapper .back-btn {
2768                 display: none !important;
2769         }
2770
2771         .offerview #dropCmp .control-group {
2772                 height: 10px !important;
2773         }
2774
2775         .offerview #dropCmp  {
2776                 padding-bottom: 15px !important;
2777         }
2778
2779         .offerview .make-offer-btn {
2780                 float: right !important;
2781                 margin: -62px 0 0 !important;
2782         }
2783
2784         .offerview #dealershipDetails .control-group .control-label{
2785                 float: left !important;
2786                 width: 45% !important;
2787                 font-size: 12px !important;
2788                 line-height: 12px !important;
2789         }
2790
2791         .offerview #dealershipDetails .control-group .controls{
2792                 float: left !important;
2793                 width: 50% !important;
2794         }
2795
2796         .offerview #dealershipDetails .control-group .controls p{
2797                 font-size: 12px !important;
2798                 line-height: 12px !important;
2799         }
2800
2801         .offerview .page-top-forms-wrapper #dealershipDetails .form-horizontal {
2802                 min-height: 123px !important;
2803         }
2804
2805
2806         .offerview #valuationDetails .control-group .control-label{
2807                 float: left !important;
2808                 width: 45% !important;
2809                 font-size: 12px !important;
2810                 line-height: 12px !important;
2811         }
2812
2813         .offerview #valuationDetails .control-group .controls{
2814                 float: left !important;
2815                 width: 50% !important;
2816         }
2817
2818         .offerview #valuationDetails .control-group .controls p{
2819                 font-size: 12px !important;
2820                 line-height: 12px !important;
2821         }
2822
2823         .offerview .page-top-forms-wrapper #valuationDetails .form-horizontal {
2824                 min-height: 70px !important;
2825         }
2826
2827
2828         .offerview #pricingDetails .control-group .control-label{
2829                 float: left !important;
2830                 width: 47% !important;
2831                 font-size: 12px !important;
2832                 line-height: 12px !important;
2833                 padding-bottom: 5px !important;
2834                 padding-top: 5px !important;
2835                 margin: 0 0 0 5px !important;
2836         }
2837
2838         .offerview #pricingDetails .control-group .controls{
2839                 float: left !important;
2840                 width: 47% !important;
2841                 padding-bottom: 5px !important;
2842                 padding-top: 5px !important;
2843         }
2844
2845         .offerview #pricingDetails .control-group .controls p {
2846                 font-size: 12px !important;
2847                 line-height: 12px !important;
2848                 width: 100% !important;
2849                 margin: 0 !important;
2850         }
2851
2852         .offerview .page-top-forms-wrapper #pricingDetails .form-horizontal {
2853                 min-height: 123px !important;
2854         }
2855
2856         .offerview #vSpecs .control-label{
2857                 float: left !important;
2858                 width: 45% !important;
2859                 font-size: 12px !important;
2860                 line-height: 12px !important;
2861         }
2862
2863         .offerview #vSpecs .controls{
2864                 float: left !important;
2865                 width: 50% !important;
2866         }
2867
2868         .offerview #vSpecs .controls p{
2869                 font-size: 12px !important;
2870                 line-height: 12px !important;
2871         }
2872
2873
2874         .offerview #damages .control-label{
2875                 float: left !important;
2876                 width: 60% !important;
2877                 font-size: 12px !important;
2878                 line-height: 12px !important;
2879         }
2880
2881         .offerview #damages .controls{
2882                 float: left !important;
2883                 width: 35% !important;
2884         }
2885
2886         .offerview #damages .controls p{
2887                 font-size: 12px !important;
2888                 line-height: 12px !important;
2889         }
2890
2891         .offerview #damages .form-horizontal {
2892                 min-height: 150px !important;
2893         }
2894
2895         .offerview #accessoriesOpen .control-label{
2896                 float: left !important;
2897                 width: 45% !important;
2898                 font-size: 12px !important;
2899                 line-height: 12px !important;
2900         }
2901
2902         .offerview #accessoriesOpen .controls{
2903                 float: left !important;
2904                 width: 50% !important;
2905         }
2906
2907         .offerview #accessoriesOpen .controls p{
2908                 font-size: 12px !important;
2909                 line-height: 12px !important;
2910         }
2911
2912
2913         .offerview #accessoriesOpen .form-horizontal {
2914                 min-height: 150px !important;
2915         }
2916
2917         .offerview .page-bottom-forms-wrapper.page-middle-forms-wrapper .accessories-form {
2918                 min-height: 0px !important;
2919         }
2920
2921         .offerview #photo .form-horizontal {
2922                 min-height: 410px !important;
2923         }
2924
2925         .offerview #pricinghistory {
2926                 display: none !important;
2927         }
2928
2929         .offerview #vSpecs .fshNotes .controls,
2930         .offerview #damages .damageNotes .controls,
2931         .offerview #damages .previousRepairsNotes .controls,
2932         .offerview #damages .previousRepairsNoted .controls,
2933         .offerview #valuationDetails .coverReceived .controls,
2934         .offerview #pricingDetails .coverReceived .controls,    
2935         .offerview #accessoriesOpen .accessoryNotes .controls{
2936
2937                 width: 275px !important;
2938                 margin-left: 0px !important;
2939         }
2940
2941         #accessoriesOpen .row-fluid .textshow {
2942                 float: left !important;
2943                 width: 50% !important;
2944         }
2945
2946
2947         /* publicvaluation toggle buttons */
2948
2949         .publicvaluation #customerDetailsClick p,
2950         .publicvaluation #vehicleSpecificationsClick p,
2951         .publicvaluation #damagesClick p,
2952         .publicvaluation #accessoriesClick p,
2953         .publicvaluation #photosClick p {
2954                 margin-top: 0 !important;
2955         }
2956
2957         .publicvaluation .mobile-form-headers p {
2958                 font-size: 14px;
2959         }
2960
2961         .publicvaluation .mobile-form-headers {
2962                 padding: 12px 0 !important;
2963                 margin-right: 0px !important;
2964                 margin-left: 0px !important;
2965                 height: 24px !important;;
2966         }
2967         .publicvaluation .mobile-form-headers img {
2968                 float: left !important;
2969                 padding-left: 5px !important;
2970                 padding-right: 5px !important;
2971         }
2972         .publicvaluation .mobile-form-headers i {
2973                 float: left !important;
2974                 margin-left: 5px !important;
2975         }
2976         .publicvaluation .mobile-form-headers i.icon-white-arrow-up,
2977         .publicvaluation .mobile-form-headers i.icon-white-arrow-down {
2978                 float: right !important;
2979         }
2980
2981         .publicvaluation .mobile-form-headers i.icon {
2982                 margin-top: -5px !important;
2983                 margin-right: 5px !important;
2984         }
2985
2986         .publicvaluation .mobile-form-headers i.mobile-money {
2987                 margin-right: 5px !important;
2988                 margin-left: 4px !important;
2989                 float : left !important;
2990         }
2991
2992         .publicvaluation .mobile-form-headers i.mobile-clipboard {
2993                 margin-right: 11px !important;
2994                 margin-left: 11px !important;
2995                 float : left !important;
2996         }
2997         .publicvaluation .mobile-form-headers i.mobile-car {
2998                 margin-right: 6px !important;
2999                 float : left !important;
3000                 margin-top: -3px !important;
3001         }
3002         .publicvaluation .mobile-form-headers i.mobile-icon-user {
3003                 margin-right: 8px !important;
3004                 margin-left: 10px !important;
3005                 float : left !important;
3006                 margin-top: -3px !important;
3007         }
3008
3009         .publicvaluation .mobile-form-headers i.mobile-bomb {
3010                 margin-right: 3px !important;
3011                 float : left !important;
3012         }
3013
3014         .publicvaluation .mobile-form-headers i.mobile-headphones {
3015                 margin-right: 10px !important;
3016                 float : left !important;
3017                 margin-top: -3px !important;
3018         }
3019
3020         .publicvaluation .mobile-form-headers i.mobile-camera {
3021                 margin-right: 7px !important;
3022                 float : left !important;
3023                 margin-top: -3px !important;
3024         }
3025
3026         .publicvaluation #damagesClick p, #accessoriesClick p{
3027                 margin-top: 0px !important;
3028         }
3029
3030
3031         .publicvaluation #dealershipDetailsClick .mobile-form-headers {
3032                 padding: 12px 0 !important;
3033                 margin-right: 0px !important;
3034                 margin-left: 0px !important;
3035         }
3036
3037
3038         .main.publicvaluation .mobile-form-headers p {
3039                 font-size:12px; !important;
3040         }
3041
3042         /* public valuation forms */
3043
3044         .publicvaluation .page-top-forms-wrapper .form-horizontal {
3045                 margin: 0 !important;
3046                 min-height: 215px !important;
3047                 padding: 0 !important;
3048                 width: 102% !important;
3049         }
3050
3051         .publicvaluation .page-top-forms-wrapper .form-horizontal .row-fluid {
3052                 margin: 0 !important;
3053                 padding: 0 !important;
3054         }
3055
3056         .publicvaluation .form-horizontal .control-group .mobile-control-label {
3057                 width: 56% !important;
3058         }
3059
3060         .publicvaluation .form-horizontal .control-group .controls {
3061                 width: 35% !important;
3062         }
3063
3064         .publicvaluation .form-horizontal .mobile-control-group .input-prepend,
3065         .form-horizontal .mobile-control-group .btn-group {
3066                 width: 40% !important;
3067         }
3068
3069         .publicvaluation .form-horizontal .control-group .controls .information-input.error,
3070         .publicvaluation .form-horizontal .mobile-control-group .mobile-information-input.error,
3071         .publicvaluation .form-horizontal .control-group .controls .information-input.valid,
3072         .publicvaluation .form-horizontal .control-group .controls .information-input {
3073                 margin-left : -14px !important;
3074         }
3075
3076
3077         .publicvaluation  .form-horizontal .control-group .controls #street,
3078         .publicvaluation  .form-horizontal .control-group .controls #vinNumber,
3079         .publicvaluation  .form-horizontal .control-group .controls #engineNumber {
3080                 width: 101px !important;
3081         }
3082
3083
3084         .publicvaluation  .form-horizontal .control-group .controls #street.valid,
3085         .publicvaluation  .form-horizontal .control-group .controls #vinNumber.valid,
3086         .publicvaluation  .form-horizontal .control-group .controls #engineNumber.valid {
3087                 width: 98px !important;
3088         }
3089
3090         .publicvaluation .error {
3091                 width: 101px !important;
3092         }
3093
3094         .publicvaluation .bootstrap-select .btn {
3095                 width: 110px !important;
3096         }
3097
3098         .publicvaluation .form-horizontal .control-group .controls .information-input.valid {
3099                 width: 97px !important;
3100         }
3101
3102
3103
3104         .publicvaluation .page-top-forms-wrapper #vehicleSpecifications {
3105                 margin-left : 9px !important;
3106         }
3107
3108         .publicvaluation .control-group .text-box-small {
3109                 width:95% !important;
3110         }
3111
3112         .publicvaluation .page-middle-forms-wrapper .form-horizontal {
3113                 margin: 0 !important;
3114                 padding: 0 !important;
3115         }
3116         .publicvaluation .damages-form .textbox {
3117                 width: 95% !important;
3118         }
3119         
3120         .publicvaluation .valuation-details-form .textbox {
3121                 width: 95% !important;
3122         }
3123         
3124         .publicvaluation .pricing-details-form .textbox {
3125                 width: 95% !important;
3126         }
3127
3128         .publicvaluation .accessories-form .comment-box .comment-text-box {
3129                 width: 95% !important;
3130         }
3131
3132         .publicvaluation .accessories-form .checkbox-line,
3133         .publicvaluation .accessories-form .checkbox.checkbox-line {
3134                 font-size: 14px !important;
3135         }
3136
3137
3138 /* Detailed view valuationview */
3139
3140         .main-section .valuationview .page-title-wrapper .back-btn {
3141                 margin: -34px 0 29px !important;
3142                 font-size: 14px !important;
3143                 padding: 7px !important;
3144         }
3145
3146         .main-section .valuationview .page-title-wrapper h1 {
3147                 margin: 15px 0 5px !important;
3148         }
3149
3150         .valuationview .mobile-form-headers p {
3151                 font-size: 14px;
3152         }
3153
3154
3155         .valuationview .mobile-form-headers {
3156                 padding: 12px 0 !important;
3157                 margin-right: 0px !important;
3158                 margin-left: 0px !important;
3159                 height: 24px !important;;
3160         }
3161         .valuationview .mobile-form-headers img {
3162                 float: left !important;
3163                 padding-left: 5px !important;
3164                 padding-right: 5px !important;
3165         }
3166         .valuationview .mobile-form-headers i {
3167                 float: left !important;
3168                 margin-left: 5px !important;
3169         }
3170         .valuationview .mobile-form-headers i.icon-white-arrow-up,
3171         .valuationview .mobile-form-headers i.icon-white-arrow-down {
3172                 float: right !important;
3173         }
3174
3175         .valuationview .mobile-form-headers i.icon {
3176                 margin-top: -5px !important;
3177                 margin-right: 5px !important;
3178         }
3179
3180         .valuationview .mobile-form-headers i.mobile-money {
3181                 margin-right: 5px !important;
3182                 margin-left: 4px !important;
3183                 margin-top: -5px !important;
3184                 float: left !important;
3185
3186         }
3187
3188         .valuationview .mobile-form-headers i.mobile-clipboard {
3189                 margin-right: 11px !important;
3190                 margin-left: 11px !important;
3191                 margin-top: -5px !important;
3192                 float: left !important;
3193         }
3194         .valuationview .mobile-form-headers i.mobile-car {
3195                 margin-right: 6px !important;
3196                 margin-top: -5px !important;
3197                 float: left !important;
3198         }
3199         .valuationview .mobile-form-headers i.mobile-icon-user {
3200                 margin-right: 8px !important;
3201                 margin-left: 10px !important;
3202                 margin-top: -5px !important;
3203                 float: left !important;
3204         }
3205
3206         .valuationview .mobile-form-headers i.mobile-bomb {
3207                 margin-right: 3px !important;
3208                 margin-top: -5px !important;
3209                 float: left !important;
3210         }
3211
3212         .valuationview .mobile-form-headers i.mobile-headphones {
3213                 margin-right: 10px !important;
3214                 margin-top: -5px !important;
3215                 float: left !important;
3216         }
3217
3218         .valuationview .mobile-form-headers i.mobile-camera {
3219                 margin-right: 7px !important;
3220                 margin-top: -5px !important;
3221                 float: left !important;
3222         }
3223
3224         .valuationview #damagesClick p, #accessoriesClick p{
3225                 margin-top: 0px !important;
3226         }
3227
3228         /* Forms  */
3229
3230
3231         .valuationview .page-top-forms-wrapper .form-horizontal {
3232                 margin : 0px !important;
3233                 padding: 0 !important;
3234                 width: 299px !important;
3235         }
3236         .valuationview .form-horizontal .control-group .controls .information-input {
3237                 margin: 0 0 0 -10px !important;
3238                 width : 139px !important;
3239         }
3240         .valuationview .form-horizontal .control-group .controls .information-input.valid {
3241                 width   : 124px !important;
3242                 padding : 10px !important;
3243         }
3244
3245         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input {
3246                 width : 79px !important;
3247         }
3248
3249         .valuationview .form-horizontal .control-group .mobile-control-label {
3250                 width   : 135px !important;
3251         }
3252
3253         .valuationview .bootstrap-select .btn {
3254                 width: 147px !important;
3255         }
3256
3257         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input {
3258                 margin: 0 0 0 -10px !important;
3259                 width : 123px !important;
3260                 padding-left: 20px !important;
3261         }
3262
3263         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
3264                 width   : 114px !important;
3265                 padding : 10px !important;
3266                 padding-left: 20px !important;
3267         }
3268
3269
3270         .valuationview #valuationDetails .control-group-wrapper .control-group .control-label,
3271         .valuationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
3272                 font-size: 14px !important;
3273                 line-height: 14px !important;
3274                 margin-bottom: 10px !important;
3275         }
3276
3277         .valuationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
3278                 font-size: 14px !important;
3279                 margin: 5px 0 0 !important;
3280         }
3281         .valuationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
3282                 font-size: 14px !important;
3283                 padding-bottom: 15px !important;
3284         }
3285
3286
3287         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
3288                 padding-left: 20px !important;
3289                 width: 123px !important;
3290                 margin-left: -13px !important;
3291         }
3292         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
3293                 width: 115px !important;
3294         }
3295         .valuationview #pricingDetails p {
3296                 padding-left: 5px !important;
3297                 padding-top: 10px !important;
3298                 font-size : 14px !important;
3299         }
3300         .valuationview #pricingDetails p.trade-and-retail {
3301                 margin-left: 0px !important;
3302                 padding-top: 10px !important;
3303                 padding-bottom: 10px !important;
3304                 display: block !important;
3305                 float: left !important;
3306         }
3307
3308         .valuationview #pricingDetails span {
3309                 padding-left: 104px !important;
3310                 padding-top: 10px !important;
3311         }
3312
3313         .valuationview #vSpecs .form-horizontal,
3314         .valuationview #vSpecs .form-horizontal .row-fluid {
3315                 margin: 0 !important;
3316                 padding : 0 !important;
3317         }
3318
3319         .valuationview #vSpecs .form-horizontal .mobile-control-group .control-label {
3320                 margin: 10px 0 !important;
3321                 padding-left : 5px !important;
3322                 width: 132px !important;
3323         }
3324         .valuationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
3325                 margin: 15px 0 10px 4px !important;
3326                 padding : 0 !important;
3327         }
3328
3329         .valuationview #vSpecs .form-horizontal .control-group .controls .information-input {
3330                 margin: 0 0 0 -4px !important;
3331         }
3332
3333         .valuationview .form-horizontal,
3334         .valuationview .form-horizontal .row-fluid {
3335                 margin: 0 !important;
3336                 padding : 0 !important;
3337         }
3338
3339         .valuationview #damagesOpen,
3340         .valuationview #accessoriesOpen ,
3341         .valuationview #photo {
3342                 padding-left: 5px !important;
3343                 padding-right: 5px !important;
3344                 width: 95% !important;
3345         }
3346
3347         .valuationview #vSpecs .form-horizontal.mobile-form-horizontal {
3348                 width: 294px !important;
3349         }
3350
3351         .valuationview #damagesOpen .form-horizontal.mobile-form-horizontal,
3352         .valuationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
3353         .valuationview #photo .form-horizontal.mobile-form-horizontal {
3354                 width: 95% !important;
3355         }
3356
3357         .valuationview #damagesOpen .checkbox-line {
3358                 width: 110px !important;
3359                 margin-top: 5px !important;
3360         }
3361         .valuationview #damagesOpen .controls{
3362                 width: 95px !important;
3363                 margin-left: -8px !important;
3364                 float: left !important;
3365         }
3366
3367         .valuationview p.damages-comments {
3368                 font-size: 14px !important;
3369         }
3370         .valuationview p.cover-received {
3371                 font-size: 14px !important;
3372         }
3373         .valuationview .accessories-form .comment-box .mobile-comment,
3374         .valuationview .form-horizontal .mobile-instruction-paragraph,
3375         .valuationview .control-group label {
3376                 font-size: 14px !important;
3377         }
3378
3379         .valuationview .control-group .text-box-small {
3380                 width: 98% !important;
3381         }
3382         .valuationview .damages-form .textbox,
3383         .valuationview .valuation-details-form .textbox,
3384         .valuationview .pricing-details-form .textbox,
3385         .valuationview .accessories-form .comment-box .comment-text-box {
3386                 width: 101% !important;
3387         }
3388
3389         .valuationview #printValuationPdf {
3390                 display : none !important;
3391         }
3392
3393         .valuationview .top-grey-set .btn, .valuationview bottom-grey-set .btn {
3394                 float:left!important;
3395                 width: 100% !important;
3396                 margin: 10px 0 !important;
3397         }
3398
3399         .valuationview .colored-btn-set .btn {
3400                 width: 100% !important;
3401                 margin: 5px 0 !important;
3402                 float: left !important;
3403         }
3404
3405         .valuationview .control-group label.error {
3406                 float: left !important;
3407                 font-size: 10px !important;
3408                 width: 100% !important;
3409         }
3410
3411 /*  LIMITED view valuationlimitedview */
3412
3413         .limitedvaluationview #customerDetailsClick.open p,
3414         #customerDetailsClick p {
3415                 margin-top: 0px !important;
3416         }
3417
3418         .main-section .limitedvaluationview .page-title-wrapper .back-btn {
3419                 margin: -34px 0 29px !important;
3420                 font-size: 14px !important;
3421                 padding: 7px !important;
3422         }
3423
3424         .main-section .limitedvaluationview .page-title-wrapper h1 {
3425                 margin: 15px 0 5px !important;
3426         }
3427
3428         .limitedvaluationview .mobile-form-headers p {
3429                 font-size: 14px;
3430         }
3431
3432
3433         .limitedvaluationview .mobile-form-headers {
3434                 padding: 12px 0 !important;
3435                 margin-right: 0px !important;
3436                 margin-left: 0px !important;
3437                 height: 24px !important;;
3438         }
3439         .limitedvaluationview .mobile-form-headers img {
3440                 float: left !important;
3441                 padding-left: 5px !important;
3442                 padding-right: 5px !important;
3443         }
3444         .limitedvaluationview .mobile-form-headers i {
3445                 float: left !important;
3446                 margin-left: 5px !important;
3447         }
3448         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-up,
3449         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-down {
3450                 float: right !important;
3451         }
3452
3453         .limitedvaluationview .mobile-form-headers i.icon {
3454                 margin-top: -5px !important;
3455                 margin-right: 5px !important;
3456         }
3457
3458         .limitedvaluationview .mobile-form-headers i.mobile-money {
3459                 margin-right: 5px !important;
3460                 margin-left: 4px !important;
3461                 margin-top: -5px !important;
3462                 float: left !important;
3463
3464         }
3465
3466         .limitedvaluationview .mobile-form-headers i.mobile-clipboard {
3467                 margin-right: 11px !important;
3468                 margin-left: 11px !important;
3469                 margin-top: -5px !important;
3470                 float: left !important;
3471         }
3472         .limitedvaluationview .mobile-form-headers i.mobile-car {
3473                 margin-right: 6px !important;
3474                 margin-top: -5px !important;
3475                 float: left !important;
3476         }
3477         .limitedvaluationview .mobile-form-headers i.mobile-icon-user {
3478                 margin-right: 8px !important;
3479                 margin-left: 10px !important;
3480                 margin-top: -5px !important;
3481                 float: left !important;
3482         }
3483
3484         .limitedvaluationview .mobile-form-headers i.mobile-bomb {
3485                 margin-right: 3px !important;
3486                 margin-top: -5px !important;
3487                 float: left !important;
3488         }
3489
3490         .limitedvaluationview .mobile-form-headers i.mobile-headphones {
3491                 margin-right: 10px !important;
3492                 margin-top: -5px !important;
3493                 float: left !important;
3494         }
3495
3496         .limitedvaluationview .mobile-form-headers i.mobile-camera {
3497                 margin-right: 7px !important;
3498                 margin-top: -5px !important;
3499                 float: left !important;
3500         }
3501
3502         .limitedvaluationview #damagesClick p, #accessoriesClick p{
3503                 margin-top: 0px !important;
3504         }
3505
3506         /* Forms  */
3507         .limitedvaluationview .page-top-forms-wrapper .form-horizontal {
3508                 margin : 0px !important;
3509                 padding: 0 !important;
3510                 width: 293px !important;
3511                 border: 0 none !important;
3512         }
3513         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend,
3514         .limitedvaluationview .form-horizontal .mobile-control-group .btn-group {
3515                 margin-left : 2px !important;
3516         }
3517         .limitedvaluationview .form-horizontal .control-group .controls .information-input {
3518                 margin: 0 0 0 -10px !important;
3519                 width : 137px !important;
3520         }
3521         .limitedvaluationview .form-horizontal .control-group .controls .information-input.valid {
3522                 width   : 124px !important;
3523                 padding : 10px !important;
3524         }
3525
3526         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input {
3527                 width : 80px !important;
3528         }
3529
3530         .limitedvaluationview .form-horizontal .control-group .mobile-control-label {
3531                 width   : 135px !important;
3532         }
3533
3534         .limitedvaluationview .bootstrap-select .btn {
3535                 width: 147px !important;
3536         }
3537
3538         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input {
3539                 margin: 0 0 0 -10px !important;
3540                 width : 123px !important;
3541                 padding-left: 20px !important;
3542         }
3543
3544         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
3545                 width   : 114px !important;
3546                 padding : 10px !important;
3547                 padding-left: 20px !important;
3548         }
3549
3550
3551         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .control-label,
3552         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
3553                 font-size: 14px !important;
3554                 line-height: 14px !important;
3555                 margin-bottom: 10px !important;
3556         }
3557
3558         .limitedvaluationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
3559                 font-size: 14px !important;
3560                 margin: 5px 0 0 !important;
3561         }
3562         .limitedvaluationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
3563                 font-size: 14px !important;
3564                 padding-bottom: 15px !important;
3565         }
3566
3567
3568         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
3569                 padding-left: 20px !important;
3570                 width: 123px !important;
3571                 margin-left: -13px !important;
3572         }
3573         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
3574                 width: 115px !important;
3575         }
3576         .limitedvaluationview #pricingDetails p {
3577                 padding-left: 5px !important;
3578                 padding-top: 10px !important;
3579                 font-size : 14px !important;
3580         }
3581         .limitedvaluationview #pricingDetails p.trade-and-retail {
3582                 margin-left: 0px !important;
3583                 padding-top: 10px !important;
3584                 padding-bottom: 10px !important;
3585                 display: block !important;
3586                 float: left !important;
3587         }
3588
3589         .limitedvaluationview #pricingDetails span {
3590                 padding-left: 104px !important;
3591                 padding-top: 10px !important;
3592         }
3593
3594         .limitedvaluationview #vSpecs .form-horizontal,
3595         .limitedvaluationview #vSpecs .form-horizontal .row-fluid {
3596                 margin: 0 !important;
3597                 padding : 0 !important;
3598                 border: 0 none !important;
3599         }
3600
3601         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group .control-label {
3602                 margin: 10px 0 !important;
3603                 padding-left : 5px !important;
3604                 width:137px !important;
3605         }
3606         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group .controls {
3607                 width: 129px !important;
3608         }
3609
3610
3611         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
3612                 margin: 15px 0 10px 0px !important;
3613                 padding : 0 !important;
3614         }
3615
3616         .limitedvaluationview #vSpecs .form-horizontal .control-group .controls .information-input {
3617                 margin: 0 0 0 -4px !important;
3618         }
3619
3620         .limitedvaluationview .form-horizontal,
3621         .limitedvaluationview .form-horizontal .row-fluid {
3622                 margin: 0 !important;
3623                 padding : 0 !important;
3624         }
3625
3626         .limitedvaluationview #damagesOpen,
3627         .limitedvaluationview #accessoriesOpen ,
3628         .limitedvaluationview #photo {
3629                 padding-left: 0px !important;
3630                 padding-right: 5px !important;
3631                 width: 100% !important;
3632         }
3633
3634         .limitedvaluationview #accessoriesOpen .form-horizontal {
3635                 padding-left: 10px !important;
3636                 border: 10px !important;
3637         }
3638
3639         .limitedvaluationview .page-bottom-forms-wrapper .form-horizontal {
3640                 border: 0 none !important;
3641         }
3642
3643         .limitedvaluationview #vSpecs .form-horizontal.mobile-form-horizontal {
3644                 width: 294px !important;
3645         }
3646
3647         .limitedvaluationview #damagesOpen .form-horizontal.mobile-form-horizontal,
3648         .limitedvaluationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
3649         .limitedvaluationview #photo .form-horizontal.mobile-form-horizontal {
3650                 width: 95% !important;
3651         }
3652
3653         .limitedvaluationview #damagesOpen .checkbox-line {
3654                 width: 110px !important;
3655                 margin-top: 5px !important;
3656         }
3657         .limitedvaluationview #damagesOpen .controls{
3658                 width: 95px !important;
3659                 margin-left: -8px !important;
3660                 float: left !important;
3661         }
3662
3663         .limitedvaluationview p.damages-comments {
3664                 font-size: 14px !important;
3665         }
3666         .limitedvaluationview p.cover-received {
3667                 font-size: 14px !important;
3668         }
3669         .limitedvaluationview .accessories-form .comment-box .mobile-comment,
3670         .limitedvaluationview .form-horizontal .mobile-instruction-paragraph,
3671         .limitedvaluationview .control-group label {
3672                 font-size: 14px !important;
3673         }
3674
3675         .limitedvaluationview .control-group .text-box-small {
3676                 width: 100% !important;
3677         }
3678         .limitedvaluationview .damages-form .textbox,
3679         .limitedvaluationview .valuation-details-form .textbox,
3680         .limitedvaluationview .pricing-details-form .textbox,
3681         .limitedvaluationview .accessories-form .comment-box .comment-text-box {
3682                 width: 95% !important;
3683         }
3684         .limitedvaluationview #printValuationPdf {
3685                 display : none !important;
3686         }
3687         #photo p.instruction-paragraph,
3688         #photo p.warning-paragraph{
3689                 padding-left:10px!important;
3690         }
3691
3692         .limitedvaluationview .accessory {
3693                 padding-left:10px !important;
3694         }
3695
3696         .select-valuator btn {
3697          width: 300px !important;
3698         }
3699
3700         .limitedvaluationview .top-grey-set .btn, .limitedvaluationview bottom-grey-set .btn {
3701                 float:left!important;
3702                 width: 100% !important;
3703                 margin: 10px 0 !important;
3704         }
3705
3706         .limitedvaluationview .colored-btn-set .btn {
3707                 width: 100% !important;
3708                 margin: 5px 0 !important;
3709         }
3710 }
3711
3712
3713 /*  //added extra for the accept terms */
3714  @media (min-width: 360px) and (max-width: 399px) {
3715         #frmValuationView .checkbox.checkbox-line.acceptTerms {
3716                 text-align:center !important;
3717                 width: 200px !important;
3718         }
3719         select,
3720         textarea,
3721         input[type="textarea"],
3722         input[type="text"],
3723         input[type="password"],
3724         input[type="datetime"],
3725         input[type="datetime-local"],
3726         input[type="date"],
3727         input[type="month"],
3728         input[type="time"],
3729         input[type="week"],
3730         input[type="number"],
3731         input[type="email"],
3732         input[type="url"],
3733         input[type="search"],
3734         input[type="tel"],
3735         input[type="color"],
3736         .control-group .text-box-small,
3737         .damages-form .textbox,
3738         .valuation-details-form .textbox,
3739         .pricing-details-form .textbox,
3740         .textbox
3741         { font-size: 16px !important; }
3742
3743         .form-horizontal {
3744         background-color: transparent !important;
3745         border-color: transparent !important;
3746         }
3747         .box-shadow {
3748                 box-shadow: none !important;
3749         }
3750
3751         .valuationview #btnArchive, .valuationview #add-to-stock-btn, .valuationview .add-to-stock-btn {
3752                 width : 100% !important;
3753                 margin: 10px 0 !important;
3754                 float: left !important;
3755         }
3756
3757         .home .midLanding {
3758                 margin: -130px 0 0 -10px !important;
3759         }
3760
3761         .dealerhome .btnDiv {
3762                 width: 73% !important;
3763                 margin: 0 0 0 45px !important;
3764
3765         }
3766
3767         .dealerhome .login {
3768                 margin: 0 0 10px 10px !important;
3769         }
3770
3771         .dealerhome .mobi {
3772                 display: none !important;
3773         }
3774
3775         .dealerhome .divAction {
3776                 margin: 0 0 0px -15px !important;
3777         }
3778
3779     /* Auction page */
3780
3781         /* new menu buttons */
3782         #mobiAuctionBtn {
3783                 width:30% !important;
3784                 padding-left: 10px !important;
3785                 font-size: 12px !important;  /* Reset font */
3786         }
3787
3788         #mobiPriceGuideBtn{
3789                 width:36% !important;
3790                 font-size: 12px !important;  /* Reset font */
3791         }
3792
3793         #mobiValuationsBtn {
3794                 width:34% !important;
3795                 padding-left: 10px !important;
3796                 font-size: 12px !important;  /* Reset font */
3797         }
3798
3799         /* The auction filters */
3800
3801         .auction .MakeMobi .dropdown-menu  {
3802                 margin: -54px 0 0 0;
3803         }
3804
3805         .auction .RegionMobi .dropdown-menu  {
3806                 margin: -64px 0 0 0;
3807         }
3808
3809         .auction #btnBasketMobi {
3810                 width: 155px !important;
3811                 margin: -108px 0 0 10px !important;
3812         }
3813
3814         .auction .MakeMobi .btn.dropdown-toggle {
3815                 width: 155px !important;
3816                 margin: -86px 0 0 !important;
3817         }
3818
3819         .auction .page-title-wrapper .btn-new-valuation {
3820                 width: 160px !important;
3821                 margin: 0px 0 0 167px !important;
3822                 display: block !important;
3823                 padding: 4px !important;
3824                 position: absolute !important;
3825                 float: left !important;
3826         }
3827
3828         .auction .RegionMobi .btn.dropdown-toggle {
3829                 width: 155px !important;
3830                 margin: -96px 0 0 !important;
3831         }
3832
3833         .auction #gridAuctionContext_RegNoMobi {
3834                 margin: -155px 0 0 167px !important;
3835                 width: 146px !important;
3836                 font-size: 16px !important;
3837                 position: absolute !important;
3838         }
3839
3840         .auction #btnClearSearch {
3841                 display: none !important;
3842         }
3843
3844         .auction #btnSearch {
3845                 display: none !important;
3846         }
3847
3848         .auction .row-fluid.table-form {
3849                 margin: -80px 0 0 0px !important;
3850                 float: left !important; /* added for IE */
3851         }
3852
3853         .auction .icon-circle-arrow-up,
3854         .auction .icon-circle-arrow-down{
3855                 display:none !important;
3856         }
3857
3858         .auction .table-heading-wrapper {
3859                 font-size: 10px !important;  /* Added for ie */
3860                 height: 60px !important;
3861                 overflow: hidden !important;
3862                 padding-left: 5px !important;
3863         }
3864         .auction table.table td{
3865                 font-size: 10px !important;  /* Added for ie */
3866         }
3867         .auction table.table {
3868                 width: 328px !important;
3869                 overflow: hidden !important;
3870         }
3871
3872         /* The Price guide filters */
3873
3874         .page-title-wrapper p {
3875                 display:none !important;
3876         }
3877
3878         .priceguide .MakeMobi .dropdown-menu  {
3879                 margin: -7px 0 0 -133px;
3880         }
3881
3882         .priceguide .RegionMobi .dropdown-menu  {
3883                 margin: -29px 0 0 0;
3884         }
3885
3886         .priceguide .MakeMobi .btn.dropdown-toggle {
3887                 width: 150px !important;
3888                 margin: -38px 0 0 -133px !important;
3889                 display: block !important;
3890                 float: left !important;
3891                 position: inherit !important;
3892         }
3893
3894         .priceguide .RegionMobi .btn.dropdown-toggle {
3895                 width: 150px !important;
3896                 margin: -61px 0 0 0px !important;
3897                 display: block !important;
3898                 float: left !important;
3899                 position: inherit !important;
3900         }
3901
3902         .priceguide #gridPriceGuideContext_RegNoMobi {
3903                 margin: -10px 0 0 163px !important;
3904                 width: 135px !important;
3905                 float: left !important;
3906                 display: block !important;
3907                 position: inherit !important;
3908         }
3909
3910         .priceguide #btnClearSearch {
3911                 display: none !important;
3912         }
3913
3914         .priceguide #btnSearch {
3915                 display: none !important;
3916         }
3917
3918         .priceguide .row-fluid.table-form {
3919                 margin: -90px 0 0 0px !important;
3920                 float: left !important; /* added for IE */
3921         }
3922
3923         .priceguide .icon-circle-arrow-up,
3924         .priceguide .icon-circle-arrow-down{
3925                 display:none !important;
3926         }
3927
3928         .priceguide .table-heading-wrapper {
3929                 font-size: 10px !important;  /* Added for ie */
3930                 height: 60px !important;
3931                 overflow: hidden !important;
3932                 padding-left: 5px !important;
3933         }
3934         .priceguide table.table td{
3935                 font-size: 10px !important;  /* Added for ie */
3936         }
3937         .priceguide table.table {
3938                 width: 313px !important;
3939                 overflow: hidden !important;
3940         }
3941
3942         .priceguide .pagination {
3943                 margin: 0px 5px 0 0 !important;
3944         }
3945
3946 /* The valuation filters */
3947
3948         .main-section .valuations .page-title-wrapper .mobile-header-valuation {
3949                 font-size: 30px !important;
3950         }
3951         .valuations .page-title-wrapper .mobile-btn-wrapper {
3952                 border-bottom: none !important;
3953         }
3954
3955         .page-title-wrapper p {
3956                 display:none !important;
3957         }
3958
3959         .valuations .MakeMobi .dropdown-menu  {
3960                 margin: 2px 0 0 -40px;
3961         }
3962
3963         .valuations .StatusMobi .dropdown-menu  {
3964                 margin: -90px 0 0;
3965         }
3966
3967         .valuations .MakeMobi .btn.dropdown-toggle {
3968                 width: 165px !important;
3969                 margin: -25px 0 0 -40px !important;
3970                 display: block !important;
3971                 float: left !important;
3972                 position: inherit !important;
3973         }
3974
3975         .valuations .StatusMobi .btn.dropdown-toggle {
3976                 width: 165px !important;
3977                 margin: -122px 0 0 !important;
3978                 display: block !important;
3979                 float: left !important;
3980                 position: inherit !important;
3981         }
3982
3983         .main.valuations #gridValuationContext_RegNoMobi {
3984
3985                 float: left !important;
3986                 margin: -41px 0 0 177px !important;
3987                 width: 136px !important;
3988         }
3989
3990         .valuations #newValuation {
3991                 margin: 0px 0 0 177px !important;
3992                 width: 150px !important;
3993                 float: left !important;
3994         }
3995
3996         .main.valuations #clearValuationGridContext,
3997         .main.valuations #searchValuationGrid,
3998         .main.valuations #valuationReport {
3999                 display: none !important;
4000         }
4001
4002         .valuations .row-fluid.table-form {
4003                 margin: -110px 0 0 !important;
4004                 float: left !important; /* added for IE */
4005         }
4006
4007         .valuations .icon-circle-arrow-up,
4008         .valuations .icon-circle-arrow-down{
4009                 display:none !important;
4010         }
4011
4012         .valuations .table-heading-wrapper {
4013                 font-size: 10px !important;  /* Added for ie */
4014                 height: 60px !important;
4015                 overflow: hidden !important;
4016                 padding-left: 5px !important;
4017         }
4018         .valuations table.table td{
4019                 font-size: 10px !important;  /* Added for ie */
4020         }
4021         .valuations table.table {
4022                 width: 327px !important;
4023                 overflow: hidden !important;
4024         }
4025
4026         .valuations .pagination {
4027                 margin: 0px 5px 0 0 !important;
4028         }
4029
4030 /* Detailed view Auction - bidview */
4031
4032
4033 #PageContent.bidview .row_even .one,
4034         #PageContent.bidview .row_odd .one,
4035         #PageContent.bidview .row_even .two,
4036         #PageContent.bidview .row_odd .two,
4037         #PageContent.bidview .row_red .one,
4038         #PageContent.bidview .row_red .two{
4039                 width: 100% !important;
4040         }
4041
4042
4043         #PageContent.bidview .row_even .one .control-label,
4044         #PageContent.bidview .row_odd .one .control-label,
4045         #PageContent.bidview .row_even .two .control-label,
4046         #PageContent.bidview .row_odd .two .control-label,
4047         #PageContent.bidview .row_red .one .control-label,
4048         #PageContent.bidview .row_red .two .control-label{
4049                 width: 50% !important;
4050         }
4051
4052
4053         #PageContent.bidview #vehicleDamages .div-striped .control-group {
4054                 width: 317px !important;
4055         }
4056         #PageContent.bidview #vehicleDamages .div-striped .control-group .control-label {
4057                 width: 40% !important;
4058                 float: left !important;
4059         }
4060         #PageContent.bidview #vehicleDamages .div-striped .control-group .controls{
4061                 width: 37% !important;
4062                 float: right !important;
4063         }
4064
4065         #PageContent.bidview #vehicleDamages .row_even .control-group,
4066         #PageContent.bidview #vehicleDamages .row_odd .control-group{
4067                 width: 100% !important;
4068         }
4069
4070         #PageContent.bidview #vehicleDamages .row_even .control-group .control-label,
4071         #PageContent.bidview #vehicleDamages .row_odd .control-group .control-label{
4072                 width: 100% !important;
4073         }
4074         /* yes */
4075         .form-horizontal .control-group .controls #previousRepairsNoted {
4076                 width: 50px !important;
4077                 float: left !important;
4078                 margin: -14px 0 0 193px !important;
4079         }
4080
4081         .bidview #vehicleAccessoriesClick {
4082                 width: 328px !important ;
4083         }
4084
4085         #PageContent.bidview .damageTotal .control-label {
4086                 float: left !important;
4087                 width: 40% !important;
4088         }
4089
4090         #PageContent.bidview .damageTotal .controls {
4091                 float: right !important;
4092                 width: 39% !important;
4093         }
4094
4095
4096         #accessoriesMobiOpen {
4097                 width: 329px !important;
4098                 margin: 0 0 0 -14px !important;
4099         }
4100         #accessoriesMobiOpen .row-fluid {
4101                 border: 1px solid #d3d3d3;
4102                 width: 307px !important;
4103         }
4104         #accessoriesMobiOpen .row-fluid div {
4105                 width: 145px !important;
4106                 float: left !important;
4107                 padding-top: 5px !important;
4108         }
4109         #accessoryNotesMobi {
4110                 margin-bottom: 15px !important;
4111         }
4112
4113         #PageContent.bidview h5 {
4114                 margin-bottom: 5px !important;
4115                 margin-top: 5px !important;
4116         }
4117
4118
4119 #vehicleDamages .row_red {
4120                 display: none !important;
4121         }
4122
4123         .accessoryNotes_dataMobi {
4124                 padding-bottom: 25px !important;
4125                 padding-top: 15px !important;
4126                 border: 1px solid #D3D3D3 !important;
4127         }
4128
4129         .accessoryNotes_dataMobi .control-label {
4130                 float: left !important;
4131                 font-size: 12px !important;
4132                 margin-left: 12px !important;
4133                 text-align: left !important;
4134         }
4135         .accessoryNotes_dataMobi .controls {
4136                 width: 318px !important;
4137                 margin-left: 10px !important;
4138         }
4139
4140         .accessoryNotes_titleMobi {
4141                 padding-bottom: 25px !important;
4142                 padding-top: 15px !important;
4143                 border: 1px solid #D3D3D3 !important;
4144         }
4145
4146         .accessoryNotes_titleMobi .control-label {
4147                 float: left !important;
4148                 font-size: 12px !important;
4149                 margin-left: 12px !important;
4150                 text-align: left !important;
4151         }
4152         .accessoryNotes_titleMobi .controls {
4153                 width: 318px !important;
4154                 margin-left: 10px !important;
4155         }
4156
4157         .accessoryNotesMobi {
4158                 padding-bottom: 25px !important;
4159                 padding-top: 0px !important;
4160                 border: 1px solid #D3D3D3 !important;
4161         }
4162
4163         .accessoryNotesMobi .control-label {
4164                 float: left !important;
4165                 font-size: 12px !important;
4166                 margin-left: 12px !important;
4167                 text-align: left !important;
4168         }
4169         .accessoryNotesMobi .controls {
4170                 width: 318px !important;
4171                 margin-left: 10px !important;
4172         }
4173
4174
4175         .backBtn {
4176                 margin: -20px 0 0 0 !important;
4177         }
4178
4179         .bidview .bid-emai-seller-button .btn {
4180                 float: left !important;
4181                 margin: 10px 0 !important;
4182         }
4183
4184
4185         .main-section .container-fluid.bidview {
4186                 max-width: 100% !important;
4187         }
4188
4189         .bidview .mobile-form-headers {
4190                 padding: 5px 0 0 !important;
4191         }
4192         .bidview .mobile-form-headers p {
4193                 font-size: 12px !important;
4194                 padding-top: 5px !important;
4195         }
4196         .bidview #vehicleSpecificationsClick.mobile-form-headers  {
4197                 padding: 0 !important;
4198                 margin-left: -22px !important;
4199                 width: 327px !important;
4200                 margin-top: -9px !important;
4201         }
4202         .bidview #vehicleSpecificationsClick.mobile-form-headers p  {
4203                 padding-top: 10px !important;
4204         }
4205
4206         .bidview #vehicleDamagesClick.mobile-form-headers  {
4207                 padding: 0 5px 0 0 !important;
4208                 margin-left: 0 !important;
4209                 width: 327px !important;
4210                 margin-top: 0px !important;
4211         }
4212         .bidview #vehicleDamagesClick.mobile-form-headers p  {
4213                 padding-top: 10px !important;
4214         }
4215
4216         .bidview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
4217                 padding: 0 !important;
4218                 width: 329px !important;
4219                 margin: 0 0 0 -23px !important;
4220                 min-height: 44px !important;
4221
4222         }
4223         .bidview .mobile-car {
4224                 margin-left:5px !important;
4225         }
4226
4227         .bidview .page-middle-forms-wrapper .form-horizontal {
4228                 min-height: 44px !important;
4229         }
4230
4231         .bidview #vehicleBidBoxClick.mobile-form-headers  {
4232                 padding: 2px 0 0 !important;
4233                 margin-top: 0px !important;
4234         }
4235
4236         #PageContent.bidview .specs .controls #fshNotes_data,
4237         #PageContent.bidview .specs .controls #damageNotes_data,
4238         #PageContent.bidview .specs .controls #coverReceived_data,
4239         #PageContent.bidview .specs .controls #previousRepairsNotes_data {
4240                 width: 300px !important;
4241         }
4242
4243
4244
4245         /* publicvaluation toggle buttons */
4246
4247         .publicvaluation #customerDetailsClick p,
4248         .publicvaluation #vehicleSpecificationsClick p,
4249         .publicvaluation #damagesClick p,
4250         .publicvaluation #accessoriesClick p,
4251         .publicvaluation #photosClick p {
4252                 margin-top: 0 !important;
4253         }
4254
4255         .publicvaluation .mobile-form-headers p {
4256                 font-size: 14px;
4257         }
4258
4259         .publicvaluation .mobile-form-headers {
4260                 padding: 12px 0 !important;
4261                 margin-right: 0px !important;
4262                 margin-left: 0px !important;
4263                 height: 24px !important;;
4264         }
4265         .publicvaluation .mobile-form-headers img {
4266                 float: left !important;
4267                 padding-left: 5px !important;
4268                 padding-right: 5px !important;
4269         }
4270         .publicvaluation .mobile-form-headers i {
4271                 float: left !important;
4272                 margin-left: 5px !important;
4273         }
4274         .publicvaluation .mobile-form-headers i.icon-white-arrow-up,
4275         .publicvaluation .mobile-form-headers i.icon-white-arrow-down {
4276                 float: right !important;
4277         }
4278
4279         .publicvaluation .mobile-form-headers i.icon {
4280                 margin-top: -5px !important;
4281                 margin-right: 5px !important;
4282         }
4283
4284         .publicvaluation .mobile-form-headers i.mobile-money {
4285                 margin-right: 5px !important;
4286                 margin-left: 4px !important;
4287                 float : left !important;
4288         }
4289
4290         .publicvaluation .mobile-form-headers i.mobile-clipboard {
4291                 margin-right: 11px !important;
4292                 margin-left: 11px !important;
4293                 float : left !important;
4294         }
4295         .publicvaluation .mobile-form-headers i.mobile-car {
4296                 margin-right: 6px !important;
4297                 float : left !important;
4298                 margin-top: -3px !important;
4299         }
4300         .publicvaluation .mobile-form-headers i.mobile-icon-user {
4301                 margin-right: 8px !important;
4302                 margin-left: 10px !important;
4303                 float : left !important;
4304                 margin-top: -3px !important;
4305         }
4306
4307         .publicvaluation .mobile-form-headers i.mobile-bomb {
4308                 margin-right: 3px !important;
4309                 float : left !important;
4310         }
4311
4312         .publicvaluation .mobile-form-headers i.mobile-headphones {
4313                 margin-right: 10px !important;
4314                 float : left !important;
4315                 margin-top: -3px !important;
4316         }
4317
4318         .publicvaluation .mobile-form-headers i.mobile-camera {
4319                 margin-right: 7px !important;
4320                 float : left !important;
4321                 margin-top: -3px !important;
4322         }
4323
4324         .publicvaluation #damagesClick p, #accessoriesClick p{
4325                 margin-top: 0px !important;
4326         }
4327
4328
4329         .publicvaluation #dealershipDetailsClick .mobile-form-headers {
4330                 padding: 12px 0 !important;
4331                 margin-right: 0px !important;
4332                 margin-left: 0px !important;
4333         }
4334
4335
4336         .main.publicvaluation .mobile-form-headers p {
4337                 font-size:12px; !important;
4338         }
4339
4340         /* public valuation forms */
4341
4342         .publicvaluation .page-top-forms-wrapper .form-horizontal {
4343                 margin: 0 !important;
4344                 min-height: 215px !important;
4345                 padding: 0 !important;
4346                 width: 113% !important;
4347         }
4348
4349         .publicvaluation #vehicleSpecifications {
4350                 width: 107% !important;
4351         }
4352
4353         .publicvaluation .page-top-forms-wrapper .form-horizontal .row-fluid,
4354         .publicvaluation #customerDetails .row-fluid {
4355                 margin: 0 !important;
4356                 padding: 0 !important;
4357         }
4358
4359
4360         .publicvaluation .form-horizontal .control-group .mobile-control-label {
4361                 width: 56% !important;
4362         }
4363
4364         .publicvaluation .form-horizontal .control-group .controls {
4365                 width: 35% !important;
4366         }
4367
4368         .publicvaluation .form-horizontal .mobile-control-group .input-prepend,
4369         .form-horizontal .mobile-control-group .btn-group {
4370                 width: 40% !important;
4371         }
4372
4373         .publicvaluation .form-horizontal .control-group .controls .information-input.error,
4374         .publicvaluation .form-horizontal .mobile-control-group .mobile-information-input.error,
4375         .publicvaluation .form-horizontal .control-group .controls .information-input.valid,
4376         .publicvaluation .form-horizontal .control-group .controls .information-input {
4377                 margin-left : -18px !important;
4378         }
4379
4380         .publicvaluation #vehicleSpecifications .control-group .controls .information-input.error,
4381         .publicvaluation #vehicleSpecifications .mobile-control-group .mobile-information-input.error,
4382         .publicvaluation #vehicleSpecifications .control-group .controls .information-input.valid,
4383         .publicvaluation #vehicleSpecifications .control-group .controls .information-input {
4384                 margin-left : -16px !important;
4385         }
4386
4387
4388
4389
4390         .publicvaluation  .form-horizontal .control-group .controls #street,
4391         .publicvaluation  .form-horizontal .control-group .controls #vinNumber,
4392         .publicvaluation  .form-horizontal .control-group .controls #engineNumber {
4393                 width: 101px !important;
4394         }
4395
4396         .publicvaluation  .form-horizontal .control-group .controls #street.valid,
4397         .publicvaluation  .form-horizontal .control-group .controls #vinNumber.valid,
4398         .publicvaluation  .form-horizontal .control-group .controls #engineNumber.valid {
4399                 width: 98px !important;
4400         }
4401
4402         .publicvaluation .error {
4403                 width: 101px !important;
4404         }
4405
4406         .publicvaluation .bootstrap-select .btn {
4407                 width: 110px !important;
4408         }
4409
4410         .publicvaluation .form-horizontal .control-group .controls .information-input.valid {
4411                 width: 97px !important;
4412         }
4413
4414
4415         .publicvaluation .page-top-forms-wrapper #vehicleSpecifications {
4416                 margin-left : 9px !important;
4417         }
4418
4419         .publicvaluation .control-group .text-box-small {
4420                 width:90% !important;
4421         }
4422
4423         .publicvaluation .page-middle-forms-wrapper .form-horizontal {
4424                 margin: 0 !important;
4425                 padding: 0 !important;
4426         }
4427         .publicvaluation .damages-form .textbox {
4428                 width: 95% !important;
4429         }
4430
4431         .publicvaluation .valuation-details-form .textbox {
4432                 width: 95% !important;
4433         }
4434         
4435         .publicvaluation .pricing-details-form .textbox {
4436                 width: 95% !important;
4437         }
4438
4439         .publicvaluation .accessories-form .comment-box .comment-text-box {
4440                 width: 95% !important;
4441         }
4442
4443
4444         
4445 /* Detailed view Stock  */
4446
4447         #PageContent.stockview .row_even .one,
4448         #PageContent.stockview .row_odd .one,
4449         #PageContent.stockview .row_even .two,
4450         #PageContent.stockview .row_odd .two,
4451         #PageContent.stockview .row_red .one,
4452         #PageContent.stockview .row_red .two{
4453                 width: 100% !important;
4454         }
4455
4456
4457         #PageContent.stockview .row_even .one .control-label,
4458         #PageContent.stockview .row_odd .one .control-label,
4459         #PageContent.stockview .row_even .two .control-label,
4460         #PageContent.stockview .row_odd .two .control-label,
4461         #PageContent.stockview .row_red .one .control-label,
4462         #PageContent.stockview .row_red .two .control-label{
4463                 width: 50% !important;
4464         }
4465         
4466         .stockview #vSpecs .form-horizontal .control-group .controls {
4467                 width: 133px !important;
4468                 font-size:12px;
4469                 margin-left:10px;
4470                 margin-top: 0px;
4471         }
4472         
4473
4474
4475         #PageContent.stockview #vehicleDamages .div-striped .control-group {
4476                 width: 210px !important;
4477         }
4478         #PageContent.stockview #vehicleDamages .div-striped .control-group .control-label {
4479                 width: 40% !important;
4480                 float: left !important;
4481         }
4482         #PageContent.stockview #vehicleDamages .div-striped .control-group .controls{
4483                 width: 50% !important;
4484                 float: left !important;
4485         }
4486
4487         #PageContent.stockview #vehicleDamages .row_even .control-group,
4488         #PageContent.stockview #vehicleDamages .row_odd .control-group{
4489                 width: 100% !important;
4490         }
4491
4492         #PageContent.stockview #vehicleDamages .row_even .control-group .control-label,
4493         #PageContent.stockview #vehicleDamages .row_odd .control-group .control-label{
4494                 width: 100% !important;
4495         }
4496         
4497
4498         .stockview #vehicleAccessoriesClick {
4499                 width: 221px !important;
4500         }
4501
4502         .stockview .bid-emai-seller-button .btn {
4503                 float: left !important;
4504                 margin: 10px 0 !important;
4505         }
4506         
4507         .main-section .stockview .page-title-wrapper .back-btn
4508         {
4509                 margin: -34px 17px 0 0 !important;
4510         }
4511         
4512         #PageContent.stockview #vSpecs .control-label.valuation-line{
4513                 margin-left:10px !important;
4514         }
4515         #PageContent.stockview #vSpecs #mmCode{
4516                 margin-left: 22px !important;
4517         }
4518         
4519         .stockview .form-horizontal .control-group .controls .information-input,
4520         .stockview .form-horizontal .mobile-control-group .mobile-information-input,
4521         .stockview .form-horizontal .mobile-control-group .mobile-information-input-short,
4522         .stockview .form-horizontal .control-group .controls .information-input {
4523                 width: 101px !important;
4524         }
4525         
4526         
4527         .stockview #vSpecs .controls .information-input.valid,
4528         .stockview #vSpecs .controls .information-input.error {
4529                 width: 88px !important;
4530                 margin-right : 8px !important;
4531         }
4532         .stockview #vSpecs #fshNotes {
4533                 width: 93% !important;
4534         }
4535         
4536         .stockview #damagesOpen input.rand-input {
4537                 margin-top: -10px !important;
4538                 width: 107px !important;
4539         }
4540         
4541         .stockview #damagesOpen .price,
4542         .stockview #damagesOpen .damages-form .price {
4543                 margin-left: 30px !important;
4544                 margin-top: 0px !important;
4545         }
4546         .stockview #pricinghistory {
4547                 display: none;
4548         }
4549         
4550         .stockview #pricingDetails .form-horizontal {
4551                 min-height: 70px !important;
4552         }
4553         
4554
4555         .main-section .container-fluid.stockview  {
4556                 max-width: 100% !important;
4557         }
4558
4559         .stockview .mobile-form-headers {
4560                 padding: 5px 0 0 !important;
4561         }
4562         .stockview .mobile-form-headers p {
4563                 font-size: 12px !important;
4564                 padding-top: 5px !important;
4565         }
4566         .stockview #vehicleSpecificationsClick.mobile-form-headers  {
4567                 padding: 0 !important;
4568                 margin-left: -21px !important;
4569                 width: 222px !important;
4570                 margin-top: -9px !important;
4571         }
4572         .stockview #vehicleSpecificationsClick.mobile-form-headers p  {
4573                 padding-top: 10px !important;
4574         }
4575
4576         .stockview #vehicleDamagesClick.mobile-form-headers  {
4577                 padding: 0px 5px 0 20px !important;
4578                 margin-left: -20px !important;
4579                 width: 222px !important;
4580                 margin-top: 0px !important;
4581         }
4582         .stockview #vehicleDamagesClick.mobile-form-headers p  {
4583                 padding-top: 10px !important;
4584         }
4585
4586         .stockview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
4587                 padding: 0 !important;
4588                 width: 223px !important;
4589                 margin: 0 0 0 -21px !important;
4590                 min-height: 44px !important;
4591
4592         }
4593         
4594
4595         .stockview .page-middle-forms-wrapper .form-horizontal {
4596                 min-height: 44px !important;
4597         }
4598
4599         .stockview #vehicleBidBoxClick.mobile-form-headers  {
4600                 padding: 2px 0 0 !important;
4601                 margin-top: 0px !important;
4602         }
4603
4604         #PageContent.stockview .specs .controls #fshNotes_data,
4605         #PageContent.stockview .specs .controls #damageNotes_data,
4606         #PageContent.stockview .specs .controls #coverReceived_data,
4607         #PageContent.stockview .specs .controls #previousRepairsNotes_data {
4608                 width: 200px !important;
4609         }
4610         
4611         .stockview .row-fluid.table-form {
4612                 margin: -169px 0 0 !important;
4613                 float: left !important; /* added for IE */
4614         }
4615
4616         .stockview .icon-circle-arrow-up,
4617         .stockview .icon-circle-arrow-down{
4618                 display:none !important;
4619         }
4620
4621         .stockview .table-heading-wrapper {
4622                 font-size: 10px !important;  /* Added for ie */
4623                 height: 60px !important;
4624                 overflow: hidden !important;
4625                 padding-left: 5px !important;
4626         }
4627         .stockview table.table td{
4628                 font-size: 10px !important;  /* Added for ie */
4629         }
4630         .stockview table.table {
4631                 width: 223px !important;
4632                 overflow: hidden !important;
4633         }
4634
4635         .stockview .pagination {
4636                 margin: 0px 5px 0 0 !important;
4637         }
4638         
4639         .stockview .mobile-clipboard {
4640                 margin-left: 15px !important;
4641         }
4642         
4643         .stockview .mobile-money {
4644                 margin-left: 10px !important;
4645         }
4646         
4647         .stockview .mobile-car {
4648                 margin-left:10px !important;
4649         }
4650
4651         .stockview .mobile-bomb {
4652                 margin-left: 10px !important;
4653                 margin-top: 4px !important;
4654         }
4655         
4656         .stockview .mobile-headphones {
4657                 margin-left: 10px !important;
4658         }
4659         
4660         .stockview .mobile-camera {
4661                 margin-left: 10px !important;
4662         }
4663         
4664         
4665         .stockview #priceGuideAuctionClick p  {
4666                 margin-top: 4px !important;
4667                 margin-left: 7px !important;
4668         }
4669         
4670         .stockview #pricingDetailsClick p  {
4671                 margin-top: 4px !important;
4672                 margin-left: 7px !important;
4673         }
4674         
4675         .stockview #vSpecsClick p  {
4676                 margin-top: 5px !important;
4677         }
4678         
4679         .stockview #damagesClick p  {
4680                 margin-top: 2px !important;
4681                 margin-left: 7px !important;
4682         }
4683         
4684         .stockview #accessoriesClick p  {
4685                 margin-top: 4px !important;
4686                 margin-left: 12px !important;
4687         }
4688         
4689         .stockview #photoClick p  {
4690                 margin-top: 5px !important;
4691                 margin-left: 12px !important;
4692         }
4693         
4694         
4695         
4696         
4697 /* Detailed view priceguide */
4698         .offerview .mobile-form-headers {
4699                 padding: 12px 0 !important;
4700                 margin-right: 0px !important;
4701                 margin-left: 0px !important;
4702                 height: 24px !important;;
4703         }
4704         .offerview .mobile-form-headers img {
4705                 float: left !important;
4706                 padding-left: 5px !important;
4707                 padding-right: 5px !important;
4708         }
4709         .offerview .mobile-form-headers i {
4710                 float: left !important;
4711                 margin-left: 5px !important;
4712         }
4713         .offerview .mobile-form-headers i.icon-white-arrow-up,
4714         .offerview .mobile-form-headers i.icon-white-arrow-down {
4715                 float: right !important;
4716         }
4717
4718         .offerview .mobile-form-headers i.icon {
4719                 margin-top: -5px !important;
4720                 margin-right: 5px !important;
4721         }
4722
4723         .offerview .mobile-form-headers i.mobile-money {
4724                 margin-right: 5px !important;
4725                 margin-left: 4px !important;
4726
4727         }
4728
4729         .offerview .mobile-form-headers i.mobile-clipboard {
4730                 margin-right: 11px !important;
4731                 margin-left: 11px !important;
4732         }
4733         .offerview .mobile-form-headers i.mobile-car {
4734                 margin-right: 6px !important;
4735         }
4736         .offerview .mobile-form-headers i.mobile-icon-user {
4737                 margin-right: 8px !important;
4738                 margin-left: 10px !important;
4739         }
4740
4741         .offerview .mobile-form-headers i.mobile-bomb {
4742                 margin-right: 3px !important;
4743         }
4744
4745         .offerview .mobile-form-headers i.mobile-headphones {
4746                 margin-right: 10px !important;
4747         }
4748
4749         .offerview .mobile-form-headers i.mobile-camera {
4750                 margin-right: 7px !important;
4751         }
4752
4753         .offerview #damagesClick p, #accessoriesClick p{
4754                 margin-top: 0px !important;
4755         }
4756
4757
4758
4759
4760         .main-section .offerview  #frmValuationView .page-title-wrapper h1 {
4761                 font-size: 12px !important;
4762                 width: 200px !important;
4763                 margin: 10px 0 0 !important;
4764         }
4765
4766         #printPriceGuidePdf {
4767                 display: none !important;
4768         }
4769
4770         .main-section .offerview .page-title-wrapper .back-btn {
4771                 display: none !important;
4772         }
4773
4774         .offerview #dropCmp .control-group {
4775                 height: 10px !important;
4776         }
4777
4778         .offerview #dropCmp  {
4779                 padding-bottom: 15px !important;
4780         }
4781
4782         .offerview .make-offer-btn {
4783                 float: right !important;
4784                 margin: -62px 0 0 !important;
4785         }
4786
4787         .offerview #dealershipDetails .control-group .control-label{
4788                 float: left !important;
4789                 width: 45% !important;
4790                 font-size: 12px !important;
4791                 line-height: 12px !important;
4792         }
4793
4794         .offerview #dealershipDetails .control-group .controls{
4795                 float: left !important;
4796                 width: 50% !important;
4797         }
4798
4799         .offerview #dealershipDetails .control-group .controls p{
4800                 font-size: 12px !important;
4801                 line-height: 12px !important;
4802         }
4803
4804         .offerview .page-top-forms-wrapper #dealershipDetails .form-horizontal {
4805                 min-height: 123px !important;
4806         }
4807
4808
4809         .offerview #valuationDetails .control-group .control-label{
4810                 float: left !important;
4811                 width: 45% !important;
4812                 font-size: 12px !important;
4813                 line-height: 12px !important;
4814         }
4815
4816         .offerview #valuationDetails .control-group .controls{
4817                 float: left !important;
4818                 width: 50% !important;
4819         }
4820
4821         .offerview #valuationDetails .control-group .controls p{
4822                 font-size: 12px !important;
4823                 line-height: 12px !important;
4824         }
4825
4826         .offerview .page-top-forms-wrapper #valuationDetails .form-horizontal {
4827                 min-height: 70px !important;
4828         }
4829
4830
4831         .offerview #pricingDetails .control-group .control-label{
4832                 float: left !important;
4833                 width: 47% !important;
4834                 font-size: 12px !important;
4835                 line-height: 12px !important;
4836                 padding-bottom: 5px !important;
4837                 padding-top: 5px !important;
4838                 margin: 0 0 0 5px !important;
4839         }
4840
4841         .offerview #pricingDetails .control-group .controls{
4842                 float: left !important;
4843                 width: 47% !important;
4844                 padding-bottom: 5px !important;
4845                 padding-top: 5px !important;
4846         }
4847
4848         .offerview #pricingDetails .control-group .controls p {
4849                 font-size: 12px !important;
4850                 line-height: 12px !important;
4851                 width: 100% !important;
4852                 margin: 0 !important;
4853         }
4854
4855         .offerview .page-top-forms-wrapper #pricingDetails .form-horizontal {
4856                 min-height: 123px !important;
4857         }
4858
4859         .offerview #vSpecs .control-label{
4860                 float: left !important;
4861                 width: 45% !important;
4862                 font-size: 12px !important;
4863                 line-height: 12px !important;
4864         }
4865
4866         .offerview #vSpecs .controls{
4867                 float: left !important;
4868                 width: 50% !important;
4869         }
4870
4871         .offerview #vSpecs .controls p{
4872                 font-size: 12px !important;
4873                 line-height: 12px !important;
4874         }
4875
4876
4877         .offerview #damages .control-label{
4878                 float: left !important;
4879                 width: 60% !important;
4880                 font-size: 12px !important;
4881                 line-height: 12px !important;
4882         }
4883
4884         .offerview #damages .controls{
4885                 float: left !important;
4886                 width: 35% !important;
4887         }
4888
4889         .offerview #damages .controls p{
4890                 font-size: 12px !important;
4891                 line-height: 12px !important;
4892         }
4893
4894         .offerview #damages .form-horizontal {
4895                 min-height: 150px !important;
4896         }
4897
4898         .offerview #accessoriesOpen .control-label{
4899                 float: left !important;
4900                 width: 45% !important;
4901                 font-size: 12px !important;
4902                 line-height: 12px !important;
4903         }
4904
4905         .offerview #accessoriesOpen .controls{
4906                 float: left !important;
4907                 width: 50% !important;
4908         }
4909
4910         .offerview #accessoriesOpen .controls p{
4911                 font-size: 12px !important;
4912                 line-height: 12px !important;
4913         }
4914
4915
4916         .offerview #accessoriesOpen .form-horizontal {
4917                 min-height: 150px !important;
4918         }
4919
4920         .offerview .page-bottom-forms-wrapper.page-middle-forms-wrapper .accessories-form {
4921                 min-height: 0px !important;
4922         }
4923
4924         .offerview #photo .form-horizontal {
4925                 min-height: 410px !important;
4926         }
4927
4928         .offerview #pricinghistory {
4929                 display: none !important;
4930         }
4931
4932         .offerview #vSpecs .fshNotes .controls,
4933         .offerview #damages .damageNotes .controls,
4934         .offerview #damages .previousRepairsNotes .controls,
4935         .offerview #damages .previousRepairsNoted .controls,
4936         .offerview #valuationDetails .coverReceived .controls,
4937         .offerview #pricingDetails .coverReceived .controls,    
4938         .offerview #accessoriesOpen .accessoryNotes .controls{
4939
4940                 width: 305px !important;
4941                 margin-left: 2px !important;
4942         }
4943
4944         #accessoriesOpen .row-fluid .textshow {
4945                 float: left !important;
4946                 width: 50% !important;
4947         }
4948
4949 /* Detailed view valuationview */
4950
4951         .main-section .valuationview .page-title-wrapper .back-btn {
4952                 margin: -34px 0 29px !important;
4953                 font-size: 14px !important;
4954                 padding: 7px !important;
4955         }
4956
4957         .main-section .valuationview .page-title-wrapper h1 {
4958                 margin: 15px 0 5px !important;
4959         }
4960
4961         .valuationview .mobile-form-headers p {
4962                 font-size: 14px;
4963         }
4964
4965         .valuationview .mobile-form-headers {
4966                 padding: 12px 0 !important;
4967                 margin-right: 0px !important;
4968                 margin-left: 0px !important;
4969                 height: 24px !important;;
4970         }
4971         .valuationview .mobile-form-headers img {
4972                 float: left !important;
4973                 padding-left: 5px !important;
4974                 padding-right: 5px !important;
4975         }
4976         .valuationview .mobile-form-headers i {
4977                 float: left !important;
4978                 margin-left: 5px !important;
4979         }
4980         .valuationview .mobile-form-headers i.icon-white-arrow-up,
4981         .valuationview .mobile-form-headers i.icon-white-arrow-down {
4982                 float: right !important;
4983         }
4984
4985         .valuationview .mobile-form-headers i.icon {
4986                 margin-top: -5px !important;
4987                 margin-right: 5px !important;
4988         }
4989
4990         .valuationview .mobile-form-headers i.mobile-money {
4991                 margin-right: 5px !important;
4992                 margin-left: 4px !important;
4993                 margin-top: -5px !important;
4994                 float: left !important;
4995
4996         }
4997
4998         .valuationview .mobile-form-headers i.mobile-clipboard {
4999                 margin-right: 11px !important;
5000                 margin-left: 11px !important;
5001                 margin-top: -5px !important;
5002                 float: left !important;
5003         }
5004         .valuationview .mobile-form-headers i.mobile-car {
5005                 margin-right: 6px !important;
5006                 margin-top: -5px !important;
5007                 float: left !important;
5008         }
5009         .valuationview .mobile-form-headers i.mobile-icon-user {
5010                 margin-right: 8px !important;
5011                 margin-left: 10px !important;
5012                 margin-top: -5px !important;
5013                 float: left !important;
5014         }
5015
5016         .valuationview .mobile-form-headers i.mobile-bomb {
5017                 margin-right: 3px !important;
5018                 margin-top: -5px !important;
5019                 float: left !important;
5020         }
5021
5022         .valuationview .mobile-form-headers i.mobile-headphones {
5023                 margin-right: 10px !important;
5024                 margin-top: -5px !important;
5025                 float: left !important;
5026         }
5027
5028         .valuationview .mobile-form-headers i.mobile-camera {
5029                 margin-right: 7px !important;
5030                 margin-top: -5px !important;
5031                 float: left !important;
5032         }
5033
5034         .valuationview #damagesClick p, #accessoriesClick p{
5035                 margin-top: 0px !important;
5036         }
5037
5038         /* Forms  */
5039
5040         .valuationview .page-top-forms-wrapper .form-horizontal {
5041                 margin : 0px !important;
5042                 padding: 0 !important;
5043                 width: 370px !important;
5044         }
5045         .valuationview .form-horizontal .control-group .controls .information-input {
5046                 margin: 0 0 0 -10px !important;
5047                 width : 139px !important;
5048         }
5049         .valuationview .form-horizontal .control-group .controls .information-input.valid {
5050                 width   : 124px !important;
5051                 padding : 10px !important;
5052         }
5053
5054         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input {
5055                 width : 81px !important;
5056         }
5057         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
5058                 width : 78px !important;
5059         }
5060
5061         .valuationview .form-horizontal .control-group .mobile-control-label {
5062                 width   : 169px !important;
5063         }
5064
5065         .valuationview .bootstrap-select .btn {
5066                 width: 147px !important;
5067         }
5068
5069         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input {
5070                 margin: 0 0 0 -10px !important;
5071                 width : 123px !important;
5072                 padding-left: 20px !important;
5073         }
5074         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
5075                 width   : 114px !important;
5076                 padding : 10px !important;
5077                 padding-left: 20px !important;
5078         }
5079
5080
5081         .valuationview #valuationDetails .control-group-wrapper .control-group .control-label,
5082         .valuationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
5083                 font-size: 14px !important;
5084                 line-height: 14px !important;
5085                 margin-bottom: 10px !important;
5086         }
5087
5088         .valuationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
5089                 font-size: 14px !important;
5090                 margin: 5px 0 0 !important;
5091         }
5092         .valuationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
5093                 font-size: 14px !important;
5094                 padding-bottom: 15px !important;
5095         }
5096
5097
5098         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
5099                 padding-left: 20px !important;
5100                 width: 123px !important;
5101                 margin-left: -13px !important;
5102         }
5103         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
5104                 width: 115px !important;
5105         }
5106         .valuationview #pricingDetails p {
5107                 padding-left: 5px !important;
5108                 padding-top: 10px !important;
5109                 font-size : 14px !important;
5110         }
5111         .valuationview #pricingDetails p.trade-and-retail {
5112                 margin-left: 0px !important;
5113                 padding-top: 10px !important;
5114                 padding-bottom: 10px !important;
5115                 display: block !important;
5116                 float: left !important;
5117         }
5118
5119         .valuationview #pricingDetails span {
5120                 padding-left: 142px !important;
5121                 padding-top: 10px !important;
5122         }
5123
5124         .valuationview #vSpecs .form-horizontal,
5125         .valuationview #vSpecs .form-horizontal .row-fluid {
5126                 margin: 0 !important;
5127                 padding : 0 !important;
5128         }
5129
5130         .valuationview #vSpecs .form-horizontal .mobile-control-group .control-label {
5131                 margin: 10px 0 !important;
5132                 padding-left : 5px !important;
5133         }
5134         .valuationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
5135                 margin: 15px 0 10px 30px !important;
5136                 padding : 0 !important;
5137         }
5138
5139         .valuationview #vSpecs .form-horizontal .control-group .controls .information-input {
5140                 margin: 0 0 0 -4px !important;
5141         }
5142
5143         .valuationview .form-horizontal,
5144         .valuationview .form-horizontal .row-fluid {
5145                 margin: 0 !important;
5146                 padding : 0 !important;
5147         }
5148
5149         .valuationview #damagesOpen,
5150         .valuationview #accessoriesOpen ,
5151         .valuationview #photo {
5152                 padding-left: 5px !important;
5153                 padding-right: 5px !important;
5154                 width: 95% !important;
5155         }
5156         .valuationview #vSpecs .form-horizontal.mobile-form-horizontal {
5157                 width: 374px !important;
5158         }
5159
5160
5161         .valuationview #damagesOpen .form-horizontal.mobile-form-horizontal,
5162         .valuationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
5163         .valuationview #photo .form-horizontal.mobile-form-horizontal {
5164                 width: 95% !important;
5165         }
5166
5167         .valuationview #damagesOpen .checkbox-line {
5168                 width: 110px !important;
5169                 margin-top: 5px !important;
5170         }
5171         .valuationview #damagesOpen .controls{
5172                 width: 95px !important;
5173                 margin-left: 27px !important;
5174                 float: left !important;
5175         }
5176
5177         .valuationview p.damages-comments {
5178                 font-size: 14px !important;
5179         }
5180         .valuationview p.cover-received {
5181                 font-size: 14px !important;
5182         }
5183         .valuationview .accessories-form .comment-box .mobile-comment,
5184         .valuationview .form-horizontal .mobile-instruction-paragraph,
5185         .valuationview .control-group label {
5186                 font-size: 14px !important;
5187         }
5188
5189         .valuationview .control-group .text-box-small {
5190                 width: 88% !important;
5191         }
5192         .valuationview .damages-form .textbox,
5193         .valuationview .valuation-details-form .textbox,
5194         .valuationview .pricing-details-form .textbox,
5195         .valuationview .accessories-form .comment-box .comment-text-box {
5196                 width: 101% !important;
5197         }
5198
5199         .valuationview #printValuationPdf {
5200                 display:none !important;
5201         }
5202
5203
5204
5205 /* Detailed limited-valuationview */
5206
5207         .main-section .limitedvaluationview .page-title-wrapper .back-btn {
5208                 margin: -34px 0 29px !important;
5209                 font-size: 14px !important;
5210                 padding: 7px !important;
5211         }
5212
5213         .main-section .limitedvaluationview .page-title-wrapper h1 {
5214                 margin: 15px 0 5px !important;
5215         }
5216
5217         .limitedvaluationview .mobile-form-headers p {
5218                 font-size: 14px;
5219         }
5220
5221         .limitedvaluationview .mobile-form-headers {
5222                 padding: 12px 0 !important;
5223                 margin-right: 0px !important;
5224                 margin-left: 0px !important;
5225                 height: 24px !important;;
5226         }
5227         .limitedvaluationview .mobile-form-headers img {
5228                 float: left !important;
5229                 padding-left: 5px !important;
5230                 padding-right: 5px !important;
5231         }
5232         .limitedvaluationview .mobile-form-headers i {
5233                 float: left !important;
5234                 margin-left: 5px !important;
5235         }
5236         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-up,
5237         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-down {
5238                 float: right !important;
5239         }
5240
5241         .limitedvaluationview .mobile-form-headers i.icon {
5242                 margin-top: -5px !important;
5243                 margin-right: 5px !important;
5244         }
5245
5246         .limitedvaluationview .mobile-form-headers i.mobile-money {
5247                 margin-right: 5px !important;
5248                 margin-left: 4px !important;
5249                 margin-top: -5px !important;
5250                 float: left !important;
5251
5252         }
5253
5254         .limitedvaluationview .mobile-form-headers i.mobile-clipboard {
5255                 margin-right: 11px !important;
5256                 margin-left: 11px !important;
5257                 margin-top: -5px !important;
5258                 float: left !important;
5259         }
5260         .limitedvaluationview .mobile-form-headers i.mobile-car {
5261                 margin-right: 6px !important;
5262                 margin-top: -5px !important;
5263                 float: left !important;
5264         }
5265         .limitedvaluationview .mobile-form-headers i.mobile-icon-user {
5266                 margin-right: 8px !important;
5267                 margin-left: 10px !important;
5268                 margin-top: -5px !important;
5269                 float: left !important;
5270         }
5271
5272         .limitedvaluationview .mobile-form-headers i.mobile-bomb {
5273                 margin-right: 3px !important;
5274                 margin-top: -5px !important;
5275                 float: left !important;
5276         }
5277
5278         .limitedvaluationview .mobile-form-headers i.mobile-headphones {
5279                 margin-right: 10px !important;
5280                 margin-top: -5px !important;
5281                 float: left !important;
5282         }
5283
5284         .limitedvaluationview .mobile-form-headers i.mobile-camera {
5285                 margin-right: 7px !important;
5286                 margin-top: -5px !important;
5287                 float: left !important;
5288         }
5289
5290         .limitedvaluationview #damagesClick p, #accessoriesClick p{
5291                 margin-top: 0px !important;
5292         }
5293
5294         /* Forms  */
5295
5296         .limitedvaluationview .page-top-forms-wrapper .form-horizontal {
5297                 margin : 0px !important;
5298                 padding: 0 !important;
5299                 width: 370px !important;
5300         }
5301         .limitedvaluationview .form-horizontal .control-group .controls .information-input {
5302                 margin: 0 0 0 -10px !important;
5303                 width : 139px !important;
5304         }
5305         .limitedvaluationview .form-horizontal .control-group .controls .information-input.valid {
5306                 width   : 124px !important;
5307                 padding : 10px !important;
5308         }
5309
5310         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input {
5311                 width : 81px !important;
5312         }
5313         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
5314                 width : 78px !important;
5315         }
5316
5317         .limitedvaluationview .form-horizontal .control-group .mobile-control-label {
5318                 width   : 169px !important;
5319         }
5320
5321         .limitedvaluationview .bootstrap-select .btn {
5322                 width: 147px !important;
5323         }
5324
5325         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input {
5326                 margin: 0 0 0 -10px !important;
5327                 width : 123px !important;
5328                 padding-left: 20px !important;
5329         }
5330         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
5331                 width   : 114px !important;
5332                 padding : 10px !important;
5333                 padding-left: 20px !important;
5334         }
5335
5336
5337         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .control-label,
5338         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
5339                 font-size: 14px !important;
5340                 line-height: 14px !important;
5341                 margin-bottom: 10px !important;
5342         }
5343
5344         .limitedvaluationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
5345                 font-size: 14px !important;
5346                 margin: 5px 0 0 !important;
5347         }
5348         .limitedvaluationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
5349                 font-size: 14px !important;
5350                 padding-bottom: 15px !important;
5351         }
5352
5353
5354         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
5355                 padding-left: 20px !important;
5356                 width: 123px !important;
5357                 margin-left: -13px !important;
5358         }
5359         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
5360                 width: 115px !important;
5361         }
5362         .limitedvaluationview #pricingDetails p {
5363                 padding-left: 5px !important;
5364                 padding-top: 10px !important;
5365                 font-size : 14px !important;
5366         }
5367         .limitedvaluationview #pricingDetails p.trade-and-retail {
5368                 margin-left: 0px !important;
5369                 padding-top: 10px !important;
5370                 padding-bottom: 10px !important;
5371                 display: block !important;
5372                 float: left !important;
5373         }
5374
5375         .limitedvaluationview #pricingDetails span {
5376                 padding-left: 142px !important;
5377                 padding-top: 10px !important;
5378         }
5379
5380         .limitedvaluationview #vSpecs .form-horizontal,
5381         .limitedvaluationview #vSpecs .form-horizontal .row-fluid {
5382                 margin: 0 !important;
5383                 padding : 0 !important;
5384                 width: 105% !important;
5385         }
5386
5387         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group .control-label {
5388                 margin: 10px 0 !important;
5389                 padding-left : 5px !important;
5390         }
5391         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
5392                 margin: 15px 0 10px 30px !important;
5393                 padding : 0 !important;
5394         }
5395
5396         .limitedvaluationview #vSpecs .form-horizontal .control-group .controls .information-input {
5397                 margin: 0 0 0 -10px !important;
5398         }
5399
5400         .limitedvaluationview .form-horizontal,
5401         .limitedvaluationview .form-horizontal .row-fluid {
5402                 margin: 0 !important;
5403                 padding : 0 !important;
5404         }
5405
5406         .limitedvaluationview #damagesOpen,
5407         .limitedvaluationview #accessoriesOpen ,
5408         .limitedvaluationview #photo {
5409                 padding-left: 5px !important;
5410                 padding-right: 5px !important;
5411                 width: 95% !important;
5412         }
5413         .limitedvaluationview #vSpecs .form-horizontal.mobile-form-horizontal {
5414                 width: 374px !important;
5415         }
5416
5417
5418         .limitedvaluationview #damagesOpen .form-horizontal.mobile-form-horizontal,
5419         .limitedvaluationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
5420         .limitedvaluationview #photo .form-horizontal.mobile-form-horizontal {
5421                 width: 95% !important;
5422         }
5423
5424         .limitedvaluationview #damagesOpen .checkbox-line {
5425                 width: 110px !important;
5426                 margin-top: 5px !important;
5427         }
5428         .limitedvaluationview #damagesOpen .controls{
5429                 width: 95px !important;
5430                 margin-left: 27px !important;
5431                 float: left !important;
5432         }
5433
5434         .limitedvaluationview p.damages-comments {
5435                 font-size: 14px !important;
5436         }
5437         .limitedvaluationview p.cover-received {
5438                 font-size: 14px !important;
5439         }
5440         .limitedvaluationview .accessories-form .comment-box .mobile-comment,
5441         .limitedvaluationview .form-horizontal .mobile-instruction-paragraph,
5442         .limitedvaluationview .control-group label {
5443                 font-size: 14px !important;
5444         }
5445
5446         .limitedvaluationview .control-group .text-box-small {
5447                 width: 87% !important;
5448         }
5449         .limitedvaluationview .damages-form .textbox,
5450         .limitedvaluationview .valuation-details-form .textbox,
5451         .limitedvaluationview .pricing-details-form .textbox,
5452         .limitedvaluationview .accessories-form .comment-box .comment-text-box {
5453                 width: 101% !important;
5454         }
5455
5456         .limitedvaluationview #printValuationPdf {
5457                 display:none !important;
5458         }
5459         .limitedvaluationview .accessories-form .control-group .checkbox {
5460                 font-size: 14px !important;
5461         }
5462
5463         /* Buttons at the bottom */
5464         .valuationview .colored-btn-set .btn {
5465                 width: 100% !important;
5466                 margin: 5px 0 !important;
5467                 float: left !important;
5468         }
5469
5470         .valuationview .control-group label.error {
5471         float: left !important;
5472         font-size: 10px !important;
5473         width: 100% !important;
5474         }
5475
5476         .limitedvaluationview .top-grey-set .btn, .limitedvaluationview bottom-grey-set .btn {
5477                 float:left!important;
5478                 width: 100% !important;
5479                 margin: 10px 0 !important;
5480         }
5481
5482         .limitedvaluationview .colored-btn-set .btn {
5483         width: 100% !important;
5484         margin: 5px 0 !important;
5485         }
5486 }
5487
5488
5489 @media (min-width: 400px) and (max-width: 479px) {
5490  /* default mobi screens */
5491
5492          /* for Iphone zoom effect disable */
5493         select,
5494         textarea,
5495         input[type="textarea"],
5496         input[type="text"],
5497         input[type="password"],
5498         input[type="datetime"],
5499         input[type="datetime-local"],
5500         input[type="date"],
5501         input[type="month"],
5502         input[type="time"],
5503         input[type="week"],
5504         input[type="number"],
5505         input[type="email"],
5506         input[type="url"],
5507         input[type="search"],
5508         input[type="tel"],
5509         input[type="color"],
5510         .control-group .text-box-small,
5511         .damages-form .textbox,
5512         .valuation-details-form .textbox,
5513         .pricing-details-form .textbox,
5514         .textbox
5515         { font-size: 16px !important; }
5516
5517         .form-horizontal {
5518         background-color: transparent !important;
5519         border-color: transparent !important;
5520         }
5521         .box-shadow {
5522                 box-shadow: none !important;
5523         }
5524
5525         .valuationview #btnArchive, .valuationview #add-to-stock-btn, .valuationview .add-to-stock-btn {
5526                 width : 100% !important;
5527                 margin: 10px 0 !important;
5528                 float: left !important;
5529         }
5530
5531         .mobile-form-horizontal {
5532                 width: 350px !important;
5533         }
5534
5535         .form-horizontal .control-group .controls .information-input,
5536         .form-horizontal .mobile-control-group .mobile-information-input,
5537         .form-horizontal .mobile-control-group .mobile-information-input-short,
5538         .stockview .form-horizontal .control-group .controls .information-input{
5539                 padding : 10px 2%;
5540                 width   : 118px !important;
5541         }
5542
5543         .form-horizontal .control-group .controls .information-input {
5544                 width   : 147px !important;
5545         }
5546         .form-horizontal .control-group .controls .information-input.valid {
5547                 width   : 144px !important;
5548         }
5549
5550
5551         .form-horizontal .control-group .controls .information-input.error,
5552         .form-horizontal .mobile-control-group .mobile-information-input.error {
5553                 width   : 143px !important;
5554                 padding-left:20px;
5555                 padding : 10px 4px;
5556         }
5557         .form-horizontal .mobile-control-group .input-prepend .add-on {
5558                 padding: 10px 10px !important;
5559         }
5560         .form-horizontal .mobile-control-group .input-prepend .information-input {
5561                 width   : 86px !important;
5562                 height  : 20px;
5563                 padding : 10px;
5564         }
5565
5566         #customerDetails .information-input.mobile-information-input.rand-input.error {
5567                  padding-left   : 25px !important;
5568                  width                  : 122px !important;
5569         }
5570         #customerDetails .information-input.mobile-information-input.rand-input.valid {
5571                  padding-left   : 25px !important;
5572                  width                  : 123px !important;
5573         }
5574
5575         .bootstrap-select .btn, .selectpicker, .bootstrap-select, .btn.dropdown-toggle , .btn.dropdown-toggle.error {
5576                 width: 155px !important;
5577         }
5578
5579         .form-horizontal .mobile-control-group .form-horizontal p textarea{
5580                 width : 42% !important;
5581                 margin-left: 5px;
5582         }
5583
5584         textarea {
5585                 width: 95% !important;
5586         }
5587
5588         .accessories-form .control-group .checkbox.checkbox-line.acceptTerms,
5589         .control-group .checkbox.checkbox-line.acceptTerms{
5590                 margin-left: 5px !important;
5591                 width:230px;
5592                 text-align:center;
5593         }
5594
5595         .form-horizontal .control-group .controls .information-lines {
5596                 font-size:12px;
5597         }
5598
5599         a.login {
5600                 width:160px !important;
5601                 padding-left:27px !important;
5602                 text-align:left !important;
5603                 margin-bottom:20px !important;
5604                 float: left !important;
5605                 margin-left: 60px !important;
5606         }
5607
5608         a.btnsignup {
5609                 width:188px !important;
5610                 margin-left: 48px !important;
5611         }
5612         .div260 {
5613                 width: 90px !important;
5614                 padding-left: 35px !important;
5615         }
5616         .btnDiv_lft {
5617                 height: 95px !important;
5618                 width: 360px !important;
5619                 margin-left: -10px !important;
5620                 padding-top: 20px !important;
5621         }
5622
5623         .stockview .form-horizontal .control-group .controls .information-input {
5624                 margin-left: -27px !important;
5625         }
5626         .form-horizontal .mobile-control-group {
5627                 width:100% !important;
5628         }
5629
5630         .stockview .control-group label {
5631                 margin-left: 10px !important;
5632         }
5633         .pricing-details-form span4 {
5634                 padding-top:20px !important;
5635         }
5636
5637         .control-group-wrapper .control-group .control-label,
5638         .control-group-wrapper .control-group .valuation-line {
5639                 font-size:11px !important;
5640         }
5641         .form-horizontal .control-group .controls .information-lines {
5642                 font-size:11px !important;
5643         }
5644
5645         .control-group-wrapper .control-group .valuation-line {
5646                 width:100% !important;
5647         }
5648
5649         .control-group .text-box-small {
5650                 width:93% !important;
5651                 margin-left:5px;
5652         }
5653         .newHr {
5654                 width: 100% !important
5655         }
5656         .landingBg {
5657                 padding: 20px 0px 0 !important;
5658         }
5659         btn.btn-danger.dropdown-toggle.mobile-dropdown-btn{
5660                 display:block;
5661         }
5662
5663         .publichome [class*="span"], .publichome .uneditable-input[class*="span"], .publichome .row-fluid [class*="span"] {
5664                 width : 94%;
5665         }
5666         .publichome .footer {
5667                 margin-left:10px;
5668         }
5669         .mobile-header-bottom .mobile-dropdown-btn {
5670                 width:37px !important;
5671                 margin-right:-15px;
5672         }
5673
5674         .mobile-form-headers {
5675                 padding:10px 0 !important;
5676                 height:40px !important;
5677                 margin-right : -10px !important;
5678         }
5679         .mobile-form-headers p {
5680                 font-size: 16px !important;
5681                 margin-left: 60px !important;
5682
5683         }
5684
5685         #frmValuationView .mobile-form-headers p {
5686                 width:200px !important;
5687         }
5688         .mobile-bomb {
5689                 margin-left:-35px !important;
5690                 margin-right:2px !important;
5691         }
5692         #frmValuationView .page-middle-forms-wrapper .form-horizontal {
5693                 min-height : 404px !important;
5694         }
5695
5696         .home .midLanding {
5697                 margin: -130px 0 0 -10px !important;
5698         }
5699
5700         /* Auction page */
5701
5702         /* new menu buttons */
5703
5704
5705         #mobiAuctionBtn {
5706                 width:32% !important;
5707         }
5708
5709         #mobiPriceGuideBtn{
5710                 width:32% !important;
5711         }
5712
5713         #mobiValuationsBtn {
5714                 width:32% !important;
5715         }
5716
5717 /* The action filters */
5718         .auction .MakeMobi .dropdown-menu  {
5719                 margin: -54px 0 0 0;
5720         }
5721
5722         .auction .RegionMobi .dropdown-menu  {
5723                 margin: -53px 0 0 0;
5724         }
5725
5726         .auction #btnBasketMobi {
5727                 width: 175px !important;
5728                 margin: -117px 0 0 13px !important
5729         }
5730
5731         .auction .MakeMobi .btn.dropdown-toggle {
5732                 width: 175px !important;
5733                 margin: -86px 0 0 !important;
5734         }
5735
5736         .auction .page-title-wrapper .btn-new-valuation {
5737                 width: 160px !important;
5738                 margin: 0 0 0 200px !important;
5739                 display: block !important;
5740                 padding: 4px !important;
5741         }
5742
5743         .auction .RegionMobi .btn.dropdown-toggle {
5744                 width: 175px !important;
5745                 margin: -85px 0 0 !important;
5746         }
5747
5748         .auction #gridAuctionContext_RegNoMobi {
5749                 margin: -278px 0 0 200px !important;
5750                 width: 146px !important;
5751                 font-size: 16px !important;
5752         }
5753
5754         .auction #btnClearSearch {
5755                 display: none !important;
5756         }
5757
5758         .auction #btnSearch {
5759                 display: none !important;
5760         }
5761
5762         .auction .row-fluid.table-form {
5763                 margin: -90px 0 0 0px !important;
5764                 float: left !important; /* added for IE */
5765         }
5766
5767         .auction .icon-circle-arrow-up,
5768         .auction .icon-circle-arrow-down{
5769                 display:none !important;
5770         }
5771
5772         .auction .table-heading-wrapper {
5773                 font-size: 10px !important;  /* Added for ie */
5774                 height: 60px !important;
5775                 overflow: hidden !important;
5776                 padding-left: 5px !important;
5777         }
5778         .auction table.table td{
5779                 font-size: 10px !important;  /* Added for ie */
5780         }
5781         .auction table.table {
5782                 width: 360px !important;
5783                 overflow: hidden !important;
5784         }
5785
5786
5787         /* The Price guide filters */
5788
5789         .priceguide .MakeMobi {
5790                 height: 0px !important;
5791         }
5792
5793         .priceguide .page-title-wrapper p {
5794                 display:none !important;
5795         }
5796
5797         .priceguide .MakeMobi .dropdown-menu  {
5798                 margin: -11px 0px 0 -142px;
5799         }
5800
5801         .priceguide .RegionMobi .dropdown-menu  {
5802                 margin: -30px 0 0 -203px;
5803         }
5804
5805         .priceguide .MakeMobi .btn.dropdown-toggle {
5806                 width: 150px !important;
5807                 margin: -43px 0 0 -147px !important;
5808                 display: block !important;
5809                 float: left !important;
5810                 position: inherit !important;
5811         }
5812
5813         .priceguide .RegionMobi .btn.dropdown-toggle {
5814                 width: 150px !important;
5815                 margin: -61px 0 0 -201px !important;
5816                 display: block !important;
5817                 float: left !important;
5818                 position: inherit !important;
5819         }
5820
5821         .priceguide #gridPriceGuideContext_RegNoMobi {
5822                 margin: -10px 0 0 195px !important;
5823                 width: 135px !important;
5824                 display: block !important;
5825                 float: left !important;
5826                 position: inherit !important;
5827         }
5828
5829         .priceguide #btnClearSearch {
5830                 display: none !important;
5831         }
5832
5833         .priceguide #btnSearch {
5834                 display: none !important;
5835         }
5836
5837         .priceguide .row-fluid.table-form {
5838                 margin: -90px 0 0 0px !important;
5839                 float: left !important; /* added for IE */
5840         }
5841
5842         .priceguide .icon-circle-arrow-up,
5843         .priceguide .icon-circle-arrow-down{
5844                 display:none !important;
5845         }
5846
5847         .priceguide .table-heading-wrapper {
5848                 font-size: 10px !important;  /* Added for ie */
5849                 height: 60px !important;
5850                 overflow: hidden !important;
5851                 padding-left: 5px !important;
5852         }
5853         .priceguide table.table td{
5854                 font-size: 10px !important;  /* Added for ie */
5855         }
5856         .priceguide table.table {
5857                 width: 345px !important;
5858                 overflow: hidden !important;
5859         }
5860
5861         .priceguide .pagination {
5862                 margin: 0px 5px 0 0 !important;
5863         }
5864
5865 /* The valuation filters */
5866
5867         .main-section .valuations .page-title-wrapper .mobile-header-valuation {
5868                 font-size: 30px !important;
5869         }
5870         .valuations .page-title-wrapper .mobile-btn-wrapper {
5871                 border-bottom: none !important;
5872         }
5873
5874         .page-title-wrapper p {
5875                 display:none !important;
5876         }
5877
5878         .valuations .MakeMobi .dropdown-menu  {
5879                 margin: 2px 0 0 -44px;
5880         }
5881
5882         .valuations .StatusMobi .dropdown-menu  {
5883                 margin: -90px 0 0;
5884         }
5885
5886         .valuations .MakeMobi .btn.dropdown-toggle {
5887                 width: 180px !important;
5888                 margin: -25px 0 0 -43px !important;
5889                 display: block !important;
5890                 float: left !important;
5891                 position: inherit !important;
5892         }
5893
5894         .valuations .StatusMobi .btn.dropdown-toggle {
5895                 width: 180px !important;
5896                 margin: -122px 0 0 !important;
5897                 display: block !important;
5898                 float: left !important;
5899                 position: inherit !important;
5900         }
5901
5902         .main.valuations #gridValuationContext_RegNoMobi {
5903                 float: left !important;
5904                 margin: -41px 0 0 199px !important;
5905                 width: 146px !important;
5906         }
5907
5908         .valuations #newValuation {
5909                 margin: 0px 0 0 199px !important;
5910                 width: 160px !important;
5911                 float: left !important;
5912         }
5913
5914         .main.valuations #clearValuationGridContext,
5915         .main.valuations #searchValuationGrid,
5916         .main.valuations #valuationReport {
5917                 display: none !important;
5918         }
5919
5920         .valuations .row-fluid.table-form {
5921                 margin: -110px 0 0 !important;
5922                 float: left !important; /* added for IE */
5923         }
5924
5925         .valuations .icon-circle-arrow-up,
5926         .valuations .icon-circle-arrow-down{
5927                 display:none !important;
5928         }
5929
5930         .valuations .table-heading-wrapper {
5931                 font-size: 10px !important;  /* Added for ie */
5932                 height: 60px !important;
5933                 overflow: hidden !important;
5934                 padding-left: 5px !important;
5935         }
5936         .valuations table.table td{
5937                 font-size: 10px !important;  /* Added for ie */
5938         }
5939         .valuations table.table {
5940                 width: 359px !important;
5941                 overflow: hidden !important;
5942         }
5943
5944         .valuations .pagination {
5945                 margin: 0px 5px 0 0 !important;
5946         }
5947
5948 /* Detailed view Auction - bidview */
5949
5950
5951 #PageContent.bidview .row_even .one,
5952         #PageContent.bidview .row_odd .one,
5953         #PageContent.bidview .row_even .two,
5954         #PageContent.bidview .row_odd .two,
5955         #PageContent.bidview .row_red .one,
5956         #PageContent.bidview .row_red .two{
5957                 width: 100% !important;
5958         }
5959
5960
5961         #PageContent.bidview .row_even .one .control-label,
5962         #PageContent.bidview .row_odd .one .control-label,
5963         #PageContent.bidview .row_even .two .control-label,
5964         #PageContent.bidview .row_odd .two .control-label,
5965         #PageContent.bidview .row_red .one .control-label,
5966         #PageContent.bidview .row_red .two .control-label{
5967                 width: 50% !important;
5968         }
5969
5970
5971         #PageContent.bidview #vehicleDamages .div-striped .control-group {
5972                 width: 349px !important;
5973         }
5974         #PageContent.bidview #vehicleDamages .div-striped .control-group .control-label {
5975                 width: 40% !important;
5976                 float: left !important;
5977         }
5978         #PageContent.bidview #vehicleDamages .div-striped .control-group .controls{
5979                 width: 38% !important;
5980                 float: right !important;
5981         }
5982
5983         #PageContent.bidview #vehicleDamages .row_even .control-group,
5984         #PageContent.bidview #vehicleDamages .row_odd .control-group{
5985                 width: 100% !important;
5986         }
5987
5988         #PageContent.bidview #vehicleDamages .row_even .control-group .control-label,
5989         #PageContent.bidview #vehicleDamages .row_odd .control-group .control-label{
5990                 width: 100% !important;
5991         }
5992         /* yes */
5993         .form-horizontal .control-group .controls #previousRepairsNoted {
5994                 width: 50px !important;
5995                 float: left !important;
5996                 margin: -14px 0 0 210px !important;
5997         }
5998
5999         .bidview #vehicleAccessoriesClick {
6000                 width: 359px !important ;
6001         }
6002
6003         .backBtn {
6004                 margin: -20px 0 0 0 !important;
6005         }
6006
6007
6008         #PageContent.bidview .damageTotal .control-label {
6009                 float: left !important;
6010                 width: 39.5% !important;
6011         }
6012
6013         #PageContent.bidview .damageTotal .controls {
6014                 float: right !important;
6015                 width: 39.5% !important;
6016         }
6017
6018
6019         #accessoriesMobiOpen {
6020                 width: 359px !important;
6021                 margin: 0 0 0 -14px !important;
6022         }
6023         #accessoriesMobiOpen .row-fluid {
6024                 border: 1px solid #d3d3d3;
6025                 width: 336px !important;
6026         }
6027         #accessoriesMobiOpen .row-fluid div {
6028                 width: 160px !important;
6029                 float: left !important;
6030                 padding-top: 5px !important;
6031         }
6032         #accessoryNotesMobi {
6033                 margin-bottom: 15px !important;
6034         }
6035
6036         #PageContent.bidview h5 {
6037                 margin-bottom: 5px !important;
6038                 margin-top: 5px !important;
6039         }
6040
6041         .bidview .bid-emai-seller-button .btn {
6042                 float: left !important;
6043                 margin: 10px 0 !important;
6044         }
6045
6046
6047 #vehicleDamages .row_red {
6048                 display: none !important;
6049         }
6050
6051         .accessoryNotes_dataMobi {
6052                 padding-bottom: 25px !important;
6053                 padding-top: 15px !important;
6054                 border: 1px solid #D3D3D3 !important;
6055         }
6056
6057         .accessoryNotes_dataMobi .control-label {
6058                 float: left !important;
6059                 font-size: 12px !important;
6060                 margin-left: 12px !important;
6061                 text-align: left !important;
6062         }
6063         .accessoryNotes_dataMobi .controls {
6064                 width: 345px !important;
6065                 margin-left: 10px !important;
6066         }
6067
6068         .accessoryNotes_titleMobi {
6069                 padding-bottom: 25px !important;
6070                 padding-top: 15px !important;
6071                 border: 1px solid #D3D3D3 !important;
6072         }
6073
6074         .accessoryNotes_titleMobi .control-label {
6075                 float: left !important;
6076                 font-size: 12px !important;
6077                 margin-left: 12px !important;
6078                 text-align: left !important;
6079         }
6080         .accessoryNotes_titleMobi .controls {
6081                 width: 345px !important;
6082                 margin-left: 10px !important;
6083         }
6084
6085         .accessoryNotesMobi {
6086                 padding-bottom: 25px !important;
6087                 padding-top: 0px !important;
6088                 border: 1px solid #D3D3D3 !important;
6089         }
6090
6091         .accessoryNotesMobi .control-label {
6092                 float: left !important;
6093                 font-size: 12px !important;
6094                 margin-left: 12px !important;
6095                 text-align: left !important;
6096         }
6097         .accessoryNotesMobi .controls {
6098                 width: 345px !important;
6099                 margin-left: 10px !important;
6100         }
6101
6102
6103         .main-section .container-fluid.bidview {
6104                 max-width: 100% !important;
6105         }
6106
6107         .bidview .mobile-form-headers {
6108                 padding: 5px 0 0 !important;
6109         }
6110         .bidview .mobile-form-headers p {
6111                 font-size: 12px !important;
6112                 padding-top: 5px !important;
6113         }
6114         .bidview #vehicleSpecificationsClick.mobile-form-headers  {
6115                 padding: 0 !important;
6116                 margin-left: -24px !important;
6117                 width: 359px !important;
6118                 margin-top: -9px !important;
6119         }
6120         .bidview #vehicleSpecificationsClick.mobile-form-headers p  {
6121                 padding-top: 10px !important;
6122         }
6123
6124         .bidview #vehicleDamagesClick.mobile-form-headers  {
6125                 padding: 0 5px 0 0 !important;
6126                 margin-left: 0 !important;
6127                 width: 359px !important;
6128                 margin-top: 0px !important;
6129         }
6130         .bidview #vehicleDamagesClick.mobile-form-headers p  {
6131                 padding-top: 10px !important;
6132         }
6133
6134         .bidview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
6135                 padding: 0 !important;
6136                 width: 361px !important;
6137                 margin: 0 0 0 -25px !important;
6138                 min-height: 44px !important;
6139
6140         }
6141         .bidview .mobile-car {
6142                 margin-left:5px !important;
6143         }
6144
6145         .bidview .page-middle-forms-wrapper .form-horizontal {
6146                 min-height: 44px !important;
6147         }
6148
6149         .bidview #vehicleBidBoxClick.mobile-form-headers  {
6150                 padding: 2px 0 0 !important;
6151                 margin-top: 0px !important;
6152         }
6153
6154         #PageContent.bidview .specs .controls #fshNotes_data,
6155         #PageContent.bidview .specs .controls #damageNotes_data,
6156         #PageContent.bidview .specs .controls #coverReceived_data,
6157         #PageContent.bidview .specs .controls #previousRepairsNotes_data {
6158                 width: 340px !important;
6159         }
6160
6161
6162         
6163         /* Detailed view Stock  */
6164
6165         #PageContent.stockview .row_even .one,
6166         #PageContent.stockview .row_odd .one,
6167         #PageContent.stockview .row_even .two,
6168         #PageContent.stockview .row_odd .two,
6169         #PageContent.stockview .row_red .one,
6170         #PageContent.stockview .row_red .two{
6171                 width: 100% !important;
6172         }
6173
6174
6175         #PageContent.stockview .row_even .one .control-label,
6176         #PageContent.stockview .row_odd .one .control-label,
6177         #PageContent.stockview .row_even .two .control-label,
6178         #PageContent.stockview .row_odd .two .control-label,
6179         #PageContent.stockview .row_red .one .control-label,
6180         #PageContent.stockview .row_red .two .control-label{
6181                 width: 50% !important;
6182         }
6183         
6184         .stockview #vSpecs .form-horizontal .control-group .controls {
6185                 width: 150px !important;
6186                 font-size:12px;
6187                 margin-left:10px;
6188                 margin-top: 0px;
6189         }
6190         
6191
6192
6193         #PageContent.stockview #vehicleDamages .div-striped .control-group {
6194                 width: 210px !important;
6195         }
6196         #PageContent.stockview #vehicleDamages .div-striped .control-group .control-label {
6197                 width: 40% !important;
6198                 float: left !important;
6199         }
6200         #PageContent.stockview #vehicleDamages .div-striped .control-group .controls{
6201                 width: 50% !important;
6202                 float: left !important;
6203         }
6204
6205         #PageContent.stockview #vehicleDamages .row_even .control-group,
6206         #PageContent.stockview #vehicleDamages .row_odd .control-group{
6207                 width: 100% !important;
6208         }
6209
6210         #PageContent.stockview #vehicleDamages .row_even .control-group .control-label,
6211         #PageContent.stockview #vehicleDamages .row_odd .control-group .control-label{
6212                 width: 100% !important;
6213         }
6214         
6215
6216         .stockview #vehicleAccessoriesClick {
6217                 width: 221px !important;
6218         }
6219
6220         .stockview .bid-emai-seller-button .btn {
6221                 float: left !important;
6222                 margin: 10px 0 !important;
6223         }
6224         
6225         .main-section .stockview .page-title-wrapper .back-btn
6226         {
6227                 margin: -34px 2px 0 0 !important;
6228         }
6229         
6230         #PageContent.stockview #vSpecs .control-label.valuation-line{
6231                 margin-left:10px !important;
6232         }
6233         #PageContent.stockview #vSpecs #mmCode{
6234                 margin-left: 10px !important;
6235         }
6236         
6237         #PageContent.stockview .mobile-form-headers p {
6238                 margin-left: 49px !important;
6239         }
6240         #PageContent.stockview .priceGuideAuction hr {
6241                 display: none;
6242         }
6243         
6244         .stockview .form-horizontal .control-group .controls .information-input,
6245         .stockview .form-horizontal .mobile-control-group .mobile-information-input,
6246         .stockview .form-horizontal .mobile-control-group .mobile-information-input-short,
6247         .stockview .form-horizontal .control-group .controls .information-input {
6248                 width: 148px !important;
6249         }
6250         
6251         
6252         .stockview #vSpecs .form-horizontal .control-group .controls .information-input.valid,
6253         .stockview #vSpecs .form-horizontal .control-group .controls .information-input.error {
6254                 width: 145x !important;
6255         }
6256         .stockview #vSpecs #fshNotes {
6257                 width: 93% !important;
6258         }
6259         
6260         .stockview #damagesOpen input.rand-input {
6261                 margin-top: -10px !important;
6262                 width: 107px !important;
6263         }
6264         
6265         .stockview #vSpecs .form-horizontal .information-lines {
6266                 margin-left: -18px !important;
6267         }
6268         
6269         .stockview #damagesOpen .price,
6270         .stockview #damagesOpen .damages-form .price {
6271                 margin-left: 30px !important;
6272                 margin-top: 0px !important;
6273         }
6274         .stockview #pricinghistory {
6275                 display: none;
6276         }
6277         
6278         .stockview #accessoriesOpen .form-horizontal .mobile-control-group {
6279                 display: block;
6280                 float: left;
6281                 width: 160px !important;
6282         }
6283         
6284         .stockview #pricingDetails .form-horizontal {
6285                 min-height: 70px !important;
6286         }
6287         
6288
6289         .main-section .container-fluid.stockview  {
6290                 max-width: 100% !important;
6291         }
6292
6293         .stockview .mobile-form-headers {
6294                 padding: 5px 0 0 !important;
6295         }
6296         .stockview .mobile-form-headers p {
6297                 font-size: 12px !important;
6298                 padding-top: 5px !important;
6299         }
6300         .stockview #vehicleSpecificationsClick.mobile-form-headers  {
6301                 padding: 0 !important;
6302                 margin-left: -21px !important;
6303                 width: 222px !important;
6304                 margin-top: -9px !important;
6305         }
6306         .stockview #vehicleSpecificationsClick.mobile-form-headers p  {
6307                 padding-top: 10px !important;
6308         }
6309
6310         .stockview #vehicleDamagesClick.mobile-form-headers  {
6311                 padding: 0px 5px 0 20px !important;
6312                 margin-left: -20px !important;
6313                 width: 222px !important;
6314                 margin-top: 0px !important;
6315         }
6316         .stockview #vehicleDamagesClick.mobile-form-headers p  {
6317                 padding-top: 10px !important;
6318         }
6319
6320         .stockview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
6321                 padding: 0 !important;
6322                 width: 223px !important;
6323                 margin: 0 0 0 -21px !important;
6324                 min-height: 44px !important;
6325
6326         }
6327         
6328
6329         .stockview .page-middle-forms-wrapper .form-horizontal {
6330                 min-height: 44px !important;
6331         }
6332
6333         .stockview #vehicleBidBoxClick.mobile-form-headers  {
6334                 padding: 2px 0 0 !important;
6335                 margin-top: 0px !important;
6336         }
6337
6338         #PageContent.stockview .specs .controls #fshNotes_data,
6339         #PageContent.stockview .specs .controls #damageNotes_data,
6340         #PageContent.stockview .specs .controls #coverReceived_data,
6341         #PageContent.stockview .specs .controls #previousRepairsNotes_data {
6342                 width: 200px !important;
6343         }
6344         
6345         .stockview .row-fluid.table-form {
6346                 margin: -169px 0 0 !important;
6347                 float: left !important; /* added for IE */
6348         }
6349
6350         .stockview .icon-circle-arrow-up,
6351         .stockview .icon-circle-arrow-down{
6352                 display:none !important;
6353         }
6354
6355         .stockview .table-heading-wrapper {
6356                 font-size: 10px !important;  /* Added for ie */
6357                 height: 60px !important;
6358                 overflow: hidden !important;
6359                 padding-left: 5px !important;
6360         }
6361         .stockview table.table td{
6362                 font-size: 10px !important;  /* Added for ie */
6363         }
6364         .stockview table.table {
6365                 width: 223px !important;
6366                 overflow: hidden !important;
6367         }
6368
6369         .stockview .pagination {
6370                 margin: 0px 5px 0 0 !important;
6371         }
6372         
6373         .stockview .mobile-clipboard {
6374                 margin-left: 15px !important;
6375         }
6376         
6377         .stockview .mobile-money {
6378                 margin-left: 10px !important;
6379         }
6380         
6381         .stockview .mobile-car {
6382                 margin-left:10px !important;
6383         }
6384
6385         .stockview .mobile-bomb {
6386                 margin-left: 10px !important;
6387                 margin-top: 4px !important;
6388         }
6389         
6390         .stockview .mobile-headphones {
6391                 margin-left: 10px !important;
6392         }
6393         
6394         .stockview .mobile-camera {
6395                 margin-left: 10px !important;
6396         }
6397         
6398         
6399         .stockview #priceGuideAuctionClick p  {
6400                 margin-top: 4px !important;
6401                 margin-left: 7px !important;
6402         }
6403         
6404         .stockview #pricingDetailsClick p  {
6405                 margin-top: 4px !important;
6406                 margin-left: 7px !important;
6407         }
6408         
6409         .stockview #vSpecsClick p  {
6410                 margin-top: 5px !important;
6411         }
6412         
6413         .stockview #damagesClick p  {
6414                 margin-top: 2px !important;
6415                 margin-left: 7px !important;
6416         }
6417         
6418         .stockview #accessoriesClick p  {
6419                 margin-top: 4px !important;
6420                 margin-left: 12px !important;
6421         }
6422         
6423         .stockview #photoClick p  {
6424                 margin-top: 5px !important;
6425                 margin-left: 12px !important;
6426         }
6427         
6428         
6429         /* publicvaluation toggle buttons */
6430
6431         .publicvaluation #customerDetailsClick p,
6432         .publicvaluation #vehicleSpecificationsClick p,
6433         .publicvaluation #damagesClick p,
6434         .publicvaluation #accessoriesClick p,
6435         .publicvaluation #photosClick p {
6436                 margin-top: 0 !important;
6437         }
6438
6439         .publicvaluation .mobile-form-headers p {
6440                 font-size: 14px;
6441         }
6442
6443         .publicvaluation .mobile-form-headers {
6444                 padding: 12px 0 !important;
6445                 margin-right: 0px !important;
6446                 margin-left: 0px !important;
6447                 height: 24px !important;;
6448         }
6449         .publicvaluation .mobile-form-headers img {
6450                 float: left !important;
6451                 padding-left: 5px !important;
6452                 padding-right: 5px !important;
6453         }
6454         .publicvaluation .mobile-form-headers i {
6455                 float: left !important;
6456                 margin-left: 5px !important;
6457         }
6458         .publicvaluation .mobile-form-headers i.icon-white-arrow-up,
6459         .publicvaluation .mobile-form-headers i.icon-white-arrow-down {
6460                 float: right !important;
6461         }
6462
6463         .publicvaluation .mobile-form-headers i.icon {
6464                 margin-top: -5px !important;
6465                 margin-right: 5px !important;
6466         }
6467
6468         .publicvaluation .mobile-form-headers i.mobile-money {
6469                 margin-right: 5px !important;
6470                 margin-left: 4px !important;
6471                 float : left !important;
6472         }
6473
6474         .publicvaluation .mobile-form-headers i.mobile-clipboard {
6475                 margin-right: 11px !important;
6476                 margin-left: 11px !important;
6477                 float : left !important;
6478         }
6479         .publicvaluation .mobile-form-headers i.mobile-car {
6480                 margin-right: 6px !important;
6481                 float : left !important;
6482                 margin-top: -3px !important;
6483         }
6484         .publicvaluation .mobile-form-headers i.mobile-icon-user {
6485                 margin-right: 8px !important;
6486                 margin-left: 10px !important;
6487                 float : left !important;
6488                 margin-top: -3px !important;
6489         }
6490
6491         .publicvaluation .mobile-form-headers i.mobile-bomb {
6492                 margin-right: 3px !important;
6493                 float : left !important;
6494         }
6495
6496         .publicvaluation .mobile-form-headers i.mobile-headphones {
6497                 margin-right: 10px !important;
6498                 float : left !important;
6499                 margin-top: -3px !important;
6500         }
6501
6502         .publicvaluation .mobile-form-headers i.mobile-camera {
6503                 margin-right: 7px !important;
6504                 float : left !important;
6505                 margin-top: -3px !important;
6506         }
6507
6508         .publicvaluation #damagesClick p, #accessoriesClick p{
6509                 margin-top: 0px !important;
6510         }
6511
6512
6513         .publicvaluation #dealershipDetailsClick .mobile-form-headers {
6514                 padding: 12px 0 !important;
6515                 margin-right: 0px !important;
6516                 margin-left: 0px !important;
6517         }
6518
6519
6520         .main.publicvaluation .mobile-form-headers p {
6521                 font-size:12px; !important;
6522         }
6523
6524         /* public valuation forms */
6525
6526         .publicvaluation .page-top-forms-wrapper .form-horizontal {
6527                 margin: 0 !important;
6528                 min-height: 215px !important;
6529                 padding: 0 !important;
6530                 width: 100% !important;
6531         }
6532
6533         .publicvaluation #vehicleSpecifications {
6534                 width: 96% !important;
6535         }
6536
6537         .publicvaluation .page-top-forms-wrapper .form-horizontal .row-fluid,
6538         .publicvaluation #customerDetails .row-fluid {
6539                 margin: 0 !important;
6540                 padding: 0 !important;
6541         }
6542
6543
6544         .publicvaluation .form-horizontal .control-group .mobile-control-label {
6545                 width: 56% !important;
6546         }
6547
6548         .publicvaluation .form-horizontal .control-group .controls {
6549                 width: 35% !important;
6550         }
6551
6552         .publicvaluation .form-horizontal .mobile-control-group .input-prepend,
6553         .form-horizontal .mobile-control-group .btn-group {
6554                 width: 40% !important;
6555         }
6556
6557         .publicvaluation .form-horizontal .control-group .controls .information-input.error,
6558         .publicvaluation .form-horizontal .mobile-control-group .mobile-information-input.error,
6559         .publicvaluation .form-horizontal .control-group .controls .information-input.valid,
6560         .publicvaluation .form-horizontal .control-group .controls .information-input {
6561                 margin-left : -17px !important;
6562         }
6563
6564         .publicvaluation #vehicleSpecifications .control-group .controls .information-input.error,
6565         .publicvaluation #vehicleSpecifications .mobile-control-group .mobile-information-input.error,
6566         .publicvaluation #vehicleSpecifications .control-group .controls .information-input.valid,
6567         .publicvaluation #vehicleSpecifications .control-group .controls .information-input {
6568                 margin-left : -16px !important;
6569         }
6570
6571         .publicvaluation  .form-horizontal .control-group .controls #street,
6572         .publicvaluation  .form-horizontal .control-group .controls #vinNumber,
6573         .publicvaluation  .form-horizontal .control-group .controls #engineNumber {
6574                 width: 149px !important;
6575         }
6576
6577         .publicvaluation  .form-horizontal .control-group .controls #street.valid,
6578         .publicvaluation  .form-horizontal .control-group .controls #vinNumber.valid,
6579         .publicvaluation  .form-horizontal .control-group .controls #engineNumber.valid {
6580                 width: 146px !important;
6581         }
6582
6583         .publicvaluation .error {
6584                 width: 140px !important;
6585         }
6586
6587
6588         .publicvaluation .page-top-forms-wrapper #vehicleSpecifications {
6589                 margin-left : 9px !important;
6590         }
6591
6592         .publicvaluation .control-group .text-box-small {
6593                 width:100% !important;
6594         }
6595
6596         .publicvaluation .page-middle-forms-wrapper .form-horizontal {
6597                 margin: 0 !important;
6598                 padding: 0 !important;
6599         }
6600         .publicvaluation .damages-form .textbox {
6601                 width: 102% !important;
6602         }
6603         
6604         .publicvaluation .valuation-details-form .textbox {
6605                 width: 102% !important;
6606         }
6607         
6608         .publicvaluation .pricing-details-form .textbox {
6609                 width: 102% !important;
6610         }
6611
6612         .publicvaluation .accessories-form .comment-box .comment-text-box {
6613                 width: 102% !important;
6614         }
6615
6616
6617 /* Detailed view priceguide */
6618         .offerview .mobile-form-headers {
6619                 padding: 12px 0 !important;
6620                 margin-right: 0px !important;
6621                 margin-left: 0px !important;
6622                 height: 24px !important;;
6623         }
6624         .offerview .mobile-form-headers img {
6625                 float: left !important;
6626                 padding-left: 5px !important;
6627                 padding-right: 5px !important;
6628         }
6629         .offerview .mobile-form-headers i {
6630                 float: left !important;
6631                 margin-left: 5px !important;
6632         }
6633         .offerview .mobile-form-headers i.icon-white-arrow-up,
6634         .offerview .mobile-form-headers i.icon-white-arrow-down {
6635                 float: right !important;
6636         }
6637
6638         .offerview .mobile-form-headers i.icon {
6639                 margin-top: -5px !important;
6640                 margin-right: 5px !important;
6641         }
6642
6643         .offerview .mobile-form-headers i.mobile-money {
6644                 margin-right: 5px !important;
6645                 margin-left: 4px !important;
6646
6647         }
6648
6649         .offerview .mobile-form-headers i.mobile-clipboard {
6650                 margin-right: 11px !important;
6651                 margin-left: 11px !important;
6652         }
6653         .offerview .mobile-form-headers i.mobile-car {
6654                 margin-right: 6px !important;
6655         }
6656         .offerview .mobile-form-headers i.mobile-icon-user {
6657                 margin-right: 8px !important;
6658                 margin-left: 10px !important;
6659         }
6660
6661         .offerview .mobile-form-headers i.mobile-bomb {
6662                 margin-right: 3px !important;
6663         }
6664
6665         .offerview .mobile-form-headers i.mobile-headphones {
6666                 margin-right: 10px !important;
6667         }
6668
6669         .offerview .mobile-form-headers i.mobile-camera {
6670                 margin-right: 7px !important;
6671         }
6672
6673         .offerview #damagesClick p, #accessoriesClick p{
6674                 margin-top: 0px !important;
6675         }
6676
6677
6678
6679
6680         .main-section .offerview  #frmValuationView .page-title-wrapper h1 {
6681                 font-size: 12px !important;
6682                 width: 200px !important;
6683                 margin: 10px 0 0 !important;
6684         }
6685
6686         #printPriceGuidePdf {
6687                 display: none !important;
6688         }
6689
6690         .main-section .offerview .page-title-wrapper .back-btn {
6691                 display: none !important;
6692         }
6693
6694         .offerview #dropCmp .control-group {
6695                 height: 10px !important;
6696         }
6697
6698         .offerview #dropCmp  {
6699                 padding-bottom: 15px !important;
6700         }
6701
6702         .offerview .make-offer-btn {
6703                 float: right !important;
6704                 margin: -62px 0 0 !important;
6705         }
6706
6707         .offerview #dealershipDetails .control-group .control-label{
6708                 float: left !important;
6709                 width: 45% !important;
6710                 font-size: 12px !important;
6711                 line-height: 12px !important;
6712         }
6713
6714         .offerview #dealershipDetails .control-group .controls{
6715                 float: left !important;
6716                 width: 50% !important;
6717         }
6718
6719         .offerview #dealershipDetails .control-group .controls p{
6720                 font-size: 12px !important;
6721                 line-height: 12px !important;
6722         }
6723
6724         .offerview .page-top-forms-wrapper #dealershipDetails .form-horizontal {
6725                 min-height: 123px !important;
6726         }
6727
6728
6729         .offerview #valuationDetails .control-group .control-label{
6730                 float: left !important;
6731                 width: 45% !important;
6732                 font-size: 12px !important;
6733                 line-height: 12px !important;
6734         }
6735
6736         .offerview #valuationDetails .control-group .controls{
6737                 float: left !important;
6738                 width: 50% !important;
6739         }
6740
6741         .offerview #valuationDetails .control-group .controls p{
6742                 font-size: 12px !important;
6743                 line-height: 12px !important;
6744         }
6745
6746         .offerview .page-top-forms-wrapper #valuationDetails .form-horizontal {
6747                 min-height: 70px !important;
6748         }
6749
6750
6751         .offerview #pricingDetails .control-group .control-label{
6752                 float: left !important;
6753                 width: 47% !important;
6754                 font-size: 12px !important;
6755                 line-height: 12px !important;
6756                 padding-bottom: 5px !important;
6757                 padding-top: 5px !important;
6758                 margin: 0 0 0 5px !important;
6759         }
6760
6761         .offerview #pricingDetails .control-group .controls{
6762                 float: left !important;
6763                 width: 47% !important;
6764                 padding-bottom: 5px !important;
6765                 padding-top: 5px !important;
6766         }
6767
6768         .offerview #pricingDetails .control-group .controls p {
6769                 font-size: 12px !important;
6770                 line-height: 12px !important;
6771                 width: 100% !important;
6772                 margin: 0 !important;
6773         }
6774
6775         .offerview .page-top-forms-wrapper #pricingDetails .form-horizontal {
6776                 min-height: 123px !important;
6777         }
6778
6779         .offerview #vSpecs .control-label{
6780                 float: left !important;
6781                 width: 45% !important;
6782                 font-size: 12px !important;
6783                 line-height: 12px !important;
6784         }
6785
6786         .offerview #vSpecs .controls{
6787                 float: left !important;
6788                 width: 50% !important;
6789         }
6790
6791         .offerview #vSpecs .controls p{
6792                 font-size: 12px !important;
6793                 line-height: 12px !important;
6794         }
6795
6796
6797         .offerview #damages .control-label{
6798                 float: left !important;
6799                 width: 60% !important;
6800                 font-size: 12px !important;
6801                 line-height: 12px !important;
6802         }
6803
6804         .offerview #damages .controls{
6805                 float: left !important;
6806                 width: 35% !important;
6807         }
6808
6809         .offerview #damages .controls p{
6810                 font-size: 12px !important;
6811                 line-height: 12px !important;
6812         }
6813
6814         .offerview #damages .form-horizontal {
6815                 min-height: 150px !important;
6816         }
6817
6818         .offerview #accessoriesOpen .control-label{
6819                 float: left !important;
6820                 width: 45% !important;
6821                 font-size: 12px !important;
6822                 line-height: 12px !important;
6823         }
6824
6825         .offerview #accessoriesOpen .controls{
6826                 float: left !important;
6827                 width: 50% !important;
6828         }
6829
6830         .offerview #accessoriesOpen .controls p{
6831                 font-size: 12px !important;
6832                 line-height: 12px !important;
6833         }
6834
6835
6836         .offerview #accessoriesOpen .form-horizontal {
6837                 min-height: 150px !important;
6838         }
6839
6840         .offerview .page-bottom-forms-wrapper.page-middle-forms-wrapper .accessories-form {
6841                 min-height: 0px !important;
6842         }
6843
6844         .offerview #photo .form-horizontal {
6845                 min-height: 410px !important;
6846         }
6847
6848         .offerview #pricinghistory {
6849                 display: none !important;
6850         }
6851
6852         .offerview #vSpecs .fshNotes .controls,
6853         .offerview #damages .damageNotes .controls,
6854         .offerview #damages .previousRepairsNotes .controls,
6855         .offerview #damages .previousRepairsNoted .controls,
6856         .offerview #valuationDetails .coverReceived .controls,
6857         .offerview #pricingDetails .coverReceived .controls,    
6858         .offerview #accessoriesOpen .accessoryNotes .controls{
6859
6860                 width: 345px !important;
6861                 margin-left: 2px !important;
6862         }
6863
6864         #accessoriesOpen .row-fluid .textshow {
6865                 float: left !important;
6866                 width: 50% !important;
6867         }
6868
6869 /* Detailed view valuationview */
6870
6871         .main-section .valuationview .page-title-wrapper .back-btn {
6872                 margin: -34px 0 29px !important;
6873                 font-size: 14px !important;
6874                 padding: 7px !important;
6875         }
6876
6877         .main-section .valuationview .page-title-wrapper h1 {
6878                 margin: 15px 0 5px !important;
6879         }
6880
6881         .valuationview .mobile-form-headers p {
6882                 font-size: 14px;
6883         }
6884
6885         .valuationview .mobile-form-headers {
6886                 padding: 12px 0 !important;
6887                 margin-right: 0px !important;
6888                 margin-left: 0px !important;
6889                 height: 24px !important;;
6890         }
6891         .valuationview .mobile-form-headers img {
6892                 float: left !important;
6893                 padding-left: 5px !important;
6894                 padding-right: 5px !important;
6895         }
6896         .valuationview .mobile-form-headers i {
6897                 float: left !important;
6898                 margin-left: 5px !important;
6899         }
6900         .valuationview .mobile-form-headers i.icon-white-arrow-up,
6901         .valuationview .mobile-form-headers i.icon-white-arrow-down {
6902                 float: right !important;
6903         }
6904
6905         .valuationview .mobile-form-headers i.icon {
6906                 margin-top: -5px !important;
6907                 margin-right: 5px !important;
6908         }
6909
6910         .valuationview .mobile-form-headers i.mobile-money {
6911                 margin-right: 5px !important;
6912                 margin-left: 4px !important;
6913                 margin-top: -5px !important;
6914                 float: left !important;
6915
6916         }
6917
6918         .valuationview .mobile-form-headers i.mobile-clipboard {
6919                 margin-right: 11px !important;
6920                 margin-left: 11px !important;
6921                 margin-top: -5px !important;
6922                 float: left !important;
6923         }
6924         .valuationview .mobile-form-headers i.mobile-car {
6925                 margin-right: 6px !important;
6926                 margin-top: -5px !important;
6927                 float: left !important;
6928         }
6929         .valuationview .mobile-form-headers i.mobile-icon-user {
6930                 margin-right: 8px !important;
6931                 margin-left: 10px !important;
6932                 margin-top: -5px !important;
6933                 float: left !important;
6934         }
6935
6936         .valuationview .mobile-form-headers i.mobile-bomb {
6937                 margin-right: 3px !important;
6938                 margin-top: -5px !important;
6939                 float: left !important;
6940         }
6941
6942         .valuationview .mobile-form-headers i.mobile-headphones {
6943                 margin-right: 10px !important;
6944                 margin-top: -5px !important;
6945                 float: left !important;
6946         }
6947
6948         .valuationview .mobile-form-headers i.mobile-camera {
6949                 margin-right: 7px !important;
6950                 margin-top: -5px !important;
6951                 float: left !important;
6952         }
6953
6954         .valuationview #damagesClick p, #accessoriesClick p{
6955                 margin-top: 0px !important;
6956         }
6957
6958 /* Forms  */
6959
6960         .valuationview .page-top-forms-wrapper .form-horizontal {
6961                 margin : 0px !important;
6962                 padding: 0 !important;
6963                 width: 370px !important;
6964         }
6965         .valuationview .form-horizontal .control-group .controls .information-input {
6966                 margin: 0 0 0 -10px !important;
6967                 width : 139px !important;
6968         }
6969         .valuationview .form-horizontal .control-group .controls .information-input.valid {
6970                 width   : 124px !important;
6971                 padding : 10px !important;
6972         }
6973
6974         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input {
6975                 width : 81px !important;
6976         }
6977         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
6978                 width : 78px !important;
6979         }
6980
6981         .valuationview .form-horizontal .control-group .mobile-control-label {
6982                 width   : 169px !important;
6983         }
6984
6985         .valuationview .bootstrap-select .btn {
6986                 width: 147px !important;
6987         }
6988
6989         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input {
6990                 margin: 0 0 0 -10px !important;
6991                 width : 123px !important;
6992                 padding-left: 20px !important;
6993         }
6994         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
6995                 width   : 114px !important;
6996                 padding : 10px !important;
6997                 padding-left: 20px !important;
6998         }
6999
7000
7001         .valuationview #valuationDetails .control-group-wrapper .control-group .control-label,
7002         .valuationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
7003                 font-size: 14px !important;
7004                 line-height: 14px !important;
7005                 margin-bottom: 10px !important;
7006         }
7007
7008         .valuationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
7009                 font-size: 14px !important;
7010                 margin: 5px 0 0 !important;
7011         }
7012         .valuationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
7013                 font-size: 14px !important;
7014                 padding-bottom: 15px !important;
7015         }
7016
7017
7018         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
7019                 padding-left: 20px !important;
7020                 width: 123px !important;
7021                 margin-left: -13px !important;
7022         }
7023         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
7024                 width: 115px !important;
7025         }
7026         .valuationview #pricingDetails p {
7027                 padding-left: 5px !important;
7028                 padding-top: 10px !important;
7029                 font-size : 14px !important;
7030         }
7031         .valuationview #pricingDetails p.trade-and-retail {
7032                 margin-left: 0px !important;
7033                 padding-top: 10px !important;
7034                 padding-bottom: 10px !important;
7035                 display: block !important;
7036                 float: left !important;
7037         }
7038
7039         .valuationview #pricingDetails span {
7040                 padding-left: 142px !important;
7041                 padding-top: 10px !important;
7042         }
7043
7044         .valuationview #vSpecs .form-horizontal,
7045         .valuationview #vSpecs .form-horizontal .row-fluid {
7046                 margin: 0 !important;
7047                 padding : 0 !important;
7048         }
7049
7050         .valuationview #vSpecs .form-horizontal .mobile-control-group .control-label {
7051                 margin: 10px 0 !important;
7052                 padding-left : 5px !important;
7053         }
7054         .valuationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
7055                 margin: 15px 0 10px 30px !important;
7056                 padding : 0 !important;
7057         }
7058
7059         .valuationview #vSpecs .form-horizontal .control-group .controls .information-input {
7060                 margin: 0 0 0 -4px !important;
7061         }
7062
7063         .valuationview .form-horizontal,
7064         .valuationview .form-horizontal .row-fluid {
7065                 margin: 0 !important;
7066                 padding : 0 !important;
7067         }
7068
7069         .valuationview #damagesOpen,
7070         .valuationview #accessoriesOpen ,
7071         .valuationview #photo {
7072                 padding-left: 5px !important;
7073                 padding-right: 5px !important;
7074                 width: 95% !important;
7075         }
7076         .valuationview #vSpecs .form-horizontal.mobile-form-horizontal {
7077                 width: 374px !important;
7078         }
7079
7080
7081         .valuationview #damagesOpen .form-horizontal.mobile-form-horizontal,
7082         .valuationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
7083         .valuationview #photo .form-horizontal.mobile-form-horizontal {
7084                 width: 95% !important;
7085         }
7086
7087         .valuationview #damagesOpen .checkbox-line {
7088                 width: 110px !important;
7089                 margin-top: 5px !important;
7090         }
7091         .valuationview #damagesOpen .controls{
7092                 width: 95px !important;
7093                 margin-left: 27px !important;
7094                 float: left !important;
7095         }
7096
7097         .valuationview p.damages-comments {
7098                 font-size: 14px !important;
7099         }
7100         .valuationview p.cover-received {
7101                 font-size: 14px !important;
7102         }
7103         .valuationview .accessories-form .comment-box .mobile-comment,
7104         .valuationview .form-horizontal .mobile-instruction-paragraph,
7105         .valuationview .control-group label {
7106                 font-size: 14px !important;
7107         }
7108
7109         .valuationview .control-group .text-box-small {
7110                 width: 95% !important;
7111         }
7112         .valuationview .damages-form .textbox,
7113         .valuationview .valuation-details-form .textbox,
7114         .valuationview .pricing-details-form .textbox,
7115         .valuationview .accessories-form .comment-box .comment-text-box {
7116                 width: 101% !important;
7117         }
7118
7119         .valuationview #printValuationPdf {
7120                 display:none !important;
7121         }
7122
7123 /* Detailed view valuationview */
7124
7125         .main-section .limitedvaluationview .page-title-wrapper .back-btn {
7126                 margin: -34px 0 29px !important;
7127                 font-size: 14px !important;
7128                 padding: 7px !important;
7129         }
7130
7131         .main-section .limitedvaluationview .page-title-wrapper h1 {
7132                 margin: 15px 0 5px !important;
7133         }
7134
7135         .limitedvaluationview .mobile-form-headers p {
7136                 font-size: 14px;
7137         }
7138
7139         #customerDetailsClick p {
7140                 margin-top: 0px !important;
7141         }
7142         .limitedvaluationview .mobile-form-headers {
7143                 padding: 12px 0 !important;
7144                 margin-right: 0px !important;
7145                 margin-left: 0px !important;
7146                 height: 24px !important;;
7147         }
7148         .limitedvaluationview .mobile-form-headers img {
7149                 float: left !important;
7150                 padding-left: 5px !important;
7151                 padding-right: 5px !important;
7152         }
7153         .limitedvaluationview .mobile-form-headers i {
7154                 float: left !important;
7155                 margin-left: 5px !important;
7156         }
7157         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-up,
7158         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-down {
7159                 float: right !important;
7160         }
7161
7162         .limitedvaluationview .mobile-form-headers i.icon {
7163                 margin-top: -5px !important;
7164                 margin-right: 5px !important;
7165         }
7166
7167         .limitedvaluationview .mobile-form-headers i.mobile-money {
7168                 margin-right: 5px !important;
7169                 margin-left: 4px !important;
7170                 margin-top: -5px !important;
7171                 float: left !important;
7172
7173         }
7174
7175         .limitedvaluationview .mobile-form-headers i.mobile-clipboard {
7176                 margin-right: 11px !important;
7177                 margin-left: 11px !important;
7178                 margin-top: -5px !important;
7179                 float: left !important;
7180         }
7181         .limitedvaluationview .mobile-form-headers i.mobile-car {
7182                 margin-right: 6px !important;
7183                 margin-top: -5px !important;
7184                 float: left !important;
7185         }
7186         .limitedvaluationview .mobile-form-headers i.mobile-icon-user {
7187                 margin-right: 8px !important;
7188                 margin-left: 10px !important;
7189                 margin-top: -5px !important;
7190                 float: left !important;
7191         }
7192
7193         .limitedvaluationview .mobile-form-headers i.mobile-bomb {
7194                 margin-right: 3px !important;
7195                 margin-top: -5px !important;
7196                 float: left !important;
7197         }
7198
7199         .limitedvaluationview .mobile-form-headers i.mobile-headphones {
7200                 margin-right: 10px !important;
7201                 margin-top: -5px !important;
7202                 float: left !important;
7203         }
7204
7205         .limitedvaluationview .mobile-form-headers i.mobile-camera {
7206                 margin-right: 7px !important;
7207                 margin-top: -5px !important;
7208                 float: left !important;
7209         }
7210
7211         .limitedvaluationview #damagesClick p, #accessoriesClick p{
7212                 margin-top: 0px !important;
7213         }
7214
7215 /* Forms  */
7216
7217         .limitedvaluationview .page-top-forms-wrapper .form-horizontal {
7218                 margin : 0px !important;
7219                 padding: 0 !important;
7220                 width: 373px !important;
7221                 border: 0px !important;
7222
7223         }
7224         .limitedvaluationview .form-horizontal .control-group .controls .information-input {
7225                 margin: 0 0 0 -14px !important;
7226                 width : 139px !important;
7227         }
7228         .limitedvaluationview .form-horizontal .control-group .controls .information-input.valid {
7229                 width   : 124px !important;
7230                 padding : 10px !important;
7231         }
7232
7233         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input {
7234                 width : 79px !important;
7235         }
7236         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
7237                 width : 78px !important;
7238         }
7239
7240         .limitedvaluationview #customerDetails .form-horizontal .control-group .mobile-control-label {
7241                 width   : 211px !important;
7242         }
7243
7244         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend,
7245         .limitedvaluationview .form-horizontal .mobile-control-group .btn-group {
7246                 width: 39% !important;
7247                 margin-left: 0px !important;
7248         }
7249
7250
7251         .limitedvaluationview #customerDetails .form-horizontal .control-group .controls {
7252                 width   : 38% !important;
7253         }
7254
7255         .limitedvaluationview .bootstrap-select .btn {
7256                 width: 147px !important;
7257         }
7258
7259         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input {
7260                 margin: 0 0 0 -15px !important;
7261                 width : 123px !important;
7262                 padding-left: 20px !important;
7263         }
7264         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
7265                 width   : 114px !important;
7266                 padding : 10px !important;
7267                 padding-left: 20px !important;
7268         }
7269
7270
7271         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .control-label,
7272         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
7273                 font-size: 14px !important;
7274                 line-height: 14px !important;
7275                 margin-bottom: 10px !important;
7276                 width: 170px !important;
7277         }
7278
7279         .limitedvaluationview #valuationDetails .form-horizontal .control-group .mobile-control-label,
7280         .limitedvaluationview #valuationDetails .form-horizontal .control-group .controls {
7281                 width: 39% !important;
7282         }
7283
7284         .limitedvaluationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
7285                 font-size: 14px !important;
7286                 margin: 5px 0 0 !important;
7287         }
7288         .limitedvaluationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
7289                 font-size: 14px !important;
7290                 padding-bottom: 15px !important;
7291         }
7292
7293
7294         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
7295                 padding-left: 20px !important;
7296                 width: 123px !important;
7297                 margin-left: -13px !important;
7298         }
7299         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
7300                 width: 115px !important;
7301         }
7302         .limitedvaluationview #pricingDetails p {
7303                 padding-left: 5px !important;
7304                 padding-top: 10px !important;
7305                 font-size : 14px !important;
7306         }
7307         .limitedvaluationview #pricingDetails p.trade-and-retail {
7308                 margin-left: 0px !important;
7309                 padding-top: 10px !important;
7310                 padding-bottom: 10px !important;
7311                 display: block !important;
7312                 float: left !important;
7313         }
7314
7315         .limitedvaluationview #pricingDetails span {
7316                 padding-left: 142px !important;
7317                 padding-top: 10px !important;
7318         }
7319
7320         .limitedvaluationview #vSpecs .form-horizontal,
7321         .limitedvaluationview #vSpecs .form-horizontal .row-fluid {
7322                 margin: 0 !important;
7323                 padding : 0 !important;
7324                 width: 100% !important;
7325                 border: 0px !important;
7326                 background: none !important;
7327         }
7328
7329         .limitedvaluationview #vSpecs .form-horizontal .control-group .controls {
7330                 width: 36% !important;
7331         }
7332
7333
7334         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group .control-label {
7335                 margin: 10px 0 !important;
7336                 padding-left : 5px !important;
7337                 width: 214px !important;
7338         }
7339
7340         .limitedvaluationview #accessoriesOpen .form-horizontal,
7341         .limitedvaluationview #accessoriesOpen .form-horizontal .row-fluid {
7342                 border: none !important;
7343                 background: none !important;
7344         }
7345
7346         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
7347                 margin: 15px 0 10px 7px !important;
7348                 padding : 0 !important;
7349         }
7350
7351         .limitedvaluationview #vSpecs .form-horizontal .control-group .controls .information-input {
7352                 margin: 0 0 0 -17px !important;
7353         }
7354
7355         .limitedvaluationview .form-horizontal,
7356         .limitedvaluationview .form-horizontal .row-fluid {
7357                 margin: 0 !important;
7358                 padding : 0 !important;
7359         }
7360
7361         .limitedvaluationview #damagesOpen,
7362         .limitedvaluationview #accessoriesOpen ,
7363         .limitedvaluationview #photo {
7364                 padding-left: 5px !important;
7365                 padding-right: 5px !important;
7366                 width: 95% !important;
7367         }
7368         .limitedvaluationview #vSpecs .form-horizontal.mobile-form-horizontal {
7369                 width: 374px !important;
7370         }
7371
7372
7373         .limitedvaluationview #damagesOpen .form-horizontal.mobile-form-horizontal,
7374         .limitedvaluationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
7375         .limitedvaluationview #photo .form-horizontal.mobile-form-horizontal {
7376                 width: 95% !important;
7377         }
7378
7379         .limitedvaluationview #damagesOpen .checkbox-line {
7380                 width: 110px !important;
7381                 margin-top: 5px !important;
7382         }
7383         .limitedvaluationview #damagesOpen .controls{
7384                 width: 95px !important;
7385                 margin-left: 27px !important;
7386                 float: left !important;
7387         }
7388
7389         .limitedvaluationview p.damages-comments {
7390                 font-size: 14px !important;
7391         }
7392         .limitedvaluationview p.cover-received {
7393                 font-size: 14px !important;
7394         }
7395         .limitedvaluationview .accessories-form .comment-box .mobile-comment,
7396         .limitedvaluationview .form-horizontal .mobile-instruction-paragraph,
7397         .limitedvaluationview .control-group label {
7398                 font-size: 14px !important;
7399         }
7400
7401         .limitedvaluationview .control-group .text-box-small {
7402                 width: 95% !important;
7403         }
7404         .limitedvaluationview .damages-form .textbox,
7405         .limitedvaluationview .valuation-details-form .textbox,
7406         .limitedvaluationview .pricing-details-form .textbox,
7407         .limitedvaluationview .accessories-form .comment-box .comment-text-box {
7408                 width: 98% !important;
7409         }
7410
7411         .limitedvaluationview #photo .form-horizontal,
7412         .limitedvaluationview #photo .form-horizontal .row-fluid {
7413                 border: none !important;
7414                 background: none !important;
7415         }
7416
7417         .limitedvaluationview #printValuationPdf {
7418                 display:none !important;
7419         }
7420
7421
7422 /* Buttons at the bottom */
7423         .valuationview .colored-btn-set .btn {
7424                 width: 100% !important;
7425                 margin: 5px 0 !important;
7426                 float: left !important;
7427         }
7428
7429         .valuationview .control-group label.error {
7430         float: left !important;
7431         font-size: 10px !important;
7432         width: 100% !important;
7433         }
7434
7435         .limitedvaluationview .top-grey-set .btn, .limitedvaluationview bottom-grey-set .btn {
7436                 float:left!important;
7437                 width: 100% !important;
7438                 margin: 10px 0 !important;
7439         }
7440
7441         .limitedvaluationview .colored-btn-set .btn {
7442         width: 100% !important;
7443         margin: 5px 0 !important;
7444         }
7445
7446 }
7447
7448
7449 @media (min-width: 480px) and (max-width: 639px ){
7450  /* default bigger mobi screens */
7451         .form-horizontal .control-group .controls .information-input,
7452         .form-horizontal .mobile-control-group .mobile-information-input,
7453         .form-horizontal .mobile-control-group .mobile-information-input-short,
7454         .stockview .form-horizontal .control-group .controls .information-input{
7455                 padding : 10px 2%;
7456                 width   : 166px !important;
7457                 padding-left:20px;
7458
7459         }
7460
7461         .form-horizontal {
7462         background-color: transparent !important;
7463         border-color: transparent !important;
7464         }
7465         .box-shadow {
7466                 box-shadow: none !important;
7467         }
7468
7469         .valuationview #btnArchive, .valuationview #add-to-stock-btn, .valuationview .add-to-stock-btn {
7470                 width : 100% !important;
7471                 margin: 10px 0 !important;
7472                 float: left !important;
7473         }
7474
7475
7476         .form-horizontal .control-group .controls .information-input {
7477                 width   : 173px !important;
7478                 padding : 10px;
7479         }
7480         .form-horizontal .control-group .controls .information-input.valid {
7481                 width   : 170px !important;
7482         }
7483
7484         .form-horizontal .control-group .controls .information-input.error,
7485         .form-horizontal .mobile-control-group .mobile-information-input.error {
7486                 width   : 170px !important;
7487         }
7488         .form-horizontal .mobile-control-group .input-prepend .information-input {
7489                 width   : 137px !important;
7490                 padding : 10px 4px;
7491         }
7492
7493         .form-horizontal .mobile-control-group .input-prepend .add-on {
7494                 padding: 10px 10px !important;
7495         }
7496
7497         #customerDetails .information-input.mobile-information-input.rand-input.error {
7498                  padding-left   : 25px !important;
7499                  width                  : 155px !important;
7500         }
7501         #customerDetails .information-input.mobile-information-input.rand-input.valid {
7502                  padding-left   : 25px !important;
7503                  width                  : 155px !important;
7504         }
7505
7506
7507         .form-horizontal .mobile-control-group .form-horizontal p textarea{
7508                 width : 42% !important;
7509                 margin-left: 5px;
7510         }
7511
7512         .bootstrap-select .btn, .selectpicker, .bootstrap-select, .btn.dropdown-toggle , .btn.dropdown-toggle.error {
7513                 width: 195px !important;
7514         }
7515
7516         textarea, .control-group .text-box-small {
7517                 width: 100% !important;
7518         }
7519
7520         .accessories-form .control-group .checkbox.checkbox-line.acceptTerms{
7521                 margin-left: 5px !important;
7522                 width:375px;
7523         }
7524
7525         .btnDiv_lft {
7526                 background:url(/images/btnDiv_lft_mobi.png) no-repeat !important;
7527                 padding: 18px 36px 10px 1px !important;
7528                 width: 100% !important;
7529                 height : 100px !important;
7530                 margin-top: 25px !important;
7531         }
7532
7533         a.login {
7534                 width:165px !important;
7535                 padding-left:12px !important;
7536                 text-align:center !important;
7537                 margin-bottom:0px !important;
7538         }
7539
7540         .divAction {
7541                 color:#FFF !important;
7542         }
7543         .div260 {
7544                 color:#FFF !important;
7545         }
7546         .control-group .text-box-small {
7547                 width:99% !important;
7548                 margin-left:5px !important;
7549         }
7550         .newHr {
7551                 width: 100% !important
7552         }
7553
7554         .publichome [class*="span"], .publichome .uneditable-input[class*="span"], .publichome .row-fluid [class*="span"] {
7555                 width : 96%;
7556         }
7557         .publichome .footer {
7558                 margin-left:10px;
7559         }
7560
7561         .mobile-header-bottom .mobile-dropdown-btn {
7562                 width:37px !important;
7563                 margin-right:-15px;
7564         }
7565
7566         .mobile-form-headers {
7567                 padding:10px 0 !important;
7568                 height:40px !important;
7569                 margin-right : -10px !important;
7570         }
7571         .mobile-form-headers p {
7572                 font-size: 16px !important;
7573                 margin-left: 60px !important;
7574
7575         }
7576
7577         #frmValuationView .mobile-form-headers p {
7578                 width:200px !important;
7579         }
7580         .mobile-bomb {
7581                 margin-left:-35px !important;
7582                 margin-right:2px !important;
7583         }
7584         #frmValuationView .page-middle-forms-wrapper .form-horizontal {
7585                 min-height : 404px !important;
7586         }
7587
7588
7589         .home .midLanding {
7590                 margin: -130px 0 0 -10px !important;
7591         }
7592
7593         /* Auction page */
7594
7595         /* new menu buttons */
7596         #mobiAuctionBtn {
7597                 width:32% !important;
7598                 padding-left: 10px !important;
7599                 margin-left: -5px !important;
7600         }
7601
7602         #mobiPriceGuideBtn{
7603                 width:32% !important;
7604                 padding-left: 10px !important;
7605         }
7606
7607         #mobiValuationsBtn {
7608                 width:32% !important;
7609                 padding-left: 10px !important;
7610         }
7611
7612
7613         /* The action filters */
7614         .auction .MakeMobi .dropdown-menu  {
7615                 margin: -40px 0 0 0;
7616         }
7617
7618         .auction .RegionMobi .dropdown-menu  {
7619                 margin: -32px 0 0 0;
7620         }
7621
7622         .auction #btnBasketMobi {
7623                 width: 200px !important;
7624                 margin: -113px 0 0 13px !important;
7625         }
7626
7627         .auction .MakeMobi .btn.dropdown-toggle {
7628                 width: 200px !important;
7629                 margin: -71px 0 0 !important;
7630         }
7631
7632         .auction .page-title-wrapper .btn-new-valuation {
7633                 width: 200px !important;
7634                 margin: 0 0 0 235px !important;
7635                 display: block !important;
7636                 padding: 4px !important;
7637         }
7638
7639         .auction .RegionMobi .btn.dropdown-toggle {
7640                 width: 200px !important;
7641                 margin: -64px 0 0 !important;
7642         }
7643
7644         .auction #gridAuctionContext_RegNoMobi {
7645                 margin: -267px 0 0 235px !important;
7646                 width: 185px !important;
7647                 font-size: 16px !important;
7648         }
7649
7650         .auction #btnClearSearch {
7651                 display: none !important;
7652         }
7653
7654         .auction #btnSearch {
7655                 display: none !important;
7656         }
7657
7658         .auction .row-fluid.table-form {
7659                 margin: -75px 0 0 0px !important;
7660                 float: left !important; /* added for IE */
7661         }
7662
7663         .auction .icon-circle-arrow-up,
7664         .auction .icon-circle-arrow-down{
7665                 display:none !important;
7666         }
7667
7668         .auction .table-heading-wrapper {
7669                 font-size: 12px !important;
7670                 height: 60px !important;
7671                 overflow: hidden !important;
7672                 padding-left: 5px !important;
7673         }
7674         .auction table.table td{
7675                 font-size: 12px !important;
7676         }
7677         .auction table.table {
7678                 width: 435px !important;
7679                 overflow: hidden !important;
7680         }
7681         .auction .pagination {
7682                 margin:0 8px 0 0px !important;
7683         }
7684
7685
7686 /* The Price guide filters */
7687
7688         .priceguide .MakeMobi {
7689                 height: 0px !important;
7690         }
7691
7692         .priceguide .page-title-wrapper p {
7693                 display:none !important;
7694         }
7695
7696         .priceguide .MakeMobi .dropdown-menu  {
7697                 margin: -59px 0 0 -230px;
7698         }
7699
7700         .priceguide .RegionMobi .dropdown-menu  {
7701                 margin: -123px 0 0 -230px;
7702         }
7703
7704         .priceguide .MakeMobi .btn.dropdown-toggle {
7705                 width: 200px !important;
7706                 margin: -90px 225px 0 0 !important;
7707         }
7708
7709         .priceguide .RegionMobi .btn.dropdown-toggle {
7710                 width: 200px !important;
7711                 margin: -155px 225px 0 !important;
7712         }
7713
7714         .priceguide #gridPriceGuideContext_RegNoMobi {
7715                 margin: -63px -272px 0 0px !important;
7716                 width: 175px !important;
7717                 float: right !important;
7718         }
7719
7720         .priceguide #btnClearSearch {
7721                 display: none !important;
7722         }
7723
7724         .priceguide #btnSearch {
7725                 display: none !important;
7726         }
7727
7728         .priceguide .row-fluid.table-form {
7729                 margin: -130px 0 0 0px !important;
7730                 float: left !important; /* added for IE */
7731         }
7732
7733         .priceguide .icon-circle-arrow-up,
7734         .priceguide .icon-circle-arrow-down{
7735                 display:none !important;
7736         }
7737
7738         .priceguide .table-heading-wrapper {
7739                 font-size: 10px !important;  /* Added for ie */
7740                 height: 60px !important;
7741                 overflow: hidden !important;
7742                 padding-left: 5px !important;
7743         }
7744         .priceguide table.table td{
7745                 font-size: 10px !important;  /* Added for ie */
7746         }
7747         .priceguide table.table {
7748                 width: 421px !important;
7749                 overflow: hidden !important;
7750         }
7751
7752         .priceguide .pagination {
7753                 margin: 0px 5px 0 0 !important;
7754         }
7755
7756  * The valuation filters */
7757
7758         .main-section .valuations .page-title-wrapper .mobile-header-valuation,
7759         .main-section .page-title-wrapper h1{
7760                 font-size: 40px !important;
7761         }
7762         .valuations .page-title-wrapper .mobile-btn-wrapper {
7763                 border-bottom: none !important;
7764         }
7765
7766         .page-title-wrapper p {
7767                 display:none !important;
7768         }
7769
7770         .valuations .MakeMobi .dropdown-menu  {
7771                 margin: 0px 0 0 -53px;
7772         }
7773
7774         .valuations .StatusMobi .dropdown-menu  {
7775                 margin: -102px 0 0;
7776         }
7777
7778         .valuations .MakeMobi .btn.dropdown-toggle {
7779                 width: 200px !important;
7780                 margin: -32px 0 0 -52px !important;
7781                 display: block !important;
7782                 float: left !important;
7783                 position: inherit !important;
7784         }
7785
7786         .valuations .StatusMobi .btn.dropdown-toggle {
7787                 width: 200px !important;
7788                 margin: -134px 0 0 !important;
7789                 display: block !important;
7790                 float: left !important;
7791                 position: inherit !important;
7792         }
7793
7794         .main.valuations #gridValuationContext_RegNoMobi {
7795                 float: left !important;
7796                 margin: -41px 0 0 255px !important;
7797                 width: 166px !important;
7798         }
7799
7800         .valuations #newValuation {
7801                 margin: 0px 0 0 255px !important;
7802                 width: 180px !important;
7803                 float: left !important;
7804         }
7805
7806         .main.valuations #clearValuationGridContext,
7807         .main.valuations #searchValuationGrid,
7808         .main.valuations #valuationReport {
7809                 display: none !important;
7810         }
7811
7812         .valuations .row-fluid.table-form {
7813                 margin: -140px 0 0 !important;
7814                 float: left !important; /* added for IE */
7815         }
7816
7817         .valuations .icon-circle-arrow-up,
7818         .valuations .icon-circle-arrow-down{
7819                 display:none !important;
7820         }
7821
7822         .valuations .table-heading-wrapper {
7823                 font-size: 10px !important;  /* Added for ie */
7824                 height: 60px !important;
7825                 overflow: hidden !important;
7826                 padding-left: 5px !important;
7827         }
7828         .valuations table.table td{
7829                 font-size: 10px !important;  /* Added for ie */
7830         }
7831         .valuations table.table {
7832                 width: 435px !important;
7833                 overflow: hidden !important;
7834         }
7835
7836         .valuations .pagination {
7837                 margin: 0px 5px 0 0 !important;
7838         }
7839
7840
7841
7842 /* publicvaluation toggle buttons */
7843
7844         .publicvaluation #customerDetailsClick p,
7845         .publicvaluation #vehicleSpecificationsClick p,
7846         .publicvaluation #damagesClick p,
7847         .publicvaluation #accessoriesClick p,
7848         .publicvaluation #photosClick p {
7849                 margin-top: 0 !important;
7850         }
7851
7852         .publicvaluation .mobile-form-headers p {
7853                 font-size: 14px;
7854         }
7855
7856         .publicvaluation .mobile-form-headers {
7857                 padding: 12px 0 !important;
7858                 margin-right: 0px !important;
7859                 margin-left: 0px !important;
7860                 height: 24px !important;;
7861         }
7862         .publicvaluation .mobile-form-headers img {
7863                 float: left !important;
7864                 padding-left: 5px !important;
7865                 padding-right: 5px !important;
7866         }
7867         .publicvaluation .mobile-form-headers i {
7868                 float: left !important;
7869                 margin-left: 5px !important;
7870         }
7871         .publicvaluation .mobile-form-headers i.icon-white-arrow-up,
7872         .publicvaluation .mobile-form-headers i.icon-white-arrow-down {
7873                 float: right !important;
7874         }
7875
7876         .publicvaluation .mobile-form-headers i.icon {
7877                 margin-top: -5px !important;
7878                 margin-right: 5px !important;
7879         }
7880
7881         .publicvaluation .mobile-form-headers i.mobile-money {
7882                 margin-right: 5px !important;
7883                 margin-left: 4px !important;
7884                 float : left !important;
7885         }
7886
7887         .publicvaluation .mobile-form-headers i.mobile-clipboard {
7888                 margin-right: 11px !important;
7889                 margin-left: 11px !important;
7890                 float : left !important;
7891         }
7892         .publicvaluation .mobile-form-headers i.mobile-car {
7893                 margin-right: 6px !important;
7894                 float : left !important;
7895                 margin-top: -3px !important;
7896         }
7897         .publicvaluation .mobile-form-headers i.mobile-icon-user {
7898                 margin-right: 8px !important;
7899                 margin-left: 10px !important;
7900                 float : left !important;
7901                 margin-top: -3px !important;
7902         }
7903
7904         .publicvaluation .mobile-form-headers i.mobile-bomb {
7905                 margin-right: 3px !important;
7906                 float : left !important;
7907                 margin-left : -50px !important;
7908         }
7909
7910         .publicvaluation .mobile-form-headers i.mobile-headphones {
7911                 margin-right: 10px !important;
7912                 float : left !important;
7913                 margin-top: -3px !important;
7914         }
7915
7916         .publicvaluation .mobile-form-headers i.mobile-camera {
7917                 margin-right: 7px !important;
7918                 float : left !important;
7919                 margin-top: -3px !important;
7920         }
7921
7922         .publicvaluation #damagesClick p, #accessoriesClick p{
7923                 margin-top: 0px !important;
7924         }
7925
7926
7927         .publicvaluation #dealershipDetailsClick .mobile-form-headers {
7928                 padding: 12px 0 !important;
7929                 margin-right: 0px !important;
7930                 margin-left: 0px !important;
7931         }
7932
7933
7934         .main.publicvaluation .mobile-form-headers p {
7935                 font-size:12px; !important;
7936         }
7937
7938         /* public valuation forms */
7939
7940         .publicvaluation .page-top-forms-wrapper .form-horizontal {
7941                 margin: 0 !important;
7942                 min-height: 215px !important;
7943                 padding: 0 !important;
7944                 width: 95% !important;
7945         }
7946
7947         .publicvaluation #vehicleSpecifications {
7948                 width: 96% !important;
7949         }
7950
7951         .publicvaluation .page-top-forms-wrapper .form-horizontal .row-fluid,
7952         .publicvaluation #customerDetails .row-fluid {
7953                 margin: 0 !important;
7954                 padding: 0 !important;
7955         }
7956
7957
7958         .publicvaluation .form-horizontal .control-group .mobile-control-label {
7959                 width: 56% !important;
7960         }
7961
7962         .publicvaluation .form-horizontal .control-group .controls {
7963                 width: 35% !important;
7964         }
7965
7966         .publicvaluation .form-horizontal .mobile-control-group .input-prepend,
7967         .form-horizontal .mobile-control-group .btn-group {
7968                 width: 40% !important;
7969         }
7970
7971         .publicvaluation .form-horizontal .control-group .controls .information-input.error,
7972         .publicvaluation .form-horizontal .mobile-control-group .mobile-information-input.error,
7973         .publicvaluation .form-horizontal .control-group .controls .information-input.valid,
7974         .publicvaluation .form-horizontal .control-group .controls .information-input {
7975                 margin-left : -20px !important;
7976         }
7977
7978         .publicvaluation #vehicleSpecifications .control-group .controls .information-input.error,
7979         .publicvaluation #vehicleSpecifications .mobile-control-group .mobile-information-input.error,
7980         .publicvaluation #vehicleSpecifications .control-group .controls .information-input.valid,
7981         .publicvaluation #vehicleSpecifications .control-group .controls .information-input {
7982                 margin-left : -20px !important;
7983         }
7984
7985         .publicvaluation  .form-horizontal .control-group .controls #street,
7986         .publicvaluation  .form-horizontal .control-group .controls #vinNumber,
7987         .publicvaluation  .form-horizontal .control-group .controls #engineNumber {
7988                 width: 174px !important;
7989         }
7990
7991         .publicvaluation  .form-horizontal .control-group .controls #street.valid,
7992         .publicvaluation  .form-horizontal .control-group .controls #vinNumber.valid,
7993         .publicvaluation  .form-horizontal .control-group .controls #engineNumber.valid {
7994                 width: 170px !important;
7995         }
7996
7997
7998         .publicvaluation .page-top-forms-wrapper #vehicleSpecifications {
7999                 margin-left : -3px !important;
8000         }
8001
8002         .publicvaluation .control-group .text-box-small {
8003                 width:104% !important;
8004         }
8005
8006         .publicvaluation .page-middle-forms-wrapper .form-horizontal {
8007                 margin: 0 !important;
8008                 padding: 0 !important;
8009         }
8010         .publicvaluation .damages-form .textbox {
8011                 width: 95% !important;
8012         }
8013
8014         .publicvaluation .valuation-details-form .textbox {
8015                 width: 95% !important;
8016         }
8017         
8018         .publicvaluation .pricing-details-form .textbox {
8019                 width: 95% !important;
8020         }
8021         
8022
8023         .publicvaluation .accessories-form .comment-box .comment-text-box {
8024                 width: 95% !important;
8025         }
8026
8027
8028
8029 /* Detailed view Auction - bidview */
8030
8031         #PageContent.bidview .row_even .one,
8032         #PageContent.bidview .row_odd .one,
8033         #PageContent.bidview .row_even .two,
8034         #PageContent.bidview .row_odd .two,
8035         #PageContent.bidview .row_red .one,
8036         #PageContent.bidview .row_red .two{
8037                 width: 100% !important;
8038         }
8039
8040
8041         #PageContent.bidview .row_even .one .control-label,
8042         #PageContent.bidview .row_odd .one .control-label,
8043         #PageContent.bidview .row_even .two .control-label,
8044         #PageContent.bidview .row_odd .two .control-label,
8045         #PageContent.bidview .row_red .one .control-label,
8046         #PageContent.bidview .row_red .two .control-label{
8047                 width: 50% !important;
8048         }
8049
8050
8051         #PageContent.bidview #vehicleDamages .div-striped .control-group {
8052                 width: 420px !important;
8053         }
8054         #PageContent.bidview #vehicleDamages .div-striped .control-group .control-label {
8055                 width: 40% !important;
8056                 float: left !important;
8057         }
8058         #PageContent.bidview #vehicleDamages .div-striped .control-group .controls{
8059                 width: 38% !important;
8060                 float: right !important;
8061         }
8062
8063         #PageContent.bidview #vehicleDamages .row_even .control-group,
8064         #PageContent.bidview #vehicleDamages .row_odd .control-group{
8065                 width: 100% !important;
8066         }
8067
8068         #PageContent.bidview #vehicleDamages .row_even .control-group .control-label,
8069         #PageContent.bidview #vehicleDamages .row_odd .control-group .control-label{
8070                 width: 100% !important;
8071         }
8072         /* yes */
8073         .form-horizontal .control-group .controls #previousRepairsNoted {
8074                 width: 50px !important;
8075                 float: left !important;
8076                 margin: -14px 0 0 252px !important;
8077         }
8078
8079         .bidview #vehicleAccessoriesClick {
8080                 width: 430px !important ;
8081         }
8082
8083         .backBtn {
8084                 margin: -20px 0 0 0 !important;
8085         }
8086
8087
8088
8089         #PageContent.bidview .damageTotal .control-label {
8090                 float: left !important;
8091                 width: 39.5% !important;
8092         }
8093
8094         #PageContent.bidview .damageTotal .controls {
8095                 float: right !important;
8096                 width: 39.5% !important;
8097         }
8098
8099
8100         #accessoriesMobiOpen {
8101                 width: 430px !important;
8102                 margin: 0 0 0 -14px !important;
8103         }
8104         #accessoriesMobiOpen .row-fluid {
8105                 border: 1px solid #d3d3d3;
8106                 width: 402px !important;
8107         }
8108         #accessoriesMobiOpen .row-fluid div {
8109                 width: 195px !important;
8110                 float: left !important;
8111                 padding-top: 5px !important;
8112         }
8113         #accessoryNotesMobi {
8114                 margin-bottom: 15px !important;
8115         }
8116
8117         #PageContent.bidview h5 {
8118                 margin-bottom: 5px !important;
8119                 margin-top: 5px !important;
8120         }
8121
8122 #vehicleDamages .row_red {
8123                 display: none !important;
8124         }
8125
8126         .accessoryNotes_dataMobi {
8127                 padding-bottom: 25px !important;
8128                 padding-top: 15px !important;
8129                 border: 1px solid #D3D3D3 !important;
8130         }
8131
8132         .accessoryNotes_dataMobi .control-label {
8133                 float: left !important;
8134                 font-size: 12px !important;
8135                 margin-left: 15px !important;
8136                 text-align: left !important;
8137         }
8138         .accessoryNotes_dataMobi .controls {
8139                 width: 417px !important;
8140                 margin-left: 10px !important;
8141         }
8142
8143         .accessoryNotes_titleMobi {
8144                 padding-bottom: 25px !important;
8145                 padding-top: 15px !important;
8146                 border: 1px solid #D3D3D3 !important;
8147         }
8148
8149         .accessoryNotes_titleMobi .control-label {
8150                 float: left !important;
8151                 font-size: 12px !important;
8152                 margin-left: 15px !important;
8153                 text-align: left !important;
8154         }
8155         .accessoryNotes_titleMobi .controls {
8156                 width: 417px !important;
8157                 margin-left: 10px !important;
8158         }
8159
8160         .accessoryNotesMobi {
8161                 padding-bottom: 25px !important;
8162                 padding-top: 0px !important;
8163                 border: 1px solid #D3D3D3 !important;
8164         }
8165
8166         .accessoryNotesMobi .control-label {
8167                 float: left !important;
8168                 font-size: 12px !important;
8169                 margin-left: 15px !important;
8170                 text-align: left !important;
8171         }
8172         .accessoryNotesMobi .controls {
8173                 width: 417px !important;
8174                 margin-left: 10px !important;
8175         }
8176
8177
8178
8179         .bidview .bid-emai-seller-button .btn {
8180                 float: left !important;
8181                 margin: 10px 0 !important;
8182         }
8183
8184
8185         .main-section .container-fluid.bidview {
8186                 max-width: 100% !important;
8187         }
8188
8189         .bidview .mobile-form-headers {
8190                 padding: 5px 0 0 !important;
8191         }
8192         .bidview .mobile-form-headers p {
8193                 font-size: 12px !important;
8194                 padding-top: 5px !important;
8195         }
8196         .bidview #vehicleSpecificationsClick.mobile-form-headers  {
8197                 padding: 0 !important;
8198                 margin-left: -26px !important;
8199                 width: 430px !important;
8200                 margin-top: -9px !important;
8201         }
8202         .bidview #vehicleSpecificationsClick.mobile-form-headers p  {
8203                 padding-top: 10px !important;
8204         }
8205
8206         .bidview #vehicleDamagesClick.mobile-form-headers  {
8207                 padding: 0 5px 0 0 !important;
8208                 margin-left: 0 !important;
8209                 width: 430px !important;
8210                 margin-top: 0px !important;
8211         }
8212         .bidview #vehicleDamagesClick.mobile-form-headers p  {
8213                 padding-top: 10px !important;
8214         }
8215
8216         .bidview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
8217                 padding: 0 !important;
8218                 width: 432px !important;
8219                 margin: 0 0 0 -27px !important;
8220                 min-height: 44px !important;
8221
8222         }
8223         .bidview .mobile-car {
8224                 margin-left:5px !important;
8225         }
8226
8227         .bidview .page-middle-forms-wrapper .form-horizontal {
8228                 min-height: 44px !important;
8229         }
8230
8231         .bidview #vehicleBidBoxClick.mobile-form-headers  {
8232                 padding: 2px 0 0 !important;
8233                 margin-top: 0px !important;
8234         }
8235
8236         #PageContent.bidview .specs .controls #fshNotes_data,
8237         #PageContent.bidview .specs .controls #damageNotes_data,
8238         #PageContent.bidview .specs .controls #coverReceived_data,
8239         #PageContent.bidview .specs .controls #previousRepairsNotes_data {
8240                 width: 400px !important;
8241         }
8242
8243
8244 /* Detailed view Stock  */
8245
8246         .stockview .form-horizontal .control-group .controls .information-input,
8247         .stockview .form-horizontal .mobile-control-group .mobile-information-input,
8248         .stockview .form-horizontal .mobile-control-group .mobile-information-input-short,
8249         .stockview .form-horizontal .control-group .controls .information-input {
8250                 width: 170px !important;
8251         }
8252         
8253         
8254         .main-section .stockview .page-title-wrapper .back-btn
8255         {
8256                 margin: -43px 10px 0 0 !important;
8257                 font-size: 14px;
8258                 padding: 5px;
8259         }
8260         
8261         
8262         .stockview #vSpecs .form-horizontal .control-group .controls .information-input.valid,
8263         .stockview #vSpecs .form-horizontal .control-group .controls .information-input.error {
8264                 width: 167px !important;
8265         }
8266         
8267         .stockview .mobile-form-headers p {
8268                 margin-left: 50px !important;
8269         }
8270         
8271         .stockview .mobile-clipboard {
8272                 margin-left: 15px !important;
8273         }
8274         
8275         .stockview .mobile-money {
8276                 margin-left: 10px !important;
8277         }
8278         
8279         .stockview .mobile-car {
8280                 margin-left:10px !important;
8281         }
8282
8283         .stockview .mobile-bomb {
8284                 margin-left: 10px !important;
8285                 margin-top: 4px !important;
8286         }
8287         
8288         .stockview .mobile-headphones {
8289                 margin-left: 10px !important;
8290         }
8291         
8292         .stockview .mobile-camera {
8293                 margin-left: 10px !important;
8294         }
8295         
8296         
8297         .stockview #priceGuideAuctionClick p  {
8298                 margin-top: 4px !important;
8299                 margin-left: 7px !important;
8300         }
8301         
8302         .stockview #pricingDetailsClick p  {
8303                 margin-top: 4px !important;
8304                 margin-left: 7px !important;
8305         }
8306         
8307         .stockview #vSpecsClick p  {
8308                 margin-top: 5px !important;
8309         }
8310         
8311         .stockview #damagesClick p  {
8312                 margin-top: 2px !important;
8313                 margin-left: 7px !important;
8314         }
8315         
8316         .stockview #accessoriesClick p  {
8317                 margin-top: 4px !important;
8318                 margin-left: 12px !important;
8319         }
8320         
8321         .stockview #photoClick p  {
8322                 margin-top: 5px !important;
8323                 margin-left: 12px !important;
8324         }
8325         
8326         
8327         
8328         
8329         
8330         
8331 /* Detailed view priceguide */
8332         .offerview .mobile-form-headers {
8333                 padding: 12px 0 !important;
8334                 margin-right: 0px !important;
8335                 margin-left: 0px !important;
8336                 height: 24px !important;;
8337         }
8338         .offerview .mobile-form-headers img {
8339                 float: left !important;
8340                 padding-left: 5px !important;
8341                 padding-right: 5px !important;
8342         }
8343         .offerview .mobile-form-headers i {
8344                 float: left !important;
8345                 margin-left: 5px !important;
8346         }
8347         .offerview .mobile-form-headers i.icon-white-arrow-up,
8348         .offerview .mobile-form-headers i.icon-white-arrow-down {
8349                 float: right !important;
8350         }
8351
8352         .offerview .mobile-form-headers i.icon {
8353                 margin-top: -5px !important;
8354                 margin-right: 5px !important;
8355         }
8356
8357         .offerview .mobile-form-headers i.mobile-money {
8358                 margin-right: 5px !important;
8359                 margin-left: 4px !important;
8360
8361         }
8362
8363         .offerview .mobile-form-headers i.mobile-clipboard {
8364                 margin-right: 11px !important;
8365                 margin-left: 11px !important;
8366         }
8367         .offerview .mobile-form-headers i.mobile-car {
8368                 margin-right: 6px !important;
8369         }
8370         .offerview .mobile-form-headers i.mobile-icon-user {
8371                 margin-right: 8px !important;
8372                 margin-left: 10px !important;
8373         }
8374
8375         .offerview .mobile-form-headers i.mobile-bomb {
8376                 margin-right: 3px !important;
8377         }
8378
8379         .offerview .mobile-form-headers i.mobile-headphones {
8380                 margin-right: 10px !important;
8381         }
8382
8383         .offerview .mobile-form-headers i.mobile-camera {
8384                 margin-right: 7px !important;
8385         }
8386
8387         .offerview #damagesClick p, #accessoriesClick p{
8388                 margin-top: 0px !important;
8389         }
8390
8391
8392
8393
8394         .main-section .offerview  #frmValuationView .page-title-wrapper h1 {
8395                 font-size: 12px !important;
8396                 width: 200px !important;
8397                 margin: 10px 0 0 !important;
8398         }
8399
8400         #printPriceGuidePdf {
8401                 display: none !important;
8402         }
8403
8404         .main-section .offerview .page-title-wrapper .back-btn {
8405                 display: none !important;
8406         }
8407
8408         .offerview #dropCmp .control-group {
8409                 height: 10px !important;
8410         }
8411
8412         .offerview #dropCmp  {
8413                 padding-bottom: 15px !important;
8414         }
8415
8416         .offerview .make-offer-btn {
8417                 float: right !important;
8418                 margin: -62px 0 0 !important;
8419         }
8420
8421         .offerview #dealershipDetails .control-group .control-label{
8422                 float: left !important;
8423                 width: 45% !important;
8424                 font-size: 12px !important;
8425                 line-height: 12px !important;
8426         }
8427
8428         .offerview #dealershipDetails .control-group .controls{
8429                 float: left !important;
8430                 width: 50% !important;
8431         }
8432
8433         .offerview #dealershipDetails .control-group .controls p{
8434                 font-size: 12px !important;
8435                 line-height: 12px !important;
8436         }
8437
8438         .offerview .page-top-forms-wrapper #dealershipDetails .form-horizontal {
8439                 min-height: 123px !important;
8440         }
8441
8442
8443         .offerview #valuationDetails .control-group .control-label{
8444                 float: left !important;
8445                 width: 45% !important;
8446                 font-size: 12px !important;
8447                 line-height: 12px !important;
8448         }
8449
8450         .offerview #valuationDetails .control-group .controls{
8451                 float: left !important;
8452                 width: 50% !important;
8453         }
8454
8455         .offerview #valuationDetails .control-group .controls p{
8456                 font-size: 12px !important;
8457                 line-height: 12px !important;
8458         }
8459
8460         .offerview .page-top-forms-wrapper #valuationDetails .form-horizontal {
8461                 min-height: 70px !important;
8462         }
8463
8464
8465         .offerview #pricingDetails .control-group .control-label{
8466                 float: left !important;
8467                 width: 47% !important;
8468                 font-size: 12px !important;
8469                 line-height: 12px !important;
8470                 padding-bottom: 5px !important;
8471                 padding-top: 5px !important;
8472                 margin: 0 0 0 5px !important;
8473         }
8474
8475         .offerview #pricingDetails .control-group .controls{
8476                 float: left !important;
8477                 width: 47% !important;
8478                 padding-bottom: 5px !important;
8479                 padding-top: 5px !important;
8480         }
8481
8482         .offerview #pricingDetails .control-group .controls p {
8483                 font-size: 12px !important;
8484                 line-height: 12px !important;
8485                 width: 100% !important;
8486                 margin: 0 !important;
8487         }
8488
8489         .offerview .page-top-forms-wrapper #pricingDetails .form-horizontal {
8490                 min-height: 123px !important;
8491         }
8492
8493         .offerview #vSpecs .control-label{
8494                 float: left !important;
8495                 width: 45% !important;
8496                 font-size: 12px !important;
8497                 line-height: 12px !important;
8498         }
8499
8500         .offerview #vSpecs .controls{
8501                 float: left !important;
8502                 width: 50% !important;
8503         }
8504
8505         .offerview #vSpecs .controls p{
8506                 font-size: 12px !important;
8507                 line-height: 12px !important;
8508         }
8509
8510
8511         .offerview #damages .control-label{
8512                 float: left !important;
8513                 width: 60% !important;
8514                 font-size: 12px !important;
8515                 line-height: 12px !important;
8516         }
8517
8518         .offerview #damages .controls{
8519                 float: left !important;
8520                 width: 35% !important;
8521         }
8522
8523         .offerview #damages .controls p{
8524                 font-size: 12px !important;
8525                 line-height: 12px !important;
8526         }
8527
8528         .offerview #damages .form-horizontal {
8529                 min-height: 150px !important;
8530         }
8531
8532         .offerview #accessoriesOpen .control-label{
8533                 float: left !important;
8534                 width: 45% !important;
8535                 font-size: 12px !important;
8536                 line-height: 12px !important;
8537         }
8538
8539         .offerview #accessoriesOpen .controls{
8540                 float: left !important;
8541                 width: 50% !important;
8542         }
8543
8544         .offerview #accessoriesOpen .controls p{
8545                 font-size: 12px !important;
8546                 line-height: 12px !important;
8547         }
8548
8549
8550         .offerview #accessoriesOpen .form-horizontal {
8551                 min-height: 150px !important;
8552         }
8553
8554         .offerview .page-bottom-forms-wrapper.page-middle-forms-wrapper .accessories-form {
8555                 min-height: 0px !important;
8556         }
8557
8558         .offerview #photo .form-horizontal {
8559                 min-height: 410px !important;
8560         }
8561
8562         .offerview #frmValuationView #pricinghistory {
8563                 display: none !important;
8564         }
8565
8566         .offerview #vSpecs .fshNotes .controls,
8567         .offerview #damages .damageNotes .controls,
8568         .offerview #damages .previousRepairsNotes .controls,
8569         .offerview #damages .previousRepairsNoted .controls,
8570         .offerview #valuationDetails .coverReceived .controls,
8571         .offerview #pricingDetails .coverReceived .controls,    
8572         .offerview #accessoriesOpen .accessoryNotes .controls{
8573
8574                 width: 400px !important;
8575                 margin-left: 3px !important;
8576         }
8577
8578         #accessoriesOpen .row-fluid .textshow {
8579                 float: left !important;
8580                 width: 50% !important;
8581         }
8582 /* Detailed view valuationview */
8583
8584         .main-section .valuationview .page-title-wrapper .back-btn {
8585                 margin: -34px 0 29px !important;
8586                 font-size: 14px !important;
8587                 padding: 7px !important;
8588         }
8589
8590         .main-section .valuationview .page-title-wrapper h1 {
8591                 margin: 15px 0 5px !important;
8592         }
8593
8594         .valuationview .mobile-form-headers p {
8595                 font-size: 16px;
8596         }
8597
8598
8599         .valuationview .mobile-form-headers {
8600                 padding: 12px 0 !important;
8601                 margin-right: 0px !important;
8602                 margin-left: 0px !important;
8603                 height: 24px !important;;
8604         }
8605         .valuationview .mobile-form-headers img {
8606                 float: left !important;
8607                 padding-left: 5px !important;
8608                 padding-right: 5px !important;
8609         }
8610         .valuationview .mobile-form-headers i {
8611                 float: left !important;
8612                 margin-left: 5px !important;
8613         }
8614         .valuationview .mobile-form-headers i.icon-white-arrow-up,
8615         .valuationview .mobile-form-headers i.icon-white-arrow-down {
8616                 float: right !important;
8617         }
8618
8619         .valuationview .mobile-form-headers i.icon {
8620                 margin-top: -5px !important;
8621                 margin-right: 5px !important;
8622         }
8623
8624         .valuationview .mobile-form-headers i.mobile-money {
8625                 margin-right: 5px !important;
8626                 margin-left: 4px !important;
8627                 margin-top: -5px !important;
8628                 float: left !important;
8629
8630         }
8631
8632         .valuationview .mobile-form-headers i.mobile-clipboard {
8633                 margin-right: 11px !important;
8634                 margin-left: 11px !important;
8635                 margin-top: -5px !important;
8636                 float: left !important;
8637         }
8638         .valuationview .mobile-form-headers i.mobile-car {
8639                 margin-right: 6px !important;
8640                 margin-top: -5px !important;
8641                 float: left !important;
8642         }
8643         .valuationview .mobile-form-headers i.mobile-icon-user {
8644                 margin-right: 8px !important;
8645                 margin-left: 10px !important;
8646                 margin-top: -5px !important;
8647                 float: left !important;
8648         }
8649
8650         .valuationview .mobile-form-headers i.mobile-bomb {
8651                 margin-right: 3px !important;
8652                 margin-top: -5px !important;
8653                 float: left !important;
8654         }
8655
8656         .valuationview .mobile-form-headers i.mobile-headphones {
8657                 margin-right: 10px !important;
8658                 margin-top: -5px !important;
8659                 float: left !important;
8660         }
8661
8662         .valuationview .mobile-form-headers i.mobile-camera {
8663                 margin-right: 7px !important;
8664                 margin-top: -5px !important;
8665                 float: left !important;
8666         }
8667
8668         .valuationview #damagesClick p, #accessoriesClick p{
8669                 margin-top: 0px !important;
8670         }
8671
8672
8673 /* Forms  */
8674
8675         .valuationview .page-top-forms-wrapper .form-horizontal {
8676                 margin : 0px !important;
8677                 padding: 0 !important;
8678                 width: 100% !important;
8679         }
8680
8681         .valuationview .form-horizontal .control-group .controls {
8682                 width: 34% !important;
8683         }
8684
8685         .valuationview .form-horizontal .control-group .bootstrap-select {
8686                 width: 36% !important;
8687         }
8688
8689         .valuationview .form-horizontal .control-group .controls .information-input {
8690                 margin: 0 0 0 -10px !important;
8691                 width : 139px !important;
8692         }
8693         .valuationview .form-horizontal .control-group .controls .information-input.valid {
8694                 width   : 136px !important;
8695                 padding : 10px !important;
8696         }
8697
8698         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input {
8699                 width : 106px !important;
8700         }
8701         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
8702                 width : 103px !important;
8703         }
8704
8705         .valuationview .form-horizontal .control-group .mobile-control-label {
8706                 width   : 265px !important;
8707         }
8708
8709         .valuationview .form-horizontal .input-prepend {
8710                 width: 36% !important;
8711         }
8712
8713         .valuationview .bootstrap-select .btn {
8714                 width: 160px !important;
8715         }
8716
8717         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input {
8718                 margin: 0 0 0 -10px !important;
8719                 width : 129px !important;
8720                 padding-left: 20px !important;
8721         }
8722         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
8723                 width   : 125px !important;
8724                 padding : 10px !important;
8725                 padding-left: 20px !important;
8726         }
8727
8728
8729         .valuationview #valuationDetails .control-group-wrapper .control-group .control-label,
8730         .valuationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
8731                 font-size: 14px !important;
8732                 line-height: 14px !important;
8733                 margin-bottom: 10px !important;
8734         }
8735
8736         .valuationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
8737                 font-size: 14px !important;
8738                 margin: 5px 0 0 !important;
8739         }
8740         .valuationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
8741                 font-size: 14px !important;
8742                 padding-bottom: 15px !important;
8743         }
8744
8745
8746         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
8747                 padding-left: 20px !important;
8748                 width: 123px !important;
8749                 margin-left: -13px !important;
8750         }
8751         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
8752                 width: 115px !important;
8753         }
8754         .valuationview #pricingDetails p {
8755                 padding-left: 5px !important;
8756                 padding-top: 10px !important;
8757                 font-size : 14px !important;
8758         }
8759         .valuationview #pricingDetails p.trade-and-retail {
8760                 margin-left: 0px !important;
8761                 padding-top: 10px !important;
8762                 padding-bottom: 10px !important;
8763                 display: block !important;
8764                 float: left !important;
8765         }
8766
8767         .valuationview #pricingDetails span {
8768                 padding-left: 238px !important;
8769                 padding-top: 10px !important;
8770         }
8771
8772         .valuationview #vSpecs .form-horizontal,
8773         .valuationview #vSpecs .form-horizontal .row-fluid {
8774                 margin: 0 !important;
8775                 padding : 0 !important;
8776         }
8777
8778         .valuationview #vSpecs .form-horizontal .mobile-control-group .control-label {
8779                 margin: 10px 0 !important;
8780                 padding-left : 5px !important;
8781                 width: 261px !important;
8782         }
8783         .valuationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
8784                 margin: 15px 0 10px 15px !important;
8785                 padding : 0 !important;
8786         }
8787
8788         .valuationview #vSpecs .form-horizontal .control-group .controls .information-input {
8789                 margin: 0 0 0 -18px !important;
8790         }
8791
8792         .valuationview .form-horizontal,
8793         .valuationview .form-horizontal .row-fluid{
8794                 margin: 0 !important;
8795                 padding : 0 !important;
8796         }
8797
8798         .valuationview #vSpecs .form-horizontal .row-fluid  {
8799                 margin: 0 !important;
8800                 padding : 0 !important;
8801                 width: 100% !important;
8802         }
8803
8804         .valuationview #damagesOpen,
8805         .valuationview #accessoriesOpen ,
8806         .valuationview #photo {
8807                 padding-left: 5px !important;
8808                 padding-right: 5px !important;
8809                 width: 95% !important;
8810         }
8811         .valuationview #vSpecs .form-horizontal.mobile-form-horizontal {
8812                 width: 100% !important;
8813         }
8814
8815
8816         .valuationview #damagesOpen .form-horizontal.mobile-form-horizontal,
8817         .valuationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
8818         .valuationview #photo .form-horizontal.mobile-form-horizontal {
8819                 width: 95% !important;
8820         }
8821
8822         .valuationview #damagesOpen .checkbox-line {
8823                 width: 220px !important;
8824                 margin-top: 5px !important;
8825         }
8826         .valuationview #damagesOpen .controls{
8827                 width: 95px !important;
8828                 margin-left: 27px !important;
8829                 float: left !important;
8830         }
8831
8832         .valuationview p.damages-comments {
8833                 font-size: 14px !important;
8834         }
8835         .valuationview p.cover-received {
8836                 font-size: 14px !important;
8837         }
8838         .valuationview .accessories-form .comment-box .mobile-comment,
8839         .valuationview .form-horizontal .mobile-instruction-paragraph,
8840         .valuationview .control-group label {
8841                 font-size: 14px !important;
8842         }
8843
8844         .valuationview .control-group .text-box-small {
8845                 width: 95% !important;
8846         }
8847         .valuationview .damages-form .textbox,
8848         .valuationview .valuation-details-form .textbox,
8849         .valuationview .pricing-details-form .textbox,
8850         .valuationview .accessories-form .comment-box .comment-text-box {
8851                 width: 104% !important;
8852         }
8853
8854         .valuationview .accessories-form .control-group .checkbox {
8855                 padding: 10px 0 10px 35px !important;
8856         }
8857
8858         .valuationview #printValuationPdf {
8859                 display:none !important;
8860         }
8861
8862
8863 /* Detailed view limited valuations */
8864
8865         .main-section .limitedvaluationview .page-title-wrapper .back-btn {
8866                 margin: -34px 0 29px !important;
8867                 font-size: 14px !important;
8868                 padding: 7px !important;
8869         }
8870
8871         .main-section .limitedvaluationview .page-title-wrapper h1 {
8872                 margin: 15px 0 5px !important;
8873         }
8874
8875         .limitedvaluationview .mobile-form-headers p {
8876                 font-size: 16px;
8877         }
8878
8879
8880         .limitedvaluationview .mobile-form-headers {
8881                 padding: 12px 0 !important;
8882                 margin-right: 0px !important;
8883                 margin-left: 0px !important;
8884                 height: 24px !important;;
8885         }
8886         .limitedvaluationview .mobile-form-headers img {
8887                 float: left !important;
8888                 padding-left: 5px !important;
8889                 padding-right: 5px !important;
8890         }
8891         .limitedvaluationview .mobile-form-headers i {
8892                 float: left !important;
8893                 margin-left: 5px !important;
8894         }
8895         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-up,
8896         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-down {
8897                 float: right !important;
8898         }
8899
8900         .limitedvaluationview .mobile-form-headers i.icon {
8901                 margin-top: -5px !important;
8902                 margin-right: 5px !important;
8903         }
8904
8905         .limitedvaluationview .mobile-form-headers i.mobile-money {
8906                 margin-right: 5px !important;
8907                 margin-left: 4px !important;
8908                 margin-top: -5px !important;
8909                 float: left !important;
8910
8911         }
8912
8913         .limitedvaluationview .mobile-form-headers i.mobile-clipboard {
8914                 margin-right: 11px !important;
8915                 margin-left: 11px !important;
8916                 margin-top: -5px !important;
8917                 float: left !important;
8918         }
8919         .limitedvaluationview .mobile-form-headers i.mobile-car {
8920                 margin-right: 6px !important;
8921                 margin-top: -5px !important;
8922                 float: left !important;
8923         }
8924         .limitedvaluationview .mobile-form-headers i.mobile-icon-user {
8925                 margin-right: 8px !important;
8926                 margin-left: 10px !important;
8927                 margin-top: -5px !important;
8928                 float: left !important;
8929         }
8930
8931         .limitedvaluationview .mobile-form-headers i.mobile-bomb {
8932                 margin-right: 3px !important;
8933                 margin-top: -5px !important;
8934                 float: left !important;
8935         }
8936
8937         .limitedvaluationview .mobile-form-headers i.mobile-headphones {
8938                 margin-right: 10px !important;
8939                 margin-top: -5px !important;
8940                 float: left !important;
8941         }
8942
8943         .limitedvaluationview .mobile-form-headers i.mobile-camera {
8944                 margin-right: 7px !important;
8945                 margin-top: -5px !important;
8946                 float: left !important;
8947         }
8948
8949         .limitedvaluationview #damagesClick p, #accessoriesClick p{
8950                 margin-top: 0px !important;
8951         }
8952
8953         .limitedvaluationview #customerDetailsClick.open p {
8954                 margin-top: 0px !important;
8955         }
8956 /* Forms  */
8957
8958         .limitedvaluationview .page-top-forms-wrapper .form-horizontal {
8959                 margin : 0px !important;
8960                 padding: 0 !important;
8961                 width: 100% !important;
8962                 border: 0 none !important;
8963                 background: none !important;
8964         }
8965
8966         .limitedvaluationview .form-horizontal .control-group .controls {
8967                 width: 34% !important;
8968         }
8969
8970         .limitedvaluationview .form-horizontal .control-group .bootstrap-select {
8971                 width: 36% !important;
8972         }
8973
8974         .limitedvaluationview .form-horizontal .control-group .controls .information-input {
8975                 margin: 0 0 0 -10px !important;
8976                 width : 139px !important;
8977         }
8978         .limitedvaluationview .form-horizontal .control-group .controls .information-input.valid {
8979                 width   : 136px !important;
8980                 padding : 10px !important;
8981         }
8982
8983         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input {
8984                 width : 106px !important;
8985         }
8986         .limitedvaluationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
8987                 width : 103px !important;
8988         }
8989
8990         .limitedvaluationview .form-horizontal .control-group .mobile-control-label {
8991                 width   : 265px !important;
8992         }
8993
8994         .limitedvaluationview .form-horizontal .input-prepend {
8995                 width: 36% !important;
8996         }
8997
8998         .limitedvaluationview .bootstrap-select .btn {
8999                 width: 160px !important;
9000         }
9001
9002         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input {
9003                 margin: 0 0 0 -10px !important;
9004                 width : 129px !important;
9005                 padding-left: 20px !important;
9006         }
9007         .limitedvaluationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
9008                 width   : 125px !important;
9009                 padding : 10px !important;
9010                 padding-left: 20px !important;
9011         }
9012
9013
9014         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .control-label,
9015         .limitedvaluationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
9016                 font-size: 14px !important;
9017                 line-height: 14px !important;
9018                 margin-bottom: 10px !important;
9019         }
9020
9021         .limitedvaluationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
9022                 font-size: 14px !important;
9023                 margin: 5px 0 0 !important;
9024         }
9025         .limitedvaluationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
9026                 font-size: 14px !important;
9027                 padding-bottom: 15px !important;
9028         }
9029
9030
9031         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
9032                 padding-left: 20px !important;
9033                 width: 123px !important;
9034                 margin-left: -13px !important;
9035         }
9036         .limitedvaluationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
9037                 width: 115px !important;
9038         }
9039         .limitedvaluationview #pricingDetails p {
9040                 padding-left: 5px !important;
9041                 padding-top: 10px !important;
9042                 font-size : 14px !important;
9043         }
9044         .limitedvaluationview #pricingDetails p.trade-and-retail {
9045                 margin-left: 0px !important;
9046                 padding-top: 10px !important;
9047                 padding-bottom: 10px !important;
9048                 display: block !important;
9049                 float: left !important;
9050         }
9051
9052         .limitedvaluationview #pricingDetails span {
9053                 padding-left: 238px !important;
9054                 padding-top: 10px !important;
9055         }
9056
9057         .limitedvaluationview #vSpecs .form-horizontal,
9058         .limitedvaluationview #vSpecs .form-horizontal .row-fluid {
9059                 margin: 0 !important;
9060                 padding : 0 !important;
9061                 border: 0 none !important;
9062                 background: none !important;
9063         }
9064
9065         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group .control-label {
9066                 margin: 10px 0 !important;
9067                 padding-left : 5px !important;
9068                 width: 261px !important;
9069         }
9070         .limitedvaluationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
9071                 margin: 15px 0 10px 15px !important;
9072                 padding : 0 !important;
9073         }
9074
9075         .limitedvaluationview #vSpecs .form-horizontal .control-group .controls .information-input {
9076                 margin: 0 0 0 -19px !important;
9077         }
9078
9079         .limitedvaluationview .form-horizontal,
9080         .limitedvaluationview .form-horizontal .row-fluid{
9081                 margin: 0 !important;
9082                 padding : 0 !important;
9083         }
9084
9085         .limitedvaluationview #vSpecs .form-horizontal .row-fluid  {
9086                 margin: 0 !important;
9087                 padding : 0 !important;
9088                 width: 100% !important;
9089         }
9090
9091         .limitedvaluationview #damagesOpen,
9092         .limitedvaluationview #accessoriesOpen ,
9093         .limitedvaluationview #photo {
9094                 padding-left: 0px !important;
9095                 padding-right: 5px !important;
9096                 width: 100% !important;
9097         }
9098         .limitedvaluationview #vSpecs .form-horizontal.mobile-form-horizontal {
9099                 width: 100% !important;
9100         }
9101
9102         .limitedvaluationview #accessoriesOpen .form-horizontal {
9103                 padding-left: 10px !important;
9104                 background: none !important;
9105                 border: none !important;
9106         }
9107
9108
9109         .limitedvaluationview #damagesOpen .form-horizontal.mobile-form-horizontal,
9110         .limitedvaluationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
9111         .limitedvaluationview #photo .form-horizontal.mobile-form-horizontal {
9112                 width: 95% !important;
9113         }
9114
9115         .limitedvaluationview #damagesOpen .checkbox-line {
9116                 width: 220px !important;
9117                 margin-top: 5px !important;
9118         }
9119         .limitedvaluationview #damagesOpen .controls{
9120                 width: 95px !important;
9121                 margin-left: 27px !important;
9122                 float: left !important;
9123         }
9124
9125         .limitedvaluationview p.damages-comments {
9126                 font-size: 14px !important;
9127         }
9128         .limitedvaluationview p.cover-received {
9129                 font-size: 14px !important;
9130         }
9131         .limitedvaluationview .accessories-form .comment-box .mobile-comment,
9132         .limitedvaluationview .form-horizontal .mobile-instruction-paragraph,
9133         .limitedvaluationview .control-group label {
9134                 font-size: 14px !important;
9135         }
9136         .limitedvaluationview #photo .form-horizontal {
9137                 background: none !important;
9138                 border: none !important;
9139         }
9140         .limitedvaluationview .control-group .text-box-small {
9141                 width: 95% !important;
9142         }
9143         .limitedvaluationview .damages-form .textbox,
9144         .limitedvaluationview .valuation-details-form .textbox,
9145         .limitedvaluationview .pricing-details-form .textbox,
9146         .limitedvaluationview .accessories-form .comment-box .comment-text-box {
9147                 width: 95% !important;
9148         }
9149
9150         .limitedvaluationview .accessories-form .control-group .checkbox {
9151                 padding: 10px 0 10px 35px !important;
9152         }
9153
9154         .limitedvaluationview #printValuationPdf {
9155                 display:none !important;
9156         }
9157
9158 /* Buttons at the bottom */
9159         .valuationview .colored-btn-set .btn {
9160                 width: 100% !important;
9161                 margin: 5px 0 !important;
9162                 float: left !important;
9163         }
9164
9165         .valuationview .control-group label.error {
9166         float: left !important;
9167         font-size: 10px !important;
9168         width: 100% !important;
9169         }
9170
9171         .limitedvaluationview .top-grey-set .btn, .limitedvaluationview bottom-grey-set .btn {
9172                 float:left!important;
9173                 width: 100% !important;
9174                 margin: 10px 0 !important;
9175         }
9176
9177         .limitedvaluationview .colored-btn-set .btn {
9178         width: 100% !important;
9179         margin: 5px 0 !important;
9180         }
9181 }
9182
9183 @media (min-width: 640px) and (max-width: 700px ){
9184  /* default bigger mobi screens */
9185         .form-horizontal .control-group .controls .information-input,
9186         .form-horizontal .mobile-control-group .mobile-information-input,
9187         .form-horizontal .mobile-control-group .mobile-information-input-short,
9188         .stockview .form-horizontal .control-group .controls .information-input{
9189                 padding : 10px 2%;
9190                 width   : 166px !important;
9191                 padding-left:20px;
9192
9193         }
9194
9195         .form-horizontal {
9196         background-color: transparent !important;
9197         border-color: transparent !important;
9198         }
9199         .box-shadow {
9200                 box-shadow: none !important;
9201         }
9202
9203         .valuationview #btnArchive, .valuationview #add-to-stock-btn, .valuationview .add-to-stock-btn {
9204                 width : 100% !important;
9205                 margin: 10px 0 !important;
9206                 float: left !important;
9207         }
9208
9209         .form-horizontal .control-group .controls .information-input {
9210                 width   : 173px !important;
9211                 padding : 10px;
9212         }
9213         .form-horizontal .control-group .controls .information-input.valid {
9214                 width   : 170px !important;
9215         }
9216
9217         .form-horizontal .control-group .controls .information-input.error,
9218         .form-horizontal .mobile-control-group .mobile-information-input.error {
9219                 width   : 170px !important;
9220         }
9221         .form-horizontal .mobile-control-group .input-prepend .information-input {
9222                 width   : 137px !important;
9223                 padding : 10px 4px;
9224         }
9225
9226         .form-horizontal .mobile-control-group .input-prepend .add-on {
9227                 padding: 10px 10px !important;
9228         }
9229
9230         #customerDetails .information-input.mobile-information-input.rand-input.error {
9231                  padding-left   : 25px !important;
9232                  width                  : 155px !important;
9233         }
9234         #customerDetails .information-input.mobile-information-input.rand-input.valid {
9235                  padding-left   : 25px !important;
9236                  width                  : 155px !important;
9237         }
9238
9239
9240         .form-horizontal .mobile-control-group .form-horizontal p textarea{
9241                 width : 42% !important;
9242                 margin-left: 5px;
9243         }
9244
9245         .bootstrap-select .btn, .selectpicker, .bootstrap-select, .btn.dropdown-toggle , .btn.dropdown-toggle.error {
9246                 width: 195px !important;
9247         }
9248
9249         textarea, .control-group .text-box-small {
9250                 width: 100% !important;
9251         }
9252
9253         .accessories-form .control-group .checkbox.checkbox-line.acceptTerms{
9254                 margin-left: 5px !important;
9255                 width:375px;
9256         }
9257
9258         .btnDiv_lft {
9259                 background:url(/images/btnDiv_lft_mobi.png) no-repeat !important;
9260                 padding: 18px 36px 10px 1px !important;
9261                 width: 100% !important;
9262                 height : 100px !important;
9263                 margin-top: 25px !important;
9264         }
9265
9266         a.login {
9267                 width:165px !important;
9268                 padding-left:12px !important;
9269                 text-align:center !important;
9270                 margin-bottom:0px !important;
9271         }
9272
9273         .divAction {
9274                 color:#FFF !important;
9275         }
9276         .div260 {
9277                 color:#FFF !important;
9278         }
9279         .control-group .text-box-small {
9280                 width:99% !important;
9281                 margin-left:5px !important;
9282         }
9283         .newHr {
9284                 width: 100% !important
9285         }
9286
9287         .publichome [class*="span"], .publichome .uneditable-input[class*="span"], .publichome .row-fluid [class*="span"] {
9288                 width : 96%;
9289         }
9290         .publichome .footer {
9291                 margin-left:10px;
9292         }
9293
9294         .mobile-header-bottom .mobile-dropdown-btn {
9295                 width:37px !important;
9296                 margin-right:-15px;
9297         }
9298
9299         .mobile-form-headers {
9300                 padding:10px 0 !important;
9301                 height:40px !important;
9302                 margin-right : -10px !important;
9303         }
9304         .mobile-form-headers p {
9305                 font-size: 16px !important;
9306                 margin-left: 60px !important;
9307
9308         }
9309
9310         #frmValuationView .mobile-form-headers p {
9311                 width:200px !important;
9312         }
9313         .mobile-bomb {
9314                 margin-left:-35px !important;
9315                 margin-right:2px !important;
9316         }
9317         #frmValuationView .page-middle-forms-wrapper .form-horizontal {
9318                 min-height : 404px !important;
9319         }
9320
9321
9322         .home .midLanding {
9323                 margin: -130px 0 0 -10px !important;
9324         }
9325
9326         /* Auction page */
9327
9328         /* new menu buttons */
9329         #mobiAuctionBtn {
9330                 width:32% !important;
9331                 padding-left: 10px !important;
9332                 margin-left: -5px !important;
9333         }
9334
9335         #mobiPriceGuideBtn{
9336                 width:32% !important;
9337                 padding-left: 10px !important;
9338         }
9339
9340         #mobiValuationsBtn {
9341                 width:32% !important;
9342                 padding-left: 10px !important;
9343         }
9344
9345
9346         /* The action filters */
9347         .auction .MakeMobi .dropdown-menu  {
9348                 margin: -40px 0 0 0;
9349         }
9350
9351         .auction .RegionMobi .dropdown-menu  {
9352                 margin: -32px 0 0 0;
9353         }
9354
9355         .auction #btnBasketMobi {
9356                 width: 200px !important;
9357                 margin: -113px 0 0 19px !important;
9358         }
9359
9360         .auction .MakeMobi .btn.dropdown-toggle {
9361                 width: 200px !important;
9362                 margin: -71px 0 0 !important;
9363         }
9364
9365         .auction .page-title-wrapper .btn-new-valuation {
9366                 width: 200px !important;
9367                 margin: 0 0 0 235px !important;
9368                 display: block !important;
9369                 padding: 4px !important;
9370         }
9371
9372         .auction .RegionMobi .btn.dropdown-toggle {
9373                 width: 200px !important;
9374                 margin: -64px 0 0 !important;
9375         }
9376
9377         .auction #gridAuctionContext_RegNoMobi {
9378                 margin: -267px 0 0 235px !important;
9379                 width: 185px !important;
9380                 font-size: 16px !important;
9381         }
9382
9383         .auction #btnClearSearch {
9384                 display: none !important;
9385         }
9386
9387         .auction #btnSearch {
9388                 display: none !important;
9389         }
9390
9391         .auction .row-fluid.table-form {
9392                 margin: -75px 0 0 0px !important;
9393                 float: left !important; /* added for IE */
9394         }
9395
9396         .auction .icon-circle-arrow-up,
9397         .auction .icon-circle-arrow-down{
9398                 display:none !important;
9399         }
9400
9401         .auction .table-heading-wrapper {
9402                 font-size: 12px !important;
9403                 height: 60px !important;
9404                 overflow: hidden !important;
9405                 padding-left: 5px !important;
9406         }
9407         .auction table.table td{
9408                 font-size: 12px !important;
9409         }
9410         .auction table.table {
9411                 width: 560px !important;
9412                 overflow: hidden !important;
9413         }
9414         .auction .pagination {
9415                 margin:0 8px 0 0px !important;
9416         }
9417
9418
9419 /* The Price guide filters */
9420
9421         .priceguide .MakeMobi {
9422                 height: 0px !important;
9423         }
9424
9425         .priceguide .page-title-wrapper p {
9426                 display:none !important;
9427         }
9428
9429         .priceguide .MakeMobi .dropdown-menu  {
9430                 margin: -58px 0 0 -368px !important;
9431         }
9432
9433         .priceguide .RegionMobi .dropdown-menu  {
9434                 margin: -123px -366px 0 !important;
9435         }
9436
9437         .priceguide .MakeMobi .btn.dropdown-toggle {
9438                 width: 200px !important;
9439                 margin: -90px 363px 0 0 !important;
9440         }
9441
9442         .priceguide .RegionMobi .btn.dropdown-toggle {
9443                 width: 200px !important;
9444                 margin: -155px 361px 0 !important;
9445         }
9446
9447         .priceguide #gridPriceGuideContext_RegNoMobi {
9448                 margin: -63px -360px 0 0px !important;
9449                 width: 175px !important;
9450                 float: right !important;
9451         }
9452
9453         .priceguide #btnClearSearch {
9454                 display: none !important;
9455         }
9456
9457         .priceguide #btnSearch {
9458                 display: none !important;
9459         }
9460
9461         .priceguide .row-fluid.table-form {
9462                 margin: -130px 0 0 0px !important;
9463                 float: left !important; /* added for IE */
9464         }
9465
9466         .priceguide .icon-circle-arrow-up,
9467         .priceguide .icon-circle-arrow-down{
9468                 display:none !important;
9469         }
9470
9471         .priceguide .table-heading-wrapper {
9472                 font-size: 10px !important;  /* Added for ie */
9473                 height: 60px !important;
9474                 overflow: hidden !important;
9475                 padding-left: 5px !important;
9476         }
9477         .priceguide table.table td{
9478                 font-size: 10px !important;  /* Added for ie */
9479         }
9480         .priceguide table.table {
9481                 width: 559px !important;
9482                 overflow: hidden !important;
9483         }
9484
9485         .priceguide .pagination {
9486                 margin: 0px 5px 0 0 !important;
9487         }
9488
9489
9490
9491 /* publicvaluation toggle buttons */
9492
9493         .publicvaluation #customerDetailsClick p,
9494         .publicvaluation #vehicleSpecificationsClick p,
9495         .publicvaluation #damagesClick p,
9496         .publicvaluation #accessoriesClick p,
9497         .publicvaluation #photosClick p {
9498                 margin-top: 0 !important;
9499         }
9500
9501         .publicvaluation .mobile-form-headers p {
9502                 font-size: 14px;
9503         }
9504
9505         .publicvaluation .mobile-form-headers {
9506                 padding: 12px 0 !important;
9507                 margin-right: 0px !important;
9508                 margin-left: 0px !important;
9509                 height: 24px !important;;
9510         }
9511         .publicvaluation .mobile-form-headers img {
9512                 float: left !important;
9513                 padding-left: 5px !important;
9514                 padding-right: 5px !important;
9515         }
9516         .publicvaluation .mobile-form-headers i {
9517                 float: left !important;
9518                 margin-left: 5px !important;
9519         }
9520         .publicvaluation .mobile-form-headers i.icon-white-arrow-up,
9521         .publicvaluation .mobile-form-headers i.icon-white-arrow-down {
9522                 float: right !important;
9523         }
9524
9525         .publicvaluation .mobile-form-headers i.icon {
9526                 margin-top: -5px !important;
9527                 margin-right: 5px !important;
9528         }
9529
9530         .publicvaluation .mobile-form-headers i.mobile-money {
9531                 margin-right: 5px !important;
9532                 margin-left: 4px !important;
9533                 float : left !important;
9534         }
9535
9536         .publicvaluation .mobile-form-headers i.mobile-clipboard {
9537                 margin-right: 11px !important;
9538                 margin-left: 11px !important;
9539                 float : left !important;
9540         }
9541         .publicvaluation .mobile-form-headers i.mobile-car {
9542                 margin-right: 6px !important;
9543                 float : left !important;
9544                 margin-top: -3px !important;
9545         }
9546         .publicvaluation .mobile-form-headers i.mobile-icon-user {
9547                 margin-right: 8px !important;
9548                 margin-left: 10px !important;
9549                 float : left !important;
9550                 margin-top: -3px !important;
9551         }
9552
9553         .publicvaluation .mobile-form-headers i.mobile-bomb {
9554                 margin-right: 3px !important;
9555                 float : left !important;
9556                 margin-left : -50px !important;
9557         }
9558
9559         .publicvaluation .mobile-form-headers i.mobile-headphones {
9560                 margin-right: 10px !important;
9561                 float : left !important;
9562                 margin-top: -3px !important;
9563         }
9564
9565         .publicvaluation .mobile-form-headers i.mobile-camera {
9566                 margin-right: 7px !important;
9567                 float : left !important;
9568                 margin-top: -3px !important;
9569         }
9570
9571         .publicvaluation #damagesClick p, #accessoriesClick p{
9572                 margin-top: 0px !important;
9573         }
9574
9575
9576         .publicvaluation #dealershipDetailsClick .mobile-form-headers {
9577                 padding: 12px 0 !important;
9578                 margin-right: 0px !important;
9579                 margin-left: 0px !important;
9580         }
9581
9582
9583         .main.publicvaluation .mobile-form-headers p {
9584                 font-size:12px; !important;
9585         }
9586
9587         /* public valuation forms */
9588
9589         .publicvaluation .page-top-forms-wrapper .form-horizontal {
9590                 margin: 0 !important;
9591                 min-height: 215px !important;
9592                 padding: 0 !important;
9593                 width: 114% !important;
9594         }
9595
9596
9597         .publicvaluation #vehicleSpecifications {
9598                 width: 115% !important;
9599         }
9600
9601         .publicvaluation .page-top-forms-wrapper .form-horizontal .row-fluid,
9602         .publicvaluation #customerDetails .row-fluid {
9603                 margin: 0 !important;
9604                 padding: 0 !important;
9605         }
9606
9607
9608         .publicvaluation .form-horizontal .control-group .mobile-control-label {
9609                 width: 56% !important;
9610         }
9611
9612         .publicvaluation .form-horizontal .control-group .controls {
9613                 width: 35% !important;
9614         }
9615
9616         .publicvaluation .form-horizontal .mobile-control-group .input-prepend,
9617         .form-horizontal .mobile-control-group .btn-group {
9618                 width: 40% !important;
9619         }
9620
9621         .publicvaluation .form-horizontal .control-group .controls .information-input.error,
9622         .publicvaluation .form-horizontal .mobile-control-group .mobile-information-input.error,
9623         .publicvaluation .form-horizontal .control-group .controls .information-input.valid,
9624         .publicvaluation .form-horizontal .control-group .controls .information-input {
9625                 margin-left : -30px !important;
9626         }
9627
9628         .publicvaluation #vehicleSpecifications .control-group .controls .information-input.error,
9629         .publicvaluation #vehicleSpecifications .mobile-control-group .mobile-information-input.error,
9630         .publicvaluation #vehicleSpecifications .control-group .controls .information-input.valid,
9631         .publicvaluation #vehicleSpecifications .control-group .controls .information-input {
9632                 margin-left : -31px !important;
9633         }
9634
9635         .publicvaluation  .form-horizontal .control-group .controls #street,
9636         .publicvaluation  .form-horizontal .control-group .controls #vinNumber,
9637         .publicvaluation  .form-horizontal .control-group .controls #engineNumber {
9638                 width: 174px !important;
9639         }
9640
9641         .publicvaluation  .form-horizontal .control-group .controls #street.valid,
9642         .publicvaluation  .form-horizontal .control-group .controls #vinNumber.valid,
9643         .publicvaluation  .form-horizontal .control-group .controls #engineNumber.valid {
9644                 width: 170px !important;
9645         }
9646
9647         .publicvaluation .error {
9648                 width: 170px !important;
9649         }
9650
9651         .publicvaluation .page-top-forms-wrapper #vehicleSpecifications {
9652                 margin-left : -3px !important;
9653         }
9654
9655         .publicvaluation .control-group .text-box-small {
9656                 width: 88% !important;
9657         }
9658
9659         .publicvaluation .page-middle-forms-wrapper .form-horizontal {
9660                 margin: 0 !important;
9661                 padding: 0 !important;
9662         }
9663         .publicvaluation .damages-form .textbox {
9664                 width: 96% !important;
9665         }
9666
9667         .publicvaluation .valuation-details-form .textbox {
9668                 width: 96% !important;
9669         }
9670         
9671         .publicvaluation .pricing-details-form .textbox {
9672                 width: 96% !important;
9673         }
9674
9675         .publicvaluation .accessories-form .comment-box .comment-text-box {
9676                 width: 95% !important;
9677         }
9678
9679
9680
9681 /* Detailed view Auction - bidview */
9682
9683         #PageContent.bidview .row_even .one,
9684         #PageContent.bidview .row_odd .one,
9685         #PageContent.bidview .row_even .two,
9686         #PageContent.bidview .row_odd .two,
9687         #PageContent.bidview .row_red .one,
9688         #PageContent.bidview .row_red .two{
9689                 width: 100% !important;
9690         }
9691
9692
9693         #PageContent.bidview .row_even .one .control-label,
9694         #PageContent.bidview .row_odd .one .control-label,
9695         #PageContent.bidview .row_even .two .control-label,
9696         #PageContent.bidview .row_odd .two .control-label,
9697         #PageContent.bidview .row_red .one .control-label,
9698         #PageContent.bidview .row_red .two .control-label{
9699                 width: 50% !important;
9700         }
9701
9702
9703         #PageContent.bidview #vehicleDamages .div-striped .control-group {
9704                 width: 562px !important;
9705         }
9706         #PageContent.bidview #vehicleDamages .div-striped .control-group .control-label {
9707                 width: 40% !important;
9708                 float: left !important;
9709         }
9710         #PageContent.bidview #vehicleDamages .div-striped .control-group .controls{
9711                 width: 39% !important;
9712                 float: right !important;
9713         }
9714
9715         #PageContent.bidview #vehicleDamages .row_even .control-group,
9716         #PageContent.bidview #vehicleDamages .row_odd .control-group{
9717                 width: 100% !important;
9718         }
9719
9720         #PageContent.bidview #vehicleDamages .row_even .control-group .control-label,
9721         #PageContent.bidview #vehicleDamages .row_odd .control-group .control-label{
9722                 width: 100% !important;
9723         }
9724         /* yes */
9725         .form-horizontal .control-group .controls #previousRepairsNoted {
9726                 width: 50px !important;
9727                 float: left !important;
9728                 margin: -14px 0 0 331px !important;
9729         }
9730
9731         .bidview #vehicleAccessoriesClick {
9732                 width: 572px !important ;
9733         }
9734
9735         .backBtn {
9736                 margin: -20px 0 0 0 !important;
9737         }
9738
9739
9740
9741
9742         #PageContent.bidview .damageTotal .control-label {
9743                 float: left !important;
9744                 width: 39.5% !important;
9745         }
9746
9747         #PageContent.bidview .damageTotal .controls {
9748                 float: right !important;
9749                 width: 40% !important;
9750         }
9751
9752
9753         #accessoriesMobiOpen {
9754                 width: 572px !important;
9755                 margin: 0 0 0 -14px !important;
9756         }
9757         #accessoriesMobiOpen .row-fluid {
9758                 border: 1px solid #d3d3d3;
9759                 width: 536px !important;
9760         }
9761         #accessoriesMobiOpen .row-fluid div {
9762                 width: 260px !important;
9763                 float: left !important;
9764                 padding-top: 5px !important;
9765         }
9766         #accessoryNotesMobi {
9767                 margin-bottom: 15px !important;
9768         }
9769
9770         #PageContent.bidview h5 {
9771                 margin-bottom: 5px !important;
9772                 margin-top: 5px !important;
9773         }
9774
9775         #vehicleDamages .row_red {
9776                 display: none !important;
9777         }
9778
9779         .accessoryNotes_dataMobi {
9780                 padding-bottom: 25px !important;
9781                 padding-top: 15px !important;
9782                 border: 1px solid #D3D3D3 !important;
9783         }
9784
9785         .accessoryNotes_dataMobi .control-label {
9786                 float: left !important;
9787                 font-size: 12px !important;
9788                 margin-left: 17px !important;
9789                 text-align: left !important;
9790         }
9791         .accessoryNotes_dataMobi .controls {
9792                 width: 390px !important;
9793         }
9794
9795         .accessoryNotes_titleMobi {
9796                 padding-bottom: 25px !important;
9797                 padding-top: 15px !important;
9798                 border: 1px solid #D3D3D3 !important;
9799         }
9800
9801         .accessoryNotes_titleMobi .control-label {
9802                 float: left !important;
9803                 font-size: 12px !important;
9804                 margin-left: 17px !important;
9805                 text-align: left !important;
9806         }
9807         .accessoryNotes_titleMobi .controls {
9808                 width: 390px !important;
9809         }
9810
9811         .accessoryNotesMobi {
9812                 padding-bottom: 25px !important;
9813                 padding-top: 0px !important;
9814                 border: 1px solid #D3D3D3 !important;
9815         }
9816
9817         .accessoryNotesMobi .control-label {
9818                 float: left !important;
9819                 font-size: 12px !important;
9820                 margin-left: 17px !important;
9821                 text-align: left !important;
9822         }
9823         .accessoryNotesMobi .controls {
9824                 width: 390px !important;
9825         }
9826
9827
9828
9829
9830         .bidview .bid-emai-seller-button .btn {
9831                 float: left !important;
9832                 margin: 10px 0 !important;
9833         }
9834
9835
9836         .main-section .container-fluid.bidview {
9837                 max-width: 100% !important;
9838         }
9839
9840         .bidview .mobile-form-headers {
9841                 padding: 5px 0 0 !important;
9842         }
9843         .bidview .mobile-form-headers p {
9844                 font-size: 12px !important;
9845                 padding-top: 5px !important;
9846         }
9847         .bidview #vehicleSpecificationsClick.mobile-form-headers  {
9848                 padding: 0 !important;
9849                 margin-left: -30px !important;
9850                 width: 572px !important;
9851                 margin-top: -9px !important;
9852         }
9853         .bidview #vehicleSpecificationsClick.mobile-form-headers p  {
9854                 padding-top: 10px !important;
9855         }
9856
9857         .bidview #vehicleDamagesClick.mobile-form-headers  {
9858                 padding: 0 5px 0 0 !important;
9859                 margin-left: 0 !important;
9860                 width: 573px !important;
9861                 margin-top: 0px !important;
9862         }
9863         .bidview #vehicleDamagesClick.mobile-form-headers p  {
9864                 padding-top: 10px !important;
9865         }
9866
9867         .bidview .vehicle-specs-form .form-horizontal.left-and-right-side.specs.span12 {
9868                 padding: 0 !important;
9869                 width: 574px !important;
9870                 margin: 0 0 0 -31px !important;
9871                 min-height: 44px !important;
9872
9873         }
9874         .bidview .mobile-car {
9875                 margin-left:5px !important;
9876         }
9877
9878         .bidview .page-middle-forms-wrapper .form-horizontal {
9879                 min-height: 44px !important;
9880         }
9881
9882         .bidview #vehicleBidBoxClick.mobile-form-headers  {
9883                 padding: 2px 0 0 !important;
9884                 margin-top: 0px !important;
9885         }
9886
9887         #PageContent.bidview .specs .controls #fshNotes_data,
9888         #PageContent.bidview .specs .controls #damageNotes_data,
9889         #PageContent.bidview .specs .controls #coverReceived_data,
9890         #PageContent.bidview .specs .controls #previousRepairsNotes_data {
9891                 width: 540px !important;
9892         }
9893
9894
9895 /* The valuation filters */
9896
9897         .main-section .valuations .page-title-wrapper .mobile-header-valuation,
9898         .main-section .page-title-wrapper h1{
9899                 font-size: 40px !important;
9900         }
9901         .valuations .page-title-wrapper .mobile-btn-wrapper {
9902                 border-bottom: none !important;
9903         }
9904
9905         .page-title-wrapper p {
9906                 display:none !important;
9907         }
9908
9909         .valuations .MakeMobi .dropdown-menu  {
9910                 margin: 0px 0 0 -53px;
9911         }
9912
9913         .valuations .StatusMobi .dropdown-menu  {
9914                 margin: -102px 0 0;
9915         }
9916
9917         .valuations .MakeMobi .btn.dropdown-toggle {
9918                 width: 200px !important;
9919                 margin: -32px 0 0 -70px !important;
9920                 display: block !important;
9921                 float: left !important;
9922                 position: inherit !important;
9923         }
9924
9925         .valuations .StatusMobi .btn.dropdown-toggle {
9926                 width: 200px !important;
9927                 margin: -134px 0 0 !important;
9928                 display: block !important;
9929                 float: left !important;
9930                 position: inherit !important;
9931         }
9932
9933         .main.valuations #gridValuationContext_RegNoMobi {
9934                 float: left !important;
9935                 margin: -41px 0 0 255px !important;
9936                 width: 166px !important;
9937         }
9938
9939         .valuations #newValuation {
9940                 margin: 0px 0 0 255px !important;
9941                 width: 180px !important;
9942                 float: left !important;
9943         }
9944
9945         .main.valuations #clearValuationGridContext,
9946         .main.valuations #searchValuationGrid,
9947         .main.valuations #valuationReport {
9948                 display: none !important;
9949         }
9950
9951         .valuations .row-fluid.table-form {
9952                 margin: -140px 0 0 !important;
9953                 float: left !important; /* added for IE */
9954         }
9955
9956         .valuations .icon-circle-arrow-up,
9957         .valuations .icon-circle-arrow-down{
9958                 display:none !important;
9959         }
9960
9961         .valuations .table-heading-wrapper {
9962                 font-size: 10px !important;  /* Added for ie */
9963                 height: 60px !important;
9964                 overflow: hidden !important;
9965                 padding-left: 5px !important;
9966         }
9967         .valuations table.table td{
9968                 font-size: 10px !important;  /* Added for ie */
9969         }
9970         .valuations table.table {
9971                 width: 585px !important;
9972                 overflow: hidden !important;
9973         }
9974
9975         .valuations .pagination {
9976                 margin: 0px 5px 0 0 !important;
9977         }
9978
9979
9980 /* Detailed view priceguide */
9981         .offerview .mobile-form-headers {
9982                 padding: 12px 0 !important;
9983                 margin-right: 0px !important;
9984                 margin-left: 0px !important;
9985                 height: 24px !important;;
9986         }
9987         .offerview .mobile-form-headers img {
9988                 float: left !important;
9989                 padding-left: 5px !important;
9990                 padding-right: 5px !important;
9991         }
9992         .offerview .mobile-form-headers i {
9993                 float: left !important;
9994                 margin-left: 5px !important;
9995         }
9996         .offerview .mobile-form-headers i.icon-white-arrow-up,
9997         .offerview .mobile-form-headers i.icon-white-arrow-down {
9998                 float: right !important;
9999         }
10000
10001         .offerview .mobile-form-headers i.icon {
10002                 margin-top: -5px !important;
10003                 margin-right: 5px !important;
10004         }
10005
10006         .offerview .mobile-form-headers i.mobile-money {
10007                 margin-right: 5px !important;
10008                 margin-left: 4px !important;
10009
10010         }
10011
10012         .offerview .mobile-form-headers i.mobile-clipboard {
10013                 margin-right: 11px !important;
10014                 margin-left: 11px !important;
10015         }
10016         .offerview .mobile-form-headers i.mobile-car {
10017                 margin-right: 6px !important;
10018         }
10019         .offerview .mobile-form-headers i.mobile-icon-user {
10020                 margin-right: 8px !important;
10021                 margin-left: 10px !important;
10022         }
10023
10024         .offerview .mobile-form-headers i.mobile-bomb {
10025                 margin-right: 3px !important;
10026         }
10027
10028         .offerview .mobile-form-headers i.mobile-headphones {
10029                 margin-right: 10px !important;
10030         }
10031
10032         .offerview .mobile-form-headers i.mobile-camera {
10033                 margin-right: 7px !important;
10034         }
10035
10036         .offerview #damagesClick p, #accessoriesClick p{
10037                 margin-top: 0px !important;
10038         }
10039
10040
10041
10042
10043         .main-section .offerview  #frmValuationView .page-title-wrapper h1 {
10044                 font-size: 12px !important;
10045                 width: 200px !important;
10046                 margin: 10px 0 0 !important;
10047         }
10048
10049         #printPriceGuidePdf {
10050                 display: none !important;
10051         }
10052
10053         .main-section .offerview .page-title-wrapper .back-btn {
10054                 display: none !important;
10055         }
10056
10057         .offerview #dropCmp .control-group {
10058                 height: 10px !important;
10059         }
10060
10061         .offerview #dropCmp  {
10062                 padding-bottom: 15px !important;
10063         }
10064
10065         .offerview .make-offer-btn {
10066                 float: right !important;
10067                 margin: -62px 0 0 !important;
10068         }
10069
10070         .offerview #dealershipDetails .control-group .control-label{
10071                 float: left !important;
10072                 width: 45% !important;
10073                 font-size: 12px !important;
10074                 line-height: 12px !important;
10075         }
10076
10077         .offerview #dealershipDetails .control-group .controls{
10078                 float: left !important;
10079                 width: 50% !important;
10080         }
10081
10082         .offerview #dealershipDetails .control-group .controls p{
10083                 font-size: 12px !important;
10084                 line-height: 12px !important;
10085         }
10086
10087         .offerview .page-top-forms-wrapper #dealershipDetails .form-horizontal {
10088                 min-height: 123px !important;
10089         }
10090
10091
10092         .offerview #valuationDetails .control-group .control-label{
10093                 float: left !important;
10094                 width: 45% !important;
10095                 font-size: 12px !important;
10096                 line-height: 12px !important;
10097         }
10098
10099         .offerview #valuationDetails .control-group .controls{
10100                 float: left !important;
10101                 width: 50% !important;
10102         }
10103
10104         .offerview #valuationDetails .control-group .controls p{
10105                 font-size: 12px !important;
10106                 line-height: 12px !important;
10107         }
10108
10109         .offerview .page-top-forms-wrapper #valuationDetails .form-horizontal {
10110                 min-height: 70px !important;
10111         }
10112
10113
10114         .offerview #pricingDetails .control-group .control-label{
10115                 float: left !important;
10116                 width: 47% !important;
10117                 font-size: 12px !important;
10118                 line-height: 12px !important;
10119                 padding-bottom: 5px !important;
10120                 padding-top: 5px !important;
10121                 margin: 0 0 0 5px !important;
10122         }
10123
10124         .offerview #pricingDetails .control-group .controls{
10125                 float: left !important;
10126                 width: 47% !important;
10127                 padding-bottom: 5px !important;
10128                 padding-top: 5px !important;
10129         }
10130
10131         .offerview #pricingDetails .control-group .controls p {
10132                 font-size: 12px !important;
10133                 line-height: 12px !important;
10134                 width: 100% !important;
10135                 margin: 0 !important;
10136         }
10137
10138         .offerview .page-top-forms-wrapper #pricingDetails .form-horizontal {
10139                 min-height: 123px !important;
10140         }
10141
10142         .offerview #vSpecs .control-label{
10143                 float: left !important;
10144                 width: 45% !important;
10145                 font-size: 12px !important;
10146                 line-height: 12px !important;
10147         }
10148
10149         .offerview #vSpecs .controls{
10150                 float: left !important;
10151                 width: 50% !important;
10152         }
10153
10154         .offerview #vSpecs .controls p{
10155                 font-size: 12px !important;
10156                 line-height: 12px !important;
10157         }
10158
10159
10160         .offerview #damages .control-label{
10161                 float: left !important;
10162                 width: 60% !important;
10163                 font-size: 12px !important;
10164                 line-height: 12px !important;
10165         }
10166
10167         .offerview #damages .controls{
10168                 float: left !important;
10169                 width: 35% !important;
10170         }
10171
10172         .offerview #damages .controls p{
10173                 font-size: 12px !important;
10174                 line-height: 12px !important;
10175         }
10176
10177         .offerview #damages .form-horizontal {
10178                 min-height: 150px !important;
10179         }
10180
10181         .offerview #accessoriesOpen .control-label{
10182                 float: left !important;
10183                 width: 45% !important;
10184                 font-size: 12px !important;
10185                 line-height: 12px !important;
10186         }
10187
10188         .offerview #accessoriesOpen .controls{
10189                 float: left !important;
10190                 width: 50% !important;
10191         }
10192
10193         .offerview #accessoriesOpen .controls p{
10194                 font-size: 12px !important;
10195                 line-height: 12px !important;
10196         }
10197
10198
10199         .offerview #accessoriesOpen .form-horizontal {
10200                 min-height: 150px !important;
10201         }
10202
10203         .offerview .page-bottom-forms-wrapper.page-middle-forms-wrapper .accessories-form {
10204                 min-height: 0px !important;
10205         }
10206
10207         .offerview #photo .form-horizontal {
10208                 min-height: 410px !important;
10209         }
10210         .offerview #frmValuationView #pricinghistory {
10211                 display: none !important;
10212         }
10213
10214         .offerview #vSpecs .fshNotes .controls,
10215         .offerview #damages .damageNotes .controls,
10216         .offerview #damages .previousRepairsNotes .controls,
10217         .offerview #damages .previousRepairsNoted .controls,
10218         .offerview #valuationDetails .coverReceived .controls,
10219         .offerview #pricingDetails .coverReceived .controls,    
10220         .offerview #accessoriesOpen .accessoryNotes .controls{
10221
10222                 width: 560px !important;
10223                 margin-left: 7px !important;
10224         }
10225
10226         #accessoriesOpen .row-fluid .textshow {
10227                 float: left !important;
10228                 width: 50% !important;
10229         }
10230         
10231         
10232         
10233         /* Detailed view Stock  */
10234
10235         .stockview .form-horizontal .control-group .controls .information-input,
10236         .stockview .form-horizontal .mobile-control-group .mobile-information-input,
10237         .stockview .form-horizontal .mobile-control-group .mobile-information-input-short,
10238         .stockview .form-horizontal .control-group .controls .information-input {
10239                 width: 170px !important;
10240         }
10241         
10242         
10243         .main-section .stockview .page-title-wrapper .back-btn
10244         {
10245                 margin: -43px 10px 0 0 !important;
10246                 font-size: 14px;
10247                 padding: 5px;
10248         }
10249         
10250         
10251         .stockview #vSpecs .form-horizontal .control-group .controls .information-input.valid,
10252         .stockview #vSpecs .form-horizontal .control-group .controls .information-input.error {
10253                 width: 167px !important;
10254                 margin-right: 35px;
10255         }
10256         
10257         .stockview .mobile-form-headers p {
10258                 margin-left: 50px !important;
10259         }
10260         
10261         .stockview .mobile-clipboard {
10262                 margin-left: 15px !important;
10263         }
10264         
10265         .stockview .mobile-money {
10266                 margin-left: 10px !important;
10267         }
10268         
10269         .stockview .mobile-car {
10270                 margin-left:10px !important;
10271         }
10272
10273         .stockview .mobile-bomb {
10274                 margin-left: 10px !important;
10275                 margin-top: 4px !important;
10276         }
10277         
10278         .stockview .mobile-headphones {
10279                 margin-left: 10px !important;
10280         }
10281         
10282         .stockview .mobile-camera {
10283                 margin-left: 10px !important;
10284         }
10285         
10286         
10287         .stockview #priceGuideAuctionClick p  {
10288                 margin-top: 4px !important;
10289                 margin-left: 7px !important;
10290         }
10291         
10292         .stockview #pricingDetailsClick p  {
10293                 margin-top: 4px !important;
10294                 margin-left: 7px !important;
10295         }
10296         
10297         .stockview #vSpecsClick p  {
10298                 margin-top: 5px !important;
10299         }
10300         
10301         .stockview #damagesClick p  {
10302                 margin-top: 2px !important;
10303                 margin-left: 7px !important;
10304         }
10305         
10306         .stockview #accessoriesClick p  {
10307                 margin-top: 4px !important;
10308                 margin-left: 12px !important;
10309         }
10310         
10311         .stockview #photoClick p  {
10312                 margin-top: 5px !important;
10313                 margin-left: 12px !important;
10314         }
10315         
10316         
10317         #frmStockView h1 {
10318                 font-size: 33px !important;
10319                 padding-bottom: 10px;
10320         }
10321         
10322         
10323         
10324
10325 /* Detailed view valuationview */
10326
10327         .main-section .valuationview .page-title-wrapper .back-btn {
10328                 margin: -34px 0 29px !important;
10329                 font-size: 14px !important;
10330                 padding: 7px !important;
10331         }
10332
10333         .main-section .valuationview .page-title-wrapper h1 {
10334                 margin: 15px 0 5px !important;
10335         }
10336
10337         .valuationview .mobile-form-headers p {
10338                 font-size: 16px;
10339         }
10340
10341
10342
10343         .valuationview .mobile-form-headers {
10344                 padding: 12px 0 !important;
10345                 margin-right: 0px !important;
10346                 margin-left: 0px !important;
10347                 height: 24px !important;;
10348         }
10349         .valuationview .mobile-form-headers img {
10350                 float: left !important;
10351                 padding-left: 5px !important;
10352                 padding-right: 5px !important;
10353         }
10354         .valuationview .mobile-form-headers i {
10355                 float: left !important;
10356                 margin-left: 5px !important;
10357         }
10358         .valuationview .mobile-form-headers i.icon-white-arrow-up,
10359         .valuationview .mobile-form-headers i.icon-white-arrow-down {
10360                 float: right !important;
10361         }
10362
10363         .valuationview .mobile-form-headers i.icon {
10364                 margin-top: -5px !important;
10365                 margin-right: 5px !important;
10366         }
10367
10368         .valuationview .mobile-form-headers i.mobile-money {
10369                 margin-right: 5px !important;
10370                 margin-left: 4px !important;
10371                 margin-top: -5px !important;
10372                 float: left !important;
10373
10374         }
10375
10376         .valuationview .mobile-form-headers i.mobile-clipboard {
10377                 margin-right: 11px !important;
10378                 margin-left: 11px !important;
10379                 margin-top: -5px !important;
10380                 float: left !important;
10381         }
10382         .valuationview .mobile-form-headers i.mobile-car {
10383                 margin-right: 6px !important;
10384                 margin-top: -5px !important;
10385                 float: left !important;
10386         }
10387         .valuationview .mobile-form-headers i.mobile-icon-user {
10388                 margin-right: 8px !important;
10389                 margin-left: 10px !important;
10390                 margin-top: -5px !important;
10391                 float: left !important;
10392         }
10393
10394         .valuationview .mobile-form-headers i.mobile-bomb {
10395                 margin-right: 3px !important;
10396                 margin-top: -5px !important;
10397                 float: left !important;
10398         }
10399
10400         .valuationview .mobile-form-headers i.mobile-headphones {
10401                 margin-right: 10px !important;
10402                 margin-top: -5px !important;
10403                 float: left !important;
10404         }
10405
10406         .valuationview .mobile-form-headers i.mobile-camera {
10407                 margin-right: 7px !important;
10408                 margin-top: -5px !important;
10409                 float: left !important;
10410         }
10411
10412         .valuationview #damagesClick p, #accessoriesClick p{
10413                 margin-top: 0px !important;
10414         }
10415
10416         .valuationview .form-horizontal .control-group .controls .information-input.valid {
10417                 width   : 170px !important;
10418         }
10419 /* Forms  */
10420
10421         .valuationview .page-top-forms-wrapper .form-horizontal {
10422                 margin : 0px !important;
10423                 padding: 0 !important;
10424                 width: 100% !important;
10425         }
10426
10427         .valuationview .form-horizontal .control-group .controls {
10428                 width: 26% !important;
10429         }
10430
10431         .valuationview .form-horizontal .control-group .bootstrap-select {
10432                 width: 27% !important;
10433         }
10434
10435         .valuationview .form-horizontal .control-group .controls .information-input {
10436                 margin: 0 0 0 -10px !important;
10437                 width : 139px !important;
10438         }
10439         .valuationview .form-horizontal .control-group .controls .information-input.valid {
10440                 width   : 136px !important;
10441                 padding : 10px !important;
10442         }
10443
10444         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input {
10445                 width : 106px !important;
10446         }
10447         .valuationview .form-horizontal .mobile-control-group .input-prepend .information-input.valid {
10448                 width : 103px !important;
10449         }
10450
10451         .valuationview .form-horizontal .control-group .mobile-control-label {
10452                 width   : 404px !important;
10453         }
10454
10455         .valuationview .form-horizontal .input-prepend {
10456                 width: 26% !important;
10457         }
10458
10459         .valuationview .bootstrap-select .btn {
10460                 width: 160px !important;
10461         }
10462
10463         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input {
10464                 margin: 0 0 0 -10px !important;
10465                 width : 129px !important;
10466                 padding-left: 20px !important;
10467         }
10468         .valuationview .form-horizontal .control-group .controls #requiredPrice.information-input.valid {
10469                 width   : 125px !important;
10470                 padding : 10px !important;
10471                 padding-left: 20px !important;
10472         }
10473
10474
10475         .valuationview #valuationDetails .control-group-wrapper .control-group .control-label,
10476         .valuationview #valuationDetails .control-group-wrapper .control-group .valuation-line {
10477                 font-size: 14px !important;
10478                 line-height: 14px !important;
10479                 margin-bottom: 10px !important;
10480         }
10481
10482         .valuationview #valuationDetails .form-horizontal .control-group .controls .information-lines {
10483                 font-size: 14px !important;
10484                 margin: 5px 0 0 !important;
10485         }
10486         .valuationview #valuationDetails .form-horizontal .control-group.mobile-control-group {
10487                 font-size: 14px !important;
10488                 padding-bottom: 15px !important;
10489         }
10490
10491         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input {
10492                 padding-left: 20px !important;
10493                 width: 123px !important;
10494                 margin-left: -13px !important;
10495         }
10496         .valuationview #pricingDetails .form-horizontal .control-group .controls .information-input.rand-input.valid {
10497                 width: 115px !important;
10498         }
10499         .valuationview #pricingDetails p {
10500                 padding-left: 5px !important;
10501                 padding-top: 10px !important;
10502                 font-size : 14px !important;
10503         }
10504         .valuationview #pricingDetails p.trade-and-retail {
10505                 margin-left: 0px !important;
10506                 padding-top: 10px !important;
10507                 padding-bottom: 10px !important;
10508                 display: block !important;
10509                 float: left !important;
10510         }
10511
10512         .valuationview #pricingDetails span {
10513                 padding-left: 385px !important;
10514                 padding-top: 10px !important;
10515         }
10516
10517         .valuationview #vSpecs .form-horizontal,
10518         .valuationview #vSpecs .form-horizontal .row-fluid {
10519                 margin: 0 !important;
10520                 padding : 0 !important;
10521         }
10522
10523         .valuationview #vSpecs .form-horizontal .mobile-control-group .control-label {
10524                 margin: 10px 0 !important;
10525                 padding-left : 5px !important;
10526                 width: 403px !important;
10527         }
10528         .valuationview #vSpecs .form-horizontal .mobile-control-group #mmCode {
10529                 margin: 15px 0 10px 15px !important;
10530                 padding : 0 !important;
10531         }
10532
10533         .valuationview #vSpecs .form-horizontal .control-group .controls .information-input {
10534                 margin: 0 0 0 -18px !important;
10535         }
10536
10537         .valuationview .form-horizontal,
10538         .valuationview .form-horizontal .row-fluid{
10539                 margin: 0 !important;
10540                 padding : 0 !important;
10541         }
10542
10543         .valuationview #vSpecs .form-horizontal .row-fluid  {
10544                 margin: 0 !important;
10545                 padding : 0 !important;
10546                 width: 100% !important;
10547         }
10548
10549         .valuationview #damagesOpen,
10550         .valuationview #accessoriesOpen ,
10551         .valuationview #photo {
10552                 padding-left: 5px !important;
10553                 padding-right: 5px !important;
10554                 width: 95% !important;
10555         }
10556         .valuationview #vSpecs .form-horizontal.mobile-form-horizontal {
10557                 width: 100% !important;
10558         }
10559
10560
10561         .valuationview #damagesOpen .form-horizontal.mobile-form-horizontal,
10562         .valuationview #accessoriesOpen .form-horizontal.mobile-form-horizontal ,
10563         .valuationview #photo .form-horizontal.mobile-form-horizontal {
10564                 width: 95% !important;
10565         }
10566
10567         .valuationview #damagesOpen .checkbox-line {
10568                 width: 364px !important;
10569                 margin-top: 5px !important;
10570         }
10571         .valuationview #damagesOpen .controls{
10572                 width: 95px !important;
10573                 margin-left: 27px !important;
10574                 float: left !important;
10575         }
10576
10577         .valuationview p.damages-comments {
10578                 font-size: 14px !important;
10579         }
10580         .valuationview p.cover-received {
10581                 font-size: 14px !important;
10582         }
10583         .valuationview .accessories-form .comment-box .mobile-comment,
10584         .valuationview .form-horizontal .mobile-instruction-paragraph,
10585         .valuationview .control-group label {
10586                 font-size: 14px !important;
10587         }
10588
10589         .valuationview .control-group .text-box-small {
10590                 width: 95% !important;
10591         }
10592         .valuationview .damages-form .textbox,
10593         .valuationview .valuation-details-form .textbox,
10594         .valuationview .pricing-details-form .textbox,
10595         .valuationview .accessories-form .comment-box .comment-text-box {
10596                 width: 104% !important;
10597         }
10598
10599         .valuationview .accessories-form .control-group .checkbox {
10600                 padding: 10px 0 10px 35px !important;
10601         }
10602
10603         .valuationview #printValuationPdf {
10604                 display:none !important;
10605         }
10606
10607
10608
10609 .main-section .limitedvaluationview .page-title-wrapper .back-btn {
10610                 margin: -34px 0 29px !important;
10611                 font-size: 14px !important;
10612                 padding: 7px !important;
10613         }
10614
10615         .main-section .limitedvaluationview .page-title-wrapper h1 {
10616                 margin: 15px 0 5px !important;
10617         }
10618
10619         .limitedvaluationview .mobile-form-headers p {
10620                 font-size: 16px;
10621         }
10622
10623
10624         .limitedvaluationview .mobile-form-headers {
10625                 padding: 12px 0 !important;
10626                 margin-right: 0px !important;
10627                 margin-left: 0px !important;
10628                 height: 24px !important;;
10629         }
10630         .limitedvaluationview .mobile-form-headers img {
10631                 float: left !important;
10632                 padding-left: 5px !important;
10633                 padding-right: 5px !important;
10634         }
10635         .limitedvaluationview .mobile-form-headers i {
10636                 float: left !important;
10637                 margin-left: 5px !important;
10638         }
10639         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-up,
10640         .limitedvaluationview .mobile-form-headers i.icon-white-arrow-down {
10641                 float: right !important;
10642         }
10643
10644         .limitedvaluationview .mobile-form-headers i.icon {
10645                 margin-top: -5px !important;
10646                 margin-right: 5px !important;
10647         }
10648
10649         .limitedvaluationview .mobile-form-headers i.mobile-money {
10650                 margin-right: 5px !important;
10651                 margin-left: 4px !important;
10652                 margin-top: -5px !important;
10653                 float: left !important;
10654
10655         }
10656
10657         .limitedvaluationview .mobile-form-headers i.mobile-clipboard {
10658                 margin-right: 11px !important;
10659                 margin-left: 11px !important;
10660                 margin-top: -5px !important;
10661                 float: left !important;
10662         }
10663         .limitedvaluationview .mobile-form-headers i.mobile-car {
10664                 margin-right: 6px !important;
10665                 margin-top: -5px !important;
10666                 float: left !important;
10667         }
10668         .limitedvaluationview .mobile-form-headers i.mobile-icon-user {
10669                 margin-right: 8px !important;
10670                 margin-left: 10px !important;
10671                 margin-top: -5px !important;
10672                 float: left !important;
10673         }
10674
10675         .limitedvaluationview .mobile-form-headers i.mobile-bomb {
10676                 margin-right: 3px !important;
10677                 margin-top: -5px !important;
10678                 float: left !important;
10679         }
10680
10681         .limitedvaluationview .mobile-form-headers i.mobile-headphones {
10682                 margin-right: 10px !important;
10683                 margin-top: -5px !important;
10684                 float: left !important;
10685         }
10686
10687         .limitedvaluationview .mobile-form-headers i.mobile-camera {
10688                 margin-right: 7px !important;
10689                 margin-top: -5px !important;
10690                 float: left !important;
10691         }
10692
10693         .limitedvaluationview #damagesClick p, #accessoriesClick p{
10694                 margin-top: 0px !important;
10695         }
10696
10697         .limitedvaluationview #customerDetailsClick.open p {
10698                 margin-top: 0px !important;
10699         }
10700
10701
10702
10703         .limitedvaluationview .form-horizontal #customerDetails .mobile-control-group .input-prepend .information-input {
10704                 width: 139px !important;
10705         }
10706         .limitedvaluationview #requiredPrice {
10707                 padding-left: 20px !important;
10708                 width: 163px !important;
10709         }
10710         .limitedvaluationview .form-horizontal {
10711                 background: none !important;
10712                 border: none !important;
10713         }
10714         .limitedvaluationview #customerDetails .form-horizontal .mobile-control-group .input-prepend .information-input {
10715                 width: 140px !important;
10716         }
10717
10718 /* Buttons at the bottom */
10719         .valuationview .colored-btn-set .btn {
10720                 width: 100% !important;
10721                 margin: 5px 0 !important;
10722                 float: left !important;
10723         }
10724
10725         .valuationview .control-group label.error {
10726         float: left !important;
10727         font-size: 10px !important;
10728         width: 100% !important;
10729         }
10730
10731         .limitedvaluationview .top-grey-set .btn, .limitedvaluationview bottom-grey-set .btn {
10732                 float:left!important;
10733                 width: 100% !important;
10734                 margin: 10px 0 !important;
10735         }
10736
10737         .limitedvaluationview .colored-btn-set .btn {
10738         width: 100% !important;
10739         margin: 5px 0 !important;
10740         }
10741
10742
10743 }
10744
10745
10746
10747
10748
10749
10750
10751 /* mobile and tablet*/
10752 @media (min-width: 1200px) {
10753
10754 }
10755
10756 @media (max-width: 980px) {
10757 }
10758
10759
10760
10761 @media (max-width: 767px) {
10762 }
10763
10764 @media (max-width: 480px) {
10765 body header {
10766         background: url("/imgs/header-bg-rpt") repeat-x scroll center top #313131;
10767 }
10768 body header .logo{
10769   border : none;
10770         background: url("/imgs/header-with-logo-small.jpg") no-repeat 0 50;
10771 }
10772 }