Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@charset "UTF-8";
2
 
3
:root {
4
    --primary-white: rgba(255, 255, 255, 0.9);
5
    --primary-white-hover: rgba(255, 255, 255, 0.04);
6
    --border-primary: #ffffff14;
7
    --primary-font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
8
}
9
 
10
h1,
11
h2,
12
h3,
13
h4,
14
h5,
15
h6,
16
span,
17
a,
60 ariadna 18
p ,
19
.comment-message .text,
403 ariadna 20
.comment-message .time
21
.container{
1 efrain 22
    font-family: var(--primary-font-family);
23
}
24
 
25
/* Nav */
26
.rui-topbar-wrapper {
27
    background: #fff;
28
    border-bottom: 1px solid #aeb3b8;
29
    box-shadow: 1px 1px 1px #ddd;
30
    padding: 5px;
31
    height: 55px;
32
 
33
}
34
 
35
/* Drawer */
36
 
37
@media (max-width: 767.98px) {
38
    .btn-drawer {
39
        left: 15px;
40
        top: 15px;
41
}
42
}
43
 
44
@media (min-width: 1100px){
45
.drawer-left, .drawer-right {
46
    height: calc(100% - 55px);
47
}
48
}
49
 
50
.drawer.drawer-left {
51
    background-color: #23292f;
52
    border-radius: 0;
53
    padding: 0;
54
    top: 55px;
55
}
56
 
57
.drawercontent {
58
    scrollbar-color: #757474 #fff;
59
    margin-right: 0;
60
    scrollbar-width: auto;
61
    padding: 0;
62
    height: calc(100% - 55px);
63
}
64
 
65
.courseindex .courseindex-item.pageitem {
66
    background: black;
67
    color: #fff;
68
    border-left: 5px solid #fff;
69
}
70
 
71
.h5p-iframe-wrapper iframe.h5p-iframe{
72
    max-height: 75vh;
73
    min-height: 400px;
74
}
75
 
76
html.h5p-iframe, html.h5p-iframe > body{
77
    height: fit-content;
78
}
79
 
80
.drawerheader {
81
    border-bottom: 1px solid var(--border-primary);
82
    padding: .9rem !important;
83
    display: flex;
84
    justify-content: space-between;
85
    align-items: center;
86
}
87
 
88
.drawerheadercontent {
89
    position: relative !important;
90
    top: 0 !important;
91
    left: 0 !important;
92
    display: flex;
93
    align-items: center;
94
    justify-content: center;
95
    gap: .5rem;
96
}
97
 
98
.drawer.drawer-left .drawertoggle {
99
    margin-left: auto;
100
    margin-right: 0;
101
    margin-top: 2px;
102
    margin-bottom: 2px;
103
}
104
 
105
.drawerheadercontent h5{
106
    margin-bottom: 0;
107
    font-size: 16px;
108
    font-weight: 600;
109
    color: #fff;
110
    margin-top: 5px;
111
}
112
 
113
.wrapper-fw {
114
    width: calc(100% - 1px);
115
    position: relative;
116
}
117
 
118
.courseindex .courseindex-item.pageitem:hover, .courseindex .courseindex-item.pageitem:focus {
119
    color: #fff;
120
    background: #000;
121
    border-left: 5px solid #fff;
122
}
123
 
124
.courseindex .courseindex-item.pageitem:hover .courseindex-link{
125
    color: #fff;
126
}
127
 
128
#page-mod-resource-view .wrapper-fw, #page-mod-hvp-view .wrapper-fw {
129
    width: 100%;
130
}
131
 
448 ariadna 132
#page-mod-resource-view .drawer-right .drawerheader , #page-mod-hvp-view .drawer-right .drawerheader  {
133
    display: none;
134
}
1 efrain 135
 
136
#page-mod-resource-view .drawer-right .drawercontent , #page-mod-hvp-view .drawer-right .drawercontent  {
137
    width: 100%;
138
}
139
 
140
#block-region-side-pre{
141
    justify-content: center;
142
}
143
 
144
.drawer-right .drawerheader .drawerheadercontent h5{
145
    display: none;
146
}
147
 
148
.courseindex .courseindex-section {
149
    border-radius: 0 !important;
150
    margin-left: 0 !important;
151
    margin-bottom: 0 !important;
152
}
153
 
154
.courseindex .courseindex-item.courseindex-section-title {
155
    flex-direction: row-reverse;
156
    justify-content: space-between;
157
    padding: 0.5rem 0;
158
    border-radius: 0 !important;
159
}
160
 
161
.courseindex .courseindex-section .courseindex-item.courseindex-section-title {
162
    border-bottom: 1px solid var(--border-primary) !important;
163
}
164
 
165
.courseindex .courseindex-item.courseindex-section-title a {
166
    color: var(--primary-white) !important;
167
    font-size: 14px !important;
168
    font-weight: 600;
169
    margin-left: 1rem;
170
}
171
 
172
.courseindex .courseindex-sectioncontent {
173
    padding: 0 !important;
174
}
175
 
176
.courseindex .courseindex-item.pageitem a {
177
    color: #fff;
178
}
179
 
180
 
181
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
182
    padding: 10.5px;
183
    padding-left: 16px;
184
    border-bottom: 1px solid var(--border-primary);
185
    border-radius: 0;
186
}
187
 
188
.courseindex .courseindex-item:hover span,
189
.courseindex .courseindex-item:hover .courseindex-link,
190
.courseindex .courseindex-item:hover .courseindex-chevron,
191
.courseindex .courseindex-item:focus span,
192
.courseindex .courseindex-item:focus .courseindex-link,
193
.courseindex .courseindex-item:focus .courseindex-chevron {
194
    color: var(--primary-white);
195
}
196
 
197
.courseindex .courseindex-item:hover>span:not(.icons-collapse-expand),
198
.courseindex .courseindex-item:hover>.courseindex-link,
199
.courseindex .courseindex-item:hover>.courseindex-chevron:not(.icons-collapse-expand),
200
.courseindex .courseindex-item:focus>span:not(.icons-collapse-expand),
201
.courseindex .courseindex-item:focus>.courseindex-link,
202
.courseindex .courseindex-item:focus>.courseindex-chevron:not(.icons-collapse-expand) {
203
    text-decoration: underline;
204
}
205
 
206
.courseindex .expanded-icon,
207
.courseindex .collapsed-icon {
208
    background-color: transparent !important;
209
}
210
 
211
.courseindex .expanded-icon .icon,
212
.courseindex .collapsed-icon .icon {
213
    font-size: 20px !important;
214
}
215
 
216
/* Drawer end */
217
 
218
#page-mod-resource-view .rui-main-content-title--h4, #page-mod-hvp-view .rui-main-content-title--h4 {
219
    font-size: 16px;
220
    color: #757474;
221
    font-weight: 600;
222
}
223
 
224
.page-header-content{
225
    margin: 11px 0;
80 ariadna 226
    margin-top: 35px !important;
1 efrain 227
}
228
 
229
#page-mod-resource-view .page-header-content, #page-mod-hvp-view .page-header-content {
230
    background-color: transparent;
231
    position: absolute;
232
    top: 0;
233
    left: 0;
234
    z-index: 100;
235
    margin: 10px 0 !important;
236
}
237
 
238
#page-mod-resource-view .page-header-content .page-context-header, #page-mod-hvp-view .page-header-content .page-context-header {
239
    padding: 0 1rem;
77 ariadna 240
    margin-top: 45px;
1 efrain 241
}
242
 
243
.courseindex .courseindex-item.courseindex-section-title a {
244
    color: var(--primary-white);
245
}
246
 
247
.courseindex .courseindex-item .courseindex-name,
248
.courseindex .courseindex-item .courseindex-link {
249
    color: var(--primary-white);
250
}
251
 
252
.courseindex .expanded-icon,
253
.courseindex .collapsed-icon {
254
    background-color: #595858;
255
    color: var(--primary-white);
256
}
257
 
258
 
259
.wrapper--with-margin {
260
    width: calc(100% - 40px);
261
}
262
 
263
.btn.btn-icon,
264
a.btn-icon {
265
    color: var(--primary-white);
266
    line-height: 10px;
267
    background: transparent;
268
    width: 32px;
269
    height: 32px;
270
    border-radius: 32px;
271
    box-shadow: inset 0 0 0 1px var(--primary-white);
272
    opacity: 1;
273
}
274
 
275
.btn.btn-icon:hover,
276
a.btn-icon:hover {
277
    box-shadow: inset 0 0 0 2px var(--primary-white);
278
    background-color: var(--primary-white-hover);
279
}
280
 
281
.drawer {
282
    padding: 1px 10px;
283
}
284
 
285
.btn-icon {
286
    min-width: auto;
287
    border: none;
288
}
289
 
290
.btn-icon svg {
291
    width: 20px;
292
    height: 20px;
293
}
294
 
295
.btn.btn-icon,
296
#page .hsuforum-tools a.btn-icon {
297
    height: 30px;
298
    width: 30px;
299
}
300
 
301
.drawerheadercontent {
302
    top: 15px;
303
    right: 15px;
304
}
305
 
306
.video-js {
307
    border-radius: 0px;
308
}
309
 
310
.mediaplugin.mediaplugin_videojs {
311
    margin: 0;
312
}
313
 
314
.path-mod-resource .resourcecontent {
315
    margin-top: 0;
316
}
317
 
318
.video-js.vjs-fluid {
319
    padding-top: 75vh !important;
320
}
321
 
322
.drawer.drawer-right {
323
    visibility: visible;
324
    width: 100%;
325
    display: flex;
326
    float: left;
327
    position: revert;
328
    top: 1px;
329
}
330
 
331
#page.drawers.show-drawer-right {
332
    padding-right: 0;
333
}
334
 
335
#block-region-side-pre {
336
    display: flex;
337
    width: 100%;
338
    gap: 12px;
339
}
340
 
341
.btn-group>.btn:last-child {
342
    border-top-right-radius: 0px;
343
    border-bottom-right-radius: 0px;
344
    height: 40px;
345
}
346
 
347
.btn-group>.btn:first-child {
348
    border-top-left-radius: 0px;
349
    border-bottom-left-radius: 0px;
350
}
351
 
352
.btn-primary, .mod_quiz-next-nav {
353
    background: transparent;
354
    color: #000;
355
    border-radius: 5px;
356
    border-color: #ddd;
357
    margin-top: 10%;
358
    height: 35px;
359
    margin-left: 5px;
360
    font-size: small;
361
}
362
 
363
.mb-2 a:hover{
364
    border: transparent;
365
    color: #000;
366
    background: #ddd;
367
}
368
 
369
.btn.btn-primary .mr-1:hover, .mod_quiz-next-nav:hover{
370
    border: transparent;
371
    color: #000;
372
    background: #ddd;
373
}
374
 
375
#blocks_buttons.btn-group .btn.nav-link {
376
    border: transparent;
377
    color: #212121;
378
    background: transparent;
379
    height: 40px;
380
}
381
 
382
#blocks_buttons.btn-group .btn.nav-link:hover,
383
#blocks_buttons.btn-group .btn.nav-link.active {
384
    background-color: #F5F5F5;
385
    color: #000;
386
}
387
 
388
#blocks_buttons.btn-group .btn.nav-link.active {
389
    border-bottom: 3px solid #000;
390
}
391
 
392
.card-header{
393
    border-bottom: 1px solid #ddd;
394
    padding: 0px;
395
    height: 46px;
396
}
397
 
398
.card-body {
399
    padding: 10px;
400
    margin-top: 5px;
401
}
402
 
403
#page-mod-resource-view .main-content, #page-mod-hvp-view .main-content {
404
    margin-bottom: 0 !important;
74 ariadna 405
    margin-top: 50px;
1 efrain 406
}
407
 
408
#page-mod-resource-view .card-header, #page-mod-hvp-view .card-header {
409
    padding: 0 !important;
410
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
411
}
412
 
413
.main-content {
414
    height: 65vh !important;
415
    overflow: auto;
416
    margin-bottom: 2px;
417
}
418
 
419
#page-mod-resource-view .main-content, #page-mod-hvp-view .main-content {
420
    height: 75vh !important;
421
}
422
 
423
.comment-list li{
424
    border: 1px solid #ddd;
425
    border-radius: 0px;
426
    padding: 20px;
427
}
428
 
429
.comment-message-meta a {
430
    color: #212121;
431
    font-size: 15px;
432
}
433
 
434
.comment-message .text {
435
    color: #000;
436
}
437
 
438
.drawer.drawer-right{
439
    padding: 0;
440
}
441
 
442
.drawer-right .drawercontent{
443
    height: fit-content;
444
    padding: 0;
445
    width: 100%;
446
}
447
 
448
.forum-post {
449
    border: 1px solid #ddd;
450
    border-radius: 10px;
451
    display: block;
452
    margin: auto;
453
    padding: 0;
454
    width: 60%;
455
}
456
 
457
.forum-post-header{
458
    padding: 12px;
459
    margin-bottom: 0;
460
}
461
 
462
.attachedimages, .post-content-container {
463
    padding: 0 12px;
464
}
465
 
466
.attachedimages img {
467
    display: block;
468
    margin: auto;
469
}
470
 
471
.rui-forum-edit-buttons {
472
    display: flex;
473
    gap: 5px;
474
    flex-wrap: wrap;
475
}
476
 
477
.post-actions{
478
    border-top: 1px solid #ddd;
479
    gap: 5px;
480
    padding-left: 0.5rem !important;
481
}
482
 
483
.path-mod-forum .indent{
484
    margin-left: 0;
485
}
486
 
487
@media (min-width: 768px){
488
    .forum-post-reply {
489
        margin-left: 5%;
490
        max-width: 90%;
491
    }
492
}
493
 
494
textarea.form-control {
495
    border-radius: 0px;
496
    border: 1px solid #000;
497
}
498
 
499
.rui-page-footer {
500
    display: none;
501
}
502
 
503
.rui-footer-block--3 {
504
    display: none;
505
}
506
 
507
@media (min-width: 768px){
508
#page-wrapper #page {
509
    padding-top: 55px;
510
    }
511
}
512
 
513
.btn-group .btn.active, .btn-group #page .hsuforum-tools a.active, #page .hsuforum-tools .btn-group a.active {
514
    background-color: #edeffa;
515
    color: #000;
516
    height: 40px;
517
}
518
 
519
.drawer-right .drawerheader{
520
    display: none;
521
}
522
 
523
.page-header-content {
524
    margin: 11px 0;
525
    position: relative;
526
    z-index: 1;
527
}
528
 
449 ariadna 529
.rui-main-content-title--h3{
530
    display: none;
531
}
1 efrain 532
 
533
.flex-wrap{
534
    padding-top: 2px;
535
}
536
 
537
.activityiconcontainer {
538
    margin-left: 5px;
83 ariadna 539
    display: none;
1 efrain 540
}
541
 
542
@media (min-width: 768px){
543
    .d-md-block {
544
        display: none !important;
545
    }
546
}
547
 
548
@media (min-width: 320px){
549
.form-inline .custom-select {
550
    margin-left: 5px;
551
    font-size: smaller;
552
    height: 35px;
553
    padding-top: 5px;
554
    padding-bottom: 5px;
555
    border-radius: 5px;
556
    margin-top: 15px;
557
}
558
}
559
 
560
.rui-title-container {
561
    margin-top: 0px;
562
    margin-bottom: 0px;
563
}
564
 
565
.form-inline input {
566
    height: 35px;
567
    padding-top: 5px;
568
    padding-bottom: 5px;
569
    border-radius: 5px;
570
}
571
 
572
.mb-4, .my-4 {
573
    margin-bottom: 0.5rem !important;
574
    height: 40px;
575
}
576
 
577
[data-action="forum-inpage-submit"] {
578
    position: relative;
579
    height: 35px;
580
}
581
 
582
.btn.dropdown-toggle, #page .hsuforum-tools a.dropdown-toggle {
583
    border: 0;
584
    border-radius: 5px;
585
    height: 35px;
586
    font-size: smaller;
587
    margin-right: 15px;
588
    margin-top: 7%;
589
}
590
 
591
.btn-secondary{
592
    border-radius: 5px;
593
    margin-top: 5px;
594
    margin-right: 12px;
595
}
596
 
597
 
598
 
599
@media (min-width: 768px) {
600
    .tertiary-navigation .navitem:not(:last-child), .tertiary-navigation .navitem-divider:not(:last-child) {
601
        margin-left: 10px;
602
        margin-top: 5px;
603
    }
604
}
605
 
606
.mr-1{
607
    height: 35px;
608
    font-size: smaller;
609
}
610
 
611
@media (min-width: 320px) {
612
    .mform fieldset.collapsible legend a.fheader[aria-expanded="true"]{
613
        margin-left: 5px;
614
        margin-right: 10px;
615
    }
616
}
617
 
618
[data-fieldtype="editor"]>div {
619
    margin-right: 10px;
620
}
621
 
622
.mb-0 {
623
    margin-right: 0%;
624
    margin-left: 3%;
625
}
626
 
627
.filemanager-container{
628
    margin-right: 10px;
629
}
630
 
631
.fp-navbar {
632
    border-color: #E1E1E1;
633
    margin-right: 10px;
634
}
635
 
636
.filemanager .fp-restrictions {
637
    margin-right: 15px;
638
}
639
 
640
.ml-1{
641
    margin-left: 0.25rem !important;
642
    margin-top: 13.5px !important;
643
}
644
 
645
form-inline .custom-select {
646
    margin-top: 15px;
647
}
648
 
649
.submissionstatustable{
650
    margin-top: 3%;
651
}
652
 
653
.btn:not(:disabled):not(.disabled), #page .hsuforum-tools a:not(:disabled):not(.disabled) {
654
    margin-top: 5px;
655
}
656
 
657
button:not(:disabled){
658
    height: 35px;
659
}
660
 
661
.custom-control{
662
    margin-top: 5px;
663
}
664
 
665
.tertiary-navigation .row{
666
    margin-left: 10px;
667
}
668
 
669
.h3 {
670
    font-size: 1rem;
671
    line-height: 1.3;
672
    margin-left: 10px;
673
}
674
 
675
.que .grade{
676
    margin-top: 10px;
677
}
678
 
679
.que .qtext {
680
    font-size: smaller;
681
}
682
 
683
.formulation.clearfix {
684
    width: 50%;
685
    margin-left: 25%;
686
}
687
 
688
.notyetanswered .state{
689
    margin-left: 7px;
690
}
691
 
692
.que.multichoice .answer div.r0{
693
    height: 40px;
694
    font-size: smaller;
695
}
696
 
697
.ml-1{
698
    margin-top: 0.25px !important;
699
}
700
 
701
.que .info .questionflag a{
702
    border-radius: 5px;
703
}
704
 
705
#page-mod-quiz-attempt .submitbtns .mod_quiz-next-nav{
706
    margin-right: 5px;
707
    font-size: 75%;
708
}
709
 
710
.btn--darkmode{
711
    display:none;
712
}
713
 
714
.search-input-group{
715
    margin-left: 14.5%;
716
}
717
 
718
.rui-course-card-deck {
719
    display: flex !important;
720
    flex-wrap: wrap;
721
    flex-direction: row !important;
722
}
723
 
724
.rui-course-card-deck .rui-course-card {
725
    border-radius: 20px;
726
    border: 1px solid #eee;
727
    box-shadow: 1px 1px 1px #ddd;
728
    grid-template-columns: repeat(3, 1fr);
729
    grid-template-rows: repeat(2, 1fr);
730
    max-width: calc(50% - 18px);
731
    min-width: 450px;
732
    width: 100%;
733
}
734
 
735
.rui-course-card-deck .rui-course-card > *:not(a){
736
    grid-column: 2/4;
737
}
738
 
739
.rui-course-card-deck .rui-course-card > a{
740
    grid-column: 1/2;
741
    grid-row: 1/3;
742
}
743
 
744
#page-my-index #block-region-dtopblocks {
745
    display: flex;
746
    flex-wrap: wrap;
747
    justify-content: space-between;
748
}
749
 
750
#page-my-index #block-region-dtopblocks > .card{
751
    flex: 1;
752
}
753
 
754
#page-my-index #block-region-dtopblocks .rui-course-card{
755
    max-width: none;
756
}
757
 
758
#page.drawers .main-inner{
759
    background-color: #fff;
760
}
761
 
762
.search-input-group .search-input {
763
    font-size: small;
764
    height: 35px;
765
}
766
 
767
body.drawer-open-right #sidepreopen-control {
768
    position: fixed;
769
    z-index: 1120;
770
    display: none;
771
}
772
 
773
.card-title {
774
    display: none !important;
775
}
776
 
777
 
449 ariadna 778
 
1 efrain 779
h1 {
780
    font-size: 30px;
781
    margin-bottom: 5px;
782
}
783
 
784
.block_myprofile .myprofileitem.fullname {
785
    font-size: 1.4rem;
786
}
787
 
788
.form-control, [type="text"]{
789
    border-radius: 5px;
790
    font-size: smaller;
791
    height: 35px;
792
}
793
 
794
.search-input-group .search-input-btn{
795
    right: -35px;
796
}
797
 
798
.myprofileitem p {
799
    font-size: 1.1rem;
800
}
801
 
10 ariadna 802
.userinitials{
803
    border-radius: 30px;
804
    border: 1px solid #000000;
805
    color: #ffffff;
806
    background-color: #000;
807
}
808
 
809
.comment-message .picture .userinitials{
810
    min-width: 50px;
811
    min-height: 50px;
32 ariadna 812
}
813
 
814
.page-mycourses .block .block-controls{
815
    margin-top: 25px;
816
    right: 0;
61 ariadna 817
}
818
 
77 ariadna 819
 
820
.mr-5 {
62 ariadna 821
    border: 1px solid #212121;
61 ariadna 822
    border-radius: 10px;
62 ariadna 823
    background: #212121;
77 ariadna 824
    margin-top: 45px;
825
    width: 210px !important;
826
    height: 50px !important;
81 ariadna 827
    margin-right: 5px !important;
61 ariadna 828
}
829
 
830
.block_point_view.reactions-container {
831
    z-index: 1;
832
    position: relative;
833
    float: right;
78 ariadna 834
    margin-top: 27px;
61 ariadna 835
    margin-right: 2.5rem !important;
72 ariadna 836
    width: 200px !important;
837
    height: 100px !important;
62 ariadna 838
}
839
 
840
.d-inline-block {
72 ariadna 841
    color: #bbb;
63 ariadna 842
}
843
 
69 ariadna 844
@media (min-width: 768px) {
845
    #page-wrapper #page {
846
        padding-top: 5px;
847
    }
72 ariadna 848
}
849
 
850
.my-0{
851
    height: 20px;
852
}
853
 
854
.rounded {
855
    border-radius: 30px !important;
75 ariadna 856
}
857
 
858
.singleselect {
859
    max-width: 100%;
860
    margin-left: 2.5px;
76 ariadna 861
}
862
 
79 ariadna 863
.block_point_view.reactions-container .withtooltip {
864
    margin-right: -2.5px;
82 ariadna 865
}
866
 
867
.path-mod .page-header-content .rui-main-content-title{
868
    display: none;
869
}
83 ariadna 870
.page-header-image{
82 ariadna 871
    display: none;
83 ariadna 872
}
85 ariadna 873
 
874
.dropdown-menu.show {
875
    max-width: 300px;
876
    width: 300px;
877
    overflow: auto;
878
}
879
 
89 ariadna 880
.btn.btn-icon, #page .hsuforum-tools a.btn-icon {
881
    color: #bbb;
882
}
85 ariadna 883
 
89 ariadna 884
.rui-logo.rui-logo-box {
91 ariadna 885
    box-shadow: none;
89 ariadna 886
}
92 ariadna 887
 
888
.loginfailures .usermenu .avatar::before {
889
    width: 13.5px !important;
890
    height: 13.5px !important;
891
    top: 2px;
892
    right: auto;
893
}
100 ariadna 894
 
895
.student_feedback_container{
896
    display: flex;
897
    flex-direction: row-reverse;
898
}
899
 
900
.student_feedback_container h4{
901
    display: none;
902
}
165 ariadna 903
 
904
.bloque {
167 ariadna 905
    border: none !important;
165 ariadna 906
    margin-right: 10px;
312 ariadna 907
}
908
 
909
.row {
910
    margin-left: 0px;
319 ariadna 911
}
912
 
913
.activity-navigation {
914
    display: none;
337 ariadna 915
}
916
 
917
.path-mod .rui-activity-wrapper {
918
    border: none;
919
    margin-bottom: 0px;
920
}
359 ariadna 921
 
922
.btn-cesa-course-completion{
337 ariadna 923
    top: 4rem;
924
    right: 1rem;
359 ariadna 925
    margin-bottom: 5px;
345 ariadna 926
}
927
.rui-login-box {
928
    border: 1px solid #e1e1e1;
929
    width: max-content;
348 ariadna 930
    margin-left: 38%;
345 ariadna 931
    padding: 30px;
932
    border-radius: 20px;
933
}
934
 
351 ariadna 935
.form-control--username-box{
345 ariadna 936
    margin-bottom: 0.5rem !important;
937
    margin-top: 20px !important;
349 ariadna 938
    margin-right: 0px !important;
346 ariadna 939
}
940
 
941
.rui-show-password-btn.rui-show-password-btn--hidden {
942
    border-radius: 50px;
348 ariadna 943
    height: 30px;
944
    margin-top: 1px;
347 ariadna 945
}
946
 
947
.rui-login-layout-1 .login-container {
948
    min-height: 100vh;
949
    display: grid;
950
    align-content: center;
951
    background: #01011e;
348 ariadna 952
}
349 ariadna 953
.btn-lg{
348 ariadna 954
    padding: 1rem 1.75rem;
350 ariadna 955
    font-size: 1rem;
348 ariadna 956
    line-height: 1.5;
352 ariadna 957
    border-radius: 5px;
348 ariadna 958
    display: flex !important;
350 ariadna 959
    height: 45px !important;
352 ariadna 960
}
961
 
962
.item-cursos{
963
    width: 95% ;
964
}
965
 
966
.bloque {
967
    padding: 0px;
968
    border-radius: 3px;
969
    border: 1px solid #cccccc;
970
    /* display: inline-block; */
971
    margin-bottom: 15px;
356 ariadna 972
    margin-left: 8.5px;
371 ariadna 973
    margin-right: 8px;
355 ariadna 974
    max-width: 270px;
366 ariadna 975
}
976
 
977
.courseindex .courseindex-item .completion_complete~.courseindex-link {
978
    color: #07a4e3;
979
}
980
.courseindex .courseindex-item .completioninfo.completion_complete {
981
    color: #07a4e3;
370 ariadna 982
}
983
 
984
.rui-dashboard-bottom .mt-4 .mb-4{
985
    display: none;
986
}
373 ariadna 987
.page-header-content .flex-wrap{
988
    display: none;
989
}
990
 
468 ariadna 991
.close{
469 ariadna 992
    height: 30px !important;
993
    width: 30px !important;
488 ariadna 994
}
995
 
996
.alert, #page-mod-choice-view #notice p {
997
    position: relative;
998
    margin: 1rem 0;
999
    padding: .55rem 1.25rem;
1000
    border: 1px solid transparent;
1001
    border-radius: 20px;
1002
    font-size: .813rem;
1003
    font-weight: 500;
1004
    margin-left: 5px;
1005
    margin-right: 5px;
468 ariadna 1006
}