@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("bootstrap/bootstrap.min.css");
@import url("fontawesome/css/all.min.css");
#mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 9999;
    padding: 150px 50px 0 50px;
}
@media (min-width: 1280px) {
    #mobile {
        display: none;
    }
}
#mobile p {
    color: #000;
    margin-top: 20px;
    font-family: Roboto;
    font-weight: 600;
}
#mobile svg {
    margin-top: 25px;
}

body {
    font-family: Arial;
    color: #3c3c3c;
    padding-top: 90px;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
}

a {
    color: #0086cD;
    text-decoration: none;
}

.bold {
    font-weight: 600;
}

.red {
    color: #c00;
}

.hidden {
    display: none;
}

header {
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 998;
    height: 115px;
}
header nav {
    padding-right: 25px;
}
header nav ul {
    list-style: none;
    text-align: right;
    margin-top: 30px;
}
header nav ul li {
    display: inline-block;
}
header nav ul li i {
    margin-right: 5px;
}
header nav ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: 2px;
    left: 5px;
}
header nav ul li a:hover {
    text-decoration: underline;
    color: #0083aa;
}
header a {
    color: #141414;
}
header a:hover {
    text-decoration: none;
    color: #141414;
}
header img {
    margin-right: 20px;
}
header span {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    position: relative;
    top: 5px;
    left: 5px;
    font-size: 1.4rem;
}
@media (min-width: 1200px) {
    header.fixed {
        height: 81px;
        box-shadow: 1px 3px 38px -9px rgba(0, 0, 0, 0.49);
        -webkit-box-shadow: 1px 3px 38px -9px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 1px 3px 38px -9px rgba(0, 0, 0, 0.49);
        position: fixed;
    }
    header.fixed nav ul {
        margin-top: 10px;
    }
    header.fixed img {
        height: 51px;
        position: relative;
        top: -5px;
    }
    header.fixed .uci-logo {
        position: relative;
        top: -5px;
    }
    header.fixed .uci-logo svg {
        height: 55px;
    }
}

.h1-container {
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}
.h1-container h1 {
    padding: 15px 15px 5px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    color: #3c3c3c;
}
.h1-container h2 {
    padding: 0px 15px 5px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #505050;
}
.h1-container i {
    margin-right: 10px;
}

footer {
    color: #fff;
    background-color: #282828;
    padding: 40px;
    margin-top: 60px;
}
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
    color: gold;
}

.items-container .item, .items-container-generator .item {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin: 25px 0;
    padding: 15px 25px;
    position: relative;
}
.items-container .item i, .items-container-generator .item i {
    color: #00B6ED;
    margin-right: 10px;
}
.items-container .item h2, .items-container .item h3, .items-container-generator .item h2, .items-container-generator .item h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
.items-container .item h3, .items-container-generator .item h3 {
    font-size: 1.3rem;
}
.items-container .item ul, .items-container-generator .item ul {
    margin-top: 15px;
}
.items-container .item ul li, .items-container-generator .item ul li {
    margin-bottom: 15px;
}

.html-form {
    padding: 50px 25px;
}

form {
    padding: 25px 35px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}

.alerts {
    margin-top: 25px;
}

.alert {
    position: relative;
    padding-left: 80px;
}
.alert i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 40px;
}

.form-check {
    margin: 20px 0;
}

.doc-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    background-color: #f1f1f1;
    padding: 15px 0;
    border-left: 10px solid #444;
}

.modal-body p {
    margin-top: 1rem;
}
.modal-body p.alert {
    padding-left: 15px !important;
}

.modal-footer {
    display: inline;
}

@media (max-width: 1200px) {
    .items-multimedia {
        display: none;
    }

    .items-container {
        display: block;
    }
}
@media (min-width: 1200px) {
    .items-multimedia {
        display: block;
    }

    .items-container {
        display: none;
    }
}
.items-multimedia .items .item {
    margin: 25px 0 0 0;
}
.items-multimedia .items .item .content {
    height: 350px;
    background-color: #f1f1f1;
    background-size: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.items-multimedia .items .item .content img {
    height: 400px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.items-multimedia .items .item .content:hover {
    background-size: 105%;
}
.items-multimedia .items .item .content:hover img {
    height: 420px;
}
.items-multimedia .items .item .content:hover .layer {
    background-color: rgba(0, 134, 205, 0.75);
}
.items-multimedia .items .item .content:hover .layer h2 {
    padding-bottom: 30px;
}
.items-multimedia .items .item .content .dropdown, .items-multimedia .items .item .content a.link {
    margin: 15px;
}
.items-multimedia .items .item .content .dropdown .head, .items-multimedia .items .item .content a.link .head {
    background-color: #f1f1f1;
    margin: 5px 15px;
}
.items-multimedia .items .item .content .dropdown .head i, .items-multimedia .items .item .content a.link .head i {
    margin-right: 10px;
}
.items-multimedia .items .item .content .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.items-multimedia .items .item .content .layer h2 {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.55);
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.items-multimedia .items .item .content .layer h2 i {
    margin-right: 10px;
}

button, .layer > a {
    font-weight: 600 !important;
    padding: 10px 20px !important;
    font-family: Roboto, sans-serif !important;
    text-transform: uppercase;
}
button i, .layer > a i {
    margin-right: 10px;
}

.ip {
    margin-left: 40px;
    position: relative;
    top: 2px;
    font-family: Roboto, sans-serif !important;
}
.ip em {
    font-style: normal;
    font-weight: 600;
}

.zal {
    font-size: 0.6em;
    font-weight: 600;
    background-color: #444;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    position: relative;
    top: 2px;
    float: right;
    width: 100px;
    text-align: center;
}

.form-group label {
    font-weight: 600;
}

fieldset {
    margin-bottom: 10px;
}
fieldset legend {
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    background-color: #eee;
    text-align: center;
}

#form-fields input:required, #form-fields select:required {
    border-right: 2px solid #c00;
    border-left: 2px solid #c00;
}
#form-fields select[multiple] option {
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
}
#form-fields select[multiple] option:checked {
    background-color: #aaa;
    color: #fff;
}

.dropdown-menu.show {
    width: 820px;
}
.dropdown-menu.show li {
    font-size: 0.9em;
}

.dropdown-courses {
    width: 570px !important;
}

.course-container {
    margin-top: 30px;
}
.course-container .alert-warning {
    font-size: .9em;
}
.course-container .alert-warning p {
    margin: 0;
}
.course-container .alert-success form {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.course-container .alert-success form button {
    margin-top: 15px;
}
.course-container .course ol li {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    font-weight: 600;
}
.course-container .course ol li label {
    cursor: pointer;
    font-weight: 400;
}
.course-container .course ol li div {
    margin-top: 10px;
}
.course-container .course ol ul li {
    border-bottom: 0;
}
.course-container .course ol ul li label.picked {
    font-weight: 600;
}
.course-container .course ol ul li label.correct {
    color: #006400;
}
.course-container .course ol ul li label.wrong {
    color: #c00;
}
.course-container .course h3 {
    margin: 30px 0;
}

.alert-success p:last-of-type {
    margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */


.admin-main-menu-front {
    margin-top: 25px;

}

.admin-main-menu-front h2 {
    font-size: 18px;
    font-weight: 600;
}

.admin-front-item {
    border: 1px solid #b8daff;
    text-align: center;
    padding: 25px 10px;
    background-color: #cce5ff;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 15px -9px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 15px -9px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 15px -9px rgba(66, 68, 90, 1);
}

.admin-front-item:hover {
    background-color: #b8daff;
}

.admin-front-item span {
    display: block;
    font-size: .8em;
}

.admin-front-item a {
    color: #000;
    font-weight: 600;
}

.admin-front-item i {
    margin-right: 5px;
}

.admin-main-menu-front {
    position: relative;
}

.admin-main-menu-front .coll {
    position: absolute;
    top: -5px;
    right: 5px;
    background-color: #444;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}