/*User profile avatar - must link with usr_char_avatar.js*/
.round {
	border-radius: 50%;
}

/*Padding*/
.p-t-1 {
	padding-top: 1%;
}

.p-t-2 {
	padding-top: 2%;
}

.p-t-4 {
	padding-top: 4%;
}

.p-t-5 {
	padding-top: 5%;
}

.p-b-1 {
	padding-bottom: 1%;
}

.p-b-2 {
	padding-bottom: 2%;
}

.p-b-4 {
	padding-bottom: 4%;
}

.p-b-5 {
	padding-bottom: 5%;
}

/*Long text wrap toggle*/
a.morelink {
	text-decoration: none;
	outline: none;
}

.morecontent span {
	display: none;
}

.comment {
	width: 100%;
}

/*Disable the summernote upload field*/
.note-group-select-from-files {
	display: none;
}

/* --- forum --- */
.forum {
	list-style-type: none;
	padding: 0;
	margin: 0 0 40px 0;
	background: #fff;
	border: 1px solid #e4e4e4;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-webkit-border-radius: 3px;
	font-family: "Open Sans", sans-serif;
}

.forum .forum-table {
	color: #636363;
	margin-top: 0px;
	line-height: 40px;
	padding: 0px;
}

.forum .forum-table td {
	background-color: hsl(0, 0%, 96%);
	border-bottom: 1px solid rgb(214, 211, 211);
	padding: 20px 15px;
	vertical-align: middle;
	line-height: 1.6;
}

.forum .forum-table td a,
.forum .forum-table td a i {
	color: hsl(195, 65%, 44%);
}

.forum .forum-table th {
	background-color: hsl(206, 35%, 13%);
	color: hsl(0, 0%, 100%);
	border-bottom: 1px solid rgb(214, 211, 211);
	padding: 0px 15px;
	font-weight: 300;
}

.forum .forum-table td i {
	color: hsl(0, 0%, 50%);
	font-size: 1.4rem;
}

.forum .forum-table tr:last-child {
	border-bottom: 0;
}

.breadcrumb {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	border-bottom: 5px solid hsla(0, 0%, 90%, 0.4);
}

.breadcrumb a {
	color: #313131;
}

#new-thread-btn,
#new-topic-btn {
	font-family: "Open Sans", sans-serif;
	border: 0;
	border-radius: 5px;
	outline: none;
	padding: 10px 15px;
	background-color: hsl(195, 65%, 44%);
	color: hsl(0, 0%, 100%);
	transition: 0.2s;
}

#new-thread-btn:hover,
#new-topic-btn:hover {
	background-color: hsl(195, 64%, 35%);
}

#edit-topic-btn i,
#delete-topic-btn i,
#edit-thread-btn i,
#delete-thread-btn i {
	font-size: 1rem;
	margin-right: 5px;
}

.active-icon {
	color: rgb(61, 61, 61);
}

.inactive-icon {
	color: rgb(155, 154, 154);
}

.topic-creator-text {
	color: rgb(58, 119, 189);
}

@media only screen and (min-width: 800px) {
	.action-dropdown {
		position: absolute;
		top: 1px;
		right: 1px;
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: 0.7rem;
		color: #818080;
	}
}

.action-dropdown:hover {
	color: #3f3f3f;
}

.scroll-top-btn {
	margin-left: 20px;
}

@media only screen and (max-width: 768px) {
	.post-date-info {
		text-align: center;
	}
}

.forum-post-card .card-header,
.forum-post-card .card-footer,
.forum-post-creator-card .card-footer {
	padding: 0.5rem 1.5rem;
	font-size: 0.8rem;
}

.forum-post-creator-card {
	border: 1px solid #8394b2;
}

.quoted-post-card {
	border: 1px solid #8394b2;
	border-style: dashed;
	border-left: 5px solid #8394b2;
	border-radius: 0;
}

.quoted-post-card .card-header {
	background-color: #e4eaf2;
}

.sponsor-btn {
	color: #fff;
	background: rgb(161, 102, 34);
}

.sponsor-btn:hover {
	color: #fff;
	background: rgb(196, 133, 62);
}

.payment-title {
	color: rgb(161, 102, 34);
}

#accordionSponsorship .btn-link:hover {
	color: rgb(161, 102, 34);
}

.rubric_list {
	list-style-type: decimal;
	padding-left: 1.5rem;
}

.rubric_list > li {
	margin: 10px 0;
	padding-left: 1rem;
}

.rubric_list #rubric_detail_input {
	min-width: 250px;
}

#questionnaire_profile_page #addRowBtn,
#self_evaluation_profile_page #addRowBtn,
#observation_evaluation_profile_page #addRowBtn {
	margin-left: 25px;
}

#questionnaire_profile_page #removeRowBtn,
#self_evaluation_profile_page #removeRowBtn,
#observation_evaluation_profile_page #removeRowBtn {
	margin-left: 10px;
}

/*
* Google Calendar
*/
.responsiveCalendar {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.responsiveCalendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --- pagination --- */
.pagination {
	padding: 0;
	margin: 0 0 20px 0;
}

.pagination li a,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	margin-right: 5px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #4a4a4a;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active a:hover {
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
	color: #696e72;
}

.pagination li:first-child a:hover,
.pagination li:first-child a {
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}

.pagination li:last-child a:hover,
.pagination li:last-child a {
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}

/* --- Notification --- */
.navbar-nav .nav-item .notification-list .notification-list-item {
	white-space: normal !important;
	padding: 1rem 1.5rem;
}

.notification-list {
	min-width: 23vw;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0;
}

.notification-list-item {
	border-bottom: 1px solid #eee;
}

.item-unread {
	background-color: rgb(241, 241, 241);
	border-bottom: 1px solid #fff;
}

.item-unread:hover {
	background-color: rgb(233, 233, 233);
}

.notification-expand-btn:focus,
.notification-expand-btn:active {
	outline: none !important;
	box-shadow: none;
}

.expired {
	color: #949494;
}

/* --- Main Course Profile --- */
#skillbox_list li {
	margin-bottom: 1rem;
}

#skillbox_list select {
	margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
	.vertical-line {
		border-left: 0.1rem solid rgb(172, 172, 172);
		height: 97%;
		position: absolute;
		left: 49%;
	}
}

.center-align-table td {
	vertical-align: middle;
}

#rubric-selection input[type='radio'] {
	transform: scale(1.4);
}
