body {
	background: #f5f5f5;
}

header {
	text-align: center;
}

.or_separator {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 14px 0;
    grid-gap: 20px;
    font-size: 18px;
}

.or_separator:before {
    right: 100%;
}
.or_separator:before, .or_separator:after {
    content: " ";
    display: block;
    border-bottom: 2px solid #e4e4e4!important
}

.site_title {
	font-family: 'Baloo Bhai', cursive;
	font-size: 50px;
	color: #333;
	margin-top: 20px;
}

.site_title a {
	text-decoration: none;
	color: #333;
}

.site_tagline {
	font-weight: 300;
    margin-bottom: 15px;
}

.block-info {
	text-align: center;
	margin-top: 10px;
}

.block-info h3 {
	font-size: 400;
}

.block-info h3 .em {
	vertical-align: -9px;
    margin-right: 5px;
}

.container {
	margin-top: 20px;
}

.login-block {
	background: #FFF;
	padding: 10px;
	padding-top: 18px;
	border-radius: 6px;
	text-align: center;
	margin-top: 40px;
}

.login-block h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 0;
}

.copyright-container {
	text-align: center;
	margin-top: 30px;
	font-weight: 300;
	margin-bottom: 40px;
}

.btn-login-fb {
	text-align: center;
    margin-top: 11px;
    margin-bottom: 19px;
    display: inline-block;
}

.btn-login-fb img {
	width: 50%;
}

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

.btn-create-quiz {
	text-transform: uppercase;
	font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-create-quiz i {
	margin-right: 3px;
    vertical-align: -4px;
}

.btn-admin-area {
	text-transform: uppercase;
	font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;	
}

.btn-admin-area i {
	margin-right: 3px;
    vertical-align: -4px;
}

.menu {
	margin-bottom: 20px;
	width: 100%;
}

.menu-item {
	text-align: center;
	background: #FFF;
	border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 4px solid #ececec;
    cursor: pointer;
}

.menu-item .menu-icon {
	font-size: 30px;
	padding-bottom: 10px;
}

.menu-item .menu-title {
	font-size: 20px;
}

.menu-item .menu-title small {
    display: block;
    line-height: 20px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.menu-item.active .menu-title {
	font-weight: bold;
}

.inner-container {
	width: 100%;
}

.content {
	background: #FFF;
	border-radius: 3px;
	padding: 0;
    border: 4px solid #ececec;
}

.content .content-inner {
	padding: 20px;
}

.content h3 {
	font-weight: 400;
	text-align: center;
	background: #ececec;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #333;
}

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

.form-centered label {
	text-align: center;
	font-weight: 400;
	width: 100%;
}

.form-centered .form-control {
	text-align: center;
}

.qcreator-part-2 {
	display: none;
}

.qcreator-part-3 {
	display: none;
}

.menu-mobile {
	display: none;
}

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

.block-add-question {
	text-align: center;
    margin-bottom: 14px;
}

.table-answers th {
	text-align: center;
}

.question-block {
	display: none;
}

.question-block.current {
	display: block;
}

.qcreator-part-3 {
	text-align: center;
}

.emo-container {
    font-size: 36px;
    margin-bottom: 28px;
}

.btn-copy-link {
    background: #DADADA;
    color: #333 !important;
    border: 1px solid #bbb;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-copy-link:active {
    background: #DADADA !important;
    color: #333 !important;
    border: 1px solid #bbb;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-copy-link.disabled {
    background: #DADADA;
    color: #333 !important;
    border: 1px solid #bbb;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;	
}

.btn-copy-link:hover {
	background: #DADADA;
	border: 1px solid #CCC;
}

.quiz-line td {
    vertical-align: middle;
}

.container-profile {
	text-align: center;
	margin-bottom: 22px;
}

.form_profile_pic {
	text-align: center;
	width: 100%;
}

.form_profile_pic small {
	color: #333;
}

.col-product-profile {
	margin-bottom: 20px;
}

.profile_photo_container {
	width: 100%;
}

.profile_photo_container a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.profile_photo_input {
	display: none !important;
}

.profile_picture_container {
	text-align: center;
	width: 200px !important;
	margin: auto;
	position: relative;
}

.profile_picture_container .delete_profile_picture {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 9999;
	color: red;
	padding-left: 6px;
    padding-right: 9px;
    background: #FFF;
    border-bottom-right-radius: 4px;
    font-size: 16px;
}

.upload-in-progress {
	display: none;
}

.profile_picture_container img {
    width: 100%;
    height: 100%;
	height: 180px;
	border: 4px solid #FAFAFA;
	object-fit: cover;
}

.profile_photo {
	display: none;
}

.error-profile {
	display: none;
}

.profile_bottom_buttons {
	text-align: center;
}

.author_profile_infos {
	text-align: center;
	margin-top: 30px;
}

.author_profile_infos img {
	border-radius: 100px;
	border: 4px solid;
	margin-bottom: 17px;
}

.author_profile_infos h4 {
	margin-bottom: 20px;
}

.take_quiz_container {
	text-align: center;
}

.btn-play-quiz {
	margin-top: 10px;
}

.quiz_questions_container {
	display: none;
}

.quiz_success_container {
	display: none;
}

.take_quiz_container {
	padding-top: 10px;
	padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.quiz_login_container small {
	display: block;
}

.quiz_q_container {
	display: none;
	margin-bottom: 40px;
	margin-top: 15px;
}

.quiz_q_container.current {
	display: block;
}

.quiz_q_question {
    font-size: 26px;
    margin-bottom: 8px;
    text-align: left;
}

.btns-container {
    background: #ececec;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 6px;
    margin-top: 17px;
}

.custom-control {
	font-size: 21px;
	margin-left: 6px;
}

.custom-control.fill-checkbox .fill-control-indicator {
	width: 23px;
	height: 23px;
}

.fill-control-description {
	margin-left: 10px;
}

.btn-next-question {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 5px;
}

.btn-add-another-question {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 5px;
}

.btn-prev-question {
    margin-top: 5px;
    font-size: 17px;
    text-transform: uppercase;	
}

.btn-finish-quiz {
    margin-top: 5px;
    font-size: 17px;
    text-transform: uppercase;		
}

.quiz_success_container {
	text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: -16px;
}

.percent_container {
	font-size: 40px;
}

.over_0_to_25 {
	background: #e74c3c;
    color: #FFF;
}

.over_25_to_50 {
	background: #e67e22;
	color: #FFF;
}

.over_50_to_75 {
	background: #f1c40f;
}

.over_75_to_100 {
	background: #2ecc71;
}

.jssocials-shares {
	margin-bottom: 0px;
}

.pagination {
    text-align: center;
    width: 100%;
    display: block;
}

.pagination a {
    color: #333;
	font-weight: bold;
}


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

.friend_profile_pic img {
	width: 90px;
    height: 100%;
    object-fit: cover;
	border: 4px solid #FAFAFA;
} 

.check_quiz_friends {
	color: #333;
	font-weight: bold;
}

.check_quiz_friends:hover {
	text-decoration: none;
}

.btn-admin-edit {
	
}

.admin-config legend {
	text-align: center;
	margin-bottom: 10px;;
	width: 100%;
}

.quiz-result h4 {
	font-size: 20px
}

.quiz-sep {
	font-size: 46px;
    text-align: center;
}

.quiz-sep .sep-icon {
	margin: auto;
}

.quiz_do_like {
	text-align: center;
	margin-top: 20px;
}

.quiz_success_container {
	color: #FFF;	
}

.topbar {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    background: #2980b9;
    color: #FFF;
    padding-top: 11px;
    padding-bottom: 11px;
}

.topbar .btn {
	margin-top: 4px;
	text-transform: uppercase;
	font-size: 11px;
}

header.demo_mode {
	margin-top: 80px;
}

.topbar a {
	color: #FFF;
	font-weight: bold;
}

.row-stats {
	margin-bottom: 5px;
}

.row-stats h4 {
	font-size: 20px;
}

.align-items-right {
	text-align: right;
}

.page-line h3 {
	margin-bottom: 5px;
	font-size: 20px;
}

.copyright-container a {
	color: #333;
}

form.user .btn-primary {
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: bold;
}

form.user .no_account_sign_up {
    font-size: 15px;
    margin-bottom: 9px;
}

form.user .no_account_sign_up a {
	font-weight: bold;
	color: #333;
}

.user_sign_up {
	margin-top: 20px;
}

.no_fb_login {
	margin-top: 20px;
}

.btn-sign-up {
    /* margin-top: 20px; */
    text-transform: uppercase;
    margin-bottom: 27px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-weight: bold;
    width: 50%;
}

@media(max-width: 800px) {
	.menu-mobile {
		display: block;
	}
	
	.menu {
		display: none;
	}
	
	.btn-create-quiz {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.btn-admin-area {
		width: 100%;
	}
	
	.topbar {
		font-size: 12px;
		line-height: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
}