search.css
1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.colab-search-form {
margin-top: 28px;
padding-top: 0px;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 25px;
background: #ecedf1;
border-radius: 4px;
border: 1px solid #d3d6de;
}
.colab-search-title {
color: #3e67b1;
margin: 5px 0px 3px;
padding: 16px 0px 0px 0px;
font-family: "open_sansregular", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
}
.colab-search-input {
width: 100%;
padding: 7px;
font-size: 14px;
margin-top: 15px;
margin-bottom: 15px;
border-radius: 4px;
border: 1px solid #d3d6de;
}
.colab-search-blue {
background: #3e67b1;
color: white;
width: auto;
height: 30px;
padding: 0 14px;
line-height: 14px;
border-radius: 4px;
text-transform: uppercase;
font-family: "open_sansbold", Arial, sans-serif;
font-size: 14px;
}
.colab-search-results div.container div.row h4 a {
font-size: 19px;
font-weight: 700;
line-height: 21px;
}
.colab-search-results div.container div.row a {
color: #172738;
text-decoration: none;
}
.colab-search-results div.container div.row a:hover {
text-decoration: none;
}
colab-search-form .btn:hover {
color: white;
}
.search-divisor {
margin-top: 0px;
}
.search-summary {
margin-top: 50px;
}
.search-total {
font-size: 14px;
font-family: Arial;
font-weight: bold;
}
.colab-result-register {
display: block;
padding-top: 40px;
}