a.btn{
	line-height: 26px
}
.btn-primary{
	background: #367BDF;
	border: #2C70D3 solid 1px;
}

.btn-warning{
	background-color: #fcbc04;
}


.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{
	background: none;
    border: none;
	width: 50px;
	margin-bottom: 1rem;
	padding: 6px 0px;
}
.p_sideNav .dropend button.show{
	background: rgba(255,255,255,.3);
    border-radius: 7px;
}
.p_sideNav .dropend button img{
	max-width: 24px;
	max-height: 24px;
}
.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;
}