.unc-tags {
    height: 36px;
    background: #fff;
    font-size: 16px;
    color: #797b7d;
    border-radius: 0;
}

.unc-technical_library_menu-active {
    color: #ff0000 !important;
}

.menu-header a {
    color: white;
}

/* 404 page*/
.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}

.btn-add-new-question {
    display: inline-block;
    vertical-align: top;
    background: #ff0000;
    font-size: 20px;
    line-height: 120%;
    padding: 8px 13px;
    color: #fff;
    border: 0;
    outline: 0;
}

.item-foro .g-list-desc {
    min-height: 200px;
}

.item-foro .reset-ul {
    min-height: 150px;
}

.foro-li {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.foro-input-question {
    height: 36px;
    background: #fff;
    font-size: 22px;
    color: #797b7d;
    border-radius: 0;
    border: 0px;
    width: 100%;
    padding: 15px;
}

.foro-input {
    height: 36px;
    background: #fff;
    font-size: 16px;
    color: #797b7d;
    border-radius: 0;
    border: 0px;
    width: 100%;
    padding: 15px;
}

#foro-content {
    min-height: 150px;
    padding: 15px;
}

.foro-file .custom-file {
    display: block !important;
}

.mobile-sidebar {
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 36px;
    display: block;
    background: #ff0000;
}


/* LANGUAGE SWITCHER */

.dropdown-item[data-lang] {
    padding: .5rem 1rem;
}

.dropdown-item[data-lang]:hover {
    background-color: #f8f9fa;
}

a {
    text-decoration: none !important;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.c-form-upload form .custom-file-label {
    height: 36px;
    background: #fff;
    border: 0;
    border-radius: 0;
    outline: 0;
    font-size: 16px;
    color: #797b7d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 45px;
}

.form-group {
    margin-bottom: 1rem;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}