/* Custom styles */

#logo2	{
	width: 100%;
}

#logoDost	{
	/* width: 150px; */
}

.tblHeader	{
	background: #19464a!important;
	color: #ffffff!important;
}

.codeStyle	{
	font-family: 'Helvetica'!important;
}

.modal label	{
	font-weight: bold!important;
}

#sidebar .text-center i	{
	width: 20px!important;
}

/* Bootstrap override */

/* .page-link	{ */
	/* color: #19464a!important; */
/* } */

/* .page-link:hover	{ */
	/* background: #19464a!important; */
	/* border: 1px solid #19464a!important; */
	/* color: white!important; */
/* } */

/* .page-item.active a	{ */
	/* background: #19464a!important; */
	/* border: 1px solid #19464a!important; */
	/* color: white!important; */
/* } */

.pagination	{
	padding: 10px 10px 10px 0px;
}

.page-item > a	{
	color: #19464a;
	border-color: #dee2e6;
	background-color: white;
	margin: 0px 5px;
}

.page-item.active > a	{
	background-color: #19464a!important;
	border-color: #19464a!important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(25,70,74,0.5)!important;
}

.page-item  > a:hover	{
	background-color: #19464a;
	color: white;
	border-color: #19464a!important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(25,70,74,0.5)!important;
}

.page-item  > a:focus	{
	color: #19464a;
	background-color: white;
	/* border-color: #fa3c4c!important; */
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(25,70,74,0.5)!important;
}

/* DataTables override */

/* .paginate_button.current	{ */
	/* background: #19464a!important; */
	/* color: #ffffff!important; */
/* } */

/* .paginate_button	{ */
	/* border: 1px solid #ccc!important; */
/* } */

/* .paginate_button:hover	{ */
	/* background: #19464a!important; */
	/* border: 1px solid #19464a!important; */
/* } */

/* .paginate_button.disabled:hover	{ */
	/* background: #19464a!important; */
	/* border: 1px solid #19464a!important; */
/* } */

/* table.dataTable.no-footer	{ */
	/* border-bottom: 1px solid #ccc; */
/* } */

.filter-option-inner-inner	{
	color: #19464a!important;
}