/*! * Bootstrap v3.0.0 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. */
.ne-bootstrap form {
	display: block;
	position: relative;
}
.ne-bootstrap p {
	margin: 0 0 10px
}
.ne-bootstrap .lead {
	margin-bottom: 20px;
	font-size: 16.099999999999998px;
	font-weight: 200;
	line-height: 1.4
}
@media(min-width:768px) {
.ne-bootstrap .lead {
	font-size: 21px
}
}
.ne-bootstrap small {
	font-size: 85%
}
.ne-bootstrap cite {
	font-style: normal
}
.ne-bootstrap .text-muted {
	color: #999
}
.ne-bootstrap .text-primary {
	color: #428bca
}
.ne-bootstrap .text-warning {
	color: #c09853
}
.ne-bootstrap .text-danger {
	color: #b94a48
}
.ne-bootstrap .text-success {
	color: #468847
}
.ne-bootstrap .text-info {
	color: #3a87ad
}
.ne-bootstrap .text-left {
	text-align: left
}
.ne-bootstrap .text-right {
	text-align: right
}
.ne-bootstrap .text-center {
	text-align: center
}
.ne-bootstrap h1, .ne-bootstrap h2, .ne-bootstrap h3, .ne-bootstrap h4, .ne-bootstrap h5, .ne-bootstrap h6, .ne-bootstrap .h1, .ne-bootstrap .h2, .ne-bootstrap .h3, .ne-bootstrap .h4, .ne-bootstrap .h5, .ne-bootstrap .h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1
}
.ne-bootstrap h1 small, .ne-bootstrap h2 small, .ne-bootstrap h3 small, .ne-bootstrap h4 small, .ne-bootstrap h5 small, .ne-bootstrap h6 small, .ne-bootstrap .h1 small, .ne-bootstrap .h2 small, .ne-bootstrap .h3 small, .ne-bootstrap .h4 small, .ne-bootstrap .h5 small, .ne-bootstrap .h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999
}
.ne-bootstrap h1, .ne-bootstrap h2, .ne-bootstrap h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
.ne-bootstrap h4, .ne-bootstrap h5, .ne-bootstrap h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
.ne-bootstrap h1, .ne-bootstrap .h1 {
	font-size: 36px
}
.ne-bootstrap h2, .ne-bootstrap .h2 {
	font-size: 30px
}
.ne-bootstrap h3, .ne-bootstrap .h3 {
	font-size: 24px
}
.ne-bootstrap h4, .ne-bootstrap .h4 {
	font-size: 18px
}
.ne-bootstrap h5, .ne-bootstrap .h5 {
	font-size: 14px
}
.ne-bootstrap h6, .ne-bootstrap .h6 {
	font-size: 12px
}
.ne-bootstrap h1 small, .ne-bootstrap .h1 small {
	font-size: 24px
}
.ne-bootstrap h2 small, .ne-bootstrap .h2 small {
	font-size: 18px
}
.ne-bootstrap h3 small, .ne-bootstrap .h3 small, .ne-bootstrap h4 small, .ne-bootstrap .h4 small {
	font-size: 14px
}
.ne-bootstrap .page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
.ne-bootstrap ul, .ne-bootstrap ol {
	margin-top: 0;
	margin-bottom: 10px
}
.ne-bootstrap ul ul, .ne-bootstrap ol ul, .ne-bootstrap ul ol, .ne-bootstrap ol ol {
	margin-bottom: 0
}
.ne-bootstrap .list-unstyled {
	padding-left: 0;
	list-style: none
}
.ne-bootstrap .list-inline {
	padding-left: 0;
	list-style: none
}
.ne-bootstrap .list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
.ne-bootstrap dl {
	margin-bottom: 20px
}
.ne-bootstrap dt, .ne-bootstrap dd {
	line-height: 1.428571429
}
.ne-bootstrap dt {
	font-weight: bold
}
.ne-bootstrap dd {
	margin-left: 0
}
@media(min-width:768px) {
.ne-bootstrap .dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.ne-bootstrap .dl-horizontal dd {
	margin-left: 180px
}
.ne-bootstrap .dl-horizontal dd:before, .ne-bootstrap .dl-horizontal dd:after {
	content: " ";
	display: table
}
.ne-bootstrap .dl-horizontal dd:after {
	clear: both
}
}
.ne-bootstrap abbr[title], .ne-bootstrap abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}
.ne-bootstrap abbr.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.ne-bootstrap blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee
}
.ne-bootstrap blockquote p {
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25
}
.ne-bootstrap blockquote p:last-child {
	margin-bottom: 0
}
.ne-bootstrap blockquote small {
	display: block;
	line-height: 1.428571429;
	color: #999
}
.ne-bootstrap blockquote small:before {
	content: '\2014 \00A0'
}
.ne-bootstrap blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}
.ne-bootstrap blockquote.pull-right p, .ne-bootstrap blockquote.pull-right small {
	text-align: right
}
.ne-bootstrap blockquote.pull-right small:before {
	content: ''
}
.ne-bootstrap blockquote.pull-right small:after {
	content: '\00A0 \2014'
}
.ne-bootstrap q:before, .ne-bootstrap q:after, .ne-bootstrap blockquote:before, .ne-bootstrap blockquote:after {
	content: ""
}
.ne-bootstrap address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}
.ne-bootstrap fieldset {
	padding: 0;
	margin: 0;
	border: 0
}
.ne-bootstrap legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
.ne-bootstrap label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold
}
.ne-bootstrap input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.ne-bootstrap input[type="radio"], .ne-bootstrap input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}
.ne-bootstrap input[type="file"] {
	display: block
}
.ne-bootstrap select[multiple], .ne-bootstrap select[size] {
	height: auto
}
.ne-bootstrap select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit
}
.ne-bootstrap input[type="file"]:focus, .ne-bootstrap input[type="radio"]:focus, .ne-bootstrap input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.ne-bootstrap input[type="number"]::-webkit-outer-spin-button, .ne-bootstrap input[type="number"]::-webkit-inner-spin-button {
	height: auto
}
.ne-bootstrap .form-control:-moz-placeholder {
	color: #999
}
.ne-bootstrap .form-control::-moz-placeholder {
	color: #999
}
.ne-bootstrap .form-control:-ms-input-placeholder {
	color: #999
}
.ne-bootstrap .form-control::-webkit-input-placeholder {
	color: #999
}
.ne-bootstrap .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.ne-bootstrap .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6)
}
.ne-bootstrap .form-control[disabled], .ne-bootstrap .form-control[readonly], fieldset[disabled] .ne-bootstrap .form-control {
	cursor: not-allowed;
	background-color: #eee
}
textarea.ne-bootstrap .form-control {
	height: auto
}
.ne-bootstrap .form-group {
	margin-bottom: 15px
}
.ne-bootstrap .radio, .ne-bootstrap .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle
}
.ne-bootstrap .radio label, .ne-bootstrap .checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}
.ne-bootstrap .radio input[type="radio"], .ne-bootstrap .radio-inline input[type="radio"], .ne-bootstrap .checkbox input[type="checkbox"], .ne-bootstrap .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px
}
.ne-bootstrap .radio+.radio, .ne-bootstrap .checkbox+.checkbox {
	margin-top: -5px
}
.ne-bootstrap .radio-inline, .ne-bootstrap .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}
.ne-bootstrap .radio-inline+.radio-inline, .ne-bootstrap .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}
.ne-bootstrap input[type="radio"][disabled], .ne-bootstrap input[type="checkbox"][disabled], .ne-bootstrap .radio[disabled], .ne-bootstrap .radio-inline[disabled], .ne-bootstrap .checkbox[disabled], .ne-bootstrap .checkbox-inline[disabled], fieldset[disabled] .ne-bootstrap input[type="radio"], fieldset[disabled] .ne-bootstrap input[type="checkbox"], fieldset[disabled] .ne-bootstrap .radio, fieldset[disabled] .ne-bootstrap .radio-inline, fieldset[disabled] .ne-bootstrap .checkbox, fieldset[disabled] .ne-bootstrap .checkbox-inline {
	cursor: not-allowed
}
.ne-bootstrap .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.ne-bootstrap .input-sm {
	height: 30px;
	line-height: 30px
}
textarea.ne-bootstrap .input-sm {
	height: auto
}
.ne-bootstrap .input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
select.ne-bootstrap .input-lg {
	height: 45px;
	line-height: 45px
}
textarea.ne-bootstrap .input-lg {
	height: auto
}
.ne-bootstrap .has-warning .help-block, .ne-bootstrap .has-warning .control-label {
	color: #c09853
}
.ne-bootstrap .has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.ne-bootstrap .has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e
}
.ne-bootstrap .has-warning .input-group-addon {
	color: #c09853;
	border-color: #c09853;
	background-color: #fcf8e3
}
.ne-bootstrap .has-error .help-block, .ne-bootstrap .has-error .control-label {
	color: #b94a48
}
.ne-bootstrap .has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.ne-bootstrap .has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392
}
.ne-bootstrap .has-error .input-group-addon {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede
}
.ne-bootstrap .has-success .help-block, .ne-bootstrap .has-success .control-label {
	color: #468847
}
.ne-bootstrap .has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.ne-bootstrap .has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b
}
.ne-bootstrap .has-success .input-group-addon {
	color: #468847;
	border-color: #468847;
	background-color: #dff0d8
}
.ne-bootstrap .form-control-static {
	margin-bottom: 0;
	padding-top: 7px
}
.ne-bootstrap .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}
@media(min-width:768px) {
.ne-bootstrap .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.ne-bootstrap .form-inline .form-control {
	display: inline-block
}
.ne-bootstrap .form-inline .radio, .ne-bootstrap .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0
}
.ne-bootstrap .form-inline .radio input[type="radio"], .ne-bootstrap .form-inline .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0
}
}
.ne-bootstrap .form-horizontal .control-label, .ne-bootstrap .form-horizontal .radio, .ne-bootstrap .form-horizontal .checkbox, .ne-bootstrap .form-horizontal .radio-inline, .ne-bootstrap .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}
.ne-bootstrap .form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}
.ne-bootstrap .form-horizontal .form-group:before, .ne-bootstrap .form-horizontal .form-group:after {
	content: " ";
	display: table
}
.ne-bootstrap .form-horizontal .form-group:after {
	clear: both
}
@media(min-width:768px) {
.ne-bootstrap .form-horizontal .control-label {
	text-align: right
}
}
.ne-bootstrap .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.ne-bootstrap .btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.ne-bootstrap .btn:hover, .ne-bootstrap .btn:focus {
	color: #333;
	text-decoration: none
}
.ne-bootstrap .btn:active, .ne-bootstrap .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.ne-bootstrap .btn.disabled, .ne-bootstrap .btn[disabled], fieldset[disabled] .ne-bootstrap .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.ne-bootstrap .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.ne-bootstrap .btn-default:hover, .ne-bootstrap .btn-default:focus, .ne-bootstrap .btn-default:active, .ne-bootstrap .btn-default.active, .open .dropdown-toggle.ne-bootstrap .btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}
.ne-bootstrap .btn-default:active, .ne-bootstrap .btn-default.active, .open .dropdown-toggle.ne-bootstrap .btn-default {
	background-image: none
}
.ne-bootstrap .btn-default.disabled, .ne-bootstrap .btn-default[disabled], fieldset[disabled] .ne-bootstrap .btn-default, .ne-bootstrap .btn-default.disabled:hover, .ne-bootstrap .btn-default[disabled]:hover, fieldset[disabled] .ne-bootstrap .btn-default:hover, .ne-bootstrap .btn-default.disabled:focus, .ne-bootstrap .btn-default[disabled]:focus, fieldset[disabled] .ne-bootstrap .btn-default:focus, .ne-bootstrap .btn-default.disabled:active, .ne-bootstrap .btn-default[disabled]:active, fieldset[disabled] .ne-bootstrap .btn-default:active, .ne-bootstrap .btn-default.disabled.active, .ne-bootstrap .btn-default[disabled].active, fieldset[disabled] .ne-bootstrap .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}
.ne-bootstrap .btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd     ;
      border-color: #A05E13;
    border: 1px solid!important;
}
.ne-bootstrap .btn-primary:hover, .ne-bootstrap .btn-primary:focus, .ne-bootstrap .btn-primary:active, .ne-bootstrap .btn-primary.active, .open .dropdown-toggle.ne-bootstrap .btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}
.ne-bootstrap .btn-primary:active, .ne-bootstrap .btn-primary.active, .open .dropdown-toggle.ne-bootstrap .btn-primary {
	background-image: none
}
.ne-bootstrap .btn-primary.disabled, .ne-bootstrap .btn-primary[disabled], fieldset[disabled] .ne-bootstrap .btn-primary, .ne-bootstrap .btn-primary.disabled:hover, .ne-bootstrap .btn-primary[disabled]:hover, fieldset[disabled] .ne-bootstrap .btn-primary:hover, .ne-bootstrap .btn-primary.disabled:focus, .ne-bootstrap .btn-primary[disabled]:focus, fieldset[disabled] .ne-bootstrap .btn-primary:focus, .ne-bootstrap .btn-primary.disabled:active, .ne-bootstrap .btn-primary[disabled]:active, fieldset[disabled] .ne-bootstrap .btn-primary:active, .ne-bootstrap .btn-primary.disabled.active, .ne-bootstrap .btn-primary[disabled].active, fieldset[disabled] .ne-bootstrap .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd
}
.ne-bootstrap .btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.ne-bootstrap .btn-warning:hover, .ne-bootstrap .btn-warning:focus, .ne-bootstrap .btn-warning:active, .ne-bootstrap .btn-warning.active, .open .dropdown-toggle.ne-bootstrap .btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}
.ne-bootstrap .btn-warning:active, .ne-bootstrap .btn-warning.active, .open .dropdown-toggle.ne-bootstrap .btn-warning {
	background-image: none
}
.ne-bootstrap .btn-warning.disabled, .ne-bootstrap .btn-warning[disabled], fieldset[disabled] .ne-bootstrap .btn-warning, .ne-bootstrap .btn-warning.disabled:hover, .ne-bootstrap .btn-warning[disabled]:hover, fieldset[disabled] .ne-bootstrap .btn-warning:hover, .ne-bootstrap .btn-warning.disabled:focus, .ne-bootstrap .btn-warning[disabled]:focus, fieldset[disabled] .ne-bootstrap .btn-warning:focus, .ne-bootstrap .btn-warning.disabled:active, .ne-bootstrap .btn-warning[disabled]:active, fieldset[disabled] .ne-bootstrap .btn-warning:active, .ne-bootstrap .btn-warning.disabled.active, .ne-bootstrap .btn-warning[disabled].active, fieldset[disabled] .ne-bootstrap .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}
.ne-bootstrap .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.ne-bootstrap .btn-danger:hover, .ne-bootstrap .btn-danger:focus, .ne-bootstrap .btn-danger:active, .ne-bootstrap .btn-danger.active, .open .dropdown-toggle.ne-bootstrap .btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}
.ne-bootstrap .btn-danger:active, .ne-bootstrap .btn-danger.active, .open .dropdown-toggle.ne-bootstrap .btn-danger {
	background-image: none
}
.ne-bootstrap .btn-danger.disabled, .ne-bootstrap .btn-danger[disabled], fieldset[disabled] .ne-bootstrap .btn-danger, .ne-bootstrap .btn-danger.disabled:hover, .ne-bootstrap .btn-danger[disabled]:hover, fieldset[disabled] .ne-bootstrap .btn-danger:hover, .ne-bootstrap .btn-danger.disabled:focus, .ne-bootstrap .btn-danger[disabled]:focus, fieldset[disabled] .ne-bootstrap .btn-danger:focus, .ne-bootstrap .btn-danger.disabled:active, .ne-bootstrap .btn-danger[disabled]:active, fieldset[disabled] .ne-bootstrap .btn-danger:active, .ne-bootstrap .btn-danger.disabled.active, .ne-bootstrap .btn-danger[disabled].active, fieldset[disabled] .ne-bootstrap .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}
.ne-bootstrap .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.ne-bootstrap .btn-success:hover, .ne-bootstrap .btn-success:focus, .ne-bootstrap .btn-success:active, .ne-bootstrap .btn-success.active, .open .dropdown-toggle.ne-bootstrap .btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}
.ne-bootstrap .btn-success:active, .ne-bootstrap .btn-success.active, .open .dropdown-toggle.ne-bootstrap .btn-success {
	background-image: none
}
.ne-bootstrap .btn-success.disabled, .ne-bootstrap .btn-success[disabled], fieldset[disabled] .ne-bootstrap .btn-success, .ne-bootstrap .btn-success.disabled:hover, .ne-bootstrap .btn-success[disabled]:hover, fieldset[disabled] .ne-bootstrap .btn-success:hover, .ne-bootstrap .btn-success.disabled:focus, .ne-bootstrap .btn-success[disabled]:focus, fieldset[disabled] .ne-bootstrap .btn-success:focus, .ne-bootstrap .btn-success.disabled:active, .ne-bootstrap .btn-success[disabled]:active, fieldset[disabled] .ne-bootstrap .btn-success:active, .ne-bootstrap .btn-success.disabled.active, .ne-bootstrap .btn-success[disabled].active, fieldset[disabled] .ne-bootstrap .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.ne-bootstrap .btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.ne-bootstrap .btn-info:hover, .ne-bootstrap .btn-info:focus, .ne-bootstrap .btn-info:active, .ne-bootstrap .btn-info.active, .open .dropdown-toggle.ne-bootstrap .btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}
.ne-bootstrap .btn-info:active, .ne-bootstrap .btn-info.active, .open .dropdown-toggle.ne-bootstrap .btn-info {
	background-image: none
}
.ne-bootstrap .btn-info.disabled, .ne-bootstrap .btn-info[disabled], fieldset[disabled] .ne-bootstrap .btn-info, .ne-bootstrap .btn-info.disabled:hover, .ne-bootstrap .btn-info[disabled]:hover, fieldset[disabled] .ne-bootstrap .btn-info:hover, .ne-bootstrap .btn-info.disabled:focus, .ne-bootstrap .btn-info[disabled]:focus, fieldset[disabled] .ne-bootstrap .btn-info:focus, .ne-bootstrap .btn-info.disabled:active, .ne-bootstrap .btn-info[disabled]:active, fieldset[disabled] .ne-bootstrap .btn-info:active, .ne-bootstrap .btn-info.disabled.active, .ne-bootstrap .btn-info[disabled].active, fieldset[disabled] .ne-bootstrap .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}
.ne-bootstrap .btn-link {
	color: #428bca;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0
}
.ne-bootstrap .btn-link, .ne-bootstrap .btn-link:active, .ne-bootstrap .btn-link[disabled], fieldset[disabled] .ne-bootstrap .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.ne-bootstrap .btn-link, .ne-bootstrap .btn-link:hover, .ne-bootstrap .btn-link:focus, .ne-bootstrap .btn-link:active {
	border-color: transparent
}
.ne-bootstrap .btn-link:hover, .ne-bootstrap .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent
}
.ne-bootstrap .btn-link[disabled]:hover, fieldset[disabled] .ne-bootstrap .btn-link:hover, .ne-bootstrap .btn-link[disabled]:focus, fieldset[disabled] .ne-bootstrap .btn-link:focus {
	color: #999;
	text-decoration: none
}
.ne-bootstrap .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
.ne-bootstrap .btn-sm, .ne-bootstrap .btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.ne-bootstrap .btn-xs {
	padding: 1px 5px
}
.ne-bootstrap .btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.ne-bootstrap .btn-block+.btn-block {
	margin-top: 5px
}
.ne-bootstrap input[type="submit"].btn-block, .ne-bootstrap input[type="reset"].btn-block, .ne-bootstrap input[type="button"].btn-block {
	width: 100%
}
.ne-bootstrap .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.ne-bootstrap .fade.in {
	opacity: 1
}
.ne-bootstrap .collapse {
	display: none
}
.ne-bootstrap .collapse.in {
	display: block
}
.ne-bootstrap .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
.ne-bootstrap .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}
.ne-bootstrap .close:hover, .ne-bootstrap .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}
button.ne-bootstrap .close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.ne-bootstrap .modal-open {
	overflow: hidden
}
body.ne-bootstrap .modal-open, .ne-bootstrap .modal-open .navbar-fixed-top, .ne-bootstrap .modal-open .navbar-fixed-bottom {
	margin-right: 15px
}
.ne-bootstrap .modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040
}
.ne-bootstrap .modal.fade.in {
	top: 0;
}
.ne-bootstrap .modal.fade .modal-dialog {
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	transform: translate(0,-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}
.ne-bootstrap .modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0)
}
.ne-bootstrap .modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 10px;
	z-index: 105
}
.ne-bootstrap .modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: 0
}
.ne-bootstrap .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000
}
.ne-bootstrap .modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.ne-bootstrap .modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.ne-bootstrap .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px
}
.ne-bootstrap .modal-header .close {
	margin-top: -2px
}
.ne-bootstrap .modal-title {
	margin: 0;
	line-height: 1.428571429
}
.ne-bootstrap .modal-body {
	position: relative;
	padding: 20px ;
      padding-top: 0px;
}
.ne-bootstrap .modal-footer {
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.ne-bootstrap .modal-footer:before, .ne-bootstrap .modal-footer:after {
	content: " ";
	display: table
}
.ne-bootstrap .modal-footer:after {
	clear: both
}
.ne-bootstrap .modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.ne-bootstrap .modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.ne-bootstrap .modal-footer .btn-block+.btn-block {
	margin-left: 0
}
@media screen and (min-width:768px) {
.ne-bootstrap .modal-dialog {
	width: 600px;
	padding-top: 30px;
	padding-bottom: 30px
}
.ne-bootstrap .modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	box-shadow: 0 5px 15px rgba(0,0,0,0.5)
}
}
@-ms-viewport {
	width: device-width
}
@media screen and (max-width:400px) {
@-ms-viewport {
	width: 320px
}
}
.ne-bootstrap .hidden {
	display: none!important;
	visibility: hidden!important
}
.ne-bootstrap .visible-xs {
	display: none!important
}
tr.ne-bootstrap .visible-xs {
	display: none!important
}
th.ne-bootstrap .visible-xs, td.ne-bootstrap .visible-xs {
	display: none!important
}
@media(max-width:767px) {
.ne-bootstrap .visible-xs {
	display: block!important
}
tr.ne-bootstrap .visible-xs {
	display: table-row!important
}
th.ne-bootstrap .visible-xs, td.ne-bootstrap .visible-xs {
	display: table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.ne-bootstrap .visible-xs.visible-sm {
	display: block!important
}
tr.ne-bootstrap .visible-xs.visible-sm {
	display: table-row!important
}
th.ne-bootstrap .visible-xs.visible-sm, td.ne-bootstrap .visible-xs.visible-sm {
	display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.ne-bootstrap .visible-xs.visible-md {
	display: block!important
}
tr.ne-bootstrap .visible-xs.visible-md {
	display: table-row!important
}
th.ne-bootstrap .visible-xs.visible-md, td.ne-bootstrap .visible-xs.visible-md {
	display: table-cell!important
}
}
@media(min-width:1200px) {
.ne-bootstrap .visible-xs.visible-lg {
	display: block!important
}
tr.ne-bootstrap .visible-xs.visible-lg {
	display: table-row!important
}
th.ne-bootstrap .visible-xs.visible-lg, td.ne-bootstrap .visible-xs.visible-lg {
	display: table-cell!important
}
}
.ne-bootstrap .visible-sm {
	display: none!important
}
tr.ne-bootstrap .visible-sm {
	display: none!important
}
th.ne-bootstrap .visible-sm, td.ne-bootstrap .visible-sm {
	display: none!important
}
@media(max-width:767px) {
.ne-bootstrap .visible-sm.visible-xs {
	display: block!important
}
tr.ne-bootstrap .visible-sm.visible-xs {
	display: table-row!important
}
th.ne-bootstrap .visible-sm.visible-xs, td.ne-bootstrap .visible-sm.visible-xs {
	display: table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.ne-bootstrap .visible-sm {
	display: block!important
}
tr.ne-bootstrap .visible-sm {
	display: table-row!important
}
th.ne-bootstrap .visible-sm, td.ne-bootstrap .visible-sm {
	display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.ne-bootstrap .visible-sm.visible-md {
	display: block!important
}
tr.ne-bootstrap .visible-sm.visible-md {
	display: table-row!important
}
th.ne-bootstrap .visible-sm.visible-md, td.ne-bootstrap .visible-sm.visible-md {
	display: table-cell!important
}
}
@media(min-width:1200px) {
.ne-bootstrap .visible-sm.visible-lg {
	display: block!important
}
tr.ne-bootstrap .visible-sm.visible-lg {
	display: table-row!important
}
th.ne-bootstrap .visible-sm.visible-lg, td.ne-bootstrap .visible-sm.visible-lg {
	display: table-cell!important
}
}
.ne-bootstrap .visible-md {
	display: none!important
}
tr.ne-bootstrap .visible-md {
	display: none!important
}
th.ne-bootstrap .visible-md, td.ne-bootstrap .visible-md {
	display: none!important
}
@media(max-width:767px) {
.ne-bootstrap .visible-md.visible-xs {
	display: block!important
}
tr.ne-bootstrap .visible-md.visible-xs {
	display: table-row!important
}
th.ne-bootstrap .visible-md.visible-xs, td.ne-bootstrap .visible-md.visible-xs {
	display: table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.ne-bootstrap .visible-md.visible-sm {
	display: block!important
}
tr.ne-bootstrap .visible-md.visible-sm {
	display: table-row!important
}
th.ne-bootstrap .visible-md.visible-sm, td.ne-bootstrap .visible-md.visible-sm {
	display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.ne-bootstrap .visible-md {
	display: block!important
}
tr.ne-bootstrap .visible-md {
	display: table-row!important
}
th.ne-bootstrap .visible-md, td.ne-bootstrap .visible-md {
	display: table-cell!important
}
}
@media(min-width:1200px) {
.ne-bootstrap .visible-md.visible-lg {
	display: block!important
}
tr.ne-bootstrap .visible-md.visible-lg {
	display: table-row!important
}
th.ne-bootstrap .visible-md.visible-lg, td.ne-bootstrap .visible-md.visible-lg {
	display: table-cell!important
}
}
.ne-bootstrap .visible-lg {
	display: none!important
}
tr.ne-bootstrap .visible-lg {
	display: none!important
}
th.ne-bootstrap .visible-lg, td.ne-bootstrap .visible-lg {
	display: none!important
}
@media(max-width:767px) {
.ne-bootstrap .visible-lg.visible-xs {
	display: block!important
}
tr.ne-bootstrap .visible-lg.visible-xs {
	display: table-row!important
}
th.ne-bootstrap .visible-lg.visible-xs, td.ne-bootstrap .visible-lg.visible-xs {
	display: table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.ne-bootstrap .visible-lg.visible-sm {
	display: block!important
}
tr.ne-bootstrap .visible-lg.visible-sm {
	display: table-row!important
}
th.ne-bootstrap .visible-lg.visible-sm, td.ne-bootstrap .visible-lg.visible-sm {
	display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.ne-bootstrap .visible-lg.visible-md {
	display: block!important
}
tr.ne-bootstrap .visible-lg.visible-md {
	display: table-row!important
}
th.ne-bootstrap .visible-lg.visible-md, td.ne-bootstrap .visible-lg.visible-md {
	display: table-cell!important
}
}
@media(min-width:1200px) {
.ne-bootstrap .visible-lg {
	display: block!important
}
tr.ne-bootstrap .visible-lg {
	display: table-row!important
}
th.ne-bootstrap .visible-lg, td.ne-bootstrap .visible-lg {
	display: table-cell!important
}
}
.ne-bootstrap .hidden-xs {
	display: block!important
}
tr.ne-bootstrap .hidden-xs {
	display: table-row!important
}
th.ne-bootstrap .hidden-xs, td.ne-bootstrap .hidden-xs {
	display: table-cell!important
}
@media(max-width:767px) {
.ne-bootstrap .hidden-xs {
	display: none!important
}
tr.ne-bootstrap .hidden-xs {
	display: none!important
}
th.ne-bootstrap .hidden-xs, td.ne-bootstrap .hidden-xs {
	display: none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.ne-bootstrap .hidden-xs.hidden-sm {
	display: none!important
}
tr.ne-bootstrap .hidden-xs.hidden-sm {
	display: none!important
}
th.ne-bootstrap .hidden-xs.hidden-sm, td.ne-bootstrap .hidden-xs.hidden-sm {
	display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.ne-bootstrap .hidden-xs.hidden-md {
	display: none!important
}
tr.ne-bootstrap .hidden-xs.hidden-md {
	display: none!important
}
th.ne-bootstrap .hidden-xs.hidden-md, td.ne-bootstrap .hidden-xs.hidden-md {
	display: none!important
}
}
@media(min-width:1200px) {
.ne-bootstrap .hidden-xs.hidden-lg {
	display: none!important
}
tr.ne-bootstrap .hidden-xs.hidden-lg {
	display: none!important
}
th.ne-bootstrap .hidden-xs.hidden-lg, td.ne-bootstrap .hidden-xs.hidden-lg {
	display: none!important
}
}
.ne-bootstrap .hidden-sm {
	display: block!important
}
tr.ne-bootstrap .hidden-sm {
	display: table-row!important
}
th.ne-bootstrap .hidden-sm, td.ne-bootstrap .hidden-sm {
	display: table-cell!important
}
@media(max-width:767px) {
.ne-bootstrap .hidden-sm.hidden-xs {
	display: none!important
}
tr.ne-bootstrap .hidden-sm.hidden-xs {
	display: none!important
}
th.ne-bootstrap .hidden-sm.hidden-xs, td.ne-bootstrap .hidden-sm.hidden-xs {
	display: none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.ne-bootstrap .hidden-sm {
	display: none!important
}
tr.ne-bootstrap .hidden-sm {
	display: none!important
}
th.ne-bootstrap .hidden-sm, td.ne-bootstrap .hidden-sm {
	display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.ne-bootstrap .hidden-sm.hidden-md {
	display: none!important
}
tr.ne-bootstrap .hidden-sm.hidden-md {
	display: none!important
}
th.ne-bootstrap .hidden-sm.hidden-md, td.ne-bootstrap .hidden-sm.hidden-md {
	display: none!important
}
}
@media(min-width:1200px) {
.ne-bootstrap .hidden-sm.hidden-lg {
	display: none!important
}
tr.ne-bootstrap .hidden-sm.hidden-lg {
	display: none!important
}
th.ne-bootstrap .hidden-sm.hidden-lg, td.ne-bootstrap .hidden-sm.hidden-lg {
	display: none!important
}
}
.ne-bootstrap .hidden-md {
	display: block!important
}
tr.ne-bootstrap .hidden-md {
	display: table-row!important
}
th.ne-bootstrap .hidden-md, td.ne-bootstrap .hidden-md {
	display: table-cell!important
}
@media(max-width:767px) {
.ne-bootstrap .hidden-md.hidden-xs {
	display: none!important
}
tr.ne-bootstrap .hidden-md.hidden-xs {
	display: none!important
}
th.ne-bootstrap .hidden-md.hidden-xs, td.ne-bootstrap .hidden-md.hidden-xs {
	display: none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.ne-bootstrap .hidden-md.hidden-sm {
	display: none!important
}
tr.ne-bootstrap .hidden-md.hidden-sm {
	display: none!important
}
th.ne-bootstrap .hidden-md.hidden-sm, td.ne-bootstrap .hidden-md.hidden-sm {
	display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.ne-bootstrap .hidden-md {
	display: none!important
}
tr.ne-bootstrap .hidden-md {
	display: none!important
}
th.ne-bootstrap .hidden-md, td.ne-bootstrap .hidden-md {
	display: none!important
}
}
@media(min-width:1200px) {
.ne-bootstrap .hidden-md.hidden-lg {
	display: none!important
}
tr.ne-bootstrap .hidden-md.hidden-lg {
	display: none!important
}
th.ne-bootstrap .hidden-md.hidden-lg, td.ne-bootstrap .hidden-md.hidden-lg {
	display: none!important
}
}
.ne-bootstrap .hidden-lg {
	display: block!important
}
tr.ne-bootstrap .hidden-lg {
	display: table-row!important
}
th.ne-bootstrap .hidden-lg, td.ne-bootstrap .hidden-lg {
	display: table-cell!important
}
@media(max-width:767px) {
.ne-bootstrap .hidden-lg.hidden-xs {
	display: none!important
}
tr.ne-bootstrap .hidden-lg.hidden-xs {
	display: none!important
}
th.ne-bootstrap .hidden-lg.hidden-xs, td.ne-bootstrap .hidden-lg.hidden-xs {
	display: none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.ne-bootstrap .hidden-lg.hidden-sm {
	display: none!important
}
tr.ne-bootstrap .hidden-lg.hidden-sm {
	display: none!important
}
th.ne-bootstrap .hidden-lg.hidden-sm, td.ne-bootstrap .hidden-lg.hidden-sm {
	display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.ne-bootstrap .hidden-lg.hidden-md {
	display: none!important
}
tr.ne-bootstrap .hidden-lg.hidden-md {
	display: none!important
}
th.ne-bootstrap .hidden-lg.hidden-md, td.ne-bootstrap .hidden-lg.hidden-md {
	display: none!important
}
}
@media(min-width:1200px) {
.ne-bootstrap .hidden-lg {
	display: none!important
}
tr.ne-bootstrap .hidden-lg {
	display: none!important
}
th.ne-bootstrap .hidden-lg, td.ne-bootstrap .hidden-lg {
	display: none!important
}
}
.ne-bootstrap .visible-print {
	display: none!important
}
tr.ne-bootstrap .visible-print {
	display: none!important
}
th.ne-bootstrap .visible-print, td.ne-bootstrap .visible-print {
	display: none!important
}
@media print {
.ne-bootstrap .visible-print {
	display: block!important
}
tr.ne-bootstrap .visible-print {
	display: table-row!important
}
th.ne-bootstrap .visible-print, td.ne-bootstrap .visible-print {
	display: table-cell!important
}
.ne-bootstrap .hidden-print {
	display: none!important
}
tr.ne-bootstrap .hidden-print {
	display: none!important
}
th.ne-bootstrap .hidden-print, td.ne-bootstrap .hidden-print {
	display: none!important
}
}