.btn-search, .btn-search:hover {
	color: #fff;
	background-color: #588E9A;
	border-color: #588E9A;
	border-radius: 0px !important;
}
/* tabbable */
#LPfooter {
	background: #333333;
}

/* Tabs panel */
.tabbable-panel {
	border: 1px solid #eee;
	padding: 10px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line>.nav-tabs>li { /* margin-right: 2px; */
	
}

.tabbable-line>.nav-tabs>li>a {
	border: 0;
	margin-right: 0;
	color: #737373;
	width: 225px;
	min-height: 75px;
	text-align: left;
	overflow: auto;
}

.tabbable-line>.nav-tabs>li>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
	/* border-bottom: 4px solid #fbcdcf; */
	
}

.tabbable-line>.nav-tabs>li.open>a, .tabbable-line>.nav-tabs>li:hover>a
	{
	border: 0;
	/* background: none !important; */
	background: rgb(255, 255, 255);
	color: #333333;
	font-weight: 700;
}

.tabbable-line>.nav-tabs>li.open>a>i, .tabbable-line>.nav-tabs>li:hover>a>i
	{
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu, .tabbable-line>.nav-tabs>li:hover .dropdown-menu
	{
	margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
	/* border-bottom: 4px solid #f3565d; */
	position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040;
}

.tabbable-line>.tab-content { /* margin-top: -3px; */
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	/* padding: 15px 0; */
}

.portlet .tabbable-line>.tab-content {
	padding-bottom: 0;
}

.nav-header-padding {
	padding: 15px 0px 5px 15px;
	background-color: #ffffff;
	/* height: 100px; */
	font-weight: normal;
}

.nav-header-padding li>a:hover {
	text-shadow: 0 1px;
}

.mailIcon:before {
	font-family: FontAwesome;
	font-size: 36px;
	font-weight: normal;
	color: #4a4a4a;
	content: '\f003';
}

.languageIcon:before {
	font-family: FontAwesome;
	font-size: 36px;
	font-weight: normal;
	color: #4a4a4a;
	content: '\f0ac';
}

/*.fa-user-circle:before {
	font-family: FontAwesome;
	font-size: 28px;
	font-weight: normal;
	color: #588e9a;
  	content: "\f2bd";
}*/
.fa-user-circle-o:before {
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: normal;
	color: #588e9a;
	margin-top: 7px;
	content: "\f2be";
}



.fa-caret-down:before {
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	content: "\f0d7";
}

.settingIcon:before {
	font-family: FontAwesome;
	font-size: 36px;
	font-weight: normal;
	color: #4a4a4a;
	content: '\f013';
}

.profile-img-default {
	width: 28px;
	height: 28px;
	object-fit: contain;
	border-radius: 35px;
	border: 1px solid #000;
	margin-top: 3px;
}

.cover-img-default {
	width: 100%;
	height: 220px;
	background-repeat: round;
	background-size: 100%;
}

.lab-link-image {
	max-width: 100%;
	height: 200px;
}

.cover-font {
	margin-top: 60px;
	font-size: 36px;
	color: #FFFFFF;
	display: inline-block;
	background: rgba(82, 69, 48, 0.26);
	padding: 0 5px;
}

@media ( min-width : 976px) and (max-width: 1148px) {
	.settingIcon:before {
		font-size: 30px !important;
	}
	.mailIcon:before {
		font-size: 30px !important;
	}
	.languageIcon:before {
		font-size: 30px !important;
	}
	.header-profile-link {
		margin-top: -16px !important;
	}
	.header-top-minus10 {
		margin-top: 9px !important;
	}
	.header-top-minus10>li>a {
		padding: 0px 10px !important;
	}
}

.page-title {
	padding: 7px 0;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #588E9B;
	overflow: auto;
}

.page-title-1 { /* height: 50px; */
	background-color: #544741;
}

.page-title-2 {
	min-height: 50px;
	background-color: #E3A328;
}

.page-title-3 {
	min-height: 50px;
	background-color: #588E9A;
}

.page-title-font {
	padding: 8px 0;
	font-size: 23px;
	color: #FFFFFF;
}

.tab-content-bgcolor {
	background-color: #f6f4f4 !important;
}

.tab-content-bgcolor-2 {
	background-color: #ffffff !important;
}

.tab-link-font-0 {
	font-size: 18px;
	color: #4A4A4A;
}

.tab-link-font-1 {
	font-size: 20px;
	color: #4A4A4A;
}

.tab-link-font-2 {
	font-size: 11px;
	color: #2A2D33;
}

.text-link {
	color: #E3A328;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.text-link:hover {
	color: #eabf69;
	text-decoration: none;
}

.text-link:focus, .text-link.focus, .text-link:active, .text-link.active
	{
	color: #B07C1A !important;
	text-decoration: none;
}

.list-tile-container {
	padding: 25px 50px;
}

.list-container {
	background-color: #FFFFFF;
	padding: 25px;
}

.list-tile {
	min-height: 90px;
	background-color: #F8F8F8;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: auto;
}

.list-tile-2 {
	min-height: 180px;
	background-color: rgba(239, 239, 239, 0.8);
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	/* padding: 15px; */
	margin-top: 8px;
	margin-bottom: 8px;
	/* overflow: auto; */
	display: -webkit-box;
}

.stud-tile {
	min-height: 160px;
	background-color: rgba(239, 239, 239, 0.8);
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	margin: 8px 40px 20px 40px;
	/* margin-bottom: 20px; */
	display: flex;
	flex-wrap: wrap;
	display: -ms-flexbox;
}

.stud-tile .archive, .stud-tile .lmsbtn {
	text-align: right;
}

.list-tile-expired {
	height: 180px;
	background-color: rgba(204, 204, 204, 0.8);
	box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	/* padding: 15px; */
	margin-top: 8px;
	margin-bottom: 8px;
	/* overflow: auto; */
}

.list-skillTile {
	margin: 12px 0;
	min-height: 160px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 10px 20px;
}

.list-tile-font-1 {
	font-size: 24px;
	font-weight: bold;
	color: #588E9A;
}

.recommended-text {
	font-size: 20px;
	color: #4A4A4A;
}

.list-tile-font-2 {
	font-size: 22px;
	font-weight: bold;
	color: #4A4A4A;
}

.list-tile-font-3 {
	font-size: 14px;
	font-weight: 600;
	color: #84898F;
}

.list-tile-font-4 {
	font-size: 14px;
	font-weight: 600;
	color: #2A2D33;
}

.list-tile-font-5 {
	font-size: 24px;
	font-weight: bold;
	color: #544741;
	margin: 10px 0;
}

.list-tile-font-6 {
	font-size: 14px;
	color: #777777;
}

.list-tile-font-7 {
	font-size: 14px;
	color: #2A2D33;
}

.list-tile-font-8 {
	font-size: 13px;
	color: #2A2D33;
}

.list-tile-font-9 {
	font-size: 13px;
	font-weight: bold;
	color: #84898F;
}

.filter-search-outline {
	/* border: 1px solid #588E9A; */
	color: #84898F;
}

.list-tile-image {
	width: 123px;
	height: 78px;
	border: 1px solid #ddd;
}

.visit-course-btn {
	width: 120px;
	height: 40px;
	border: 4px solid #E3A328;
	border-radius: 2px;
	padding: 10px 15px;
}

.visit-course-btn-text {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #E3A328;
}

.class-list {
	height: 50px;
	background-color: #EBE9E9;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.24);
	padding: 15px 20px;
}

.class-list-disabled {
	height: 50px;
	background-color: #EBE9E9;
	padding: 15px 20px;
	opacity: 0.6;
	cursor: not-allowed;
}

.overflow-auto {
	overflow: auto;
}

.overflow-overlay {
	overflow: overlay;
}

.notifications {
	min-width: 420px;
}

.notifications-number {
	position: absolute;
	background-color: #e38f28;
	border-radius: 50%;
	color: #fcf8e3;
	width: 20px;
	height: 19px;
	font-size: 12px;
	text-align: center;
	margin-left: 22px;
	margin-top: -11px;
	z-index: 1;
}

.notifications-wrapper {
	overflow: auto;
	max-height: 250px;
}

.menu-title {
	color: #E3A328;
	font-size: 1.4rem;
	font-weight: bold;
}

.menu-title-2 {
	color: #525250;
	font-size: 1.5rem;
	font-weight: bold;
}

.glyphicon-circle-arrow-right {
	margin-left: 10px;
}

.notification-heading, .notification-footer {
	padding: 2px 10px;
	font-size: 1.3rem;
}

.dropdown-menu.divider {
	margin: 5px 0;
}

.item-title {
	font-size: 1.3rem;
	color: #000;
}

.item-info {
	font-weight: bold;
}

.item-empty {
	color: #bbbbbb;
	margin: 10px
}

.notifications a.content {
	text-decoration: none;
	background: #f5f5f5;
}

.notification-item {
	padding: 10px;
	margin: 5px 15px;
	background: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #dddddd99;
	border-left: 3px solid #53b7ae;
}

.font-size-37 {
	font-size: 37px !important;
}

.padding-top-13 {
	padding-top: 13px;
}

.progress-bar-course {
	background-color: #01C851;
	font-size: 12px;
}

.progress-bar-course-2 {
	background-color: rgb(227, 163, 40);
	font-size: 12px;
}

.progress-course {
	margin-bottom: 0px !important;
}

.time-header {
	min-height: 55px;
	background-color: #C8432A;
	border: 1px solid #bf3232;
	box-shadow: -1px 0px 1px 0px rgba(177, 22, 22, 0.4);
}

.time-header-or {	
	background-color:#ffb606;
	border: 1px solid #eaa400;
	box-shadow: -1px 0px 1px 0px rgba(177, 22, 22, 0.4);
}
.time-header-font-1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.time-header2-font-1 {
	font-size: 16px;
	font-weight: bold;
	color: #C8432A;
}

.time-header3-font-1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.time-header-font-2 {
	font-size: 16px;
	color: #f8f8f8;
}

.border-boxing {
	float: left;
	border: 1em solid white;
	box-sizing: border-box;
	/* height:110px; */
	/* background:whitesmoke; */
}

.time-header2-font-2 {
	font-size: 30px;
	color: #C8432A;
}

.rightSide-panel {
	background-color: #F8F8F8;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	/* height: 800px; */
	overflow: auto;
}

.display-flex {
	display: flex;
}

.display-inline-flex {
	display: inline-flex;
}

.legend-text {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
}

#formtaker .legend-box {
	width: 20px;
	height: 20px;
	border-radius: 2px;
	margin-right: 7px;
}

.legend-3 {
	background-color: #6fd22b;	
}

.legend-2 {
	background-color: #e74c3c;	
}
.legend-0 {
	background-color: #CECECE;	
}
.legend-1 {
	background-color: #0081c9;	
}
.padding-snip {
	padding-right: 0;
	padding-left: 0;
}

.progress-box {
	min-width: 27px;
    height: 26px;
    border-radius: 2px;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 5px;
    float: left;
}

.start-quiz-btn {
	font-size: 24px;
	padding: 20px 70px;
	/* margin-top: 200px; */
}

.finish-quiz-btn {
	width: 160px;
	height: 40px;
	background-color: #CECECE;
	border-radius: 2px;
	padding: 10px 15px;
}

.finish-quiz-btn-green {
	width: 160px;
	height: 40px;
	border-radius: 2px;
	padding: 10px 15px;
	background-color: #8CC152;
}

.finish-quiz-btn-green2 {
	/* width: 165px; */
	height: 50px;
	background-color: #8CC152;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 20px;
}

.finish-quiz-btn-grey2 {
	width: 165px;
	height: 50px;
	background-color: #CECECE;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 20px;
	/* margin: 0 8px 15px; */
}

.finish-quiz-btn-grey2:hover {
	color: #FFFFFF;
	cursor: default;
}

.review-later-btn {
	/* width: 165px; */
	height: 50px;
	background-color: #de970f;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 20px;
	/* margin: 0 8px 15px; */
}

.save-next-btn {
	/* width: 165px; */
	height: 50px;
	background-color: #B07C1A;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 20px;
	/* margin: 0 8px 15px; */
}

.answeredGreen {
	background: limegreen;
}

.unAnswered {
	background: none;
}

.free-Label {
	font-size: 14px;
	font-weight: 600;
	color: #84898F;
}

.font-plus-sign {
	font-size: 36px;
	font-weight: 800;
	color: #E3A328;
}

.openQuestionPaperEditModal .modal-lg {
	width: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.openQuestionPaperViewModal .modal-lg {
	width: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.openQuestionPaperModal .modal-lg {
	width: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.openQuestionBankModal .modal-lg {
	width: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.student-pic {
	width: 147px;
	height: 147px;
	border-radius: 75px;
}

.student-font {
	font-size: 14px;
	color: #4A4A4A;
}

.modalClose {
	padding: 10px !important;
	font-size: 35px !important;
	font-weight: 100 !important;
	opacity: 1 !important;
}

.modalBg {
	background-color: #EBE9E9 !important;
}

.progress-2 {
	height: 17px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: rgb(204, 210, 216);
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	border: 1px solid rgb(182, 190, 198);
	padding: 3px 4px;
}

.stats-tile {
	background-color: white;
	/* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); */
	border-radius: 4px;
	padding: 10px 0;
	margin: 5px 0;
}

.stats-tile-2 {
	height: 310px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.stats-tile-font-0 {
	font-size: 144px;
	font-weight: 600;
	color: #E3A328;
}

.stats-tile-font-1 {
	font-size: 144px;
	font-weight: 600;
	color: #588E9A;
}

.stats-tile-font-2 {
	font-size: 18px;
	font-weight: 600;
	color: #E3A328;
}

.stats-tile-font-3 {
	font-size: 18px;
	font-weight: 600;
	color: #588E9A;
}

.stats-tile-font-4 {
	font-size: 50px;
	font-weight: 600;
	color: #E3A328;
}

.stats-tile-font-5 {
	font-size: 50px;
	font-weight: 600;
	color: #588E9A;
}

.stats-course-tile {
	height: 310px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.ok-btn {
	background-color: #E3A328;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.btn-cover-photoupload {
	width: 178.14px;
	height: 40px;
	background-color: #E3A328;
	border-radius: 0px !important;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
}

.btn-cover-photoupload:focus, .btn-cover-photoupload.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-cover-photoupload:hover {
	color: #fff;
	background-color: #D5AE61;
}

.btn-cover-photoupload:active, .btn-cover-photoupload.active {
	color: #fff;
	background-color: #E3A328;
}

.cover-photo-edit-btn {
	color: white;
	opacity: 0.6;
	cursor: pointer;
	font-weight: bold;
	background-color: #544741;
	padding: 5px;
	border: none;
}

.cover-photo-edit-btn:hover {
	opacity: 1;
	cursor: pointer;
}

.download-certificate-icon {
	font-size: 16px !important;
	margin-right: 9px !important;
	font-weight: lighter !important;
	color: #4A4A4A !important;
}

.download-certificate-btn-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #E3A328;
}

.certificate-container {
	background-image:
		url("../resources/product/images/Certificate/MS-Bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}

.certificate-header {
	color: #544741;
	margin-top: 200px;
	margin-bottom: 100px;
}

.dotted {
	border: 0;
	border-bottom: 2px dotted !important;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
}

.certificate-form-text {
	font-size: 24px !important;
	color: #544741 !important;
}

.certificate-medalImage {
	width: 78%;
	margin-top: 20px;
}

.certificate-mysangham-logo {
	width: 42%;
	margin-top: 21%;
}

.questionNumber {
	box-sizing: border-box;
    border: 2px solid #E3A328;
    border-radius: 50%;
    padding: 0px 7px;
    color: #E3A328;
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
}
.questiontext
{
	padding:0px;
	padding-top:8px;
}
.optionNumber {
	background: #E3A328;
	box-sizing: border-box;
	border: 2px solid #E3A328;
	border-radius: 50%;
	padding: 0px 7px;
	color: white;
	font-weight: bold;
	margin-right: 10px;
	font-size: 20px;
}

.assessment-questionText {
	height: 33px;
	/* width: 475px; */
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-left-65 {
	margin-left: 65px;
}

.assessment-result-title {
	color: #E3A328;
	font-size: 31px !important;
	font-weight: bold;
	line-height: 49px;
}

.assessment-sub-title {
	color: #E3A328;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	text-align: right;
	padding-top: 17px !important;
}

.assessment-sub-result {
	color: #000000;
	font-size: 23px !important;
	font-weight: 600;
	line-height: 53px;
	font-size: 36px;
}

.assessment-back-btn { /* height: 55px; */
	/* width: 273px; */
	/* border-radius: 2px; */
	/* background-color: #588E9A; */
	/* margin-top: 30px; */
	margin-bottom: 20px;
	padding: 15px 25px;
	font-size: 16px;
}

.assessment-back-btn-text { /* color: #FFFFFF; */
	/* font-size: 18px; */
	/* font-weight: bold; */
	/* line-height: 16px; */
	/* padding-top: 20px; */
	
}

.Qn-text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.remark {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	height: 55px;
}

.remark-passed-color {
	color: #8CC152;
	font-size: 35px;
	font-weight: bold;
	height: 55px;
}

.remark-failed-color {
	color: #C8432A;
	font-size: 31px;
	font-weight: bold;
	height: 55px;
}

.bar-height-35 {
	height: 35px;
	color: #ffffff;
}

.bar-1 {
	background-color: #EBE9E9;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A4A;
}

.bar-2 {
	background-color: #9B9B9B;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.bar-3 {
	background-color: #4A4A4A;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #EBE9E9;
}

.teacherActionModal .modal-content {
	height: 200px;
}

.bg-color-white {
	background: #ffffff;
}

.lab-tile {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin: 10px 0;
}

.font-color-red {
	color: #C8432A;
}

.overflow-y-visible {
	overflow-y: visible;
}

.logo-responsive {
	
}

.header-notify-link {
	padding-right: 10px;
}

.header-profile-link {
	padding-top: 13px;
	padding-right: 10px;
}

.review-later-btn:hover {
	background-color: #d18f11;
	color: #FFFFFF;
}

.save-next-btn:hover {
	background-color: #a66e05;
	color: #FFFFFF;
}

.finish-quiz-btn-green2:hover {
	background-color: #698F40;
	color: #FFFFFF;
}

.diff-level-margin {
	margin: 0 200px !important;
}

.chhattisgarhMap {
	width: 100%;
	/* padding: 5px 10px; */
}

.heading-style {
	color: #4285f4;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.border-solid-1 {
	border: 1px solid #9d9d9d;
}

.highlight {
	background-color: #d9edf7;
}

.margin-bottom-minus-15 {
	margin-bottom: -15px !important;
}

.centredetailsSection {
	padding: 10px 20px 20px;
}

.centreprofilepic {
	height: 210px;
	width: 100%;
	border: 4px solid white;
	border-radius: 10px;
}

.centerimage {
	width: 100%;
	height: 100px;
	border: 1px solid black;
}

.profilepicDiv {
	width: 168px;
	margin: 0px auto 10px;
	border: 3px solid white;
	border-radius: 50%;
}

.stats-tile .heading {
	margin: 15px 0 20px;
}

.stats-tile .note {
	font-size: 14px;
	color: black;
}

#classDetailedChart .highcharts-yaxis-labels {
	word-break: break-all;
}

.min-height-450 {
	min-height: 450px;
}

.min-height-350 {
	min-height: 350px;
}

.height-150 {
	height: 150px;
}

.question-container {
/* 	border: 1px solid #f3e5ca; */          
    padding: 10px;    
}

.noDataMsg {
	margin: 40px auto;
	width: 50%;
	text-align: center;
	font-weight: bold;
}

.dropdown-menu>li>a.active {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.studentStartBtnMargin {
	margin-top: 25%;
}

.otherStartBtnMargin {
	margin-top: 3%;
}

.addQuestionWindowModal .modal-dialog {
	width: 1200px;
}

.editTextRight .editable-wrap .editable-controls>input {
	text-align: right !important;
}

.logo-responsive1 {
	max-width: 45%;
}

@media only screen and (max-width: 768px) { /* For mobile phones: */
	.cover-font {
		font-size: 25px;
		margin-top: 40px;
	}
	.cover-photo-edit-btn {
		font-size: 11px;
	}
	.cover-img-default {
		width: 100%;
		height: 170px;
	}
	.tabbable-line>.nav-tabs>li>a {
		padding: 18px !important;
		min-height: 50px;
	}
	.tab-link-font-1 {
		font-size: 17px;
	}
	.page-title-font {
		font-size: 20px;
	}
	.list-tile-container {
		padding: 5px 20px;
	}
	.list-tile-font-1 {
		font-size: 16px;
	}
	.list-tile-font-7 {
		margin-top: 10px;
	}
	.list-tile-font-2 {
		font-size: 17px;
		margin: 10px 0;
		overflow-wrap: break-word;
	}
	.nav-header-padding {
		padding: 0;
	}
	.nav-header-padding .navbar-header {
		padding: 15px 0px 16px 0px;
	}
	.nav-header-padding .navbar-collapse {
		padding-bottom: 10px
	}
	.logo-responsive {
		max-width: 38%;
	}
	.header-notify-link {
		padding-right: 0;
	}
	.header-profile-link {
		padding-top: 13px;
		padding-right: 0;
		padding-left: 15px;
	}
	.notifications {
		min-width: 0;
	}
	.start-quiz-btn {
		padding: 12px 30px;
		margin: 50px 20px;
	}
	.assessment-result-title {
		font-size: 30px !important;
	}
	.assessment-back-btn {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.assessment-sub-title {
		font-size: 19px;
	}
	.assessment-sub-result {
		font-size: 21px !important;
	}
	.diff-level-margin {
		margin: 0 15px !important;
	}
	.stud-tile {
		margin: 8px 5px 20px 5px;
	}
	.stud-tile .archive {
		text-align: left;
	}
	.stud-tile .lmsbtn div.btn {
		width: 100%;
		margin-bottom: 10px;
	}
	.review-later-btn {
		width: 115px;
		padding: 10px 10px;
		/* margin: 0 8px 15px; */
	}
	.save-next-btn {
		width: 115px;
		padding: 10px 10px;
		/* margin: 0 8px 15px; */
	}
	.finish-quiz-btn-green2 {
		/* width: 115px; */
		padding: 10px 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.question-container {
		border: 1px solid #f3e5ca;
		border-radius: 30px;
		min-height: 200px;
		margin-top: 10px !important;
	}
	.questionNumber {
		padding: 0px 10px;
	}
	.questiontext
{
	padding:8px;
}
	
}

@media only screen and (max-width: 1024px) {
	.addQuestionWindowModal .modal-dialog {
		width: 1000px;
	}
}

.systemConfigComment {
	font-size: 12px;
	font-style: normal !important;
	text-transform: capitalize !important;
	font-family: "Times New Roman", Times, serif;
}

.panel-bluegreen {
	border-color: #9f9f9f !important;
}

.panel-bluegreen .panel-heading {
	color: #fff;
	background-color: #45818e;
	border-color: #9f9f9f;
}

.dashboard-user-image {
	border: 1px solid #9f9f9f;
	height: 160px;
	width: 160px;
	padding: 3px;
	border-radius: 50%;
	margin-top: 6px;
}

.dashboard-user-image-square {
	border: 1px solid #9f9f9f;
	height: 115px;	
	padding: 3px;	
}

.dashboard-user-text {
	font-size: 18px;	
}

.panel-bluegreen .panel-bluegreen-body-height {
	min-height: 200px;
}


.index-img-pane {
	border: 1px solid #ccc;
    background-color: #f2f1f1;
    padding: 8px;
}

.dashboard-button-radius {
	border-radius: 6px !important;
}

.student-dashboard-progress-top {
	border-bottom: 1px solid #bbb;
}

.student-dashboard-progress-bar {
	padding: 3px 0px 3px 3px;
	color: #000 !important;
	font-weight: bolder;
	background-color: #45818e !important;
	text-align: left !important;
}

.student-dashboard-main-progress-bar {
	color: #000 !important;
	font-weight: bolder;
	background-color: #45818e !important;
	text-align: left !important;
}

.dashboard-progress-bar-sm {
	background-color: #45818e !important;
}

.panel-stude-dash-mycourse {
	overflow: auto;
	max-height: 892px;
}

.stude-dash-mycourse-scroll-style::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: rgba(226, 226, 231, 1);
}

.stude-dash-mycourse-scroll-style::-webkit-scrollbar {
	width: 8.12px;
	background-color: rgba(226, 226, 231, 1);
}

.stude-dash-mycourse-scroll-style::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(112, 115, 117, 1);
}

.stud-dash-progress {
	border: 1px solid #bbb;
	height: auto !important;
}

.student-dashboard-dropdown-menu {
	left: -105px !important;
}

.student-dashboard-notification {
	margin-left: 6px !important;
	margin-top: -8px !important;
}

/* .profilepicDiv img {
	border-radius: 50%;
} */

.panel-green-border-radius-8px {
	border-radius: 8px 8px 0px 0px;
}

.panel-green-border-radius-4px {
	border-radius: 4px 4px 0px 0px;
}

/**/
.dashboard-profile-banner {
	
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-left: 0px;
	margin-right: 0px;
	/* margin-bottom : 10px; */
}

.dashboard-bottom-line {
	border-top: 1px solid #d8d4d4;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.dashboard-progress-bottom-line {
	border-top: 1px solid #d8d4d4;
	margin-top: 6px !important;
	margin-bottom: 7px !important;
}

.dashboard-percentage {
	font-size: 27px;
}

.dashboard-progress-bar {
	border: 1px solid #333;
	background: #ebe9ea !important;
	margin-top: 5px;
}

.dashboard-progress-sm {
	border: 1px solid #333;
	background: #ebe9ea !important;
	height: 15px
}

.margin-top-minus-5 {
	margin-top: -5px;
}

.dasboard-banner-left-line {
	border-left: 1px solid #d8d4d4;
}

.dasboard-banner-right-line {
	border-right: 1px solid #d8d4d4;
}

.dasboard-banner-bottom-line {
	border-bottom: 1px solid #d8d4d4;
}

.dasboard-banner-top-line {
	border-top: 1px solid #d8d4d4;
}

.margin-top-minus-14 {
	margin-top: -14px;
}

.greenPerformanceText {
	color: #12a81c;
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 17px;
}

.text-green {
	color: #108c18;
}

.label-green {
	background-color: #108c18;
}

.yellowPerformanceText {
	color: #f7c61a;
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 17px;
}

.text-yellow {
	color: #f7c61a;
}

.label-yellow {
	background-color: #f7c61a;
}

.orangePerformanceText {
	color: #fc6923;
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 17px;
}

.label-orange {
	background-color: #f78956;
}

.text-orange {
	color: #f78956;
}

.redPerformanceText {
	color: #d3180f;
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 17px;
}

.text-red {
	color: #d3180f;
}

.studentDashboardTableHead {
	border-top: 1px solid #d8d4d4;
	padding-top: 12px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d8d4d4;
}

.studentDashboardCourseName {
	border-right: 1px solid #d8d4d4;
}

.studentDashboardCourseName-hover:hover {
	background-color: #c8c6c6;
	cursor: pointer;
}

.studentDashboard-border-bottom {
	border-bottom: 1px solid #d8d4d4;
}

.studentDashboardTableViewBody {
	/* overflow-y: auto;
	overflo-x:hidden;
	min-height: 400px; */
}

.glyphicon-menu-hamburger-blue {
	color: #7692aa !important;
	margin-left: 12px;
}

.studentdashboarddropdown {
	left: 4px !important;
	top: 49px;
}

.assessmentInnerText {
	font-size: 30px;
	position: absolute;
	top: 13px;
	left: 40px;
}

.student-dash-rank {
	color: #fff;
	text-shadow: 2px 2px #c34b4b;
}

.padding-bottom-4 {
	padding-bottom: 4px;
}

.dashboard-coursenametruncate {
	white-space: nowrap;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.uuid-truncate {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.margin-bottom-7 {
	margin-bottom: 7px;
}

.margin-top-8 {
	margin-top: 8px;
}

.progress-blue-text {
	color: #337ab7;
}

.studentDashboardAddIconTile {
	height: 345px;
}

.studentDashboardAddIconTile1 {
	height: 368px;
}

.plus-icon-blue {
	color: #337ab7;
    font-size: 90px;
    margin-top: 27%;
}

.studentDashboardAddIconTile-text {
	color: #b4b6bd;
	font-size: 17px;
}
.studentDashboardTableViewBody::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
    background-color: white;
}

.studentDashboardTableViewBody::-webkit-scrollbar{
	width: 8.12px;
	background-color: rgba(226, 226, 231, 1);
}

.studentDashboardTableViewBody::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(112, 115, 117, 1);
}

.dashboard-accordion-title{
	text-decoration: none !important;
	font-weight: bold;
	color: #62cb31 !important;
}

.dashboard-accordion-title :hover{
	text-decoration: none !important;
}
.center-userProfilepic{
	width: 185px !important;
    border: 4px solid white;
    padding: 5px 0px 5px 0px;
}

.center-userProfilepic img{
	border-radius: 10px;
}