@charset "utf-8";
html {
 overflow-y: scroll;
}

.btn-primary {
	background-color: #003678 !important;
	border-color: #003678 !important;
}
.btn-primary:hover {
	background-color: #00397E !important;
	border-color: #00397E !important;
}

.btn-outline-primary {
	color: #003678 !important;
	border-color: #003678 !important;
}
.btn-outline-primary:hover {
	color: #ffffff !important;
	background-color: #003678 !important;
}

.border-primary {
	border-color: #003678 !important;
}

.text-primary {
	color: #003678 !important;
}

.bg-primary {
	background-color: #003678 !important;
}

.border-light {
	border-color: #e6e6e6 !important;
}

.border-secondary {
	border-color: #999999 !important;
}

.reqvew {
    color: white;
    background-color: #ff7f00;
    font-size: 11px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 5px;
}

.border-xxl-3 {
	border-width: 0px !important;
}

@media screen and (min-width: 1320px) {
	.border-xxl-3 {
		border-width: 3px !important;
	}
}