ar-poncho 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +4 -0
- package/.github/workflows/build-poncho.yml +71 -0
- package/.vscode/settings.json +3 -0
- package/composer.json +1 -1
- package/dist/css/argentina.css +3 -163
- package/dist/css/device-breadcrumb.css +1 -0
- package/dist/css/documentacion.css +1 -32
- package/dist/css/encode-fontface.css +1 -0
- package/dist/css/icono-arg.css +697 -13
- package/dist/css/miargentina.css +1 -1656
- package/dist/css/planilla-cud.css +1 -130
- package/dist/css/ponchito.css +1 -1
- package/dist/css/poncho-map.css +1 -0
- package/dist/css/poncho.css +4 -5830
- package/dist/css/poncho.min.css +3 -4
- package/dist/css/poncho_mobile.css +1 -3
- package/dist/css/roboto-fontface 2.css +239 -0
- package/dist/css/roboto-fontface.css +32 -0
- package/dist/fonts/EncodeSans-Bold.ttf +0 -0
- package/dist/fonts/EncodeSans-Medium.ttf +0 -0
- package/dist/fonts/EncodeSans-Regular.ttf +0 -0
- package/dist/fonts/EncodeSans-SemiBold.ttf +0 -0
- package/dist/fonts/icono-arg_55ca14c9b8a051396574195f270630d6.eot +0 -0
- package/dist/fonts/icono-arg_55ca14c9b8a051396574195f270630d6.svg +5651 -0
- package/dist/fonts/icono-arg_55ca14c9b8a051396574195f270630d6.ttf +0 -0
- package/dist/fonts/icono-arg_55ca14c9b8a051396574195f270630d6.woff +0 -0
- package/dist/fonts/icono-arg_55ca14c9b8a051396574195f270630d6.woff2 +0 -0
- package/dist/js/device-breadcrumb.js +1 -0
- package/dist/js/device-panel-menu.js +1 -0
- package/dist/js/mapa-argentina.js +1 -0
- package/dist/js/national-holidays.js +1 -0
- package/dist/js/poncho.js +6029 -373
- package/dist/js/poncho.min.js +1 -1
- package/dist/js/showdown-extensions.js +55 -0
- package/gulpfile.js +135 -0
- package/package-lock.json +10147 -0
- package/package.json +27 -5
- package/readme.md +25 -10
- package/test/color.test.js +16 -0
- package/test/gapi-sheet-data.test.js +17 -0
- package/test/html.test.js +18 -0
- package/test/poncho-gapi-legacy.test.js +7 -0
- package/test/resources/response.js +56 -0
- package/test/string.test.js +20 -0
- package/dist/css/poncho.css.map +0 -7
- package/dist/css/poncho.map +0 -7
- package/dist/css/poncho.min.css.map +0 -7
- package/dist/css/turnos.css +0 -0
- package/dist/fonts/icono-arg_220d85c68c8d4e97295d1acfea4481d1.eot +0 -0
- package/dist/fonts/icono-arg_220d85c68c8d4e97295d1acfea4481d1.svg +0 -3360
- package/dist/fonts/icono-arg_220d85c68c8d4e97295d1acfea4481d1.ttf +0 -0
- package/dist/fonts/icono-arg_220d85c68c8d4e97295d1acfea4481d1.woff +0 -0
- package/dist/fonts/icono-arg_220d85c68c8d4e97295d1acfea4481d1.woff2 +0 -0
- package/dist/icono-arg.css +0 -1182
package/dist/css/miargentina.css
CHANGED
|
@@ -1,1656 +1 @@
|
|
|
1
|
-
/*****Tipografía******/
|
|
2
|
-
h1 {
|
|
3
|
-
font-size: 22px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
h2 {
|
|
7
|
-
font-size: 18px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
form h3 {
|
|
11
|
-
font-size: 1.6em !important;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@media (min-width: 991px) {
|
|
15
|
-
h1 {
|
|
16
|
-
font-size: 2em;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
h2 {
|
|
20
|
-
font-size: 1.8em;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
/**********/
|
|
25
|
-
.main {
|
|
26
|
-
margin-bottom: 30px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.alert .btn {
|
|
30
|
-
margin-top: 15px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.salud-img img {
|
|
34
|
-
width: 130px;
|
|
35
|
-
float: right;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.align-right {
|
|
39
|
-
float: right;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.no-underline {
|
|
43
|
-
text-decoration: none !important;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.gral-container {
|
|
47
|
-
margin-top: 15px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
@media (min-width: 767px) and (max-width: 900px) {
|
|
51
|
-
#main-content {
|
|
52
|
-
max-width: 450px;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@media (max-width: 768px) {
|
|
57
|
-
.dashboard {
|
|
58
|
-
min-height: calc(100vh - 320px);
|
|
59
|
-
position: relative;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.main-footer {
|
|
63
|
-
position: inherit;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
/********PANELES**********/
|
|
68
|
-
.panels-row-miargentina .panel-credenciales {
|
|
69
|
-
margin-bottom: 0px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.panels-row-miargentina .panel-body {
|
|
73
|
-
flex-grow: 1;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.panel-body .list-group {
|
|
77
|
-
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.no-border-shadow {
|
|
81
|
-
border: none !important;
|
|
82
|
-
box-shadow: none !important;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.no-border-list-item {
|
|
86
|
-
border-bottom: 0px;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.d-inline-block {
|
|
90
|
-
display: inline-block;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.d-inline {
|
|
94
|
-
display: inline;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.panel-borders {
|
|
98
|
-
border: 1px solid #dee2e6;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.panel-heading-title {
|
|
102
|
-
width: calc(100% - 30px);
|
|
103
|
-
float: left;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.alert .btn-close {
|
|
107
|
-
margin-top: -7px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
a.btn-collapse i {
|
|
111
|
-
margin-top: 12px;
|
|
112
|
-
transition: transform 0.3s;
|
|
113
|
-
-moz-transition: transform 0.3s;
|
|
114
|
-
-webkit-transition: transform 0.3s;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
a.btn-collapse i.collapseGira {
|
|
118
|
-
transform: rotate(180deg);
|
|
119
|
-
-moz-transform: rotate(180deg);
|
|
120
|
-
-webkit-transform: rotate(180deg);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.btn-volver {
|
|
124
|
-
padding-right: 0;
|
|
125
|
-
margin-top: 5px;
|
|
126
|
-
max-width: 120px;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.btn-volver a {
|
|
130
|
-
margin-top: 0 !important;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.panels-row-miargentina .panel-default {
|
|
134
|
-
width: 100%;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.panels-row-miargentina .panel-default>.panel-heading, .panels-row-miargentina .panel-default fieldset legend .panel-heading {
|
|
138
|
-
min-height: 0 !important;
|
|
139
|
-
background-color: transparent;
|
|
140
|
-
border-bottom: 1px solid #ccc;
|
|
141
|
-
color: #333;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.panels-row-miargentina .media-left {
|
|
145
|
-
padding-right: 20px;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.panels-row-miargentina .panel-nolink {
|
|
149
|
-
border-left: 1px solid #ccc;
|
|
150
|
-
border-right: 1px solid #ccc;
|
|
151
|
-
border-bottom: 1px solid #ccc;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.panels-row-miargentina .panel h2 {
|
|
155
|
-
font-size: 1.4em !important;
|
|
156
|
-
/* margin-top: 8px !important; */
|
|
157
|
-
margin-bottom: 8px !important;
|
|
158
|
-
font-weight: 600 !important
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.panels-row-miargentina .panel .item-panel {
|
|
162
|
-
font-weight: 600 !important;
|
|
163
|
-
display: block !important;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.panels-row-miargentina .panel.panel-default, .panels-row-miargentina .list-group {
|
|
167
|
-
box-shadow: none !important;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.credential-danger-state {
|
|
171
|
-
border: 1px #cccccc solid;
|
|
172
|
-
padding: 40px 20px;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.credential-danger-state p.text-danger {
|
|
176
|
-
font-size: 30px !important;
|
|
177
|
-
text-transform: uppercase;
|
|
178
|
-
font-weight: 500;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.panels-row-miargentina .panel h3 {
|
|
182
|
-
font-size: 1.2em;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.panels-row-miargentina .list-group-item {
|
|
186
|
-
padding: 10px 25px;
|
|
187
|
-
color: #333;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.panels-row-miargentina .panel-content-padding {
|
|
191
|
-
padding: 10px 15px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.panels-row-miargentina .panel-body .table {
|
|
195
|
-
margin-bottom: 0;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.panels-row-miargentina .panel-table td {
|
|
199
|
-
padding-bottom: 10px !important;
|
|
200
|
-
padding-top: 10px !important;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.panels-row-miargentina .list-group {
|
|
204
|
-
margin-bottom: 0 !important;
|
|
205
|
-
margin-top: -10px;
|
|
206
|
-
margin-right: -20px;
|
|
207
|
-
margin-left: -20px;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.state-loading>.panel-body, .panel-body .state-loading {
|
|
211
|
-
min-height: 70px;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.state-loading:after, .icon-load.progress-disabled:after {
|
|
215
|
-
border-radius: 0 !important;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.btn-close i {
|
|
219
|
-
cursor: pointer;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.panel-activar-cuenta {
|
|
223
|
-
max-width: 800px;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.panel-footer .pagination {
|
|
227
|
-
margin: 10px;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.panels-row-miargentina>div .panel-default {
|
|
231
|
-
display: flex;
|
|
232
|
-
flex-direction: column;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.panels-row-miargentina .panel-footer {
|
|
236
|
-
margin-top: auto;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.panels-row-miargentina>div {
|
|
240
|
-
margin-bottom: 20px;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
/* .panels-row-miargentina .btn {
|
|
244
|
-
margin-top: 15px;
|
|
245
|
-
} */
|
|
246
|
-
|
|
247
|
-
.panels-row-miargentina .btn-mt {
|
|
248
|
-
margin-top: 15px;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.panels-row-miargentina .panel-heading .media-left {
|
|
252
|
-
vertical-align: middle;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.row-panel-title-detalle {
|
|
256
|
-
margin-left: -20px;
|
|
257
|
-
margin-right: -20px;
|
|
258
|
-
margin-top: -15px;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.row-panel-title-detalle>div p {
|
|
262
|
-
line-height: 3;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.panels-row-miargentina form h3 {
|
|
266
|
-
margin-bottom: 15px;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.panels-row-miargentina .help-block {
|
|
270
|
-
margin-bottom: 20px;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.panel-borders .panel-heading {
|
|
274
|
-
border: none !important;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.panel-content-bottom {
|
|
278
|
-
margin-top: auto;
|
|
279
|
-
border-top: 1px solid #ddd;
|
|
280
|
-
padding: 15px 20px;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
#configurarServicios {
|
|
284
|
-
max-width: 768px;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
@media (min-width: 991px) {
|
|
288
|
-
.panel-table tr:first-child>td {
|
|
289
|
-
border-top: 0;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
@media(max-width: 992px) {
|
|
294
|
-
.panel-table tr td:first-child {
|
|
295
|
-
font-weight: bolder;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.panel-table tr td:last-child {
|
|
299
|
-
border-bottom: 1px solid #ddd !important;
|
|
300
|
-
margin-bottom: 10px;
|
|
301
|
-
padding-bottom: 20px !important;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.panel-table tr td, .panel-table tr:last-child td:last-child {
|
|
305
|
-
border: 0 !important;
|
|
306
|
-
padding-bottom: 0 !important;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.panel-table td {
|
|
310
|
-
display: block;
|
|
311
|
-
width: 100%;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
@media (max-width: 768px) {
|
|
316
|
-
.panels-row-miargentina {
|
|
317
|
-
display: block;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
/*************************************. Panel popUp ***********************************/
|
|
322
|
-
.content-popup {
|
|
323
|
-
position: initial;
|
|
324
|
-
max-width: 400px !important;
|
|
325
|
-
z-index: 2;
|
|
326
|
-
border: 1px solid rgba(0, 0, 0, .2);
|
|
327
|
-
border-radius: 6px;
|
|
328
|
-
padding: 10px 20px 20px 20px;
|
|
329
|
-
margin: 15px 0;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.arrow-popup {
|
|
333
|
-
border-bottom: 0 solid rgba(0, 0, 0, 0);
|
|
334
|
-
border-left: 11px solid rgba(0, 0, 0, 0);
|
|
335
|
-
border-right: 11px solid rgba(0, 0, 0, 0);
|
|
336
|
-
border-top: 11px solid rgba(0, 0, 0, 0.25);
|
|
337
|
-
bottom: 37px;
|
|
338
|
-
height: 11px;
|
|
339
|
-
left: 199px;
|
|
340
|
-
margin-left: -11px;
|
|
341
|
-
position: absolute;
|
|
342
|
-
width: 22px;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.arrow-popup:after {
|
|
346
|
-
content: " ";
|
|
347
|
-
border-width: 10px;
|
|
348
|
-
box-sizing: border-box;
|
|
349
|
-
position: absolute;
|
|
350
|
-
display: block;
|
|
351
|
-
width: 0;
|
|
352
|
-
height: 0;
|
|
353
|
-
border-color: transparent;
|
|
354
|
-
border-style: solid;
|
|
355
|
-
bottom: 1px;
|
|
356
|
-
margin-left: -10px;
|
|
357
|
-
border-top-color: #fff;
|
|
358
|
-
border-bottom-width: 0;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
/************************************* Panels v2 **************************************/
|
|
362
|
-
.panels-row-miargentina-credenciales>div {
|
|
363
|
-
display: flex;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.panels-row-miargentina-credenciales .collapse.in {
|
|
367
|
-
display: flex;
|
|
368
|
-
flex-direction: column;
|
|
369
|
-
flex: 1 1 auto;
|
|
370
|
-
transition: all 0.1s;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.panels-row-miargentina-credenciales .panel {
|
|
374
|
-
margin-bottom: 0px;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.panels-row-miargentina-credenciales .collapsing, .panels-row-miargentina-credenciales .collapse {
|
|
378
|
-
transition: height 0.5s linear;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.panels-row-miargentina-credenciales .panel-heading .media-left img {
|
|
382
|
-
width: 50px;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.panels-row-miargentina-credenciales .panel-body img.qr {
|
|
386
|
-
max-width: 150px;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.panels-row-miargentina-credenciales .panel-heading h2, .panels-row-miargentina-credenciales .panel-heading h2:hover {
|
|
390
|
-
color: #333;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.panels-row-miargentina-credenciales .panel-heading i, .panels-row-miargentina-credenciales .panel-heading i:hover {
|
|
394
|
-
color: #0072bb;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.panels-row-miargentina-credenciales .panel-body img.logo {
|
|
398
|
-
width: 60px;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.panels-row-miargentina-credenciales .panel-footer .btn-footer-container {
|
|
402
|
-
max-width: 320px;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
@media (max-width: 1590px) and (min-width: 1199px) {
|
|
406
|
-
.panels-row-miargentina-credenciales .panel-body .credencial-txt .col-xs-6 {
|
|
407
|
-
width: 100%;
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
/************************************* NUEVO DASHBOARD**************************************/
|
|
412
|
-
.max-w-img {
|
|
413
|
-
max-width: 350px;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.brand-icon {
|
|
417
|
-
width: 300px;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.icon-init {
|
|
421
|
-
font-size: 21px;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.icon-header {
|
|
425
|
-
color: #CACBC5;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.navbar-left-mobile, .navbar-left-mobile ul li {
|
|
429
|
-
float: left;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.navbar-right-header {
|
|
433
|
-
float: right;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.nav-header-dashboard {
|
|
437
|
-
box-shadow: none;
|
|
438
|
-
border-bottom: 2px #dee2e6 solid;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.nav-header-dashboard .dropdown-micuenta li:first-child {
|
|
442
|
-
margin-top: 10px;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.nav-header-dashboard .navbar-left-mobile li:first-child {
|
|
446
|
-
margin-top: -10px;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.dashboard-sidebar .panel-sidebar {
|
|
450
|
-
border: 0;
|
|
451
|
-
margin-bottom: 0;
|
|
452
|
-
border-radius: 4px;
|
|
453
|
-
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16) !important;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.navbar ul li .dropdown-micuenta, .nav .open>a, .navbar ul li .dropdown-notificaciones {
|
|
457
|
-
background-color: #ffffff !important;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.navbar-right .dropdown-micuenta {
|
|
461
|
-
right: 3px;
|
|
462
|
-
width: 275px;
|
|
463
|
-
left: initial;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.navbar-right-mobile button.sr-only {
|
|
467
|
-
width: 274px;
|
|
468
|
-
height: 50px;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.navbar-right-mobile button {
|
|
472
|
-
background: none;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.navbar .open>.dropdown-menu {
|
|
476
|
-
border: 1px #dbdbdb solid;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.dashboard-sidebar {
|
|
480
|
-
height: 85vh;
|
|
481
|
-
width: 100%;
|
|
482
|
-
max-width: 260px;
|
|
483
|
-
min-height: 100%;
|
|
484
|
-
background-color: white;
|
|
485
|
-
display: block;
|
|
486
|
-
margin-bottom: 0 !important;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
.dashboard-sidebar ul li>a:hover {
|
|
490
|
-
background: #F4F4F4 !important;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.dashboard-sidebar ul li>a:active {
|
|
494
|
-
background: #f2f3f4 !important;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.dashboard-sidebar ul li>a:hover, .dashboard-sidebar ul li>a:active, .dashboard-sidebar ul li>a.active {
|
|
498
|
-
border-radius: 0 !important;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.dashboard-sidebar ul li.active>a {
|
|
502
|
-
border-left: 5px solid #0072bb;
|
|
503
|
-
background-color: #f2f3f4 !important;
|
|
504
|
-
border-radius: 0;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
.dashboard-sidebar ul li.active>a, .dashboard-sidebar ul li.active>a i {
|
|
508
|
-
color: #0072bb !important;
|
|
509
|
-
background-color: #f2f3f4 !important;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.dashboard-sidebar ul li.active>a .media {
|
|
513
|
-
margin-left: -7px;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.dashboard-sidebar i {
|
|
517
|
-
text-align: center;
|
|
518
|
-
width: 35px;
|
|
519
|
-
display: inline-block !important;
|
|
520
|
-
color: #CACBC5;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
.dashboard-sidebar .media-body {
|
|
524
|
-
vertical-align: middle;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.dropdown-micuenta, .dropdown-notificaciones {
|
|
528
|
-
top: 50px;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.dropdown-micuenta ul, .dropdown-notificaciones ul {
|
|
532
|
-
padding-left: 0;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
.dropdown-micuenta li small, .dropdown-micuenta li p, .dropdown-notificaciones li h3, .dropdown-notificaciones li h3 {
|
|
536
|
-
padding: 12px 15px 0 15px;
|
|
537
|
-
margin-bottom: 0;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.dropdown-micuenta li p {
|
|
541
|
-
font-size: 16px;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.dropdown-micuenta li small {
|
|
545
|
-
font-size: 14px;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.dropdown-micuenta hr, .dropdown-notificaciones hr {
|
|
549
|
-
margin: 20px 10px 15px 10px;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.dropdown-micuenta li, .dropdown-notificaciones li {
|
|
553
|
-
list-style-type: none;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.dropdown-micuenta a, .dropdown-notificaciones a {
|
|
557
|
-
border-bottom: 0 !important;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.dropdown-micuenta li a, .dropdown-notificaciones li a {
|
|
561
|
-
border-left: 4px transparent solid !important;
|
|
562
|
-
color: #000000 !important;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
.dropdown-micuenta li a:hover, .dropdown-notificaciones li a:hover {
|
|
566
|
-
background-color: #F2F3F4 !important;
|
|
567
|
-
border-left: 4px #0072bb solid !important;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.page-sidebar .nav-pills li>a:visited {
|
|
571
|
-
color: #333;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.dropdown-micuenta .media, .dropdown-notificaciones .media {
|
|
575
|
-
width: 240px;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.navbar-right .dropdown-notificaciones {
|
|
579
|
-
right: 175px;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.nav-dashboard>li {
|
|
583
|
-
float: left !important;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.nav-dashboard li img {
|
|
587
|
-
width: 50%;
|
|
588
|
-
min-width: 80px;
|
|
589
|
-
margin: auto;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
.sidebar {
|
|
593
|
-
min-height: 720px;
|
|
594
|
-
max-width: 290px;
|
|
595
|
-
min-width: 280px;
|
|
596
|
-
padding-left: 0;
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.sidebar nav {
|
|
600
|
-
width: 100%;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.dashboard {
|
|
604
|
-
display: flex;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
@media(max-width: 1200px) {
|
|
608
|
-
.salud-title {
|
|
609
|
-
min-width: 100%;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.salud-img img {
|
|
613
|
-
float: left;
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
@media(max-width: 767px) {
|
|
618
|
-
.nav-dashboard {
|
|
619
|
-
position: absolute;
|
|
620
|
-
top: 130px;
|
|
621
|
-
z-index: 1;
|
|
622
|
-
background-color: #f2f3f4;
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
@media(max-width: 360px) {
|
|
627
|
-
.panels-row-miargentina-cud label {
|
|
628
|
-
max-width: 250px;
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
/************************************************NUEVO DASHBOARD MOBILE***********************************************/
|
|
633
|
-
.menutoggle {
|
|
634
|
-
display: none;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
@media (max-width: 767px) {
|
|
638
|
-
.menutoggle {
|
|
639
|
-
display: block;
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
.brand-icon {
|
|
643
|
-
width: 116px;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
.navbar-header .nav {
|
|
647
|
-
margin-left: -8px !important;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.sidebar {
|
|
651
|
-
padding: 0;
|
|
652
|
-
width: 100%;
|
|
653
|
-
max-width: 100% !important;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
.dashboard-sidebar {
|
|
657
|
-
background-color: #f2f3f4;
|
|
658
|
-
margin: auto;
|
|
659
|
-
max-width: 100% !important;
|
|
660
|
-
height: auto;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.dashboard-sidebar ul {
|
|
664
|
-
padding: 0 15px 30px 15px !important;
|
|
665
|
-
position: initial;
|
|
666
|
-
top: 70px;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
.forMenuMobile>section {
|
|
670
|
-
position: absolute;
|
|
671
|
-
z-index: -1;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
.dashboard {
|
|
675
|
-
display: block;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.nav-dashboard li {
|
|
679
|
-
margin-top: 0 !important;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
.nav-dashboard li a, .nav-dashboard h1 {
|
|
683
|
-
padding: 5px !important;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.nav-dashboard>li>a:hover {
|
|
687
|
-
background-color: initial !important;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.nav-dashboard li a p {
|
|
691
|
-
font-size: 0.8em;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
.dropdown-micuenta .media-body {
|
|
695
|
-
display: table-cell;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
.notificaciones {
|
|
699
|
-
margin-right: 15px;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
.dropdown-notificaciones {
|
|
703
|
-
float: right;
|
|
704
|
-
left: initial;
|
|
705
|
-
right: 60px !important;
|
|
706
|
-
max-width: 350px;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
.dashboard-sidebar ul li.active>a {
|
|
710
|
-
border: 0;
|
|
711
|
-
margin-left: 0;
|
|
712
|
-
background-color: #f2f3f4;
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
@media (max-width: 767px) and (max-height: 800px) {
|
|
717
|
-
.navbar-right .dropdown-micuenta {
|
|
718
|
-
position: absolute;
|
|
719
|
-
width: calc(100% + 30px);
|
|
720
|
-
left: -15px;
|
|
721
|
-
height: 100vh;
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
@media (max-width: 560px) {
|
|
726
|
-
.dashboard-sidebar p {
|
|
727
|
-
font-size: 0.8em;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.sidebar {
|
|
731
|
-
max-width: 100% !important;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.dashboard-sidebar {
|
|
735
|
-
width: 100%;
|
|
736
|
-
max-width: 100% !important;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
.navbar-right .dropdown-micuenta {
|
|
740
|
-
right: 5px;
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
@media (max-width: 358px) {
|
|
745
|
-
.nav-dashboard li {
|
|
746
|
-
width: 100%;
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
@media(max-width: 768px) {
|
|
751
|
-
.forMenuMobile {
|
|
752
|
-
position: relative;
|
|
753
|
-
top: 0;
|
|
754
|
-
bottom: 0;
|
|
755
|
-
overflow: hidden;
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
/****************************************************LOADING*********************************************************/
|
|
760
|
-
.loading {
|
|
761
|
-
margin-top: 28%;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
@media (orientation: portrait) {
|
|
765
|
-
.loading {
|
|
766
|
-
margin-top: 60%;
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
@media (max-width: 768px) and (orientation: portrait) {
|
|
771
|
-
.loading {
|
|
772
|
-
margin-top: 50%;
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
@media(orientation: landscape) {
|
|
777
|
-
.loading {
|
|
778
|
-
margin-top: 15%;
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
/*********************************************ONBOARDING**************************************************/
|
|
783
|
-
.vertical-center-modal {
|
|
784
|
-
width: 700px;
|
|
785
|
-
position: relative;
|
|
786
|
-
height: 100%;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
.modal-content-onboarding {
|
|
790
|
-
width: 100%;
|
|
791
|
-
margin: 0;
|
|
792
|
-
position: absolute;
|
|
793
|
-
top: 42%;
|
|
794
|
-
-ms-transform: translateY(-50%);
|
|
795
|
-
transform: translateY(-42%);
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
.onboarding-content {
|
|
799
|
-
width: 90%;
|
|
800
|
-
margin: auto auto 90px;
|
|
801
|
-
height: 400px;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.onboarding-img {
|
|
805
|
-
width: 270px;
|
|
806
|
-
margin: auto;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
.onboarding-img img {
|
|
810
|
-
margin-top: 10%;
|
|
811
|
-
width: 100%;
|
|
812
|
-
max-width: 300px;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.onboarding-control {
|
|
816
|
-
background: rgba(0, 0, 0, 0) !important;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.carousel-indicators-onboarding li {
|
|
820
|
-
width: 14px;
|
|
821
|
-
height: 14px;
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
.carousel-indicators-onboarding li.active {
|
|
825
|
-
width: 16px;
|
|
826
|
-
height: 16px;
|
|
827
|
-
border: 1px solid #e5e8eb;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
.carousel-indicators-onboarding li {
|
|
831
|
-
border: 2px solid #e5e8eb;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
.carousel-indicators-onboarding li.active {
|
|
835
|
-
background-color: #0072bb;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
@media(max-height: 960px) {
|
|
839
|
-
.onboarding-img img {
|
|
840
|
-
max-width: 250px;
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
@media(max-height: 860px) {
|
|
845
|
-
.onboarding-img img {
|
|
846
|
-
margin-top: 4%;
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
@media (max-width: 960px) {
|
|
851
|
-
.vertical-center-modal {
|
|
852
|
-
max-width: 550px;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.onboarding-control .glyphicon-chevron-left {
|
|
856
|
-
margin-left: 0;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
.onboarding-control .glyphicon-chevron-right {
|
|
860
|
-
margin-right: 0;
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
@media (max-width: 768px) {}
|
|
865
|
-
|
|
866
|
-
@media (max-width: 570px) {
|
|
867
|
-
.vertical-center-modal {
|
|
868
|
-
max-width: 400px;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
.onboarding-content {
|
|
872
|
-
max-height: 350px;
|
|
873
|
-
width: 70%;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
.onboarding-content p:last-child {
|
|
877
|
-
padding-top: 15px !important;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
.onboarding-img {
|
|
881
|
-
margin-top: 30px;
|
|
882
|
-
width: 150px;
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
.onboarding-img img {
|
|
886
|
-
width: 100%;
|
|
887
|
-
}
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
@media (max-width: 390px) {
|
|
891
|
-
.vertical-center-modal {
|
|
892
|
-
max-width: 90%;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.onboarding-content {
|
|
896
|
-
max-height: 380px;
|
|
897
|
-
width: 70%;
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
@media (max-height: 640px) {
|
|
902
|
-
.onboarding-img img {
|
|
903
|
-
max-width: 220px;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
.onboarding-img {
|
|
907
|
-
margin-top: 20px;
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
.onboarding-content {
|
|
911
|
-
width: 80%;
|
|
912
|
-
margin-bottom: 40px;
|
|
913
|
-
height: 350px;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.onboarding-content h2 {
|
|
917
|
-
font-size: 18px;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
.onboarding-content p {
|
|
921
|
-
font-size: 15px;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.onboarding-control {
|
|
925
|
-
width: 8%;
|
|
926
|
-
}
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
@media (max-height: 640px) and (max-width:390px) {
|
|
930
|
-
.carousel-indicators-onboarding {
|
|
931
|
-
display: none;
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
@media (max-height: 450px) {
|
|
936
|
-
.modal-content-onboarding {
|
|
937
|
-
height: 98%;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
.carousel-content-onboarding {
|
|
941
|
-
height: 100% !important;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.onboarding-img img {
|
|
945
|
-
margin-top: 0;
|
|
946
|
-
max-width: 180px;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
.onboarding-content {
|
|
950
|
-
height: 280px;
|
|
951
|
-
}
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
@media (max-height: 350px) and (min-width: 391px) {
|
|
955
|
-
.onboarding-img img {
|
|
956
|
-
max-width: 130px;
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
@media (max-height: 450px) and (max-width: 390px) {
|
|
961
|
-
.onboarding-img img {
|
|
962
|
-
max-width: 100px;
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
.vertical-center-modal {
|
|
966
|
-
width: 100%;
|
|
967
|
-
max-width: 100%;
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
@media (max-height: 300px) and (max-width: 650px) {
|
|
972
|
-
.onboarding-img img {
|
|
973
|
-
max-width: 80px;
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
@media(max-height: 390px) {
|
|
978
|
-
.carousel-indicators-onboarding {
|
|
979
|
-
display: none;
|
|
980
|
-
}
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
/*** licencia de conducir **/
|
|
984
|
-
.container-licencia {
|
|
985
|
-
padding-top: 10%;
|
|
986
|
-
background-image: none !important;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
.control-licencia span, .control-licencia:hover span, .control-licencia:active span, .control-licencia:visited span {
|
|
990
|
-
background-image: none !important;
|
|
991
|
-
color: #464646;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
.control-licencia {
|
|
995
|
-
background-image: none !important;
|
|
996
|
-
width: 6% !important;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
.licencia {
|
|
1000
|
-
width: 85%;
|
|
1001
|
-
margin: auto;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.panels-row-licencia {
|
|
1005
|
-
align-items: center;
|
|
1006
|
-
justify-content: center;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
.panel-licencia, .display-panel-licencia {
|
|
1010
|
-
display: block;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
.panel .panel-body p:last-of-type {
|
|
1014
|
-
margin-bottom: 10px !important;
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
.licencia-volver-lg {
|
|
1018
|
-
margin-top: 6px !important;
|
|
1019
|
-
margin-right: 10px;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
.item-licencia img.qr-licencia {
|
|
1023
|
-
width: auto;
|
|
1024
|
-
max-height: 330px;
|
|
1025
|
-
min-height: 320px;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.panel-licencia {
|
|
1029
|
-
margin-bottom: 0 !important;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.fila-licencia>div img {
|
|
1033
|
-
max-width: 100%;
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
.licencia-txt {
|
|
1037
|
-
font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
@media(max-width: 991px) and (max-height: 991px) {
|
|
1041
|
-
.display-panel-licencia {
|
|
1042
|
-
display: none !important;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.container-g-licencia {
|
|
1046
|
-
width: 100%;
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
@media (max-width: 767px) {
|
|
1051
|
-
.panels-row-licencia {
|
|
1052
|
-
margin-top: -15px !important;
|
|
1053
|
-
}
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
@media (max-width: 767px) and (orientation: portrait) {
|
|
1057
|
-
.panel-licencia {
|
|
1058
|
-
transform-origin: left top;
|
|
1059
|
-
-webkit-transform: rotate(90deg);
|
|
1060
|
-
-moz-transform: rotate(90deg);
|
|
1061
|
-
-o-transform: rotate(90deg);
|
|
1062
|
-
-ms-transform: rotate(90deg);
|
|
1063
|
-
transform: rotate(90deg) !important;
|
|
1064
|
-
width: 100vh !important;
|
|
1065
|
-
height: 100vw !important;
|
|
1066
|
-
overflow-x: hidden;
|
|
1067
|
-
position: absolute;
|
|
1068
|
-
top: 0;
|
|
1069
|
-
left: 100%;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
.display-panel-licencia {
|
|
1073
|
-
display: none !important;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
.container-g-licencia {
|
|
1077
|
-
width: 100%;
|
|
1078
|
-
}
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
@media (max-width: 440px) and (orientation: portrait) {
|
|
1082
|
-
.licencia {
|
|
1083
|
-
max-height: 300px
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
.fila-licencia img {
|
|
1087
|
-
max-height: 230px;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
.item-licencia img.qr-licencia {
|
|
1091
|
-
max-height: 220px;
|
|
1092
|
-
min-height: 210px;
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
@media (max-width: 420px) and (orientation: portrait) {
|
|
1097
|
-
.licencia {
|
|
1098
|
-
max-height: 350px
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
.fila-licencia img {
|
|
1102
|
-
max-height: 300px;
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
@media (max-width: 385px) and (orientation: portrait) {
|
|
1107
|
-
.licencia {
|
|
1108
|
-
max-height: 300px
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
.fila-licencia img {
|
|
1112
|
-
max-height: 220px;
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
@media (max-width: 991px) and (max-height: 991px) and (orientation: landscape) {
|
|
1117
|
-
.panel-licencia {
|
|
1118
|
-
width: 100vw !important;
|
|
1119
|
-
height: 100vh !important;
|
|
1120
|
-
overflow-x: hidden;
|
|
1121
|
-
position: absolute;
|
|
1122
|
-
top: 0;
|
|
1123
|
-
left: 0;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
.display-panel-licencia {
|
|
1127
|
-
display: none !important;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.container-g-licencia {
|
|
1131
|
-
width: 100%;
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
@media (min-width: 780px) and (max-width: 991px) and (max-height: 480px) and (orientation: landscape) {
|
|
1136
|
-
.licencia {
|
|
1137
|
-
max-height: 300px
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
.fila-licencia img {
|
|
1141
|
-
max-height: 220px;
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
.item-licencia img.qr-licencia {
|
|
1145
|
-
max-height: 220px;
|
|
1146
|
-
min-height: 210px;
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
@media (min-width: 780px) and (max-width: 991px) and (max-height: 360px) and (orientation: landscape) {
|
|
1151
|
-
.licencia {
|
|
1152
|
-
max-height: 250px
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
.fila-licencia img {
|
|
1156
|
-
max-height: 170px;
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
.item-licencia img.qr-licencia {
|
|
1160
|
-
max-height: 170px;
|
|
1161
|
-
min-height: 160px;
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
@media (max-width: 991px) and (max-height: 320px) and (orientation: landscape) {
|
|
1166
|
-
.item-licencia img.qr-licencia {
|
|
1167
|
-
max-height: 200px;
|
|
1168
|
-
min-height: 190px;
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
@media (max-width: 991px) and (max-height: 450px) and (orientation: landscape) {
|
|
1173
|
-
.licencia {
|
|
1174
|
-
max-height: 350px
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
.fila-licencia img {
|
|
1178
|
-
max-height: 300px;
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
.item-licencia img.qr-licencia {
|
|
1182
|
-
max-height: 220px;
|
|
1183
|
-
min-height: 210px;
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
@media (max-width: 991px) and (max-height: 420px) and (orientation: landscape) {
|
|
1188
|
-
.fila-licencia>div img {
|
|
1189
|
-
max-height: 250px;
|
|
1190
|
-
}
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
@media (max-width: 991px) and (max-height: 380px) and (orientation: landscape) {
|
|
1194
|
-
.fila-licencia>div img {
|
|
1195
|
-
max-height: 200px;
|
|
1196
|
-
}
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
.qrlarge {
|
|
1200
|
-
opacity: 0.3;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
/***----------------------FOOTER Y HEADER---------------------------------***/
|
|
1204
|
-
.main-footer {
|
|
1205
|
-
padding: 28px 0 15px 0;
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
.footer {
|
|
1209
|
-
display: flex;
|
|
1210
|
-
width: 100%;
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
.footer .col-sm-2 {
|
|
1214
|
-
min-width: 260px;
|
|
1215
|
-
max-width: 500px;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
.footer .first-footer-item {
|
|
1219
|
-
margin-right: auto;
|
|
1220
|
-
margin-top: 9px;
|
|
1221
|
-
min-width: 250px;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
@media(min-width: 1366px) {
|
|
1225
|
-
.footer .col-sm-2 {
|
|
1226
|
-
max-width: 300px;
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
@media(max-width: 768px) {
|
|
1231
|
-
.footer {
|
|
1232
|
-
display: block;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
.footer .col-sm-2:nth-child(2) {
|
|
1236
|
-
margin-top: 30px;
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
@media (max-width: 420px) {
|
|
1241
|
-
.navbar .container .navbar-header .navbar-brand {
|
|
1242
|
-
padding: 14px 0 14px !important;
|
|
1243
|
-
width: 160px !important;
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
/******STATE LOADING*********/
|
|
1248
|
-
.state-loading:before, .icon-load.progress-disabled:before {
|
|
1249
|
-
border-color: #0072BB #F2F3F4 #F2F3F4 !important;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
/***************switches**********************/
|
|
1253
|
-
.switch {
|
|
1254
|
-
display: inline-block;
|
|
1255
|
-
width: 70px;
|
|
1256
|
-
height: 31px;
|
|
1257
|
-
margin: 8px;
|
|
1258
|
-
/* transform: translateY(50%); */
|
|
1259
|
-
position: relative;
|
|
1260
|
-
margin-top: 6px;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
.slider {
|
|
1264
|
-
position: absolute;
|
|
1265
|
-
top: 0;
|
|
1266
|
-
bottom: 0;
|
|
1267
|
-
left: 0;
|
|
1268
|
-
right: 0;
|
|
1269
|
-
border-radius: 30px;
|
|
1270
|
-
box-shadow: 0 0 0 2px #777, 0 0 4px #777;
|
|
1271
|
-
background-color: #777;
|
|
1272
|
-
cursor: pointer;
|
|
1273
|
-
border: 4px solid transparent;
|
|
1274
|
-
overflow: hidden;
|
|
1275
|
-
transition: .4s;
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.slider:before {
|
|
1279
|
-
position: absolute;
|
|
1280
|
-
content: "";
|
|
1281
|
-
width: 70%;
|
|
1282
|
-
height: 100%;
|
|
1283
|
-
background: #fff;
|
|
1284
|
-
border-radius: 30px;
|
|
1285
|
-
transform: translateX(-20px);
|
|
1286
|
-
transition: .4s;
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
.slider span {
|
|
1290
|
-
padding-left: 8px;
|
|
1291
|
-
color: #fff;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
input:checked+.slider span:nth-child(2) {
|
|
1295
|
-
visibility: hidden;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
input:checked+.slider:before {
|
|
1299
|
-
transform: translateX(40px);
|
|
1300
|
-
background-color: #fff;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
input:checked+.slider {
|
|
1304
|
-
box-shadow: 0 0 0 2px #0072bb, 0 0 2px #0072bb;
|
|
1305
|
-
background-color: #0072bb;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
/*****login ID****/
|
|
1309
|
-
.login-container {
|
|
1310
|
-
display: flex;
|
|
1311
|
-
flex-direction: column;
|
|
1312
|
-
height: 100%;
|
|
1313
|
-
min-height: 100%;
|
|
1314
|
-
position: relative;
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
.input-icon {
|
|
1318
|
-
float: right;
|
|
1319
|
-
margin-right: 8px;
|
|
1320
|
-
margin-top: -30px;
|
|
1321
|
-
position: relative;
|
|
1322
|
-
z-index: 2;
|
|
1323
|
-
color: #c5c2c2;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
/*toggle dni*/
|
|
1327
|
-
/*.login-container{
|
|
1328
|
-
height: calc(95vh - 195px);
|
|
1329
|
-
display: flex;
|
|
1330
|
-
flex-direction: column;
|
|
1331
|
-
width: 100%;
|
|
1332
|
-
min-height: 900px;
|
|
1333
|
-
position: relative;
|
|
1334
|
-
|
|
1335
|
-
}
|
|
1336
|
-
.login-container section:first-child{
|
|
1337
|
-
background: #F2F3F4;
|
|
1338
|
-
width: 100%;
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
.login-container section:nth-child(2){
|
|
1342
|
-
width: 100%;
|
|
1343
|
-
min-height: 250px;
|
|
1344
|
-
background-color: #E5EAEB !important;
|
|
1345
|
-
margin-top: auto;
|
|
1346
|
-
}*/
|
|
1347
|
-
.body-login {
|
|
1348
|
-
background-color: #FFFFFF !important;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
.login-container {
|
|
1352
|
-
display: flex;
|
|
1353
|
-
flex-direction: column;
|
|
1354
|
-
width: 100%;
|
|
1355
|
-
background: #F2F3F4;
|
|
1356
|
-
position: relative;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
.login-container section:first-child {
|
|
1360
|
-
background: #F2F3F4;
|
|
1361
|
-
width: 100%;
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
.login-container section:nth-child(2) {
|
|
1365
|
-
width: 100%;
|
|
1366
|
-
background-color: #E5EAEB !important;
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
a#eye-password {
|
|
1370
|
-
text-decoration: none;
|
|
1371
|
-
}
|
|
1372
|
-
a#eye-password{
|
|
1373
|
-
text-decoration: none;
|
|
1374
|
-
}
|
|
1375
|
-
.content-dni-tramite {
|
|
1376
|
-
position: absolute !important;
|
|
1377
|
-
max-width: 400px !important;
|
|
1378
|
-
z-index: 2;
|
|
1379
|
-
border: 1px solid rgba(0, 0, 0, .2);
|
|
1380
|
-
border-radius: 6px;
|
|
1381
|
-
padding: 10px 20px 20px 20px;
|
|
1382
|
-
top: -300px;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.arrow-tramite {
|
|
1386
|
-
border-bottom: 0 solid rgba(0, 0, 0, 0);
|
|
1387
|
-
border-left: 11px solid rgba(0, 0, 0, 0);
|
|
1388
|
-
border-right: 11px solid rgba(0, 0, 0, 0);
|
|
1389
|
-
border-top: 11px solid rgba(0, 0, 0, 0.25);
|
|
1390
|
-
bottom: -11px;
|
|
1391
|
-
height: 11px;
|
|
1392
|
-
left: 199px;
|
|
1393
|
-
margin-left: -11px;
|
|
1394
|
-
position: absolute;
|
|
1395
|
-
width: 22px;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
.arrow-tramite:after {
|
|
1399
|
-
content: " ";
|
|
1400
|
-
border-width: 10px;
|
|
1401
|
-
box-sizing: border-box;
|
|
1402
|
-
position: absolute;
|
|
1403
|
-
display: block;
|
|
1404
|
-
width: 0;
|
|
1405
|
-
height: 0;
|
|
1406
|
-
border-color: transparent;
|
|
1407
|
-
border-style: solid;
|
|
1408
|
-
bottom: 1px;
|
|
1409
|
-
margin-left: -10px;
|
|
1410
|
-
border-top-color: #fff;
|
|
1411
|
-
border-bottom-width: 0;
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
ul.data li {
|
|
1415
|
-
padding-bottom: 20px;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.title-login {
|
|
1419
|
-
margin-top: 40px !important;
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
.container-id {
|
|
1423
|
-
background: #F2F3F4;
|
|
1424
|
-
padding-top: 20px;
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
.container-id .media .media-body {
|
|
1428
|
-
vertical-align: middle;
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
@media (max-width: 767px) {
|
|
1432
|
-
.brand-id {
|
|
1433
|
-
padding-left: 0px !important;
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
/*Credencial CUD*/
|
|
1438
|
-
.fila-licencia canvas {
|
|
1439
|
-
max-height: 271px;
|
|
1440
|
-
display: block;
|
|
1441
|
-
margin-right: auto;
|
|
1442
|
-
margin-left: auto;
|
|
1443
|
-
}
|
|
1444
|
-
.dashboard ol{
|
|
1445
|
-
padding: 30px;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
.dashboard ol {
|
|
1449
|
-
padding: 30px;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
@media(max-width: 1199px) and (min-width: 768px) {
|
|
1453
|
-
.fila-licencia canvas {
|
|
1454
|
-
max-width: 330px;
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
@media (min-width: 1199px) {
|
|
1459
|
-
.qrsmall {
|
|
1460
|
-
float: right;
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
@media (min-width: 991px) and (max-width: 1199px) {
|
|
1465
|
-
.qrsmall {
|
|
1466
|
-
float: left;
|
|
1467
|
-
padding-right: 10px;
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
|
|
1471
|
-
@media (min-width: 68px) and (max-width: 990px) {
|
|
1472
|
-
.qrsmall {
|
|
1473
|
-
float: left;
|
|
1474
|
-
margin-top: 20px;
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
/*id paso de validación verificado*/
|
|
1481
|
-
#idVerificado {
|
|
1482
|
-
visibility: hidden;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
.fa-validador-check, .fa-validador-nocheck {
|
|
1486
|
-
z-index: 1;
|
|
1487
|
-
position: absolute;
|
|
1488
|
-
margin-top: -5px;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
.fa-validador-nocheck {
|
|
1492
|
-
margin-left: -20px;
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
|
-
.fa-validador-check {
|
|
1496
|
-
margin-left: -18px;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
#verificado span {
|
|
1500
|
-
margin-left: 20px;
|
|
1501
|
-
margin-top: 5px;
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
/* steps */
|
|
1505
|
-
.wizard-head .nav-tabs {
|
|
1506
|
-
position: relative;
|
|
1507
|
-
margin-bottom: 0;
|
|
1508
|
-
border: none;
|
|
1509
|
-
display: flex;
|
|
1510
|
-
justify-content: space-between
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
.wizard-head {
|
|
1514
|
-
position: relative;
|
|
1515
|
-
padding: 14px 0;
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
div.wizard-inner {
|
|
1519
|
-
position: relative;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
.tab-content {
|
|
1523
|
-
position: relative;
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
.wizard-head .connecting-line {
|
|
1527
|
-
height: 2px;
|
|
1528
|
-
background: #e0e0e0;
|
|
1529
|
-
position: absolute;
|
|
1530
|
-
width: 100%;
|
|
1531
|
-
margin: 0 auto;
|
|
1532
|
-
left: 0;
|
|
1533
|
-
right: 0;
|
|
1534
|
-
top: 50%;
|
|
1535
|
-
z-index: 1;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
.wizard-head .nav-tabs>li {
|
|
1539
|
-
float: none;
|
|
1540
|
-
position: relative;
|
|
1541
|
-
z-index: 2;
|
|
1542
|
-
background: #fff;
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
.wizard-head .nav-tabs>li>a {
|
|
1546
|
-
display: flex;
|
|
1547
|
-
padding: 0 8px;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
.wizard-head .nav-tabs>li.active>a, .wizard-head .nav-tabs>li.active>a:hover, .wizard-head .nav-tabs>li.active>a:focus {
|
|
1551
|
-
color: #555555;
|
|
1552
|
-
cursor: default;
|
|
1553
|
-
border: 0;
|
|
1554
|
-
border-bottom-color: transparent;
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
span.round-tab {
|
|
1558
|
-
width: 24px;
|
|
1559
|
-
height: 24px;
|
|
1560
|
-
line-height: 24px;
|
|
1561
|
-
display: inline-block;
|
|
1562
|
-
border-radius: 100px;
|
|
1563
|
-
background: #0F73B9;
|
|
1564
|
-
z-index: 2;
|
|
1565
|
-
position: relative;
|
|
1566
|
-
text-align: center;
|
|
1567
|
-
font-size: 14px;
|
|
1568
|
-
color: #fff;
|
|
1569
|
-
flex: 0 0 24px;
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
|
-
span.round-tab i,
|
|
1573
|
-
span.round-tab span {
|
|
1574
|
-
color: #fff;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
span.round-tab i {
|
|
1578
|
-
display: none;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
.check span.round-tab i {
|
|
1582
|
-
display: inline-block;
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
.check .stepnumber {
|
|
1586
|
-
display: none;
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
.wizard-head li a h5 {
|
|
1590
|
-
color: #333333;
|
|
1591
|
-
margin: 3px 8px 0;
|
|
1592
|
-
font-size: 14px;
|
|
1593
|
-
word-break: keep-all;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
.wizard-head li.disabled a h5 {
|
|
1597
|
-
color: #BCBCBC;
|
|
1598
|
-
word-break: keep-all;
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
.wizard-head li.active span.round-tab {
|
|
1602
|
-
box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
.wizard-head li.disabled span.round-tab {
|
|
1606
|
-
background: #BCBCBC;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
.wizard-head li.disabled span.round-tab i {
|
|
1610
|
-
color: #BCBCBC;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
span.round-tab:hover {
|
|
1614
|
-
box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
.wizard-head .nav-tabs:before,
|
|
1618
|
-
.wizard-head .nav-tabs:after {
|
|
1619
|
-
display: none !important;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
.wizard-head .nav-tabs>li a {
|
|
1623
|
-
padding: 0;
|
|
1624
|
-
margin: 0;
|
|
1625
|
-
border: none;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
.wizard-head .nav-tabs>li a:hover {
|
|
1629
|
-
background: transparent;
|
|
1630
|
-
border-color: transparent;
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
.tab-pane {
|
|
1634
|
-
position: relative;
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
@media(max-width : 768px) {
|
|
1638
|
-
.wizard-head li a h5 {
|
|
1639
|
-
display: none;
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
/* fin steps */
|
|
1644
|
-
/*Hide spiner (input number*/
|
|
1645
|
-
input::-webkit-outer-spin-button,
|
|
1646
|
-
input::-webkit-inner-spin-button {
|
|
1647
|
-
/* display: none; <- Crashes Chrome on hover */
|
|
1648
|
-
-webkit-appearance: none;
|
|
1649
|
-
margin: 0;
|
|
1650
|
-
/* <-- Apparently some margin are still there even though it's hidden */
|
|
1651
|
-
}
|
|
1652
|
-
|
|
1653
|
-
input[type=number] {
|
|
1654
|
-
-moz-appearance: textfield;
|
|
1655
|
-
/* Firefox */
|
|
1656
|
-
}
|
|
1
|
+
h1{font-size:22px}h2{font-size:18px}form h3{font-size:1.6em !important}@media(min-width: 991px){h1{font-size:2em}h2{font-size:1.8em}}.main{margin-bottom:30px}.alert .btn{margin-top:15px}.salud-img img{width:130px;float:right}.align-right{float:right}.no-underline{text-decoration:none !important}.gral-container{margin-top:15px}@media(min-width: 767px)and (max-width: 900px){#main-content{max-width:450px}}@media(max-width: 768px){.dashboard{min-height:calc(100vh - 320px);position:relative}.main-footer{position:inherit}}.panels-row-miargentina .panel-credenciales{margin-bottom:0px}.panels-row-miargentina .panel-body{flex-grow:1}.panel-body .list-group{box-shadow:0 0 0 rgba(0,0,0,.2)}.no-border-shadow{border:none !important;box-shadow:none !important}.no-border-list-item{border-bottom:0px}.d-inline-block{display:inline-block}.d-inline{display:inline}.panel-border-none{border:1px solid #dee2e6}.panel-heading-title{width:calc(100% - 30px);float:left}.alert .btn-close{margin-top:-7px}a.btn-collapse i{margin-top:12px;transition:transform .3s;-moz-transition:transform .3s;-webkit-transition:transform .3s}a.btn-collapse i.collapseGira{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.btn-volver{padding-right:0;margin-top:5px;max-width:120px}.btn-volver a{margin-top:0 !important}.panels-row-miargentina .panel-default{width:100%}.panels-row-miargentina .panel-default>.panel-heading,.panels-row-miargentina .panel-default fieldset legend .panel-heading{min-height:0 !important;background-color:rgba(0,0,0,0);border-bottom:1px solid #ccc;color:#333}.panels-row-miargentina .media-left{padding-right:20px}.panels-row-miargentina .panel-nolink{border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.panels-row-miargentina .panel h2{font-size:1.4em !important;margin-bottom:8px !important;font-weight:600 !important}.panels-row-miargentina .panel .item-panel{font-weight:600 !important;display:block !important}.panels-row-miargentina .panel.panel-default,.panels-row-miargentina .list-group{box-shadow:none !important}.credential-danger-state{border:1px #ccc solid;padding:40px 20px}.credential-danger-state p.text-danger{font-size:30px !important;text-transform:uppercase;font-weight:500}.panels-row-miargentina .panel h3{font-size:1.2em}.panels-row-miargentina .list-group-item{padding:10px 25px;color:#333}.panels-row-miargentina .panel-content-padding{padding:10px 15px}.panels-row-miargentina .panel-body .table{margin-bottom:0}.panels-row-miargentina .panel-table td{padding-bottom:10px !important;padding-top:10px !important}.panels-row-miargentina .list-group{margin-bottom:0 !important;margin-top:-10px;margin-right:-20px;margin-left:-20px}.state-loading>.panel-body,.panel-body .state-loading{min-height:70px}.state-loading:after,.icon-load.progress-disabled:after{border-radius:0 !important}.btn-close i{cursor:pointer}.panel-activar-cuenta{max-width:800px}.panel-footer .pagination{margin:10px}.panels-row-miargentina>div .panel-default{display:flex;flex-direction:column}.panels-row-miargentina .panel-footer{margin-top:auto}.panels-row-miargentina>div{margin-bottom:20px}.panels-row-miargentina button.panel:hover,.panels-row-miargentina button.panel:focus{background:#0072bb;color:#fff}.panels-row-miargentina .btn-mt{margin-top:15px}.panels-row-miargentina .panel-heading .media-left{vertical-align:middle}.row-panel-title-detalle{margin-left:-20px;margin-right:-20px;margin-top:-15px}.row-panel-title-detalle>div p{line-height:3}.panels-row-miargentina form h3{margin-bottom:15px}.panels-row-miargentina .help-block{margin-bottom:20px}.panel-border-none .panel-heading{border:none !important}.panel-content-bottom{margin-top:auto;border-top:1px solid #ddd;padding:15px 20px}@media(min-width: 991px){.panel-table tr:first-child>td{border-top:0}}@media(max-width: 992px){.panel-table tr td:first-child{font-weight:bolder}.panel-table tr td:last-child{border-bottom:1px solid #ddd !important;margin-bottom:10px;padding-bottom:20px !important}.panel-table tr td,.panel-table tr:last-child td:last-child{border:0 !important;padding-bottom:0 !important}.panel-table td{display:block;width:100%}}@media(max-width: 768px){.panels-row-miargentina{display:block}}.content-popup{position:initial;max-width:400px !important;z-index:2;border:1px solid rgba(0,0,0,.2);border-radius:6px;padding:10px 20px 20px 20px;margin:15px 0}.arrow-popup{border-bottom:0 solid rgba(0,0,0,0);border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);border-top:11px solid rgba(0,0,0,.25);bottom:37px;height:11px;left:199px;margin-left:-11px;position:absolute;width:22px}.arrow-popup:after{content:" ";border-width:10px;box-sizing:border-box;position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid;bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.panels-row-miargentina-credenciales>div{display:flex}.panels-row-miargentina-credenciales .collapse.in{display:flex;flex-direction:column;flex:1 1 auto;transition:all .1s}.panels-row-miargentina-credenciales .panel{margin-bottom:0px}.panels-row-miargentina-credenciales .collapsing,.panels-row-miargentina-credenciales .collapse{transition:height .5s linear}.panels-row-miargentina-credenciales .panel-heading .media-left img{width:50px}.panels-row-miargentina-credenciales .panel-body img.qr{max-width:150px}.panels-row-miargentina-credenciales .panel-heading h2,.panels-row-miargentina-credenciales .panel-heading h2:hover{color:#333}.panels-row-miargentina-credenciales .panel-heading i,.panels-row-miargentina-credenciales .panel-heading i:hover{color:#0072bb}.panels-row-miargentina-credenciales .panel-body img.logo{width:60px}.panels-row-miargentina-credenciales .panel-footer .btn-footer-container{max-width:320px}@media(max-width: 1590px)and (min-width: 1199px){.panels-row-miargentina-credenciales .panel-body .credencial-txt .col-xs-6{width:100%}}.max-w-img{max-width:350px}.brand-icon{width:300px}.fa-05x{font-size:.6em}.icon-init{font-size:21px}.icon-header{color:#cacbc5}.navbar-left-mobile{margin-left:0 !important}.navbar-left-mobile button{border-color:#fff;margin-left:0;background-color:#fff}.navbar-left-mobile,.navbar-left-mobile ul li{float:left}.navbar-right-header{float:right}.nav-header-dashboard{box-shadow:none;border-bottom:2px #dee2e6 solid}.nav-header-dashboard .dropdown-micuenta li:first-child{margin-top:10px}.nav-header-dashboard .navbar-left-mobile li:first-child{margin-top:-10px}.dashboard-sidebar .panel-sidebar{border:0;margin-bottom:0;border-radius:4px;box-shadow:0 2px 2px rgba(0,0,0,.16) !important}.navbar ul li .dropdown-micuenta,.nav .open>a,.navbar ul li .dropdown-notificaciones{background-color:#fff !important}.navbar-right .dropdown-micuenta{right:3px;width:275px;left:initial}.navbar-right-mobile{margin-right:0;margin-top:22px}.navbar-right-mobile button.sr-only{width:274px;height:50px}.navbar-right-mobile button{background:none}.navbar .open>.dropdown-menu{border:1px #dbdbdb solid}.dashboard-sidebar{height:85vh;width:100%;max-width:260px;min-height:100%;background-color:#fff;display:block;margin-bottom:0 !important}.dashboard-sidebar ul li>a:hover{background:#f4f4f4 !important}.dashboard-sidebar ul li>a:active{background:#f2f3f4 !important}.dashboard-sidebar ul li>a:hover,.dashboard-sidebar ul li>a:active,.dashboard-sidebar ul li>a.active{border-radius:0 !important}.dashboard-sidebar ul li.active>a{border-left:5px solid #0072bb;background-color:#f2f3f4 !important;border-radius:0}.dashboard-sidebar ul li.active>a,.dashboard-sidebar ul li.active>a i{color:#0072bb !important;background-color:#f2f3f4 !important}.dashboard-sidebar ul li.active>a .media{margin-left:-7px}.dashboard-sidebar i{text-align:center;width:35px;display:inline-block !important;color:#cacbc5}.dashboard-sidebar .media-body{vertical-align:middle}.dropdown-micuenta,.dropdown-notificaciones{top:50px}.dropdown-micuenta ul,.dropdown-notificaciones ul{padding-left:0}.dropdown-micuenta li small,.dropdown-micuenta li p,.dropdown-notificaciones li h3,.dropdown-notificaciones li h3{padding:12px 15px 0 15px;margin-bottom:0}.dropdown-micuenta li p{font-size:16px}.dropdown-micuenta li small{font-size:14px}.dropdown-micuenta hr,.dropdown-notificaciones hr{margin:20px 10px 15px 10px}.dropdown-micuenta li,.dropdown-notificaciones li{list-style-type:none}.dropdown-micuenta a,.dropdown-notificaciones a{border-bottom:0 !important}.dropdown-micuenta li a,.dropdown-notificaciones li a{border-left:4px rgba(0,0,0,0) solid !important;color:#000 !important}.dropdown-micuenta li a:hover,.dropdown-notificaciones li a:hover{background-color:#f2f3f4 !important;border-left:4px #0072bb solid !important}.page-sidebar .nav-pills li>a:visited{color:#333}.dropdown-micuenta .media,.dropdown-notificaciones .media{width:240px}.navbar-right .dropdown-notificaciones{right:175px}.nav-dashboard>li{float:left !important}.nav-dashboard li img{width:50%;min-width:80px;margin:auto}.sidebar{min-height:720px;max-width:290px;min-width:280px;padding-left:0}.sidebar nav{width:100%}.dashboard{display:flex}@media(max-width: 1200px){.salud-title{min-width:100%}.salud-img img{float:left}}@media(max-width: 767px){.nav-dashboard{position:absolute;top:130px;z-index:1;background-color:#f2f3f4}}@media(max-width: 360px){.panels-row-miargentina-cud label{max-width:250px}}.menutoggle{display:none}@media(max-width: 767px){.menutoggle{display:block}.brand-container{width:180px}.brand-icon{width:116px;margin-top:8px}.navbar-header .nav{margin-left:-8px !important}.sidebar{padding:0;width:100%;max-width:100% !important}.dashboard-sidebar{background-color:#f2f3f4;margin:auto;max-width:100% !important;height:auto}.dashboard-sidebar ul{padding:0 15px 30px 15px !important;position:initial;top:70px}.forMenuMobile>section{position:absolute;z-index:-1}.dashboard{display:block}.nav-dashboard li{margin-top:0 !important}.nav-dashboard li a,.nav-dashboard h1{padding:5px !important}.nav-dashboard>li>a:hover{background-color:initial !important}.nav-dashboard li a p{font-size:.8em}.dropdown-micuenta .media-body{display:table-cell}.notificaciones{margin-right:15px}.dropdown-notificaciones{float:right;left:initial;right:60px !important;max-width:350px}.dashboard-sidebar ul li.active>a{border:0;margin-left:0;background-color:#f2f3f4}}@media(max-width: 767px)and (max-height: 800px){.navbar-right .dropdown-micuenta{position:absolute;width:100%;left:0;height:100vh}}@media(max-width: 560px){.dashboard-sidebar p{font-size:.8em}.sidebar{max-width:100% !important}.dashboard-sidebar{width:100%;max-width:100% !important}}@media(max-width: 358px){.nav-dashboard li{width:100%}}@media(max-width: 768px){.forMenuMobile{position:relative;top:0;bottom:0;overflow:hidden}}.loading{margin-top:28%}@media(orientation: portrait){.loading{margin-top:60%}}@media(max-width: 768px)and (orientation: portrait){.loading{margin-top:50%}}@media(orientation: landscape){.loading{margin-top:15%}}.vertical-center-modal{width:700px;position:relative;height:100%}.modal-content-onboarding{width:100%;margin:0;position:absolute;top:42%;-ms-transform:translateY(-50%);transform:translateY(-42%)}.onboarding-content{width:90%;margin:auto auto 90px;height:400px}.onboarding-img{width:270px;margin:auto}.onboarding-img img{margin-top:10%;width:100%;max-width:300px}.onboarding-control{background:rgba(0,0,0,0) !important}.carousel-indicators-onboarding li{width:14px;height:14px}.carousel-indicators-onboarding li.active{width:16px;height:16px;border:1px solid #e5e8eb}.carousel-indicators-onboarding li{border:2px solid #e5e8eb}.carousel-indicators-onboarding li.active{background-color:#0072bb}@media(max-height: 960px){.onboarding-img img{max-width:250px}}@media(max-height: 860px){.onboarding-img img{margin-top:4%}}@media(max-width: 960px){.vertical-center-modal{max-width:550px}.onboarding-control .glyphicon-chevron-left{margin-left:0}.onboarding-control .glyphicon-chevron-right{margin-right:0}}@media(max-width: 570px){.vertical-center-modal{max-width:400px}.onboarding-content{max-height:350px;width:70%}.onboarding-content p:last-child{padding-top:15px !important}.onboarding-img{margin-top:30px;width:150px}.onboarding-img img{width:100%}}@media(max-width: 390px){.vertical-center-modal{max-width:90%}.onboarding-content{max-height:380px;width:70%}}@media(max-height: 640px){.onboarding-img img{max-width:220px}.onboarding-img{margin-top:20px}.onboarding-content{width:80%;margin-bottom:40px;height:350px}.onboarding-content h2{font-size:18px}.onboarding-content p{font-size:15px}.onboarding-control{width:8%}}@media(max-height: 640px)and (max-width: 390px){.carousel-indicators-onboarding{display:none}}@media(max-height: 450px){.modal-content-onboarding{height:98%}.carousel-content-onboarding{height:100% !important}.onboarding-img img{margin-top:0;max-width:180px}.onboarding-content{height:280px}}@media(max-height: 350px)and (min-width: 391px){.onboarding-img img{max-width:130px}}@media(max-height: 450px)and (max-width: 390px){.onboarding-img img{max-width:100px}.vertical-center-modal{width:100%;max-width:100%}}@media(max-height: 300px)and (max-width: 650px){.onboarding-img img{max-width:80px}}@media(max-height: 390px){.carousel-indicators-onboarding{display:none}}.container-licencia{padding-top:10%;background-image:none !important}.control-licencia span,.control-licencia:hover span,.control-licencia:active span,.control-licencia:visited span{background-image:none !important;color:#464646}.control-licencia{background-image:none !important;width:6% !important}.licencia{width:85%;margin:auto}.panels-row-licencia{align-items:center;justify-content:center}.panel-licencia,.display-panel-licencia{display:block}.panel .panel-body p:last-of-type{margin-bottom:10px !important}.licencia-volver-lg{margin-top:6px !important;margin-right:10px}.item-licencia img.qr-licencia{width:auto;max-height:330px;min-height:320px}.panel-licencia{margin-bottom:0 !important}.fila-licencia>div img{max-width:100%}.licencia-txt{font-size:calc(14px + 12*(100vw - 300px)/1300)}@media(max-width: 991px)and (max-height: 991px){.display-panel-licencia{display:none !important}.container-g-licencia{width:100%}}@media(max-width: 767px){.panels-row-licencia{margin-top:-15px !important}}@media(max-width: 767px)and (orientation: portrait){.panel-licencia{transform-origin:left top;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg) !important;width:100vh !important;height:100vw !important;overflow-x:hidden;position:absolute;top:0;left:100%}.display-panel-licencia{display:none !important}.container-g-licencia{width:100%}}@media(max-width: 440px)and (orientation: portrait){.licencia{max-height:300px}.fila-licencia img{max-height:230px}.item-licencia img.qr-licencia{max-height:220px;min-height:210px}}@media(max-width: 420px)and (orientation: portrait){.licencia{max-height:350px}.fila-licencia img{max-height:300px}}@media(max-width: 385px)and (orientation: portrait){.licencia{max-height:300px}.fila-licencia img{max-height:220px}}@media(max-width: 991px)and (max-height: 991px)and (orientation: landscape){.panel-licencia{width:100vw !important;height:100vh !important;overflow-x:hidden;position:absolute;top:0;left:0}.display-panel-licencia{display:none !important}.container-g-licencia{width:100%}}@media(min-width: 780px)and (max-width: 991px)and (max-height: 480px)and (orientation: landscape){.licencia{max-height:300px}.fila-licencia img{max-height:220px}.item-licencia img.qr-licencia{max-height:220px;min-height:210px}}@media(min-width: 780px)and (max-width: 991px)and (max-height: 360px)and (orientation: landscape){.licencia{max-height:250px}.fila-licencia img{max-height:170px}.item-licencia img.qr-licencia{max-height:170px;min-height:160px}}@media(max-width: 991px)and (max-height: 320px)and (orientation: landscape){.item-licencia img.qr-licencia{max-height:200px;min-height:190px}}@media(max-width: 991px)and (max-height: 450px)and (orientation: landscape){.licencia{max-height:350px}.fila-licencia img{max-height:300px}.item-licencia img.qr-licencia{max-height:220px;min-height:210px}}@media(max-width: 991px)and (max-height: 420px)and (orientation: landscape){.fila-licencia>div img{max-height:250px}}@media(max-width: 991px)and (max-height: 380px)and (orientation: landscape){.fila-licencia>div img{max-height:200px}}.qrlarge{opacity:.3}.main-footer{padding:28px 0 15px 0}.footer{display:flex;width:100%}.footer .col-sm-2{min-width:260px;max-width:500px}.footer .first-footer-item{margin-right:auto;margin-top:9px;min-width:250px}@media(min-width: 1366px){.footer .col-sm-2{max-width:300px}}@media(max-width: 768px){.footer{display:block}.footer .col-sm-2:nth-child(2){margin-top:30px}}@media(max-width: 420px){.navbar .container .navbar-header .navbar-brand{padding:14px 0 14px !important;width:160px !important}}.footer .first-footer-item{padding:.6rem}.state-loading:before,.icon-load.progress-disabled:before{border-color:#0072bb #f2f3f4 #f2f3f4 !important}.switch{display:inline-block;width:70px;height:31px;margin:8px;position:relative;margin-top:6px}.slider{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:30px;box-shadow:0 0 0 2px #777,0 0 4px #777;background-color:#777;cursor:pointer;border:4px solid rgba(0,0,0,0);overflow:hidden;transition:.4s}.slider:before{position:absolute;content:"";width:70%;height:100%;background:#fff;border-radius:30px;transform:translateX(-20px);transition:.4s}.slider span{padding-left:8px;color:#fff}input:checked+.slider span:nth-child(2){visibility:hidden}input:checked+.slider:before{transform:translateX(40px);background-color:#fff}input:checked+.slider{box-shadow:0 0 0 2px #0072bb,0 0 2px #0072bb;background-color:#0072bb}.login-container{display:flex;flex-direction:column;height:100%;min-height:100%;position:relative}.input-icon{float:right;margin-right:8px;margin-top:-30px;position:relative;z-index:2;color:#c5c2c2}.body-login{background-color:#fff !important}.login-container{display:flex;flex-direction:column;width:100%;background:#f2f3f4;position:relative}.login-container section:first-child{background:#f2f3f4;width:100%}.login-container section:nth-child(2){width:100%;background-color:#e5eaeb !important}a#eye-password{text-decoration:none}a#eye-password{text-decoration:none}.content-dni-tramite{position:absolute !important;max-width:400px !important;z-index:2;border:1px solid rgba(0,0,0,.2);border-radius:6px;padding:10px 20px 20px 20px;top:-300px}.arrow-tramite{border-bottom:0 solid rgba(0,0,0,0);border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);border-top:11px solid rgba(0,0,0,.25);bottom:-11px;height:11px;left:199px;margin-left:-11px;position:absolute;width:22px}.arrow-tramite:after{content:" ";border-width:10px;box-sizing:border-box;position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid;bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}ul.data li{padding-bottom:20px}.title-login{margin-top:40px !important}.container-id{background:#f2f3f4;padding-top:20px}.container-id .media .media-body{vertical-align:middle}@media(max-width: 767px){.brand-id{padding-left:0px !important}}.fila-licencia canvas{max-height:271px;display:block;margin-right:auto;margin-left:auto}.dashboard ol{padding:30px}.dashboard ol{padding:30px}@media(max-width: 1199px)and (min-width: 768px){.fila-licencia canvas{max-width:330px}}@media(min-width: 1199px){.qrsmall{float:right}}@media(min-width: 991px)and (max-width: 1199px){.qrsmall{float:left;padding-right:10px}}@media(min-width: 68px)and (max-width: 990px){.qrsmall{float:left;margin-top:20px}}#idVerificado{visibility:hidden}.fa-validador-check,.fa-validador-nocheck{z-index:1;position:absolute;margin-top:-5px}.fa-validador-nocheck{margin-left:-20px}.fa-validador-check{margin-left:-18px}#verificado span{margin-left:20px;margin-top:5px}.wizard-head .nav-tabs{position:relative;margin-bottom:0;border:none;display:flex;justify-content:space-between}.wizard-head{position:relative;padding:14px 0}div.wizard-inner{position:relative}.tab-content{position:relative}.wizard-head .connecting-line{height:2px;background:#e0e0e0;position:absolute;width:100%;margin:0 auto;left:0;right:0;top:50%;z-index:1}.wizard-head .nav-tabs>li{float:none;position:relative;z-index:2;background:#fff}.wizard-head .nav-tabs>li>a{display:flex;padding:0 8px}.wizard-head .nav-tabs>li.active>a,.wizard-head .nav-tabs>li.active>a:hover,.wizard-head .nav-tabs>li.active>a:focus{color:#555;cursor:default;border:0;border-bottom-color:rgba(0,0,0,0)}span.round-tab{width:24px;height:24px;line-height:24px;display:inline-block;border-radius:100px;background:#0f73b9;z-index:2;position:relative;text-align:center;font-size:14px;color:#fff;flex:0 0 24px}span.round-tab i,span.round-tab span{color:#fff}span.round-tab i{display:none}.check span.round-tab i{display:inline-block}.check .stepnumber{display:none}.wizard-head li a h5{color:#333;margin:3px 8px 0;font-size:14px;word-break:keep-all}.wizard-head li.disabled a h5{color:#bcbcbc;word-break:keep-all}.wizard-head li.active span.round-tab{box-shadow:0 4px 8px rgba(0,0,0,.4)}.wizard-head li.disabled span.round-tab{background:#bcbcbc}.wizard-head li.disabled span.round-tab i{color:#bcbcbc}span.round-tab:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}.wizard-head .nav-tabs:before,.wizard-head .nav-tabs:after{display:none !important}.wizard-head .nav-tabs>li a{padding:0;margin:0;border:none}.wizard-head .nav-tabs>li a:hover{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.tab-pane{position:relative}@media(max-width: 768px){.wizard-head li a h5{display:none}.btn-block-xs{width:100%;display:block}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.bypass-block-link{position:absolute;text-decoration:none;padding:.2em;z-index:10}.bypass-block-target:focus{outline:none}.bypass-block-target:focus:target,[tabindex="0"]:focus,[tabindex="1"]:focus,a:focus,button:focus,input:focus{outline:solid 2px orange}.ico-security{margin-top:4px}[data-toggle=collapse],label[for]{cursor:pointer}.section-main h2{font-size:1.3em}.search-group{position:relative;display:table;border-collapse:separate}.search-group-btn{position:relative;font-size:0;white-space:nowrap}.search-group .form-control:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.search-group .fa-search{line-height:1.42857143}.search-group.input-group .form-group{margin-top:0px !important}.flex-title{display:flex;align-items:flex-start}.flex-title .round-tab{margin-top:10px}.radio-box{position:relative}.radio-box input[type=radio]{position:absolute;top:9px;left:9px;cursor:pointer}.radio-box label{border:2px solid #dee2e6;border-radius:4px;padding:5px 5px 5px 27px;display:block;transition:border .3s;-moz-transition:border .3s;-webkit-transition:border .3s}.radio-box label:hover{border-color:#0072bb}input[type=radio]:checked+label{border-color:#0072bb}.flex-cont{display:flex;flex-wrap:wrap;margin-right:0px !important}.flex-cont [class^=col]{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.flex-cont .col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media(min-width: 992px){.flex-cont .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.flex-cont .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}}@media(min-width: 1200px){.flex-cont .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.flex-cont .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.flex-cont .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.input-group .form-group{margin-top:1px !important;margin-bottom:0px !important}.form-group .help-block{margin-top:0px !important;margin-bottom:0px !important}.formatHTML ul{padding-left:15px !important} .formatHTML p a{padding-left:15px !important}.fixed-top{position:fixed;top:0;width:100%;left:0;z-index:999}.panel-unstyled{border:none;box-shadow:none;border-radius:0}.radio-list{position:relative;margin-bottom:10px}.radio-list input{position:absolute;top:11px;left:12px}.radio-list label{display:block;border-radius:4px;padding:13px 10px 10px 35px}.radio-list label:hover,.radio-list input:checked+label{background-color:#f3faff;cursor:pointer}.markerCSS .leaflet-popup-content{width:400px}.markerCSS .leaflet-popup-tip-container{margin-left:-5px}.markerCSScluster{text-align:center;background-color:#0072bb;border-radius:100px;border:solid 5px #4994cb;line-height:10px}.textCluster{color:#fff;margin-top:13px}.leaflet-fade-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-zoom-animated{will-change:auto !important}.circle-number{display:inline-flex;background:#0072bb;color:#fff;padding:.6rem;border-radius:50%}section{padding-top:0;padding-bottom:0}section.row.well{padding-left:0;padding-right:0}.nav.navbar-nav.navbar-header a img{margin:0 auto;width:100%}@media screen and (min-width: 768px){.btn.btn-link.dropdown-toggle{font-size:16px;margin-right:16px}.btn.btn-link.dropdown-toggle span{margin-left:1rem}.dashboard-sidebar{max-width:290px !important}.dashboard-sidebar ul li.active>a{border-left:6px solid #0072bb !important}.footer .first-footer-item{padding:.6rem;text-align:right}}@media screen and (max-width: 490px){.navbar.navbar-top .navbar-nav>.btn{margin-top:0 !important}.btn.btn-link.dropdown-toggle{font-size:11px;margin-right:10px}header .btn{padding-left:10px;padding-right:10px}.nav .media .media-body{vertical-align:middle !important}}body.id-v5 h1{font-size:22px}body.id-v5 h2{font-size:18px}body.id-v5 p{font-size:16px}body.id-v5 .alert p{font-size:14px}body.id-v5 .help-block{font-size:14px}body.id-v5 hr{margin:20px 0}body.id-v5 .well{margin:0}body.id-v5 .navbar{min-height:auto;margin:0;border:0;text-align:center}body.id-v5 .navbar-nav{margin:20px 0;float:none !important}body.id-v5 .nav.navbar-nav img{width:90%}@media(max-width: 991px){body.id-v5 main{margin:0 -20px}body.id-v5 .logo-header-width,body.id-v5 .logo-footer-width{width:90%}}body.id-v5 .form-group{margin-bottom:20px}body.id-v5 .login-contrasena{font-size:12px;margin:10px 0;line-height:22px;margin-bottom:20px}body.id-v5 .float-right{float:right}body.id-v5 .float-left{float:left}body.id-v5 .label-tyc{font-size:14px;font-weight:bold;line-height:22px}body.id-v5 .circle-number{padding:8px 13px;width:35px;height:35px;margin:0 10px 20px 0;float:left}body.id-v5 .circle-heading{margin-top:7px}body.id-v5 .fa-check-circle{float:left;margin:0 5px 40px 0}body.id-v5 .help-block{margin-top:-5px !important;margin-bottom:10px !important}body.id-v5 label{margin-bottom:10px !important}.speaknone{speak:none}.logo-header-width{max-width:310px}.logo-footer-width{max-width:250px}
|