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
li[data-key=home] {
514
    display: none;
515
}
516
 
517
.btn-group .btn.active, .btn-group #page .hsuforum-tools a.active, #page .hsuforum-tools .btn-group a.active {
518
    background-color: #edeffa;
519
    color: #000;
520
    height: 40px;
521
}
522
 
523
.drawer-right .drawerheader{
524
    display: none;
525
}
526
 
527
.page-header-content {
528
    margin: 11px 0;
529
    position: relative;
530
    z-index: 1;
531
}
532
 
449 ariadna 533
.rui-main-content-title--h3{
534
    display: none;
535
}
1 efrain 536
 
537
.flex-wrap{
538
    padding-top: 2px;
539
}
540
 
541
.activityiconcontainer {
542
    margin-left: 5px;
83 ariadna 543
    display: none;
1 efrain 544
}
545
 
546
@media (min-width: 768px){
547
    .d-md-block {
548
        display: none !important;
549
    }
550
}
551
 
552
@media (min-width: 320px){
553
.form-inline .custom-select {
554
    margin-left: 5px;
555
    font-size: smaller;
556
    height: 35px;
557
    padding-top: 5px;
558
    padding-bottom: 5px;
559
    border-radius: 5px;
560
    margin-top: 15px;
561
}
562
}
563
 
564
.rui-title-container {
565
    margin-top: 0px;
566
    margin-bottom: 0px;
567
}
568
 
569
.form-inline input {
570
    height: 35px;
571
    padding-top: 5px;
572
    padding-bottom: 5px;
573
    border-radius: 5px;
574
}
575
 
576
.mb-4, .my-4 {
577
    margin-bottom: 0.5rem !important;
578
    height: 40px;
579
}
580
 
581
[data-action="forum-inpage-submit"] {
582
    position: relative;
583
    height: 35px;
584
}
585
 
586
.btn.dropdown-toggle, #page .hsuforum-tools a.dropdown-toggle {
587
    border: 0;
588
    border-radius: 5px;
589
    height: 35px;
590
    font-size: smaller;
591
    margin-right: 15px;
592
    margin-top: 7%;
593
}
594
 
595
.btn-secondary{
596
    border-radius: 5px;
597
    margin-top: 5px;
598
    margin-right: 12px;
599
}
600
 
601
 
602
 
603
@media (min-width: 768px) {
604
    .tertiary-navigation .navitem:not(:last-child), .tertiary-navigation .navitem-divider:not(:last-child) {
605
        margin-left: 10px;
606
        margin-top: 5px;
607
    }
608
}
609
 
610
.mr-1{
611
    height: 35px;
612
    font-size: smaller;
613
}
614
 
615
@media (min-width: 320px) {
616
    .mform fieldset.collapsible legend a.fheader[aria-expanded="true"]{
617
        margin-left: 5px;
618
        margin-right: 10px;
619
    }
620
}
621
 
622
[data-fieldtype="editor"]>div {
623
    margin-right: 10px;
624
}
625
 
626
.mb-0 {
627
    margin-right: 0%;
628
    margin-left: 3%;
629
}
630
 
631
.filemanager-container{
632
    margin-right: 10px;
633
}
634
 
635
.fp-navbar {
636
    border-color: #E1E1E1;
637
    margin-right: 10px;
638
}
639
 
640
.filemanager .fp-restrictions {
641
    margin-right: 15px;
642
}
643
 
644
.ml-1{
645
    margin-left: 0.25rem !important;
646
    margin-top: 13.5px !important;
647
}
648
 
649
form-inline .custom-select {
650
    margin-top: 15px;
651
}
652
 
653
.submissionstatustable{
654
    margin-top: 3%;
655
}
656
 
657
.btn:not(:disabled):not(.disabled), #page .hsuforum-tools a:not(:disabled):not(.disabled) {
658
    margin-top: 5px;
659
}
660
 
661
button:not(:disabled){
662
    height: 35px;
663
}
664
 
665
.custom-control{
666
    margin-top: 5px;
667
}
668
 
669
.tertiary-navigation .row{
670
    margin-left: 10px;
671
}
672
 
673
.h3 {
674
    font-size: 1rem;
675
    line-height: 1.3;
676
    margin-left: 10px;
677
}
678
 
679
.que .grade{
680
    margin-top: 10px;
681
}
682
 
683
.que .qtext {
684
    font-size: smaller;
685
}
686
 
687
.formulation.clearfix {
688
    width: 50%;
689
    margin-left: 25%;
690
}
691
 
692
.notyetanswered .state{
693
    margin-left: 7px;
694
}
695
 
696
.que.multichoice .answer div.r0{
697
    height: 40px;
698
    font-size: smaller;
699
}
700
 
701
.ml-1{
702
    margin-top: 0.25px !important;
703
}
704
 
705
.que .info .questionflag a{
706
    border-radius: 5px;
707
}
708
 
709
#page-mod-quiz-attempt .submitbtns .mod_quiz-next-nav{
710
    margin-right: 5px;
711
    font-size: 75%;
712
}
713
 
714
.btn--darkmode{
715
    display:none;
716
}
717
 
718
.search-input-group{
719
    margin-left: 14.5%;
720
}
721
 
722
.rui-course-card-deck {
723
    display: flex !important;
724
    flex-wrap: wrap;
725
    flex-direction: row !important;
726
}
727
 
728
.rui-course-card-deck .rui-course-card {
729
    border-radius: 20px;
730
    border: 1px solid #eee;
731
    box-shadow: 1px 1px 1px #ddd;
732
    grid-template-columns: repeat(3, 1fr);
733
    grid-template-rows: repeat(2, 1fr);
734
    max-width: calc(50% - 18px);
735
    min-width: 450px;
736
    width: 100%;
737
}
738
 
739
.rui-course-card-deck .rui-course-card > *:not(a){
740
    grid-column: 2/4;
741
}
742
 
743
.rui-course-card-deck .rui-course-card > a{
744
    grid-column: 1/2;
745
    grid-row: 1/3;
746
}
747
 
748
#page-my-index #block-region-dtopblocks {
749
    display: flex;
750
    flex-wrap: wrap;
751
    justify-content: space-between;
752
}
753
 
754
#page-my-index #block-region-dtopblocks > .card{
755
    flex: 1;
756
}
757
 
758
#page-my-index #block-region-dtopblocks .rui-course-card{
759
    max-width: none;
760
}
761
 
762
#page.drawers .main-inner{
763
    background-color: #fff;
764
}
765
 
766
.search-input-group .search-input {
767
    font-size: small;
768
    height: 35px;
769
}
770
 
771
body.drawer-open-right #sidepreopen-control {
772
    position: fixed;
773
    z-index: 1120;
774
    display: none;
775
}
776
 
777
.card-title {
778
    display: none !important;
779
}
780
 
781
 
449 ariadna 782
 
1 efrain 783
h1 {
784
    font-size: 30px;
785
    margin-bottom: 5px;
786
}
787
 
788
.block_myprofile .myprofileitem.fullname {
789
    font-size: 1.4rem;
790
}
791
 
792
.form-control, [type="text"]{
793
    border-radius: 5px;
794
    font-size: smaller;
795
    height: 35px;
796
}
797
 
798
.search-input-group .search-input-btn{
799
    right: -35px;
800
}
801
 
802
.myprofileitem p {
803
    font-size: 1.1rem;
804
}
805
 
10 ariadna 806
.userinitials{
807
    border-radius: 30px;
808
    border: 1px solid #000000;
809
    color: #ffffff;
810
    background-color: #000;
811
}
812
 
813
.comment-message .picture .userinitials{
814
    min-width: 50px;
815
    min-height: 50px;
32 ariadna 816
}
817
 
818
.page-mycourses .block .block-controls{
819
    margin-top: 25px;
820
    right: 0;
61 ariadna 821
}
822
 
77 ariadna 823
 
824
.mr-5 {
62 ariadna 825
    border: 1px solid #212121;
61 ariadna 826
    border-radius: 10px;
62 ariadna 827
    background: #212121;
77 ariadna 828
    margin-top: 45px;
829
    width: 210px !important;
830
    height: 50px !important;
81 ariadna 831
    margin-right: 5px !important;
61 ariadna 832
}
833
 
834
.block_point_view.reactions-container {
835
    z-index: 1;
836
    position: relative;
837
    float: right;
78 ariadna 838
    margin-top: 27px;
61 ariadna 839
    margin-right: 2.5rem !important;
72 ariadna 840
    width: 200px !important;
841
    height: 100px !important;
62 ariadna 842
}
843
 
844
.d-inline-block {
72 ariadna 845
    color: #bbb;
63 ariadna 846
}
847
 
69 ariadna 848
@media (min-width: 768px) {
849
    #page-wrapper #page {
850
        padding-top: 5px;
851
    }
72 ariadna 852
}
853
 
854
.my-0{
855
    height: 20px;
856
}
857
 
858
.rounded {
859
    border-radius: 30px !important;
75 ariadna 860
}
861
 
862
.singleselect {
863
    max-width: 100%;
864
    margin-left: 2.5px;
76 ariadna 865
}
866
 
79 ariadna 867
.block_point_view.reactions-container .withtooltip {
868
    margin-right: -2.5px;
82 ariadna 869
}
870
 
871
.path-mod .page-header-content .rui-main-content-title{
872
    display: none;
873
}
83 ariadna 874
.page-header-image{
82 ariadna 875
    display: none;
83 ariadna 876
}
85 ariadna 877
 
878
.dropdown-menu.show {
879
    max-width: 300px;
880
    width: 300px;
881
    overflow: auto;
882
}
883
 
89 ariadna 884
.btn.btn-icon, #page .hsuforum-tools a.btn-icon {
885
    color: #bbb;
886
}
85 ariadna 887
 
89 ariadna 888
.rui-logo.rui-logo-box {
91 ariadna 889
    box-shadow: none;
89 ariadna 890
}
92 ariadna 891
 
892
.loginfailures .usermenu .avatar::before {
893
    width: 13.5px !important;
894
    height: 13.5px !important;
895
    top: 2px;
896
    right: auto;
897
}
100 ariadna 898
 
899
.student_feedback_container{
900
    display: flex;
901
    flex-direction: row-reverse;
902
}
903
 
904
.student_feedback_container h4{
905
    display: none;
906
}
165 ariadna 907
 
908
.bloque {
167 ariadna 909
    border: none !important;
165 ariadna 910
    margin-right: 10px;
312 ariadna 911
}
912
 
913
.row {
914
    margin-left: 0px;
319 ariadna 915
}
916
 
917
.activity-navigation {
918
    display: none;
337 ariadna 919
}
920
 
921
.path-mod .rui-activity-wrapper {
922
    border: none;
923
    margin-bottom: 0px;
924
}
359 ariadna 925
 
926
.btn-cesa-course-completion{
337 ariadna 927
    top: 4rem;
928
    right: 1rem;
359 ariadna 929
    margin-bottom: 5px;
345 ariadna 930
}
931
.rui-login-box {
932
    border: 1px solid #e1e1e1;
933
    width: max-content;
348 ariadna 934
    margin-left: 38%;
345 ariadna 935
    padding: 30px;
936
    border-radius: 20px;
937
}
938
 
351 ariadna 939
.form-control--username-box{
345 ariadna 940
    margin-bottom: 0.5rem !important;
941
    margin-top: 20px !important;
349 ariadna 942
    margin-right: 0px !important;
346 ariadna 943
}
944
 
945
.rui-show-password-btn.rui-show-password-btn--hidden {
946
    border-radius: 50px;
348 ariadna 947
    height: 30px;
948
    margin-top: 1px;
347 ariadna 949
}
950
 
951
.rui-login-layout-1 .login-container {
952
    min-height: 100vh;
953
    display: grid;
954
    align-content: center;
955
    background: #01011e;
348 ariadna 956
}
349 ariadna 957
.btn-lg{
348 ariadna 958
    padding: 1rem 1.75rem;
350 ariadna 959
    font-size: 1rem;
348 ariadna 960
    line-height: 1.5;
352 ariadna 961
    border-radius: 5px;
348 ariadna 962
    display: flex !important;
350 ariadna 963
    height: 45px !important;
352 ariadna 964
}
965
 
966
.item-cursos{
967
    width: 95% ;
968
}
969
 
970
.bloque {
971
    padding: 0px;
972
    border-radius: 3px;
973
    border: 1px solid #cccccc;
974
    /* display: inline-block; */
975
    margin-bottom: 15px;
356 ariadna 976
    margin-left: 8.5px;
371 ariadna 977
    margin-right: 8px;
355 ariadna 978
    max-width: 270px;
366 ariadna 979
}
980
 
981
.courseindex .courseindex-item .completion_complete~.courseindex-link {
982
    color: #07a4e3;
983
}
984
.courseindex .courseindex-item .completioninfo.completion_complete {
985
    color: #07a4e3;
370 ariadna 986
}
987
 
988
.rui-dashboard-bottom .mt-4 .mb-4{
989
    display: none;
990
}
373 ariadna 991
.page-header-content .flex-wrap{
992
    display: none;
993
}
994
 
468 ariadna 995
.close{
469 ariadna 996
    height: 30px !important;
997
    width: 30px !important;
468 ariadna 998
}