p {
	margin: 0;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
}

.innerpage-wrapper img {
	width: 100%;
}

.innerpage-wrapper {
	padding: 10px 95px;
}

.innerpage-heading {
	background-color: #236AAC;
	color: white;
	padding: 5px 95px;
	font-size: 20px;
}

.inner-left-heading p {
	font-size: 19px;
	color: #EC4149;
}

.inner-left-subheading {
	border: 1px solid #DADADA;
	transition: 0.2s;
}

.inner-left-subheading:hover {
	border: 1px solid #EC4149;
	color: #236AAC;
}

.inner-left-active {
	color: #236AAC;
}

.darabandi-right-first-row button {
	background-color: #EC4149;
	border: none;
	color: white;
	padding: 0 5px;
	cursor: pointer;
	margin-right: 2px;
}

.inner-page-right-head p {
	font-size: 25px;
	border-bottom: 3px solid #EC4149;
	color: #236AAC;
}

.form-inline input {
	border-radius: 0;
}

.form-inline .btn-outline-success {
	border: none;
	border-radius: 0;
	background-color: #236AAC;
	color: white;
	transition: 0.2s;
}

.form-inline .btn-outline-success:hover {
	background-color: white;
	border: 1px solid #236AAC;
	color: #236AAC;
}

.form-inline .btn-outline-clear {
	border: none;
	border-radius: 0;
	background-color: #E31215;
	color: white;
	transition: 0.2s;
}

.form-inline .btn-outline-clear:hover {
	background-color: white;
	border: 1px solid #E31215;
	color: #E31215;
}