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