* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Quicksand", sans-serif;
	margin: 0;
	width: 100%;
	font-size: 16px;
	overflow-x: hidden;
}

.admin-main-section {
	padding-top: 25px;
	/* border: #000 solid 2px; */
	/* height: inherit; */
	/* bottom: 0; */
}

.admin-main-section.no-gap {
	padding-top: 10px;
}

.breadcrumb {
	margin-bottom: 5px;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-center-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex-space {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-reverse {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.capitalise {
	text-transform: capitalize;
}

span.required {
	color: red;
}

.text-muted {
	color: #eee;
}

.text-grey {
	color: #8f8f8f;
}

.text-primary {
	color: #021591;
}

p {
	line-height: 30px;
	font-weight: 400;
	font-size: 16px;
}

h1 {
	font-family: "Arvo", serif;
	font-weight: 900;
}

h2 {
	color: #555;
}

h2,
h3,
h4 {
	font-weight: 700;
}

h5,
h6 {
	font-weight: 500;
	font-size: 17px;
}

h3 {
	padding-bottom: 10px;
}

button {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.btn,
.btn.round {
	padding: 15px 30px;
	font-size: 13px;
	border-radius: 30px;
}

/* For the side nav bar */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	-webkit-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
	padding: 16px;
}

.admin-main-section label {
	margin-bottom: 0;
	font-weight: normal;
}

@media screen and (max-height: 600px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

/* FOR THE TOP NAV */

.topnav {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: #f8f8f8;
	/* background: #1b75bc; */
	/* background-color: #2139c0; */
	z-index: -1;
	min-height: 70px;
	padding-top: 5px;
	font-weight: bold;
}

.topnav div:last-child span:not(.notification_view) {
	color: #444;
	margin-right: 5px;
	/*padding-top: 10px;*/
}

.topnav div:last-child a {
	color: #444;
}

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

/* For the slide show */
/* {-webkit-box-sizing:border-box; box-sizing:border-box} */
/*body {font-family: Verdana,sans-serif;}*/
.mySlides {
	display: none;
}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Caption text */
/*.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px;
	}
}

/* For the body */
.category-image {
	height: 200px;
	width: 200px;
}

.border-outline {
	border-color: #00a6ce;
	border-width: 2px;
	border-style: solid;
	margin-top: 20px;
}

.center-text {
	text-align: center;
}

.dark-background {
	background-color: #b4b4b4;
	height: 50px;
}

.collapse {
	z-index: 5;
}

.top-margin {
	margin-top: 20px;
}

.not-for-big {
	display: none;
}

@media screen and (min-width: 767px) {
	#courses {
		width: 250%;
	}
}

@media screen and (max-width: 767px) {
	#courses {
		width: inherit;
		padding: 0px;
	}

	#courses > div > div {
		padding: 5px;
	}
}

.add-border {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#learnable {
	font-size: 20px;
}

/* For the login page */

#new-to-learnable {
	text-decoration: none;
	color: #79ace9;
	font-style: italic;
}

.active {
	/* background-color: #efefef; */
}

.big-top-margin {
	margin-top: 50px;
}

.first-margin {
	margin-top: 100px;
}

.big-text {
	font-size: x-large;
}

.error-message {
	color: red;
	background-color: #b4b4b4;
}

.admin-sidebar:not(.more-nav) {
	/* background:#001cbf; */
	/* background: #1b75bc; */
	/* background: #fafafa; */
	background: #021591;
	padding-top: 10px;
	/* overflow-y: auto; */
	/* color: #444; */
	color: #fefefe;
	z-index: 3;
}

.admin-sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.admin-sidebar ul li {
	padding: 7px 12px;
}

.admin-sidebar ul li a {
	text-decoration: none;
	/* color: #444; */
	color: #eee;
	/* display: inline-block; */
	width: 100%;
	height: inherit;
	font-size: 15px;
}

.admin-sidebar .glyphicon {
	/* color: #eee; */
}

.admin-sidebar .more-nav {
	background-color: whitesmoke;
	color: #333;
	border-radius: 5px;
	border: 1px #000 solid;
	min-width: 20vw;
	position: absolute;
	top: 8vh;
	padding: 1em 1em;
	display: none;
	z-index: 1;
}

.admin-sidebar .more-nav a {
	color: #000;
}

.admin-sidebar .more-button {
	padding: 3px 4px;
	border-radius: 3px;
	background-color: transparent;
	position: absolute;
	right: 10px;
}

.uniform-li {
	list-style: ordered;
}

.uniform-li li {
	margin-bottom: 10px;
}

.uniform-li li span {
	float: right;
}

.articles-preview {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 5px 9px;
	background-color: #fff;
	margin-bottom: 6px;
	height: 90px;
}

.no-padding {
	padding: 0px;
}

.no-padding-sm {
	padding-right: 5px;
	padding-left: 5px;
}

.no-padding-right {
	padding-right: 0px;
}

.no-padding-left {
	padding-left: 0px;
}

.no-margin {
	margin: 0px;
}

.no-margin-right {
	margin-right: 0px;
}

.no-margin-left {
	margin-left: 0px;
}

.go-right {
	float: right;
	margin-left: 10px;
	/* right: 10px; */
}

.go-bottom {
	position: absolute;
	bottom: 10px;
}

.task_description {
	font-size: 12px;
	display: -webkit-box;
	height: calc(14 * 1.4 * 3);
	/* Fallback for non-webkit */
	margin: 0 auto;
	/* line-height: 1.4; */
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tiny-text {
	font-size: 11px;
	font-weight: lighter;
}

.tiny-text.sm {
	font-size: 13px;
}

.tiny-text.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.goto {
	display: inline-block;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 0px 3px 5px;
	color: #777;
}

.active-forums,
.weakest-forums {
	border-radius: 20px 0px 0px 20px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 0px;
	background: #fff;
	height: 100px;
}

.default-forums:hover {
	background: #fafafa;
}

.active-forums span,
.weakest-forums span {
	height: inherit;
}

.active-forums > span,
.weakest-forums > span {
	padding: 20px 10px;
	display: inline-block;
	margin-right: 15px;
}

.active-forums > span:first-child,
.weakest-forums > span:first-child {
	color: #fff;
	width: 12%;
	border-radius: 20px 0px 0px 20px;
	text-align: center;
	font-size: 20px;
}

.active-forums > span:first-child {
	background: #1b75bc;
}

.weakest-forums > span:first-child {
	background: #666;
}

.active-forums > span:nth-child(2),
.weakest-forums > span:nth-child(2) {
	width: 60%;
}

.active-forums > span:nth-child(3),
.active-forums > span:nth-child(4),
.active-forums > span:nth-child(5),
.weakest-forums > span:nth-child(3),
.weakest-forums > span:nth-child(4),
.weakest-forums > span:nth-child(5) {
	font-size: 11px;
	/*background: lightgreen;*/
	display: inline;
	border-radius: 3px;
	padding: 5px 8px;
	/*color: #333;*/
}

.forum-post {
	padding: 0px 0px 0px;
}

.forum-post > div:first-child {
	padding-top: 5px;
	text-align: center;
}

/* .forum-post > div:first-child span
{
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background: #1b75bc;
    font: 20px bold; 
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.task-list {
	padding: 20px 15px;
	background: #f2f6fc;
	/* box-shadow: 0px 0px 2px 1px #ccc; */
	/* border-top: 1px solid #eee; */
	/* border-right: 1px solid #eee; */
	margin-bottom: 5px;
	min-height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 10px;
}

.task-list p {
	margin-bottom: 0px;
}

.task-list:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#notify_display_container {
	width: 400px;
	position: absolute;
	top: 100%;
	background: #f2f6fc;
	right: 20px;
	color: #333;
	display: none;
	overflow-y: auto;
	min-height: 100px;
	max-height: 400px;
	border-radius: 10px;
	padding: 10px 25px;
}

/* #notify_display {
  width: 400px;
  position: absolute;
  top: 100%;
  background: #f2f6fc;
  right: 20px;
  color: #333;
  display: none;
  overflow-y: auto;
  min-height: 100px;
  max-height: 400px;
  border-radius: 10px;
  padding: 10px 0;
} */

/* #notify_display div:nth-child{} */
p.display_notifications {
	/* padding: 0px 25px; */
	margin-bottom: 0px;
}

.single_notification {
	display: flex;
	align-items: center;
}

p.display_notifications a {
	color: #333;
}

.notification_view {
	cursor: pointer;
}

.hellip {
	font-size: 18px;
	/* padding: 10px; */
}

.answer_div label {
	font-weight: normal;
}

.task-option-box {
	z-index: 1000;
	color: #eee;
	display: none;
	/* background-color: #000; */
	background: #f2f6fc;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 10px;
}

.task-option-box ul {
	padding: 15px;
	font-size: 14px;
}

.task-option-box ul li {
	padding: 2px 0;
	cursor: pointer;
	/* text-align: center; */
	color: #000;
}

.task-option-box button {
	background-color: transparent;
}

.task-option {
	/* min-height:100px;  */
	z-index: 1000;
	color: #eee;
	display: none;
}

.task-option div:first-child {
	height: inherit;
}

.task-option div:first-child ul li {
	padding: 6px 10px 0px;
	cursor: pointer;
}

.task-tooltip {
	width: 1px;
	height: 1px;
	border-top: 10px solid #bbb;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: 40%;
}

.heading-label.label {
	width: auto;
	border-radius: 30px;
	margin-bottom: 20px;
	padding: 9px;
	display: inline-block;
	/* background: #5566ce; */
	/* background: #1b75bc; */
	background: rgb(46, 105, 214);
}

.comment_body {
	margin-bottom: -70px;
	padding-bottom: 2px;
}

.form-group input:not([type="file"]),
.form-group select,
.form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
}

.form-group input,
.form-group select {
	height: 50px;
}

.form-group textarea {
	min-height: 100px;
	padding-top: 10px;
}

input[type="radio"],
.radius {
	height: 20px;
	width: 20px;
	display: inline-block;
}

.header .main-nav .nav .dropdown-menu a {
	border-bottom: 0px;
}

.profile-image {
	text-align: center;
	padding: 20px;
}

.forms-button {
	border-radius: 30px;
	width: 100%;
	padding: 12px;
	height: 50px;
	color: #eee;
	background-color: rgba(48, 91, 211, 0.9);
	border: 0px;
}

.forms-button.round-left {
	border-radius: 30px 0 0 30px;
}

.forms-button.round-right {
	border-radius: 0 30px 30px 0;
}

.forms-button-sm {
	width: 150px;
	padding: 12px;
	height: 50px;
	color: #eee;
	background-color: rgba(48, 91, 211, 0.9);
	border: 0px;
}

.form-margin-top {
	margin-top: 30px;
}

.profile-image img {
	width: 285px;
	height: 285px;
	border-radius: 50%;
	border: 3px solid #aaa;
}

/*Modality*/
.modality {
	width: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: #0000007a;
	z-index: 12000;
	display: none;
	overflow-y: auto;
}

.modality #feedback {
	padding: 1px 18px;
}

.close-dialog {
	background-color: #000;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
}

.modality .close-dialog.x {
	font-size: 35px;
	color: #fff;
	cursor: pointer;
}

.modality-data .icon-header {
	font-size: 50px;
}

.modality-data .icon-header.on_success {
	color: seagreen;
}

.modality-data .icon-header.on_failure {
	color: red;
}

.sub-modality {
	position: absolute;
	margin: 12% 35%;
	min-height: 200px;
	min-width: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 20px;
	overflow-y: auto;
}

.sub-modality button {
	width: 100%;
}

.breadcrumb {
	font-size: 12px;
}

.breadcrumb a {
	color: #5566ce;
}

@media screen and (max-width: 900px) {
	.sub-modality {
		margin: 20% 35%;
		min-height: 200px;
		min-width: 300px;
	}
}

@media screen and (max-width: 780px) {
	.sub-modality {
		margin: 30% 15%;
		min-height: 200px;
		min-width: 70%;
	}
}

@media screen and (max-width: 380px) {
	.sub-modality {
		margin: 40% 5%;
		min-height: 200px;
		min-width: 90%;
	}
}

/*Modality2*/
.modality2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: #eee;
	z-index: 12000;
	display: none;
	padding: 0px;
	overflow-y: auto;

	/* overflow: scroll; */
}

.modality2 #feedback {
	padding: 1px 18px;
}

.modality2 .close-dialog.x {
	font-size: 35px;
	color: #fff;
	cursor: pointer;
}

.modality2-data .icon-header {
	font-size: 50px;
}

.modality2-data .icon-header.on_success {
	color: seagreen;
}

.modality2-data .icon-header.on_failure {
	color: red;
}

.sub-modality2 {
	position: absolute;
	margin: 4% 10%;
	min-width: 80%;
	border-radius: 10px;
	height: 600px;
	padding: 0px;
	overflow: auto;
}

/* .sub-modality2 button{
    width: 100%;
} */

@media screen and (max-width: 900px) {
	.sub-modality2 {
		margin: 20% 35%;
		min-height: 200px;
		min-width: 300px;
	}
}

@media screen and (max-width: 780px) {
	.sub-modality2 {
		margin: 10% 5%;
		min-height: 200px;
		min-width: 70%;
	}
}

@media screen and (max-width: 380px) {
	.sub-modality2 {
		margin: 20% 5%;
	}
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
	display: none;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 23px;
	width: 23px;
	left: 5px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #2196f3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 30px;
}

.slider.round:before {
	border-radius: 50%;
}

select {
	/* height: 45px; */
	/* width: 100%; */
	padding: 10px;
	border-radius: 10px;
	background-color: whitesmoke;
	/* border: 1px solid #ccc; */
}

select option {
	padding: 25px;
}

.payment_details {
	/* background: #5566ce; */
	border-radius: 10px;
}

/** payment style**/
.payments-box > div {
	min-height: 550px;
}

.payments-box > div > div {
	padding: 0px;
	min-height: inherit;
	/* background:#fff; */
	/* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); */
}

/* .payments-box > div:last-child {
    padding-top: 40px;
} */

.payment_details select {
	height: 45px;
	width: 100%;
	/* border: 1px solid #ccc; */
}

.pdetais {
	border-radius: 10px 10px 0 0;
	text-align: center;
	background: #5566ce;
	color: #fff;
	padding: 8px 0;
}

.pdetais > span {
	font-size: 14px;
}

.pplans {
	/* background-color: #000; */
	/* margin: 1px; */
}

.pplans > div {
	padding: 0 7px;
}

.plan_info {
	background-color: #fff;
	padding: 15px;
	list-style-type: square;
	min-height: 350px;
}

.plan_info li {
	width: 100%;
	/* text-align: center; */
	/* line-height: 40px; */
	font-size: 14px;
	/* padding: 0 20px; */
}

/* .plan_info li:nth-child(odd) {
  background: #fafafa;
} */

.proceed {
	background: #5566ce;
	color: #fff;
	width: 90%;
	text-align: left;
	padding: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	border-radius: 3px;
	margin: 5px 5%;
}

.proceed:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: 0.5s;
}

/*New payment components*/
.payments-box label {
	background: #5566ce;
	height: 150px;
	color: #fff;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
}

.payments-box label h3 {
	color: #fff;
}

.payments-box label h5 {
	text-transform: uppercase;
}

.payments-box label h6 {
	color: #fff;
	font-weight: normal;
	line-height: 1px;
}

.payments-box label:hover {
	opacity: 0.9;
}

.payments-box input[type="radio"] {
	position: absolute;
	right: 25px;
	top: 5px;
	height: 30px;
	width: 30px;
	outline: none;
	border: none;
}

.payments-box i {
	font-size: 11px;
	font-weight: bold;
}

.payments-box .offers {
	padding: 10px;
	/* min-height: 135px; */
}

.payments-box .offers.sm {
	padding-top: 0;
	font-size: 14px;
}

/* 
 onboarding session
*/
.onboarding-div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.onboarding-div .config {
	border: 1px solid #dfdfdf;
	max-width: 400px;
	width: 350px;
	margin-right: 5px;
	background-color: #f2f6fc;
	font-size: 14px;
	border-radius: 5px;
}

.onboarding-div #welcome_video {
	position: relative;
	max-width: 400px;
	width: 350px;
	margin-right: 5px;
	margin-top: 45px;
	border-radius: 5px;
}

.onboarding-div .onboard-side-section {
	padding: 20px;
	border: 1px solid #dfdfdf;
	flex-grow: 2;
	width: 500px;
	min-height: 500px;
	/* max-height: 700px; */
	position: relative;
}

.config li {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.config li:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
}

.onboarding_list {
	padding: 5px;
	background-color: #f2f6fc;
	border: 1px solid #efefef;
	border-radius: 5px;
}
input.checkbox-large[type="checkbox"] {
	width: 20px; /* desired width */
	height: 20px; /* desired height */
}

input.radio-btn[type="radio"] {
	width: 12px; /* desired width */
	height: 12px; /* desired height */
}
/* .offers.solo {
    min-height: auto;
} */

.payments-box .card {
	border: 1px solid #5566ce;
}

.phone {
	height: 40px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 3px;
}

.paymentDuration select {
	height: 45px;
	width: 100%;
	border: 1px solid #ccc;
}

.paylist {
	width: 95%;
	margin: 5px auto 0px;
}

#amt_error {
	color: red;
}

.paylist li {
	line-height: 45px;
	margin-bottom: 5px;
}

/*  */

.controldiv {
	width: 100%;
	margin: 5px auto 0px;
	text-align: center;
}

.controls_inline li {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.controls_inline li:hover {
	background: #eee;
	cursor: pointer;
}

.controls_inline li:nth-child(even) {
	margin-left: 10px;
}

#add_quiz_table textarea {
	border: 1px solid #ccc;
	padding: 10px;
	width: 350px;
}

#add_quiz_table td {
	padding: 10px;
}

#add_quiz_table select {
	width: 350px;
	border: 1px solid #ccc;
	padding: 10px;
}

#add_quiz_table .submit {
	width: 350px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
}

.error_log {
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: red;
	padding: 10px;
}

.questions_table {
	width: 100%;
}

.questions_table td {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
}

.questions_table th {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
}

.questions_table tr:nth-child(odd) {
	background: #eee;
}

.profile-tree > ul > li {
	padding-bottom: 50px;
}

.profile-tree > ul > li > div {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #5566ce;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.progress-tree {
	text-align: center;
	padding: 25px;
}

.progress-tree > ul {
	display: flex;
	justify-content: space-between;
	/* align-items: flex-start; */
	flex-direction: column;
	min-height: 700px;
}

.progress-tree.h-align > ul {
	display: flex;
	flex-direction: row;
	min-height: auto;
}

.progress-tree span {
	color: #aaa;
}

.progress-tree > ul > li > span.done {
	color: #5566ce;
}

.progress-tree > ul > li > span.current {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #5566ce;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.instructions {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
}

.quiz_container {
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 4px;
}

.instructions_list li {
	line-height: 30px;
	/* border-bottom:1px solid #eee; */
	/* padding: 15px; */
}

.ttitle {
	background: #2139c0a8;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	/* border-bottom:1px solid #eee; */
	font-size: 16px;
	color: #fff;
	/* padding: 20px */
}

.start_assessment {
	width: 180px;
	height: 45px;
	background: #5566ce;
	line-height: 43px;
	text-align: center;
	/* margin-left:30%; */
	border-radius: 4px;
	color: #fff;
}

.start_assessment:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #eee;
}

.instructions a:link {
	color: #666;
}

.next {
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #5566ce;
	margin-left: 35%;
	color: #fff;
	border-radius: 20px;
}

.next:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #eee;
}

.next_button {
	background: #5566ce;
}

.answer_div li {
	line-height: 35px;
}

.opps {
	color: red;
}

.congrats {
	color: green;
}

.well2 {
	/* width:160px; */
	height: 50px;
	text-align: center;
	background: #5566ce;
	color: #fff;
	line-height: 50px;
}

.well3 {
	/* width:160px; */
	height: 50px;
	text-align: center;
	border: 1px solid #ccc;
	color: #333;
	line-height: 50px;
	font-weight: bold;
	font-size: 18px;
}

.search_list li {
	display: inline;
	height: 50px;
}

.search_list input {
	display: inline;
	height: 50px;
	width: 300px;
	text-align: center;
	background: none;
	border: 1px solid #ccc;
}

#universial_search {
	width: 100px;
	text-align: center;
	background: #5566ce;
	color: #fff;
	border: none;
}

#universial_search:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #eee;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.search_search {
	/* color:red; */
	font-size: 16px;
}

#settings_table td {
	border: 1px solid #ccc;
}

#settings_table th {
	border: 1px solid #ccc;
}

/* .new_difficulty_table{
    width:100%;
    padding:10px;
} */
.new_difficulty_table input {
	width: 250px;
	height: 50px;
	background: none;
	border: 1px solid #ccc;
	text-align: center;
}

.new_difficulty_table select {
	width: 250px;
	height: 50px;
	background: none;
	border: 1px solid #ccc;
	text-align: center;
}

.new_difficulty_table td {
	padding: 5px;
}

.submit_difficulty {
	width: 110px;
	background: #5566ce;
	color: #fff;
	height: 50px;
	border: none;
}

.submit_difficulty:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #eee;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.table-responsive {
	border: 0px;
}

/** Image style **/

.info {
	color: #808080;
	font-weight: normal;
	border-bottom: 1px solid #ccccff;
	padding: 0.8em;
}

.u_info {
	float: right;
}

.edit_info {
	color: #666;
	padding: 0.3em;
}

.edit_info a {
	color: #808080;
}

.edit_info a:hover {
	text-decoration: none;
	color: #808080;
}

.profile-pic {
	max-width: 200px;
	max-height: 200px;
	display: block;
	margin: 10px auto;
}

.file_upload {
	margin: 10px auto;
}

.user-box {
	width: 150px;
	border-radius: 0 0 3px 30px;
	padding: 10px;
	position: relative;
}

.user-box .name {
	word-break: break-all;
	padding: 10px 10px 10px 10px;
	background: #eeeeee;
	text-align: center;
	font-size: 20px;
}

.user-box form {
	display: inline;
}

.user-box .name h4 {
	margin: 0;
}

.user-box img.previewImage {
	width: 150px;
}

.img-relative:hover .imageLink {
	opacity: 1;
}

.overlay-content {
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	left: 10;
	right: 0;
	text-align: center;
	color: #555;
}

.uploadProcess img {
	max-width: 150px;
	border: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	display: inline;
}

#button {
	pointer-events: none;
}

.dropdown {
	display: block;
}

.attachement {
	position: absolute;
	right: 4%;
	top: 7px;
}

.send {
	/* position: absolute;
    bottom: -30px;
    left: 78em;
    background: white;
    height: 50px;    */
}

#board_name {
	color: #000;
	position: absolute;
	left: 15%;
	margin-top: 25px;
	padding-left: 15px;
}

.topnav div:first-child {
	display: inline-block;
	margin: 15px 0 0 5px;
}

/* .topnav div:first-child > i{
	display: inline-block;
} */

/* Responsiveness begins here */
@media screen and (max-width: 375px) {
	.update-info {
		display: inline-block;
		position: relative;
		width: 100%;
		margin: -65.2em 0px 0px 15em;
	}

	.dropdown {
		display: none;
	}

	#button {
		pointer-events: all;
	}
	.update {
		display: block;
		position: relative;
		width: 100%;
		margin: -47.2em 0px 0px 14em;
	}
	.attachement {
		position: absolute;
		right: 14%;
		top: 7px;
	}
	.textarea {
		padding: 12px;
	}
	.send {
		/* position: absolute;
        bottom: -30px;
        left: 17.5em;
        background: white;
        height: 50px;      */
	}
	.comment {
		margin-left: 70px;
		margin-top: -50px;
	}
	.image_comment,
	.image_topic {
		height: 50;
		width: 50;
	}

	#board_name {
		padding-left: 5px;
	}

	.topnav div:last-child {
		float: right;
		margin-top: 20px;
	}
}

@media screen and (min-width: 412px) and (max-width: 420px) {
	.send {
		/* position: absolute;
        bottom: -35px;
        left: 19.5em;
        background: white;
        height: 50px;  */
	}
	.attachement {
		position: absolute;
		right: 14%;
		top: 7px;
	}
	.textarea {
		padding: 12px;
	}
	.comment {
		margin-left: 70px;
		margin-top: -50px;
	}
	.image_comment,
	.image_topic {
		height: 50;
		width: 50;
	}

	#board_name {
		padding-left: 15px;
	}

	.topnav div:last-child {
		float: right;
		margin-top: 20px;
	}
}

@media screen and (min-width: 440px) and (max-width: 830px) {
	.attachement {
		position: absolute;
		right: 8%;
		top: 7px;
	}
	.textarea {
		padding: 12px;
	}
	.send {
		/* position: absolute;
        bottom: -30px;
        left: 37em;
        background: white;
        height: 50px;      */
	}

	.image_comment,
	.image_topic {
		height: 50;
		width: 50;
	}

	#board_name {
		padding-left: 15px;
	}

	.topnav div:last-child {
		float: right;
		margin-top: 20px;
	}
}

.imageLink {
	position: absolute;
	top: 28px;
	right: -10px;
}

.image_class_parser {
	display: none;
	border-radius: 50%;
	border: 5px solid #d3d3d3;
}

.image_class_holder {
	font-size: 45px;
	border: 5px solid #d3d3d3;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: slategrey;
}

/* Admin side bar */
.sublist, .quiz_list {
	width: 100%;
	display: none;
}

.sublist li, .quiz_list li {
	margin-left: 15px;
}

#system_drop_down, #quiz_drop_down {
	cursor: pointer;
}

.close_dropdown {
	/* color: red; */
	font-weight: bold;
	margin-left: 90%;
	margin-top: 4px;
	cursor: pointer;
}

.glyphicon {
	color: #444;
}

.card {
	box-shadow: 0 0 3px #dfdfdf;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-around;
	border-radius: 10px;
	margin-bottom: 25px;
	overflow: hidden;
	/* align-items: center; */
}

.card-no-flex {
	box-shadow: 0 0 3px #dfdfdf;
	border-radius: 10px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.card-box {
	min-height: 150px;
	background: #f8f8f8; /*rgb(46, 105, 214)*/
	color: #444;
	box-shadow: 0px 5px 20px -14px rgba(0, 0, 0, 0.35);
}

.card-box-sm {
	height: 100px;
	/* background: #f8f8f8; rgb(46, 105, 214) */
	background: #f8f8f8; /*rgb(46, 105, 214)*/
	color: #444;
	box-shadow: 0px 5px 20px -14px rgba(0, 0, 0, 0.35);
	padding-top: 10px;
}

.card-table {
	min-height: 400px;
	margin-bottom: 50px;
	background: #fafafa;
}

.card-table-sm {
	/* min-height: 400px; */
	margin-bottom: 50px;
	background: #fafafa;
}

.card-table table,
.card-table-sm table {
	font-size: 14px;
}

a > button {
	padding: 15px 30px;
	border: 2px solid#efefef;
	background-color: transparent;
	color: #efefef;
	font-size: 13px;
	/* text-transform: uppercase; */
	border-radius: 30px;
}

a > button.lowercase {
	text-transform: none;
}

.btn-primary {
	/* background-color: #1b75bc; */
	/* border-color: #1b75bc; */
	background-color: #436ad6;
	border-color: #436ad6;
}

.card-view {
	/* background: #222222; */
	box-shadow: 0px 20px 27px -14px rgba(0, 0, 0, 0.35);
	border-radius: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	/* -webkit-transition: background-color ease-in 0.25s;
  transition: background-color ease-in 0.25s; */
	/* height: 300px; */
}

.card-view div:first-child img {
	width: 100%;
	height: 150px;
	border-radius: 4px;
}

.card-view > div:nth-child(2) > div:nth-child(1) {
	white-space: nowrap;
	/* color: #ddd; */
}

.card-view > div:nth-child(2) > div:nth-child(2) {
	height: 75px;
	font-size: 12px;
	color: #333;
}

.card-view * {
	overflow-x: hidden;
}

.card-view-sm {
	box-shadow: 0px 3px 7px 0 rgba(214, 211, 211, 0.35);
	border-radius: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.card-view-sm div:first-child img {
	width: 100%;
	height: 100px;
	border-radius: 10px 10px 0 0;
}

.card-view-sm > div:nth-child(2) > div:nth-child(1) {
	white-space: nowrap;
	color: #555;
}

.card-view-sm > div:nth-child(2) > div:nth-child(2) {
	height: 75px;
	font-size: 12px;
	color: #777;
}

.card-view-sm * {
	overflow-x: hidden;
}

#panel {
	color: #333;
}

.navbar-default {
	border: 0px;
	color: #4e76ca;
	background-color: #f5f5f5;
}

.navbar-default button {
	border-color: #4e76ca;
	color: #4e76ca;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #999;
	height: 3px;
}

/* .card-view div:nth-child(1) {
    display: none;
} */

@media (max-width: 767px) {
	.navbar-brand img {
		width: 150px;
	}

	.navbar-brand {
		padding: 5px 15px;
	}

	.navbar-default .navbar-toggle {
		border: 0px;
	}

	.card-box {
		min-height: 100px;
		/* background-color: #2d3a8b; */
		/* color: #eee; */
	}

	.card {
		margin-bottom: 15px;
	}

	.card-table {
		min-height: 250px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	p {
		margin-bottom: 0px;
		line-height: 1.1;
	}

	h5 {
		margin-bottom: 0px;
		margin-top: 20px;
	}

	div[class^="col-"] {
		padding-right: 8px;
		padding-left: 8px;
	}

	.card-view div:first-child img {
		height: 100px;
	}

	.card-view div:nth-child(2) {
		display: none;
	}

	.card-view {
		box-shadow: none;
		padding-bottom: 0px;
	}

	.hide-status {
		display: none;
	}

	.hide-status-time {
		display: none;
	}

	#board_name {
		padding-left: 5px;
	}
}

#community-page #info-section .card {
	padding: 20px;
}

#community-page #info-section .card {
	background-color: #000;
}

#community-page #info-section .card > h4,
#community-page #info-section .info p {
	color: #ccc;
}

#background-section {
	background: url("../images/background/bg-footer-2.jpg") fixed 100%;
	height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

#org-container {
	margin: 25px 0;
	text-align: center;
	color: #fff;
}

#org-name {
	color: #fff;
	line-height: 15px;
}

/* ======== Progress Bar DON'T DELETE YET ==== */
/* .progress-container {
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
  }
  
  .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #4caf50;
	transition: width 0.5s ease-in-out;
  }
  
  .progress-text {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
  }
  
  .checkmark {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	text-align: center;
  }
  
  .fa-check {
	line-height: 20px;
	color: #fff;
	visibility: hidden;
  }

  .progress-preview {
	display: none;
  }
  
  .progress-container.complete .fa-check {
	visibility: visible;
  } */

/* General Progress */
.loading-indicator {
	display: none;
	text-align: center;
	font-size: 16px;
}

.loading-content {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.loader {
	width: 20px;
	height: 20px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-right: 10px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loading-text {
	display: block;
}

.check-icon {
	margin-left: 5px;
	display: none;
	font-size: 18px;
	color: #4caf50;
}

.check-icon.animate {
	animation: checkAnimation 1s;
}

@keyframes checkAnimation {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
