
/*nuro-redesign*/
.nuro-redesign h3{
	border-bottom: 3px solid #73A839;
}
@media (max-width: 768px) {
	.nuro-redesign h3 {
		font-size: 1.5rem;
	}
}

.nuro-redesign .btn-lg-r{
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 2rem;
	background-color: #0066cc;
	color: #FFF;
}
.nuro-redesign .text-blue{
	color: #0066cc;
}

/*header*/
.nuro-redesign-header nav {
	position: relative;
	background-color: #000 !important;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 5px solid #A9A9A9;
	margin-bottom:0 ;
}

.nuro-redesign-header h2 {
	padding-left: 70px;
	font-size: 1.5rem;
}

.nuro-redesign-header p{
	font-size: 1rem;
}

.nuro-redesign-header a{
	display: block;
	background-color: #000;
	height: 70px;
	line-height: 70px;
}
.nuro-redesign-header img{
	width: auto;
	max-width: 100px;
}

/*main*/
.nuro-redesign-main{
	margin-top: 0 !important;
}
.nuro-redesign-main p:first-child{
	color: #fff;
	font-size: 0.9rem;
	background-color: #EB6F00;
	font-weight: normal;
	padding-left: 1rem;
	padding-bottom: 5px;
}
.nuro-redesign-main p{
	font-size: 0.9rem;
	font-weight: normal;
}
.nuro-redesign-main p:nth-of-type(2){
	width: 150px;
	margin-left: auto;
	margin-bottom: 0;
	font-size: 0.9rem;
	font-weight: normal;
}
.nuro-redesign-main label{
	font-size: 0.9rem;
	font-weight: normal;
}
.h4 {
	font-size: 1.3rem;
	font-weight: normal;
}
.h5 {
	font-size: 1rem;
	font-weight: normal;
}

.nuro-redesign-main a{
	height: 10px;
	Width: 10px;
}

/*table*/
.nuro-redesign-main .thead-dark th:first-child {
 	border-left: none;
}
.nuro-redesign-main .thead-dark th {
	color: #fff;
	background-color: #000;
	text-align: center;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.nuro-redesign-main .text-center th {
	color: #fff;
	background-color: #000;
	padding: 0rem 2rem;
	vertical-align: middle;
	border-top: 1px solid #bbb;
}
.nuro-redesign-main td{
	border-left: 1px solid #dee2e6;
}
.nuro-redesign-main td:hover {
	background-color: #777 ;
}
.nuro-redesign-main td:active {
	background-color: #333 ;
}
.nuro-redesign-main td:focus {
	background-color: #333 ;
}
