body {
	background-color: #fff;
}

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

.panel-default>.panel-heading {
	color: #fff;
	background-color: #38378B;
	border-color: #38378B !important;
	font-weight: bold
}

.btn-primary {
	background-color: #38378B;
	border-color: #38378B;
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #38378B;
	border-color: #38378B;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
	background-color: #38378B;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover,
	.btn-primary:active:focus {
	color: #fff;
	background-color: #38378B;
	border-color: #38378B !important;
}

.main-footer a {
	margin: 10px;
}

.main-footer p {
	margin: 10px;
}

.inbas-logo {
	margin-top: 15px;
}

.row {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	color: rgb(56, 55, 139);
}

.tooltip-inner {
	text-align: left;
}

.bs-stepper-header {
	padding-left: 22px;
	padding-right: 22px;
}

.bs-stepper .content {
	width: 100% !important;
}

.bs-stepper-circle {
	font-size: 16px;
}

.bs-stepper .step-trigger {
	padding: 10px;
}

.active .bs-stepper-circle {
	background-color: #38378b;
}

.panel-primary {
	border-color: #38378b;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #38378b;
	border-color: #38378b;
}

@media ( max-width : 768px) {
	h1 {
		font-size: 26px;
	}
}

@media ( min-width : 768px) {
}

@media ( min-width : 992px) {
	h1 {
		font-size: 30px;
	}
}

@media ( min-width : 1200px) {
	h1 {
		font-size: 36px;
	}
}

.question-text {
	font-size: 15px;
	font-weight: bold
}

.checkbox-col {
	max-width: 30px;
	background: #88c788;
	padding-left: 7px;
}

.checkbox-col-footer {
	max-width: 350px;
	color: #ffffff;
	background: #88c788;
}

.answer-correct .message {
	font-weight: bold;
	color: #fff;
	background: #88c788;
	padding: 15px;
}

.answer-incorrect .message {
	font-weight: bold;
	color: #fff;
	background: #dd4b39;
	padding: 15px;
}

.col-xs-12 {
	margin-bottom: 15px;
}

.bs-stepper .line, .bs-stepper-line {
	flex: none;
	min-width: 1px;
	min-height: 1px;
	margin: auto;
	background-color: rgba(0, 0, 0, .12);
}
.input-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-container {
	display: inline-block;
}
.input-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 2px solid #ddd;
}

.checkmark-radio {
	border-radius: 13px;
}
.input-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.input-container input:checked ~ .checkmark:after {
	display: block;
}

.input-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.answer-incorrect .input-container input:checked ~ .checkmark {
	background-color: #88c788;
}
.list-group-item:hover {
	cursor: move;
}
.answer-incorrect .list-group-item:hover {
	cursor: default;
}
.answer-incorrect .form-control[disabled] {
	color: #fff;
	background-color: #88c788;
	border-color: #88c788;
}
.sortable .fa-arrows {
	margin-right: 5px;
}
.quiz-title{
	font-size: 22px !important;
	margin-left: 33px !important;
}
.quiz-count{
	font-size: 18px;
}
.correct-ckeck-col, .correct-radio-col{
	width: 30px !important;
	
}
.correct-ckeck-col div{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.correct-ckeck-col .input-container input:checked ~ .checkmark {
    background-color: #88c788;
}
.correct-radio input:checked ~ .checkmark {
    background-color: #88c788;
}
.option-label{ 
	max-width: 1100px;
}
.option-label, .correct-radio-col input{ 
	display: inline-block;
}
.radio-block{
	margin-bottom:  5px !important;
}
.radio-block .form-group {
    margin-bottom: 0px !important;
}
.correct-radio-col .radio-block {
    margin-bottom: 0px !important;
}
.callout-finish {
    margin-left: 30px;
    margin-right: 30px;
}
.callout-finish h4, .modal h4{
	color:#fff;
}
.check-col{
	margin-top:20px;
}
.cancel-row, .cancel-row .col-xs-12{
	margin-bottom :0px;
}
.cancel-row .btn{
	border-color :white;
}