29b5b86 by Anon Ray at 2013-10-03 1
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
2
3ce3fe9 by Anon Ray at 2012-11-23 3
/*
4
 * What follows is the result of much research on cross-browser styling.
5
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
6
 * Kroc Camen, and the H5BP dev community and team.
7
 */
8
9
/* ==========================================================================
10
   Base styles: opinionated defaults
11
   ========================================================================== */
12
13
html,
14
button,
15
input,
16
select,
17
textarea {
18
    color: #222;
19
}
20
29b5b86 by Anon Ray at 2013-10-03 21
html {
3ce3fe9 by Anon Ray at 2012-11-23 22
    font-size: 1em;
23
    line-height: 1.4;
24
}
b55ea75 by Pradeep at 2014-01-17 25
body {
26
    margin: 0;
27
    padding: 0;
c13499d by Pradeep at 2014-01-27 28
    font-family:'Roboto', sans-serif;
7036d3a by Pradeep at 2014-01-27 29
  
b55ea75 by Pradeep at 2014-01-17 30
}
0960a4b by Pradeep at 2014-01-20 31
.container {
f13e670 by Pradeep at 2014-01-20 32
    margin-right:0;
0960a4b by Pradeep at 2014-01-20 33
}
34
.navigation-style {
b55ea75 by Pradeep at 2014-01-17 35
    position: relative;
36
    font-size: 12px;
420b88b by Anon Ray at 2014-01-24 37
    margin-top: 15px;
ae71bed by Pradeep at 2014-01-23 38
    height: 41px;
4ffa311 by Pradeep at 2014-01-23 39
    background: none repeat scroll 0% 0% #000;
b55ea75 by Pradeep at 2014-01-17 40
}
0960a4b by Pradeep at 2014-01-20 41
.navigation-style li {
b55ea75 by Pradeep at 2014-01-17 42
    width:auto;
0960a4b by Pradeep at 2014-01-20 43
    color:red;
b55ea75 by Pradeep at 2014-01-17 44
    font-size: 16px;
45
    line-height: 41px;
46
    padding: 0px 30px;
47
    text-decoration: none;
48
    display: inline-block;
c13499d by Pradeep at 2014-01-27 49
b55ea75 by Pradeep at 2014-01-17 50
}
0960a4b by Pradeep at 2014-01-20 51
52
.navigation-style li a {
53
    width:auto;
ae71bed by Pradeep at 2014-01-23 54
    color:white;
0960a4b by Pradeep at 2014-01-20 55
}
56
57
.navigation-style li:hover a{
b55ea75 by Pradeep at 2014-01-17 58
    text-decoration: none;
59
    display: inline-block;
60
}
61
62
63
.contentholder {
64
    float: left;
65
    width: 964px;
66
    padding: 35px 0px 0px;
67
}
68
.first {
69
        margin-left: 0px;
70
	padding-left: 0px;
0960a4b by Pradeep at 2014-01-20 71
	margin-top:-46px;
b55ea75 by Pradeep at 2014-01-17 72
}
73
.contentblockleft {
74
    float: left;
75
    width: 400px;
76
    margin-right: 40px;
77
}
78
hr {
79
    color:blue;
80
}
81
.contentblockright {
82
    float: right;
83
    width: 400px
84
}
acfef7f by Bhanu Prakash at 2014-01-23 85
9a0b0b0 by Anon Ray at 2014-01-24 86
.navigation-style.col-md-10 {
87
  padding-left: 0;
88
  padding-right: 0;
89
}
b2d8633 by Bhanu at 2014-01-23 90
91
.col-md-4 h3 {
9a0b0b0 by Anon Ray at 2014-01-24 92
  color:#c00000;
93
  border-bottom: 1px dotted #c00000 ;
94
  width:65%;
b2d8633 by Bhanu at 2014-01-23 95
}
96
.col-md-4 p {
9a0b0b0 by Anon Ray at 2014-01-24 97
  width: 85%
b2d8633 by Bhanu at 2014-01-23 98
}
99
100
.col-md-2 h3 {
9a0b0b0 by Anon Ray at 2014-01-24 101
  color:#c00000;
102
  border-bottom: 1px dotted #c00000 ;
103
  width:65%;
acfef7f by Bhanu Prakash at 2014-01-23 104
}
105
0960a4b by Pradeep at 2014-01-20 106
ul.dropdown-menu li {
4ffa311 by Pradeep at 2014-01-23 107
/*    background:!important none repeat scroll 0% 0% rgb(255, 255, 255);*/
108
/*    border-bottom: 1px inset rgb(188, 181, 215);*/
b55ea75 by Pradeep at 2014-01-17 109
    filter: none;
110
    font-size: 14px;
111
    display: block;
112
    border-right:none;
113
    line-height: 1px;
114
    padding: 6px;
115
    margin:0px 0px 0px 0px;
116
    color: rgb(0, 0, 0);
117
}
0960a4b by Pradeep at 2014-01-20 118
ul.dropdown-menu {
119
    margin:0;
120
    font-size:smaller;
ae71bed by Pradeep at 2014-01-23 121
    background-color:#c00000;
0960a4b by Pradeep at 2014-01-20 122
}
123
.dropdown-menu li a {
7036d3a by Pradeep at 2014-01-27 124
        padding: 3px 20px;
3aa2c83 by Pradeep at 2014-01-27 125
	width:100%;
0960a4b by Pradeep at 2014-01-20 126
    }
ae71bed by Pradeep at 2014-01-23 127
li.maintab:hover {
128
    background-color:#c00000;
129
    color:yellow;
130
}
0960a4b by Pradeep at 2014-01-20 131
.navigation-style ul li a:hover {
132
    color: white;
133
    text-decoration: none;
134
}
4ffa311 by Pradeep at 2014-01-23 135
.dropdown-menu > li > a:hover {
136
    background-color:#000;
137
}
138
.dropdown-menu > li > a:focus {
139
    background-color:#c00000;
140
}
0960a4b by Pradeep at 2014-01-20 141
142
/*testing hover */
ae71bed by Pradeep at 2014-01-23 143
body{margin-top:0px;
144
     overflow-y:scroll;
622cf04 by Pradeep at 2014-01-23 145
     }
0960a4b by Pradeep at 2014-01-20 146
.glyphicon { margin-right:10px; }
147
.panel-body { padding:0px; }
148
.panel-body table tr td { padding-left: 15px }
149
.panel-body .table {margin-bottom: 0px; }
150
4ffa311 by Pradeep at 2014-01-23 151
152
0960a4b by Pradeep at 2014-01-20 153
.col-sm-3 col-md-3{
154
    margin:0px 0px 0px -30px;
155
}
156
.panel panel-default {
157
    width:700px;
158
}
159
li.a {
160
    color:#000;
161
    border-right:none;
162
    list-style-type:square;
163
}
164
.header-color{
165
    color:red;
166
}
ae71bed by Pradeep at 2014-01-23 167
.well {
0960a4b by Pradeep at 2014-01-20 168
    background-color:#fff;
169
}
ae71bed by Pradeep at 2014-01-23 170
/* Site Map style */
171
.dropdown-large {
172
  position: static !important;
173
}
174
.dropdown-menu-large {
175
  margin-left: 16px;
176
  margin-right: 16px;
177
  padding: 20px 0px;
178
}
179
.dropdown-menu-large > li > ul {
180
  padding: 0;
181
  margin: 0;
182
}
183
.dropdown-menu-large > li > ul > li {
184
  list-style: none;
185
}
186
.dropdown-menu-large > li > ul > li > a {
187
  display: block;
188
  padding: 3px 20px;
189
  clear: both;
190
  font-weight: normal;
191
  line-height: 1.428571429;
192
  color: #333333;
193
  white-space: normal;
194
}
195
.dropdown-menu-large > li ul > li > a:hover,
196
.dropdown-menu-large > li ul > li > a:focus {
197
  text-decoration: none;
198
  color: #262626;
199
  background-color: #f5f5f5;
200
}
201
.dropdown-menu-large .disabled > a,
202
.dropdown-menu-large .disabled > a:hover,
203
.dropdown-menu-large .disabled > a:focus {
204
  color: #999999;
205
}
206
.dropdown-menu-large .disabled > a:hover,
207
.dropdown-menu-large .disabled > a:focus {
208
  text-decoration: none;
209
  background-color: transparent;
210
  background-image: none;
211
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
212
  cursor: not-allowed;
213
}
214
.dropdown-menu-large .dropdown-header {
215
  color: #428bca;
216
  font-size: 18px;
217
}
218
@media (max-width: 768px) {
219
  .dropdown-menu-large {
220
    margin-left: 0 ;
221
    margin-right: 0 ;
222
  }
223
  .dropdown-menu-large > li {
224
    margin-bottom: 30px;
225
  }
226
  .dropdown-menu-large > li:last-child {
227
    margin-bottom: 0;
228
  }
229
  .dropdown-menu-large .dropdown-header {
230
    padding: 3px 15px !important;
231
  }
232
}
233
/* style map styles end */
c13499d by Pradeep at 2014-01-27 234
/*dropsown sub menu css */
235
236
.dropdown-submenu {
237
    position: relative;
238
}
239
240
.dropdown-submenu>.dropdown-menu {
241
    top: 0;
242
    left: 100%;
243
    margin-top: -6px;
244
    margin-left: -1px;
245
    -webkit-border-radius: 0 6px 6px 6px;
246
    -moz-border-radius: 0 6px 6px;
247
    border-radius: 0 6px 6px 6px;
248
}
249
250
.dropdown-submenu:hover>.dropdown-menu {
251
    display: block;
252
}
253
254
.dropdown-submenu>a:after {
255
    display: block;
256
    content: " ";
257
    float: right;
258
    width: 0;
259
    height: 0;
260
    border-color: transparent;
261
    border-style: solid;
262
    border-width: 5px 0 5px 5px;
263
    border-left-color: #ccc;
264
    margin-top: 5px;
265
    margin-right: -10px;
266
}
267
268
.dropdown-submenu:hover>a:after {
269
    border-left-color: #fff;
270
}
271
272
.dropdown-submenu.pull-left {
273
    float: none;
274
}
0960a4b by Pradeep at 2014-01-20 275
c13499d by Pradeep at 2014-01-27 276
.dropdown-submenu.pull-left>.dropdown-menu {
277
    left: -100%;
278
    margin-left: 10px;
279
    -webkit-border-radius: 6px 0 6px 6px;
280
    -moz-border-radius: 6px 0 6px 6px;
281
    border-radius: 6px 0 6px 6px;
282
}
283
/* drop down menu css ends here */
0960a4b by Pradeep at 2014-01-20 284
285
3ce3fe9 by Anon Ray at 2012-11-23 286
/*
287
 * Remove text-shadow in selection highlight: h5bp.com/i
29b5b86 by Anon Ray at 2013-10-03 288
 * These selection rule sets have to be separate.
3ce3fe9 by Anon Ray at 2012-11-23 289
 * Customize the background color to match your design.
290
 */
291
292
::-moz-selection {
293
    background: #b3d4fc;
294
    text-shadow: none;
295
}
296
297
::selection {
298
    background: #b3d4fc;
299
    text-shadow: none;
300
}
301
302
/*
303
 * A better looking default horizontal rule
304
 */
305
306
hr {
307
    display: block;
308
    height: 1px;
309
    border: 0;
310
    border-top: 1px solid #ccc;
311
    margin: 1em 0;
312
    padding: 0;
313
}
314
315
/*
29b5b86 by Anon Ray at 2013-10-03 316
 * Remove the gap between images, videos, audio and canvas and the bottom of
317
 * their containers: h5bp.com/i/440
3ce3fe9 by Anon Ray at 2012-11-23 318
 */
319
29b5b86 by Anon Ray at 2013-10-03 320
audio,
321
canvas,
322
img,
323
video {
3ce3fe9 by Anon Ray at 2012-11-23 324
    vertical-align: middle;
325
}
326
327
/*
328
 * Remove default fieldset styles.
329
 */
330
331
fieldset {
332
    border: 0;
333
    margin: 0;
334
    padding: 0;
335
}
336
337
/*
338
 * Allow only vertical resizing of textareas.
339
 */
340
341
textarea {
342
    resize: vertical;
343
}
344
345
/* ==========================================================================
29b5b86 by Anon Ray at 2013-10-03 346
   Browse Happy prompt
3ce3fe9 by Anon Ray at 2012-11-23 347
   ========================================================================== */
348
29b5b86 by Anon Ray at 2013-10-03 349
.browsehappy {
3ce3fe9 by Anon Ray at 2012-11-23 350
    margin: 0.2em 0;
351
    background: #ccc;
352
    color: #000;
353
    padding: 0.2em 0;
354
}
355
356
/* ==========================================================================
357
   Author's custom styles
358
   ========================================================================== */
359
d296833 by Anon Ray at 2013-05-20 360
3ce3fe9 by Anon Ray at 2012-11-23 361
/* ==========================================================================
362
   Helper classes
363
   ========================================================================== */
364
365
/*
366
 * Image replacement
367
 */
368
369
.ir {
370
    background-color: transparent;
371
    border: 0;
372
    overflow: hidden;
373
    /* IE 6/7 fallback */
374
    *text-indent: -9999px;
375
}
376
377
.ir:before {
378
    content: "";
379
    display: block;
380
    width: 0;
29b5b86 by Anon Ray at 2013-10-03 381
    height: 150%;
3ce3fe9 by Anon Ray at 2012-11-23 382
}
383
384
/*
385
 * Hide from both screenreaders and browsers: h5bp.com/u
386
 */
387
388
.hidden {
389
    display: none !important;
390
    visibility: hidden;
391
}
392
393
/*
394
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
395
 */
396
397
.visuallyhidden {
398
    border: 0;
399
    clip: rect(0 0 0 0);
400
    height: 1px;
401
    margin: -1px;
402
    overflow: hidden;
403
    padding: 0;
404
    position: absolute;
405
    width: 1px;
406
}
407
408
/*
409
 * Extends the .visuallyhidden class to allow the element to be focusable
410
 * when navigated to via the keyboard: h5bp.com/p
411
 */
412
413
.visuallyhidden.focusable:active,
414
.visuallyhidden.focusable:focus {
415
    clip: auto;
416
    height: auto;
417
    margin: 0;
418
    overflow: visible;
419
    position: static;
420
    width: auto;
421
}
422
423
/*
424
 * Hide visually and from screenreaders, but maintain layout
425
 */
426
427
.invisible {
428
    visibility: hidden;
429
}
430
431
/*
432
 * Clearfix: contain floats
433
 *
434
 * For modern browsers
435
 * 1. The space content is one way to avoid an Opera bug when the
436
 *    `contenteditable` attribute is included anywhere else in the document.
437
 *    Otherwise it causes space to appear at the top and bottom of elements
438
 *    that receive the `clearfix` class.
439
 * 2. The use of `table` rather than `block` is only necessary if using
440
 *    `:before` to contain the top-margins of child elements.
441
 */
442
443
.clearfix:before,
444
.clearfix:after {
445
    content: " "; /* 1 */
446
    display: table; /* 2 */
447
}
448
449
.clearfix:after {
450
    clear: both;
451
}
452
453
/*
454
 * For IE 6/7 only
455
 * Include this rule to trigger hasLayout and contain floats.
456
 */
457
458
.clearfix {
459
    *zoom: 1;
460
}
461
462
/* ==========================================================================
463
   EXAMPLE Media Queries for Responsive Design.
29b5b86 by Anon Ray at 2013-10-03 464
   These examples override the primary ('mobile first') styles.
3ce3fe9 by Anon Ray at 2012-11-23 465
   Modify as content requires.
466
   ========================================================================== */
467
468
@media only screen and (min-width: 35em) {
469
    /* Style adjustments for viewports that meet the condition */
470
}
471
29b5b86 by Anon Ray at 2013-10-03 472
@media print,
473
       (-o-min-device-pixel-ratio: 5/4),
474
       (-webkit-min-device-pixel-ratio: 1.25),
475
       (min-resolution: 120dpi) {
3ce3fe9 by Anon Ray at 2012-11-23 476
    /* Style adjustments for high resolution devices */
477
}
478
479
/* ==========================================================================
480
   Print styles.
481
   Inlined to avoid required HTTP connection: h5bp.com/r
482
   ========================================================================== */
483
484
@media print {
485
    * {
486
        background: transparent !important;
487
        color: #000 !important; /* Black prints faster: h5bp.com/s */
29b5b86 by Anon Ray at 2013-10-03 488
        box-shadow: none !important;
3ce3fe9 by Anon Ray at 2012-11-23 489
        text-shadow: none !important;
490
    }
491
492
    a,
493
    a:visited {
494
        text-decoration: underline;
495
    }
496
497
    a[href]:after {
498
        content: " (" attr(href) ")";
499
    }
500
501
    abbr[title]:after {
502
        content: " (" attr(title) ")";
503
    }
504
505
    /*
506
     * Don't show links for images, or javascript/internal links
507
     */
508
509
    .ir a:after,
510
    a[href^="javascript:"]:after,
511
    a[href^="#"]:after {
512
        content: "";
513
    }
514
515
    pre,
516
    blockquote {
517
        border: 1px solid #999;
518
        page-break-inside: avoid;
519
    }
520
521
    thead {
522
        display: table-header-group; /* h5bp.com/t */
523
    }
524
525
    tr,
526
    img {
527
        page-break-inside: avoid;
528
    }
529
530
    img {
531
        max-width: 100% !important;
532
    }
533
534
    @page {
535
        margin: 0.5cm;
536
    }
537
538
    p,
539
    h2,
540
    h3 {
541
        orphans: 3;
542
        widows: 3;
543
    }
544
545
    h2,
546
    h3 {
547
        page-break-after: avoid;
548
    }
549
}