/*
	myjan-base.css
*/

/** General Custom Styles **/
.successMsg {
	color: #3c763d;
	font-weight: bold;
	font-size: 16px;
	/* text-align: center; */
}
.errorMsg {
	color: #8B0000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.hide-error {
	display: none;
}
.show-error {
	display: block;
}

.tab-content h4 {
	margin-bottom: 8px;
	margin-top: 8px;
}

@media (max-width: 768px) { 
  
	.myjan-modal {
		width: max-content;
		margin-left: auto;
		margin-right: auto;
	}
	
	.col-sm-mt-10 {
		margin-top: 1.0em;
	}
	.col-sm-mt-05 {
		margin-top: 0.5em;
	}

}

@media (max-width: 992px) { 
	.col-md-mt-10 {
		margin-top: 1.0em;
	}
	.col-md-mt-05 {
		margin-top: 0.5em;
	}
}

/* bootbox custom styles */
.btn-space-right {
	margin-right: 5px;
}