body {
	background-image: url('/image/backend/bg.gif');
	background-color: #eee;
	font-family: 'Exo 2', 'Nunito', sans-serif;
}
.breadcrumb-nav{
	position:relative;
}
.breadcrumb {
	margin: 15px 0 10px 0;
	background-color: #fff;
}
.content-wrapper {
	background-color: #fff;
	padding: 25px 20px;
	border-radius: 5px;
}
.staging{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:25px;
	text-align:center;
	background-color:yellow; 
	z-index:1;
}
.staging p{
	font-weight:bold;
}

h3{
	margin-top:50px;
}
.form-check{
	top:10px;
	padding-left:0;
}
.form-check input{
	margin-right:15px;
}
.alert-fixed{
	position: fixed;
    top: 35px;
    right: 25px;
    width: 350px;
}
.no-margin{
  margin-bottom: 0; 
}