.noty_bar {
/*
	background-color: #7F7EFF;
    border-bottom: 1px solid #7473E8;
    color: #fff;
	margin-bottom: 5px;
	padding: 15px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
*/
}
.vbg
{
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 10000;
	background: gray;
	opacity: 0.3;
	top: 0;
    left: 0;
	display: none;
}
.show{
	display: block !important;
}
.row {
	margin-left: 0;
}