.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;
 }