a.btn{
	line-height: 26px
}
.btn-primary{
	background: #2E59B3;
	border: #16377A solid 1px;
}
.btn-login, .btn-login:hover{
	background: #2E59B3;
	border: #16377A solid 2px;
	color: #fff;
	font-family: 'Open Sans Semibold';
}
.btn-ol-login{
	border: #fff solid 2px;
}
.border-none{
	border: none !important
}
.modal-content{
	border: none;
	border-radius: 1rem;
}
.p_sideNav .btn-group{
	position: inherit;
}
.p_sideNav .dropdown-menu{
	height: calc(100vh - 1.4rem);
    position: absolute;
    top: -0.7rem !important;
	left: 11px !important;
}
.p_sideNav .dropend button, .p_sideNav .dropend>a{
	background: none;
    border: none;
	width: 50px;
	margin-bottom: 1.1rem;
	padding: 6px 0px;
	text-align: center
}
.p_sideNav .dropend button.show{
	background: rgba(255,255,255,.3);
    border-radius: 7px;
}
.p_sideNav .dropend button img, .p_sideNav .dropend a img {
	max-width: 28px;
	max-height: 28px;
}
.p_sideNav .dropend button::after{
	content: none;
}
.main_breadcrumb{
	/*padding: .75rem;
	border-radius: 5px;
	background: #f4f2f6;*/
    margin-bottom: 1rem;
}
.main_breadcrumb .breadcrumb{
	margin: 0px;
}
.main_breadcrumb .breadcrumb a{
	text-decoration: none;
    color: #114ecc;
}



.cusNav .nav-tabs{
	border: none
}

.cusNav .nav-tabs .nav-link{
	color: #828282;
	padding: 0px 30px 0 0;
	box-shadow: none;
	border: none
}
.cusNav .nav-tabs .nav-link:hover, .cusNav .nav-tabs .nav-link:focus, .cusNav .nav-tabs {
	background: none;
	border: none;
	box-shadow: none
}
.cusNav .nav-tabs .nav-link.active{
	color: #000;
	text-decoration: underline;
	font-family: 'Open Sans bold';
	background: none;
	border: none;
	padding: 0px 30px 0 0;
}











