.spinner-box {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background-color: rgba(0, 0, 0,0.3);
}

.nav-tabs {
	border-color:#1A3E5E;
	width:100%;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	border-bottom: 5px solid #1C4477 !important;
}

.nav-tabs .nav-link {
	font-size: 14px;
	margin-right: 5px;
	width: 140px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #CFCFCF !important;
	background-image: linear-gradient(to top, #E0EEF6, #FFFFFF);
	color:#000000;
	border-bottom-color: transparent !important;
}

.nav-tabs > li {
	margin: 0px;
}

.nav-tabs > li.active > .nav-link,
.nav-tabs > li.active > .nav-link:focus,
.nav-tabs > li.active > .nav-link:hover{
	background-image:unset;
	background-color:#1C4477;
	color:#FFFFFF !important;
	border: 1px solid #1C4477 !important;
	border-bottom-color: transparent !important;
}
}

.nav-tabs > li > .nav-link:hover{
	background-image:unset;
	background-color: #1C4477 !important;
	color:#FFFFFF !important;
	border: 1px solid #1C4477;
} 

.tab-pane {
	border:solid 5px #1C4477;
	border-top: 0; 
	width:100%;
	background-color:#FFFFFF;
	padding:20px 10px 20px 10px !important;
}

.thumbnail {
	margin-top: 15px;
	padding: 0px;
	border-radius: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.card-group-title {
	background-image: linear-gradient(to top, #0271B0, #4B9AC7);
	padding: 5px 10px;
	color: #ffffff;
}

.card-title {
	background-image: linear-gradient(to top, #D1E6F1, #EEF6FA);
	padding: 5px 10px;
	color: #1C4477;
}

.card-body {
	background-color: #ffffff; 
	padding: 20px;
}

.card-btn {
	padding: 5px 10px !important;
	border-radius: 4px !important;
}

.card-toggle-btn {
	padding: 0px 6px !important;
	border-radius: 4px !important;
}

.btn-primary {
	background-color: #0975B2 !important;
}

/************Captcha**************/

.captcha-area{
	display: none;
}

.captcha-error {
	display: none;
	color:#FF0000;
	font-size: 0.95em;
}

.captcha-first {
	display: none;
	color:#FF0000;
	font-size: 0.95em;
}

.captcha-success {
	margin-top: 5px;
	color: #478347;
	background: #e2ead1;
	padding: 10px;
	border-radius: 5px;
}

.captcha-input {
	background: #FFF url(./../../captcha/captchaImageSource.php) repeat-y left center;
	padding-left: 85px !important;
}

.entry-title{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 2rem;
	line-height: 24px;
	font-weight: bold;
	color: #2d5b95;
	margin: 10px;
}

.live-preview{
	text-align: left;
	background: #F0F0F0;
	vertical-align: middle;
	width: 90%;
	height: 50px;
	margin: 10px auto;
	margin-top: 5px;
	border: dashed 1px #acd0d0;
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
}

.small, small {
	font-size: 90% !important;
}

.spf-field {
	border: 1px solid #ddd !important;
	color: #333 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	height: 58px !important;
}

.p-spf {
	display: inline;
	margin-top: 0;
	margin-bottom: 1rem;
}

.spf-btn {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.spf-btn:hover {
	background-color: #0073e5;
}

.spf-area {
	display: none;
	color: #333333;
}

.qrcode {
	display: none;
	color: #333333;
}

.alert-success {
	display: none;
}

.alert-danger {
	display: none;
}

.qr-wrapper {
	padding: 20px; 
	background-color:#eeeeee;
}

.card-box-shadow {
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.3);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
}

table th {
	word-break: break-word;
}

table td {
	word-break: break-word;
}

pre {
	margin-bottom: unset !important;
}

.qr-result th{
    border:2px solid #999999 !important;
}

.qr-result td{
    border:2px solid #999999 !important;
}
