@media(max-width: 767px) {
	.panel {
		padding: 0 !important;
	}
	.panel-container {
		background: #fff !important;
	}
	.req-title {
		margin-bottom: 15px;
	}

	.text-sm-center {
		text-align: center !important;
	}
}
@media(max-width: 599px) {
	.btn-check {
	padding:10px !important;
	}
	.level-label {
		width: 58px !important;
		font-size: 10px !important;
		text-align: center !important;
	}
}
@media(max-width: 449px) {
	header .logo  {
		max-width: 80%;
		height: auto;
	}
	.p-nam {
		font-size: 12px !important;
		font-weight: bold !important;
		top: 30px !important;
		left: 20px;
		position: relative;
		z-index: 0;
		background: #fff;
		text-align: center;
		background: #fff;
		width: auto;
		min-width: 80px;
		border-top: 1px solid #ccc
	}
	.person-panel .circ-person {
		position: relative;
		left: 20px;
	}
.ind-content {
	font-size: 13px;
	line-height: 15px;
}
.ind span {
	font-size: 13px;
	line-height: 15px;
}
.ind .icon-plus {
	font-size:14px !important;
	position: relative;
	top: 3px !important;
}
section .panel-row .q-icon {
	color: #fff !important;
	display: block;
	clear: both;
	font-size: 12px;
	margin-top: 5px;
	padding-bottom: 5px;
	position: relative;
	left: -8px;
}
section .panel-row .q-icon:after {
	content:"Not Answered";
}
.bar-row {
	font-size: 13px;
	line-height: 14px;
}
.del-media {
	padding: 14px 0 14px 0 !important;
	min-height: 60px !important;
}
.del-media a {
	padding: 4px 12px !important;
	font-size: 13px !important;
	width: auto !important;
	min-width: 100px;
	margin:0 auto;
}
.note-row .del-media a {
	min-width: 80px;
}
.note-row .del-media a.btn-cancel {
	position: relative;
	left: 5px;
}
.update-btn {
	display: none !important
}
.resource-icon {
	font-size: 20px !important;
}
.header-bar {
	min-height: 0 !important;
	height: auto !important;
}
.bdy-question .ev-title {
	display: none;
}
.q-question-hdr {
	font-size: 16px;
	line-height: 18px;
}
.hide-on-phone {
	display: none;
}
.dash-tabs li, .dash-tabs li a {
	font-size: 15px;
}
.btn-dash-module span {
	font-size: 15px !important;
}
.btn-dynamic-w {
	padding: 10px 5px;
	font-size: 15px;
	display: inline-block;
}
}
@media(max-width: 320px) {
}