.nbsSubFlexLoader {
	position: fixed;
	display: none;
	z-index: 1000002;
	width: 40px;
	height: 8px;
}
.nbsFormShell .nbsInputError {
	border: 1px solid #fa4e7f !important;
	color: #fa4e7f !important;
}
.nbsFormShell .nbsErrorMsg {
	color: #fa4e7f !important;
	padding: 5px;
	margin: 5px 0;
}
.nbsFormShell .nbsSuccessMsg {
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	color: #4ae8ea !important;;
}
.nbsFormPreloadImg {
	width: 1px !important;
	height: 1px !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	opacity: 0 !important;
}
.nbsFormShell .alignleft {
    float: left;
    margin: 7px 10px 10px 0;
}
.nbsFormShell .alignright {
    float: right;
    margin: 7px 0 10px 10px;
}
/*Little bootsrap part*/
.nbsFormShell .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
	.nbsFormShell .container {
		width: 540px;
	}
}
@media (min-width: 992px) {
	.nbsFormShell .container {
		width: 750px;
	}
}
@media (min-width: 1200px) {
	.nbsFormShell .container {
		width: 960px;
	}
}
/*new plugin*/
.nbsFieldCol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	padding: 5px;
}
.nbsFieldsRow {
	margin: 0;
}
.nbsFormShell .nbsListSelectLabel {
	vertical-align: top;
}
.nbsFormShell, .nbsFormShell * {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing:    border-box !important;
	box-sizing:         border-box !important;
}
.nbsFormShell label {
	cursor: pointer;
}