/**
Students blocks
 */
.media__thumb {
	width: 40px;
	height: 46px;
	display: inline-block;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
}
ul.students-list li:before{content:'';}

#participants .block {
	padding: 12px;
	background: #f1f1f1;
}

.media--profile .media__body {
	display: block;
	margin-top: auto;
	min-width: 50px;
	line-height: 1.2;
}

.media--profile .media__body a.user {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

ul.list{
	font-size:1.0625rem;
	margin-bottom:0;
}
ul.list li{
	padding-left:0;
}

.media--profile .media__body a span.lbl {
	padding-left: 5px;
}
li.media--profile:last-child{
	margin-bottom:0;
}
/**
End
 */

.subtitle_portafolis_uoc_access img, .subtitle_portafolis_uoc_access_in_content img {
	width: 20px;
}
.widget .uoc_portafolis_tools, .edit-link .uoc_portafolis_tools, .comments-title .uoc_portafolis_tools {
	display: none;
}


.uoc_portafolis_left{float:left;}
.uoc_portafolis_right{float:right;}
.uoc_portafolis_clear{clear:both;}
.uoc_portafolis_tools{
	background-color:#F8F8F8; 
	background-color:rgba(232, 232, 232, 0.22); 
	padding:10px;
	/*border-top:4px solid #000078;*/
	display:flex;
	margin-bottom:20px;
	/*font-size: 0.8rem;*/
	font-size: .9em;
}

.uoc_portafolis_tools:empty{
	padding: 0;
}

.uoc_portafolis_tools p:empty{
	display: none;
}

.uoc_portafolis_tools_foot{
	flex-wrap: wrap;
}
.uoc_portafolis_tools_foot > a{
	margin-left: .25em;
	margin-right: .25rem;
	/*display: inline-block;*/
}

.uoc_portafolis_tools .uoc_portafolis_left{
	min-width:65%;
}

.subtitle_portafolis_uoc_access_in_content {
	margin-top: 0;
	font-size: inherit;
	font-weight: inherit;
}

a.portafolis-uoc-debats{
	font-weight:bold;
}

.subtitle_portafolis_uoc_access_title {
	font-weight: bold;
}

.uoc_portafolis_tools .subtitle_portafolis_uoc_access_title img {
	display: inline-block;
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin-right: 2px;
}

.card:hover .uoc_portafolis_tools{color:initial;}

aside .menu #actiUOCWidget li{
	display:inline-block;
	background-color: #001578;
	margin-right: 10px;
	margin-bottom: 5px;
	border-bottom: none;
	color:#ffffff;
	width: 100%;
}

aside .menu #actiUOCWidget li:last-child{
	margin-right:0;
}

aside .menu #actiUOCWidget li a {
	padding: 4px 8px;
	display: block;
	color: #ffffff;
}

aside .menu #actiUOCWidget li a:hover{text-decoration:underline;}

img.visibilty_icon {
	width: 20px;
}

#portafolis-uoc-racpost {
	margin-right: 150px;
}
.portafolis-uoc-rac-content {
	float: left;
	/*width: 100%;*/
	font-weight: bold;
}
.portafolis-uoc-rac-sidebar {
	float: right;
/*	width: 200px;
	margin-right: -200px;*/
}
.portafolis-uoc-rac-cleared {
	clear: both;
}


.portfolio_result_rac_ok {
	background: #46b450;
	color: #ffffff;

}
.portfolio_result_rac_ko {
	background: #dd0000;
	color: #ffffff;
}

.uoc-feedback-text {
	display: none;
}

a.uoc_feedback_front {
	text-decoration: none;
}
a.uoc_feedback_front:hover {
	text-decoration: none;
}

.uoc_feedback_front_modal__close {
    color: #000078;
}

.uoc_rac_box {
	display: flex;
	text-align: center !important;
}

.uoc_rac_between {
	justify-content: space-between;
}

.uoc_rac_box div {
	flex: 1 1 auto;
}

.modal-uoc-rac-feedback p {
	margin-bottom: 0;
	margin-top: 0;
}

.result-uoc-rac-folio {
	display: none;
}
.result-uoc-rac-folio.success {
	background: #46b450;
	color: #ffffff;
}
.result-uoc-rac-folio.error {
	background: #dd0000;
	color: #ffffff;
}

.result-uoc-rac-folio p {
	margin: 0.5em 0;
	padding: 2px;
}

.modal__dialog {
	min-width: 10em;
}

.folio-red-color {
	color: #dd0000;
}