Project

General

Profile

1
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2

    
3
/* ========================================================================
4
   Use this file to add custom CSS easily
5
 ========================================================================== */
6

    
7
/*body {*/
8
    /*color: #666666;*/
9
    /*font-family: 'Roboto', sans-serif;*/
10
    /*!*font-family: "Open Sans";*!*/
11
    /*font-size: 15px;*/
12
    /*line-height: 24px;*/
13
/*}*/
14

    
15
/*li, dt, dd {*/
16
    /*line-height: 24px;*/
17
/*}*/
18

    
19
/*.tm-logo img {*/
20
    /*margin-top: 30px;*/
21
/*}*/
22

    
23
/*.main-menu {*/
24

    
25
/*}*/
26

    
27
/*.main-menu .dropdown-menu {*/
28
    /*background: #ffffff none repeat scroll 0 0;*/
29
    /*box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);*/
30
    /*color: #666666;*/
31
    /*font-size: 1rem;*/
32
    /*padding: 30px 10px;*/
33
    /*vertical-align: top;*/
34
    /*border: none;*/
35
    /*border-radius: 0px;*/
36
/*}*/
37

    
38
/*.main-menu .dropdown-menu a {*/
39
    /*font-weight: 300;*/
40
/*}*/
41

    
42
/*.uk-navbar-nav > li > a {*/
43
    /*font-size: 17px;*/
44
/*}*/
45

    
46
/*.uk-navbar-nav > li > a[href="#"] {*/
47
    /*cursor: pointer;*/
48
/*}*/
49

    
50
/*.uk-heading-large {*/
51
    /*font-weight: 300;*/
52
    /*text-transform: none;*/
53
/*}*/
54
/*.uk-heading-large {*/
55
    /*font-size: 85px;*/
56
    /*line-height: 94px;*/
57
/*}*/
58

    
59
/*.tm-panel-subtitle {*/
60
    /*color: #b3b3b3;*/
61
    /*font-family: 'Roboto Condensed', sans-serif;*/
62
    /*!*font-family: "Open Sans";*!*/
63
    /*font-size: 17px;*/
64
    /*line-height: 27px;*/
65
    /*margin: 30px auto;*/
66
    /*text-transform: uppercase;*/
67
/*}*/
68

    
69
/*.uk-block-large {*/
70
    /*padding-bottom: 50px;*/
71
    /*padding-top: 50px;*/
72
/*}*/
73

    
74
/*.tm-navbar-container {*/
75
    /*padding-top: 0px;*/
76
    /*padding-bottom: 0px;*/
77
/*}*/
78

    
79
/*.tm-toolbar {*/
80
    /*background: #fff none repeat scroll 0 0;*/
81
    /*padding: 10px 80px 0;*/
82
/*}*/
83

    
84
/*.tm-toolbar a {*/
85
    /*color: #666666;*/
86
    /*font-family: 'Roboto', sans-serif;*/
87
    /*font-size: 13px;*/
88
    /*!*font-family: "Open Sans";*!*/
89
/*}*/
90

    
91
.uk-panel-box-blue {
92
    background-color: #004DB0;
93
    color: #ffffff;
94
}
95

    
96
.uk-panel-box-blue h1,
97
.uk-panel-box-blue h2,
98
.uk-panel-box-blue h3,
99
.uk-panel-box-blue h4,
100
.uk-panel-box-blue h5,
101
.uk-panel-box-blue h6 {
102
    color: #ffffff;
103
}
104

    
105
.uk-button-blue {
106
    background-color: #004DB0;
107
    color: #ffffff;
108
    border-color: transparent;
109
    line-height: 30px;
110
    min-height: 30px;
111
    vertical-align: middle;
112
}
113

    
114
.uk-button-blue:before {
115
    background: none !important;
116
}
117

    
118
.uk-button-blue:hover,
119
.uk-button-blue:focus {
120
    background-color: #003D8C;
121
    color: #ffffff;
122
    border-color: transparent;
123
    line-height: 30px;
124
    min-height: 30px;
125
    vertical-align: middle;
126
}
127

    
128
.uk-button-blue:active,
129
.uk-button-blue.uk-active {
130
    background-color: #004DB0;
131
    color: #ffffff;
132
    border-color: transparent;
133
}
134

    
135
/******************************************************/
136

    
137
/*article {*/
138
    /*max-width: 600px;*/
139
    /*overflow: hidden;*/
140
    /*margin: 0 auto 50px;*/
141
/*}*/
142

    
143
/*.subtitle {*/
144
    /*margin: 0 0 2em 0;*/
145
/*}*/
146

    
147
/*.fancy {*/
148
    /*line-height: 0.5;*/
149
    /*text-align: center;*/
150
/*}*/
151
/*.fancy span {*/
152
    /*display: inline-block;*/
153
    /*position: relative;*/
154
/*}*/
155
/*.fancy span:before,*/
156
/*.fancy span:after {*/
157
    /*content: "";*/
158
    /*position: absolute;*/
159
    /*height: 5px;*/
160
    /*border-bottom: 1px solid white;*/
161
    /*border-top: 1px solid white;*/
162
    /*top: 0;*/
163
    /*width: 600px;*/
164
/*}*/
165
/*.fancy span:before {*/
166
    /*right: 100%;*/
167
    /*margin-right: 15px;*/
168
/*}*/
169
/*.fancy span:after {*/
170
    /*left: 100%;*/
171
    /*margin-left: 15px;*/
172
/*}*/
173

    
174
/******************************************************/
175

    
176
.customAccordionPanel {
177
    margin-top: 10px !important;
178
    margin-bottom: 20px !important;
179
    box-shadow: none;
180
    border: none;
181
}
182

    
183
.customAccordionPanel .panel-heading h4 {
184
    position: relative;
185
    text-align: center;
186
    color: #003D8C;
187
}
188

    
189
.customAccordionPanel .panel-heading .panel-title {
190
    font-size: 20px;
191
}
192

    
193
.customAccordionPanel .panel-heading h4 a:hover, .customAccordionPanel .panel-heading h4 a:focus {
194
    color: #003167;
195
}
196

    
197
.customAccordionPanel .panel-heading h4 span {
198
    background: #fff;
199
    padding: 0 15px;
200
    position: relative;
201
    z-index: 1;
202
}
203

    
204
.customAccordionPanel .panel-heading h4:before {
205
    background: #003D8C;
206
    content: "";
207
    display: block;
208
    height: 1px;
209
    position: absolute;
210
    top: 50%;
211
    width: 100%;
212
}
213

    
214
.customAccordionPanel .panel-heading h4:before {
215
    left: 0;
216
}
217

    
218
.customAccordionPanel .panel-body {
219
    border-top: none !important;
220
}
221

    
222
/******************************************************/
223

    
224
.registerButton {
225
    padding: 5px 20px;
226
    width: 200px;
227
}
228

    
229
/******************************************************/
230

    
231
.offcanvas-close {
232
    position: relative;
233
    right: 0;
234
    top: 0;
235
}
236

    
237
/******************************************************/
238

    
239
.uk-card-default {
240
    background: #fff none repeat scroll 0 0;
241
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
242
    color: #767779;
243
}
244

    
245
.uk-tab::before {
246
    border-bottom: 1px solid #e5e5e5;
247
}
248

    
249
.minus-margin-top {
250
    margin-top: -10px;
251
}
252

    
253
.strong {
254
    font-weight: bold;
255
}
256

    
257
.description {
258
    font-size: 12px;
259
    text-transform: none;
260
}
261

    
262
/******************************************************/
263

    
264
.modal-body {
265
    padding: 30px;
266
    max-height: 600px;
267
}
268

    
269

    
270
/******************************************************/
271

    
272
.clear-style {
273
    padding-left: 0px;
274
}
275

    
276

    
(1-1/6)