.btn-help{
	background-color: #e8e8e8;
	border-radius: 23px;
	color: #848484;
	display: block;
	font-size: 8px;
	height: 25px;
	margin-top: 7px;
	padding: 4px 0px;
	text-align: center;
	width: 25px;
}
.nav-tabs>li>a:hover{
	border-bottom: 1px solid transparent;
}
.alert{
	padding-right: 45px;
	position: relative;
	text-align: left;
}
.alert button.close{
	margin-top: -12.5px;
}
.alert-danger{
	background-color: #f2dede !important;
}
.ng-toast .alert{
	max-width: 380px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.2);
}
@media (max-width: 768px) {
	.form-group-m-none{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}
@media(max-width: 600px){
	.ng-toast .alert{
		max-width: 305px;
	}
}