.aps-ctrl-p .form-horizontal .radio {
	margin-bottom: 10px
}

.aps-ctrl-p .form-horizontal label {
	text-align: right
}

.aps-ctrl-p .form-horizontal label.control-label {
	margin: 0
}

.aps-ctrl-p body .container .well.well-sm,
.aps-ctrl-p body .container-fluid .well.well-sm {
	padding: 10px
}

.aps-ctrl-p body .container .well.well-lg,
.aps-ctrl-p body .container-fluid .well.well-lg {
	padding: 26px
}

.aps-ctrl-p body .container .jumbotron,
.aps-ctrl-p body .container .well,
.aps-ctrl-p body .container-fluid .jumbotron,
.aps-ctrl-p body .container-fluid .well {
	padding: 19px;
	margin-bottom: 20px;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 2px;
	border: 0
}

.aps-ctrl-p body .container .jumbotron p,
.aps-ctrl-p body .container .well p,
.aps-ctrl-p body .container-fluid .jumbotron p,
.aps-ctrl-p body .container-fluid .well p {
	font-weight: 300
}

.aps-ctrl-p body .container .jumbotron,
.aps-ctrl-p body .container .jumbotron-default,
.aps-ctrl-p body .container .well,
.aps-ctrl-p body .container .well-default,
.aps-ctrl-p body .container-fluid .jumbotron,
.aps-ctrl-p body .container-fluid .jumbotron-default,
.aps-ctrl-p body .container-fluid .well,
.aps-ctrl-p body .container-fluid .well-default {
	background-color: #fff
}

.aps-ctrl-p body .container .jumbotron-inverse,
.aps-ctrl-p body .container .well-inverse,
.aps-ctrl-p body .container-fluid .jumbotron-inverse,
.aps-ctrl-p body .container-fluid .well-inverse {
	background-color: #3f51b5
}

.aps-ctrl-p body .container .jumbotron-primary,
.aps-ctrl-p body .container .well-primary,
.aps-ctrl-p body .container-fluid .jumbotron-primary,
.aps-ctrl-p body .container-fluid .well-primary {
	background-color: #009688
}

.aps-ctrl-p body .container .jumbotron-success,
.aps-ctrl-p body .container .well-success,
.aps-ctrl-p body .container-fluid .jumbotron-success,
.aps-ctrl-p body .container-fluid .well-success {
	background-color: #4caf50
}

.aps-ctrl-p body .container .jumbotron-info,
.aps-ctrl-p body .container .well-info,
.aps-ctrl-p body .container-fluid .jumbotron-info,
.aps-ctrl-p body .container-fluid .well-info {
	background-color: #03a9f4
}

.aps-ctrl-p body .container .jumbotron-warning,
.aps-ctrl-p body .container .well-warning,
.aps-ctrl-p body .container-fluid .jumbotron-warning,
.aps-ctrl-p body .container-fluid .well-warning {
	background-color: #ff5722
}

.aps-ctrl-p body .container .jumbotron-danger,
.aps-ctrl-p body .container .well-danger,
.aps-ctrl-p body .container-fluid .jumbotron-danger,
.aps-ctrl-p body .container-fluid .well-danger {
	background-color: #f44336
}

.aps-ctrl-p .checkbox label,
.aps-ctrl-p label.checkbox-inline {
	cursor: pointer;
	padding-left: 0;
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .form-group.is-focused .checkbox label,
.aps-ctrl-p .form-group.is-focused label.checkbox-inline {
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .form-group.is-focused .checkbox label:focus,
.aps-ctrl-p .form-group.is-focused .checkbox label:hover,
.aps-ctrl-p .form-group.is-focused label.checkbox-inline:focus,
.aps-ctrl-p .form-group.is-focused label.checkbox-inline:hover {
	color: rgba(0, 0, 0, 0.54)
}

.aps-ctrl-p fieldset[disabled] .form-group.is-focused .checkbox label,
.aps-ctrl-p fieldset[disabled] .form-group.is-focused label.checkbox-inline {
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .checkbox input[type=checkbox],
.aps-ctrl-p label.checkbox-inline input[type=checkbox] {
	opacity: 0;
	position: absolute;
	margin: 0;
	z-index: -1;
	width: 0;
	height: 0;
	overflow: hidden;
	left: 0;
	pointer-events: none
}

.aps-ctrl-p .checkbox .checkbox-material,
.aps-ctrl-p label.checkbox-inline .checkbox-material {
	vertical-align: middle;
	position: relative;
	top: 3px
}

.aps-ctrl-p .checkbox .checkbox-material:before,
.aps-ctrl-p label.checkbox-inline .checkbox-material:before {
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.84);
	height: 20px;
	width: 20px;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
	margin: 0;
	transform: scale3d(2.3, 2.3, 1)
}

.aps-ctrl-p .checkbox .checkbox-material .check,
.aps-ctrl-p label.checkbox-inline .checkbox-material .check {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 2px;
	overflow: hidden;
	z-index: 1
}

.aps-ctrl-p .checkbox .checkbox-material .check:before,
.aps-ctrl-p label.checkbox-inline .checkbox-material .check:before {
	position: absolute;
	content: "";
	transform: rotate(45deg);
	display: block;
	margin-top: -4px;
	margin-left: 6px;
	width: 0;
	height: 0;
	box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset
}

.aps-ctrl-p .checkbox input[type=checkbox]:focus+.checkbox-material .check:after,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:focus+.checkbox-material .check:after {
	opacity: .2
}

.aps-ctrl-p .checkbox input[type=checkbox]:focus:checked+.checkbox-material:before,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material:before {
	animation: rippleOn 500ms
}

.aps-ctrl-p .checkbox input[type=checkbox]:focus:checked+.checkbox-material .check:before,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material .check:before {
	animation: checkbox-on .3s forwards
}

.aps-ctrl-p .checkbox input[type=checkbox]:focus:checked+.checkbox-material .check:after,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material .check:after {
	animation: rippleOn 500ms forwards
}

.aps-ctrl-p .checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material:before,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material:before {
	animation: rippleOff 500ms
}

.aps-ctrl-p .checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:before,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:before {
	animation: checkbox-off .3s forwards
}

.aps-ctrl-p .checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:after,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:after {
	animation: rippleOff 500ms forwards
}

.aps-ctrl-p .checkbox input[type=checkbox]:checked+.checkbox-material .check,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check {
	color: #009688;
	border-color: #009688
}

.aps-ctrl-p .checkbox input[type=checkbox]:checked+.checkbox-material .check:before,
.aps-ctrl-p label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check:before {
	color: #009688;
	box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
}

.aps-ctrl-p .checkbox input[type=checkbox][disabled]+.circle,
.aps-ctrl-p .checkbox input[type=checkbox][disabled]:not(:checked)~.checkbox-material .check,
.aps-ctrl-p .checkbox input[type=checkbox][disabled]:not(:checked)~.checkbox-material .check:before,
.aps-ctrl-p fieldset[disabled] .checkbox,
.aps-ctrl-p fieldset[disabled] .checkbox input[type=checkbox],
.aps-ctrl-p fieldset[disabled] label.checkbox-inline,
.aps-ctrl-p fieldset[disabled] label.checkbox-inline input[type=checkbox],
.aps-ctrl-p label.checkbox-inline input[type=checkbox][disabled]+.circle,
.aps-ctrl-p label.checkbox-inline input[type=checkbox][disabled]:not(:checked)~.checkbox-material .check,
.aps-ctrl-p label.checkbox-inline input[type=checkbox][disabled]:not(:checked)~.checkbox-material .check:before {
	opacity: .5
}

.aps-ctrl-p .checkbox input[type=checkbox][disabled]+.checkbox-material .check:after,
.aps-ctrl-p label.checkbox-inline input[type=checkbox][disabled]+.checkbox-material .check:after {
	background-color: rgba(0, 0, 0, 0.87);
	transform: rotate(-45deg)
}

@keyframes checkbox-on {
	0% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px
	}
	50% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
	}
	100% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
	}
}

@keyframes checkbox-off {
	0%,
	25% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
	}
	50% {
		transform: rotate(45deg);
		margin-top: -4px;
		margin-left: 6px;
		width: 0;
		height: 0;
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset
	}
	51% {
		transform: rotate(0deg);
		margin-top: -2px;
		margin-left: -2px;
		width: 20px;
		height: 20px;
		box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset
	}
	100% {
		transform: rotate(0deg);
		margin-top: -2px;
		margin-left: -2px;
		width: 20px;
		height: 20px;
		box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset
	}
}

@keyframes rippleOn {
	0% {
		opacity: 0
	}
	50% {
		opacity: .2
	}
	100% {
		opacity: 0
	}
}

@keyframes rippleOff {
	0% {
		opacity: 0
	}
	50% {
		opacity: .2
	}
	100% {
		opacity: 0
	}
}

.aps-ctrl-p .togglebutton {
	vertical-align: middle
}

.aps-ctrl-p .togglebutton,
.aps-ctrl-p .togglebutton .toggle,
.aps-ctrl-p .togglebutton input,
.aps-ctrl-p .togglebutton label {
	user-select: none
}

.aps-ctrl-p .togglebutton label {
	cursor: pointer;
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .form-group.is-focused .togglebutton label {
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .form-group.is-focused .togglebutton label:focus,
.aps-ctrl-p .form-group.is-focused .togglebutton label:hover {
	color: rgba(0, 0, 0, 0.54)
}

.aps-ctrl-p fieldset[disabled] .form-group.is-focused .togglebutton label {
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .togglebutton label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0
}

.aps-ctrl-p .togglebutton label .toggle {
	text-align: left
}

.aps-ctrl-p .togglebutton label .toggle,
.aps-ctrl-p .togglebutton label input[type=checkbox][disabled]+.toggle {
	content: "";
	display: inline-block;
	width: 30px;
	height: 15px;
	background-color: rgba(80, 80, 80, 0.7);
	border-radius: 15px;
	margin-right: 15px;
	transition: background .3s ease;
	vertical-align: middle
}

.aps-ctrl-p .togglebutton label .toggle:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #F1F1F1;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	left: -5px;
	top: -2px;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease
}

.aps-ctrl-p .togglebutton label input[type=checkbox][disabled]+.toggle:after,
.aps-ctrl-p .togglebutton label input[type=checkbox][disabled]:checked+.toggle:after {
	background-color: #BDBDBD
}

.aps-ctrl-p .togglebutton label input[type=checkbox]+.toggle:active:after,
.aps-ctrl-p .togglebutton label input[type=checkbox][disabled]+.toggle:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1)
}

.aps-ctrl-p .togglebutton label input[type=checkbox]:checked+.toggle:after {
	left: 15px
}

.aps-ctrl-p .togglebutton label input[type=checkbox]:checked+.toggle {
	background-color: rgba(0, 150, 136, 0.5)
}

.aps-ctrl-p .togglebutton label input[type=checkbox]:checked+.toggle:after {
	background-color: #009688
}

.aps-ctrl-p .togglebutton label input[type=checkbox]:checked+.toggle:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1)
}

.aps-ctrl-p .radio label,
.aps-ctrl-p label.radio-inline {
	cursor: pointer;
	padding-left: 45px;
	position: relative;
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .form-group.is-focused .radio label,
.aps-ctrl-p .form-group.is-focused label.radio-inline {
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .form-group.is-focused .radio label:focus,
.aps-ctrl-p .form-group.is-focused .radio label:hover,
.aps-ctrl-p .form-group.is-focused label.radio-inline:focus,
.aps-ctrl-p .form-group.is-focused label.radio-inline:hover {
	color: rgba(0, 0, 0, 0.54)
}

.aps-ctrl-p fieldset[disabled] .form-group.is-focused .radio label,
.aps-ctrl-p fieldset[disabled] .form-group.is-focused label.radio-inline {
	color: rgba(0, 0, 0, 0.26)
}

.aps-ctrl-p .radio span,
.aps-ctrl-p label.radio-inline span {
	display: block;
	position: absolute;
	left: 10px;
	top: 2px;
	transition-duration: .2s
}

.aps-ctrl-p .radio .circle,
.aps-ctrl-p label.radio-inline .circle {
	border: 2px solid rgba(0, 0, 0, 0.54);
	height: 15px;
	width: 15px;
	border-radius: 100%
}

.aps-ctrl-p .radio .check,
.aps-ctrl-p label.radio-inline .check {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background-color: #009688;
	transform: scale3d(0, 0, 0)
}

.aps-ctrl-p .radio .check:after,
.aps-ctrl-p label.radio-inline .check:after {
	display: block;
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.87);
	left: -18px;
	top: -18px;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
	margin: 0;
	transform: scale3d(1.5, 1.5, 1)
}

.aps-ctrl-p .radio input[type=radio]:focus:not(:checked)~.check:after,
.aps-ctrl-p label.radio-inline input[type=radio]:focus:not(:checked)~.check:after {
	animation: rippleOff 500ms
}

.aps-ctrl-p .radio input[type=radio]:focus:checked~.check:after,
.aps-ctrl-p label.radio-inline input[type=radio]:focus:checked~.check:after {
	animation: rippleOn 500ms
}

.aps-ctrl-p .radio input[type=radio],
.aps-ctrl-p label.radio-inline input[type=radio] {
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden
}

.aps-ctrl-p .radio input[type=radio]:checked~.check,
.aps-ctrl-p .radio input[type=radio]:checked~.circle,
.aps-ctrl-p label.radio-inline input[type=radio]:checked~.check,
.aps-ctrl-p label.radio-inline input[type=radio]:checked~.circle {
	opacity: 1
}

.aps-ctrl-p .radio input[type=radio]:checked~.check,
.aps-ctrl-p label.radio-inline input[type=radio]:checked~.check {
	background-color: #009688
}

.aps-ctrl-p .radio input[type=radio]:checked~.circle,
.aps-ctrl-p label.radio-inline input[type=radio]:checked~.circle {
	border-color: #009688
}

.aps-ctrl-p .radio input[type=radio]:checked~.check,
.aps-ctrl-p label.radio-inline input[type=radio]:checked~.check {
	transform: scale3d(.55, .55, 1)
}

.aps-ctrl-p .radio input[type=radio][disabled]~.check,
.aps-ctrl-p .radio input[type=radio][disabled]~.circle,
.aps-ctrl-p label.radio-inline input[type=radio][disabled]~.check,
.aps-ctrl-p label.radio-inline input[type=radio][disabled]~.circle {
	opacity: .26
}

.aps-ctrl-p .radio input[type=radio][disabled]~.check,
.aps-ctrl-p label.radio-inline input[type=radio][disabled]~.check {
	background-color: #000
}

.aps-ctrl-p .radio input[type=radio][disabled]~.circle,
.aps-ctrl-p label.radio-inline input[type=radio][disabled]~.circle {
	border-color: #000
}

.aps-ctrl-p .theme-dark .radio input[type=radio][disabled]~.check,
.aps-ctrl-p .theme-dark .radio input[type=radio][disabled]~.circle,
.aps-ctrl-p .theme-dark label.radio-inline input[type=radio][disabled]~.check,
.aps-ctrl-p .theme-dark label.radio-inline input[type=radio][disabled]~.circle {
	opacity: .3
}

.aps-ctrl-p .theme-dark .radio input[type=radio][disabled]~.check,
.aps-ctrl-p .theme-dark label.radio-inline input[type=radio][disabled]~.check {
	background-color: #fff
}

.aps-ctrl-p .theme-dark .radio input[type=radio][disabled]~.circle,
.aps-ctrl-p .theme-dark label.radio-inline input[type=radio][disabled]~.circle {
	border-color: #fff
}

@keyframes rippleOn {
	0% {
		opacity: 0
	}
	50% {
		opacity: .2
	}
	100% {
		opacity: 0
	}
}

@keyframes rippleOff {
	0% {
		opacity: 0
	}
	50% {
		opacity: .2
	}
	100% {
		opacity: 0
	}
}

.aps-ctrl-p legend {
	margin-bottom: 22px;
	font-size: 24px
}

.aps-ctrl-p output {
	padding-top: 8px;
	font-size: 16px;
	line-height: 1.42857143
}

.aps-ctrl-p .form-control {
	height: 38px;
	padding: 7px 0;
	font-size: 16px;
	line-height: 1.42857143
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.aps-ctrl-p input[type=date].form-control,
	.aps-ctrl-p input[type=time].form-control,
	.aps-ctrl-p input[type=datetime-local].form-control,
	.aps-ctrl-p input[type=month].form-control {
		line-height: 38px
	}
	.aps-ctrl-p .input-group-sm input[type=date],
	.aps-ctrl-p .input-group-sm input[type=time],
	.aps-ctrl-p .input-group-sm input[type=datetime-local],
	.aps-ctrl-p .input-group-sm input[type=month],
	.aps-ctrl-p input[type=date].input-sm,
	.aps-ctrl-p input[type=time].input-sm,
	.aps-ctrl-p input[type=datetime-local].input-sm,
	.aps-ctrl-p input[type=month].input-sm {
		line-height: 24px
	}
	.aps-ctrl-p .input-group-lg input[type=date],
	.aps-ctrl-p .input-group-lg input[type=time],
	.aps-ctrl-p .input-group-lg input[type=datetime-local],
	.aps-ctrl-p .input-group-lg input[type=month],
	.aps-ctrl-p input[type=date].input-lg,
	.aps-ctrl-p input[type=time].input-lg,
	.aps-ctrl-p input[type=datetime-local].input-lg,
	.aps-ctrl-p input[type=month].input-lg {
		line-height: 44px
	}
}

.aps-ctrl-p .checkbox label,
.aps-ctrl-p .radio label {
	min-height: 22px
}

.aps-ctrl-p .form-control-static {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 38px
}

.aps-ctrl-p .input-sm .input-sm {
	height: 24px;
	padding: 3px 0;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 0
}

.aps-ctrl-p .input-sm select.input-sm {
	height: 24px;
	line-height: 24px
}

.aps-ctrl-p .input-sm select[multiple].input-sm,
.aps-ctrl-p .input-sm textarea.input-sm {
	height: auto
}

.aps-ctrl-p .form-group-sm .form-control {
	height: 24px;
	padding: 3px 0;
	font-size: 11px;
	line-height: 1.5
}

.aps-ctrl-p .form-group-sm select.form-control {
	height: 24px;
	line-height: 24px
}

.aps-ctrl-p .form-group-sm select[multiple].form-control,
.aps-ctrl-p .form-group-sm textarea.form-control {
	height: auto
}

.aps-ctrl-p .form-group-sm .form-control-static {
	height: 24px;
	min-height: 33px;
	padding: 4px 0;
	font-size: 11px;
	line-height: 1.5
}

.aps-ctrl-p .input-lg .input-lg {
	height: 44px;
	padding: 9px 0;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0
}

.aps-ctrl-p .input-lg select.input-lg {
	height: 44px;
	line-height: 44px
}

.aps-ctrl-p .input-lg select[multiple].input-lg,
.aps-ctrl-p .input-lg textarea.input-lg {
	height: auto
}

.aps-ctrl-p .form-group-lg .form-control {
	height: 44px;
	padding: 9px 0;
	font-size: 18px;
	line-height: 1.3333333
}

.aps-ctrl-p .form-group-lg select.form-control {
	height: 44px;
	line-height: 44px
}

.aps-ctrl-p .form-group-lg select[multiple].form-control,
.aps-ctrl-p .form-group-lg textarea.form-control {
	height: auto
}

.aps-ctrl-p .form-group-lg .form-control-static {
	height: 44px;
	min-height: 40px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.3333333
}

.aps-ctrl-p .form-horizontal .checkbox,
.aps-ctrl-p .form-horizontal .checkbox-inline,
.aps-ctrl-p .form-horizontal .radio,
.aps-ctrl-p .form-horizontal .radio-inline {
	padding-top: 8px
}

.aps-ctrl-p .form-horizontal .checkbox,
.aps-ctrl-p .form-horizontal .radio {
	min-height: 30px
}

@media (min-width:768px) {
	.aps-ctrl-p .form-horizontal .control-label {
		padding-top: 8px
	}
}

@media (min-width:768px) {
	.aps-ctrl-p .form-horizontal .form-group-lg .control-label {
		padding-top: 13px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.aps-ctrl-p .form-horizontal .form-group-sm .control-label {
		padding-top: 4px;
		font-size: 11px
	}
}

.aps-ctrl-p .label {
	border-radius: 1px;
	padding: .3em .6em
}

.aps-ctrl-p .label,
.aps-ctrl-p .label.label-default {
	background-color: #9e9e9e
}

.aps-ctrl-p .label.label-inverse {
	background-color: #3f51b5
}

.aps-ctrl-p .label.label-primary {
	background-color: #009688
}

.aps-ctrl-p .label.label-success {
	background-color: #4caf50
}

.aps-ctrl-p .label.label-info {
	background-color: #03a9f4
}

.aps-ctrl-p .label.label-warning {
	background-color: #ff5722
}

.aps-ctrl-p .label.label-danger {
	background-color: #f44336
}

.aps-ctrl-p .form-control,
.aps-ctrl-p .form-group .form-control {
	border: 0;
	background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(99%);
	background-color: rgba(0, 0, 0, 0);
	transition: background 0s ease-out;
	float: none;
	box-shadow: none;
	border-radius: 0
}

.aps-ctrl-p .form-control::-moz-placeholder,
.aps-ctrl-p .form-group .form-control::-moz-placeholder {
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-control:-ms-input-placeholder,
.aps-ctrl-p .form-group .form-control:-ms-input-placeholder {
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-control::-webkit-input-placeholder,
.aps-ctrl-p .form-group .form-control::-webkit-input-placeholder {
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-control[disabled],
.aps-ctrl-p .form-control[readonly],
.aps-ctrl-p .form-group .form-control[disabled],
.aps-ctrl-p .form-group .form-control[readonly],
.aps-ctrl-p fieldset[disabled] .form-control,
.aps-ctrl-p fieldset[disabled] .form-group .form-control {
	background-color: rgba(0, 0, 0, 0)
}

.aps-ctrl-p .form-control[disabled],
.aps-ctrl-p .form-group .form-control[disabled],
.aps-ctrl-p fieldset[disabled] .form-control,
.aps-ctrl-p fieldset[disabled] .form-group .form-control {
	background-image: none;
	border-bottom: 1px dotted #d2d2d2
}

.aps-ctrl-p .form-group {
	position: relative
}

.aps-ctrl-p .form-group.label-floating label.control-label,
.aps-ctrl-p .form-group.label-placeholder label.control-label,
.aps-ctrl-p .form-group.label-static label.control-label {
	position: absolute;
	pointer-events: none;
	transition: .3s ease all
}

.aps-ctrl-p .form-group.label-floating label.control-label {
	will-change: left, top, contents
}

.aps-ctrl-p .form-group.label-placeholder:not(.is-empty) label.control-label {
	display: none
}

.aps-ctrl-p .form-group .help-block {
	position: absolute;
	display: none
}

.aps-ctrl-p .form-group.is-focused .form-control {
	outline: 0;
	background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
	background-size: 100% 2px, 100% 1px;
	box-shadow: none;
	transition-duration: .3s
}

.aps-ctrl-p .form-group.is-focused .form-control .material-input:after {
	background-color: #009688
}

.aps-ctrl-p .form-group.is-focused label,
.aps-ctrl-p .form-group.is-focused label.control-label {
	color: #009688
}

.aps-ctrl-p .form-group.is-focused.label-placeholder label,
.aps-ctrl-p .form-group.is-focused.label-placeholder label.control-label {
	color: #bdbdbd
}

.aps-ctrl-p .form-group.is-focused .help-block {
	display: block
}

.aps-ctrl-p .form-group.has-warning .form-control {
	box-shadow: none
}

.aps-ctrl-p .form-group.has-warning.is-focused .form-control {
	background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2)
}

.aps-ctrl-p .form-group.has-warning .help-block,
.aps-ctrl-p .form-group.has-warning label.control-label {
	color: #ff5722
}

.aps-ctrl-p .form-group.has-error .form-control {
	box-shadow: none
}

.aps-ctrl-p .form-group.has-error.is-focused .form-control {
	background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2)
}

.aps-ctrl-p .form-group.has-error .help-block,
.aps-ctrl-p .form-group.has-error label.control-label {
	color: #f44336
}

.aps-ctrl-p .form-group.has-success .form-control {
	box-shadow: none
}

.aps-ctrl-p .form-group.has-success.is-focused .form-control {
	background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2)
}

.aps-ctrl-p .form-group.has-success .help-block,
.aps-ctrl-p .form-group.has-success label.control-label {
	color: #4caf50
}

.aps-ctrl-p .form-group.has-info .form-control {
	box-shadow: none
}

.aps-ctrl-p .form-group.has-info.is-focused .form-control {
	background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2)
}

.aps-ctrl-p .form-group.has-info .help-block,
.aps-ctrl-p .form-group.has-info label.control-label {
	color: #03a9f4
}

.aps-ctrl-p .form-group textarea {
	resize: none
}

.aps-ctrl-p .form-group textarea~.form-control-highlight {
	margin-top: -11px
}



.aps-ctrl-p .form-group select~.material-input:after {
	display: none
}

.aps-ctrl-p .form-control {
	margin-bottom: 7px
}

.aps-ctrl-p .form-control::-moz-placeholder {
	font-size: 16px;
	line-height: 1.42857143;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-control:-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.42857143;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-control::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.42857143;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .checkbox label,
.aps-ctrl-p .radio label,
.aps-ctrl-p label {
	font-size: 16px;
	line-height: 1.42857143;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .help-block {
	margin-top: 0;
	font-size: 12px
}

.aps-ctrl-p .form-group {
	padding-bottom: 7px;
	margin: 28px 0 0
}

.aps-ctrl-p .form-group .form-control {
	margin-bottom: 7px
}

.aps-ctrl-p .form-group .form-control::-moz-placeholder {
	font-size: 16px;
	line-height: 1.42857143;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group .form-control:-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.42857143;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group .form-control::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.42857143;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group .checkbox label,
.aps-ctrl-p .form-group .radio label,
.aps-ctrl-p .form-group label {
	font-size: 16px;
	line-height: 1.42857143;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group .help-block {
	margin-top: 0;
	font-size: 12px
}

.aps-ctrl-p .form-group.label-floating label.control-label,
.aps-ctrl-p .form-group.label-placeholder label.control-label {
	top: -7px;
	font-size: 16px;
	line-height: 1.42857143
}

.aps-ctrl-p .form-group.label-floating.is-focused label.control-label,
.aps-ctrl-p .form-group.label-floating:not(.is-empty) label.control-label,
.aps-ctrl-p .form-group.label-static label.control-label {
	top: -30px;
	left: 0;
	font-size: 12px;
	line-height: 1.07142857
}

.aps-ctrl-p .form-group.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
	top: -30px;
	left: 0;
	font-size: 12px;
	line-height: 1.07142857
}

.aps-ctrl-p .form-group.form-group-sm {
	padding-bottom: 3px;
	margin: 21px 0 0
}

.aps-ctrl-p .form-group.form-group-sm .form-control {
	margin-bottom: 3px
}

.aps-ctrl-p .form-group.form-group-sm .form-control::-moz-placeholder {
	font-size: 11px;
	line-height: 1.5;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group.form-group-sm .form-control:-ms-input-placeholder {
	font-size: 11px;
	line-height: 1.5;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group.form-group-sm .form-control::-webkit-input-placeholder {
	font-size: 11px;
	line-height: 1.5;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group.form-group-sm .checkbox label,
.aps-ctrl-p .form-group.form-group-sm .radio label,
.aps-ctrl-p .form-group.form-group-sm label {
	font-size: 11px;
	line-height: 1.5;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group.form-group-sm .help-block {
	margin-top: 0;
	font-size: 9px
}

.aps-ctrl-p .form-group.form-group-sm.label-floating label.control-label,
.aps-ctrl-p .form-group.form-group-sm.label-placeholder label.control-label {
	top: -11px;
	font-size: 11px;
	line-height: 1.5
}

.aps-ctrl-p .form-group.form-group-sm.label-floating.is-focused label.control-label,
.aps-ctrl-p .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label,
.aps-ctrl-p .form-group.form-group-sm.label-static label.control-label {
	top: -25px;
	left: 0;
	font-size: 9px;
	line-height: 1.125
}

.aps-ctrl-p .form-group.form-group-sm.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
	top: -25px;
	left: 0;
	font-size: 9px;
	line-height: 1.125
}

.aps-ctrl-p .form-group.form-group-lg {
	padding-bottom: 9px;
	margin: 30px 0 0
}

.aps-ctrl-p .form-group.form-group-lg .form-control {
	margin-bottom: 9px
}

.aps-ctrl-p .form-group.form-group-lg .form-control::-moz-placeholder {
	font-size: 18px;
	line-height: 1.3333333;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group.form-group-lg .form-control:-ms-input-placeholder {
	font-size: 18px;
	line-height: 1.3333333;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group.form-group-lg .form-control::-webkit-input-placeholder {
	font-size: 18px;
	line-height: 1.3333333;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group.form-group-lg .checkbox label,
.aps-ctrl-p .form-group.form-group-lg .radio label,
.aps-ctrl-p .form-group.form-group-lg label {
	font-size: 18px;
	line-height: 1.3333333;
	color: #bdbdbd;
	font-weight: 400
}

.aps-ctrl-p .form-group.form-group-lg .help-block {
	margin-top: 0;
	font-size: 14px
}

.aps-ctrl-p .form-group.form-group-lg.label-floating label.control-label,
.aps-ctrl-p .form-group.form-group-lg.label-placeholder label.control-label {
	top: -5px;
	font-size: 18px;
	line-height: 1.3333333
}

.aps-ctrl-p .form-group.form-group-lg.label-floating.is-focused label.control-label,
.aps-ctrl-p .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label,
.aps-ctrl-p .form-group.form-group-lg.label-static label.control-label {
	top: -32px;
	left: 0;
	font-size: 14px;
	line-height: .99999998
}

.aps-ctrl-p .form-group.form-group-lg.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
	top: -32px;
	left: 0;
	font-size: 14px;
	line-height: .99999998
}

.aps-ctrl-p select.form-control {
	border: 0;
	box-shadow: none;
	border-radius: 0
}

.aps-ctrl-p .form-group.is-focused select.form-control {
	box-shadow: none;
	border-color: #d2d2d2
}

.aps-ctrl-p .form-group.is-focused select.form-control[multiple],
.aps-ctrl-p select.form-control[multiple] {
	height: 85px
}

.aps-ctrl-p .input-group-btn .btn {
	margin: 0 0 7px
}

.aps-ctrl-p .form-group.form-group-sm .input-group-btn .btn {
	margin: 0 0 3px
}

.aps-ctrl-p .form-group.form-group-lg .input-group-btn .btn {
	margin: 0 0 9px
}

.aps-ctrl-p .input-group .input-group-btn {
	padding: 0 12px
}

.aps-ctrl-p .input-group .input-group-addon {
	border: 0;
	background: 0 0
}

.aps-ctrl-p legend {
	border-bottom: 0
}

.aps-ctrl-p * {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent
}

.aps-ctrl-p :focus {
	outline: 0
}

.aps-ctrl-p .snackbar {
	background-color: #323232;
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	border-radius: 2px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	height: 0;
	transition: transform .2s ease-in-out, opacity .2s ease-in, height 0s linear .2s, padding 0s linear .2s, height 0s linear .2s;
	transform: translateY(200%)
}

.aps-ctrl-p .snackbar.snackbar-opened {
	padding: 14px 15px;
	margin-bottom: 20px;
	height: auto;
	transition: transform .2s ease-in-out, opacity .2s ease-in, height 0s linear .2s, height 0s linear .2s;
	transform: none
}

.aps-ctrl-p .snackbar.toast {
	border-radius: 200px
}

.aps-ctrl-p .noUi-target,
.aps-ctrl-p .noUi-target * {
	-webkit-touch-callout: none;
	-ms-touch-action: none;
	user-select: none;
	box-sizing: border-box
}

.aps-ctrl-p .noUi-base {
	width: 100%;
	height: 100%;
	position: relative
}

.aps-ctrl-p .noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.aps-ctrl-p .noUi-handle {
	position: relative;
	z-index: 1
}

.aps-ctrl-p .noUi-stacking .noUi-handle {
	z-index: 10
}

.aps-ctrl-p .noUi-state-tap .noUi-origin {
	transition: left .3s, top .3s
}

.aps-ctrl-p .noUi-state-drag * {
	cursor: inherit !important
}

.aps-ctrl-p .noUi-handle {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	left: -10px;
	top: -5px;
	cursor: ew-resize;
	border-radius: 100%;
	transition: all .2s ease-out;
	border: 1px solid
}

.aps-ctrl-p .noUi-vertical .noUi-handle {
	margin-left: 5px;
	cursor: ns-resize
}

.aps-ctrl-p .noUi-horizontal.noUi-extended {
	padding: 0 15px
}

.aps-ctrl-p .noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px
}

.aps-ctrl-p .noUi-background {
	height: 2px;
	margin: 20px 0
}

.aps-ctrl-p .noUi-origin {
	margin: 0;
	border-radius: 0;
	height: 2px;
	background: #c8c8c8
}

.aps-ctrl-p .noUi-origin[style^="left: 0"] .noUi-handle {
	background-color: #fff;
	border: 2px solid #c8c8c8
}

.aps-ctrl-p .noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
	border-width: 1px
}

.aps-ctrl-p .noUi-target {
	border-radius: 2px
}

.aps-ctrl-p .noUi-horizontal {
	height: 2px;
	margin: 15px 0
}

.aps-ctrl-p .noUi-vertical {
	height: 100%;
	width: 2px;
	margin: 0 15px;
	display: inline-block
}

.aps-ctrl-p .noUi-handle.noUi-active {
	transform: scale3d(2.5, 2.5, 1)
}

.aps-ctrl-p [disabled].noUi-slider {
	opacity: .5
}

.aps-ctrl-p [disabled] .noUi-handle {
	cursor: not-allowed
}

.aps-ctrl-p .slider {
	background: #c8c8c8
}

.aps-ctrl-p .slider.noUi-connect,
.aps-ctrl-p .slider.slider-default.noUi-connect {
	background-color: #009688
}

.aps-ctrl-p .slider.slider-inverse.noUi-connect {
	background-color: #3f51b5
}

.aps-ctrl-p .slider.slider-primary.noUi-connect {
	background-color: #009688
}

.aps-ctrl-p .slider.slider-success.noUi-connect {
	background-color: #4caf50
}

.aps-ctrl-p .slider.slider-info.noUi-connect {
	background-color: #03a9f4
}

.aps-ctrl-p .slider.slider-warning.noUi-connect {
	background-color: #ff5722
}

.aps-ctrl-p .slider.slider-danger.noUi-connect {
	background-color: #f44336
}

.aps-ctrl-p .slider .noUi-connect,
.aps-ctrl-p .slider.slider-default .noUi-connect {
	background-color: #009688
}

.aps-ctrl-p .slider.slider-inverse .noUi-connect {
	background-color: #3f51b5
}

.aps-ctrl-p .slider.slider-primary .noUi-connect {
	background-color: #009688
}

.aps-ctrl-p .slider.slider-success .noUi-connect {
	background-color: #4caf50
}

.aps-ctrl-p .slider.slider-info .noUi-connect {
	background-color: #03a9f4
}

.aps-ctrl-p .slider.slider-warning .noUi-connect {
	background-color: #ff5722
}

.aps-ctrl-p .slider.slider-danger .noUi-connect {
	background-color: #f44336
}

.aps-ctrl-p .slider .noUi-handle,
.aps-ctrl-p .slider.slider-default .noUi-handle {
	background-color: #009688
}

.aps-ctrl-p .slider.slider-inverse .noUi-handle {
	background-color: #3f51b5
}

.aps-ctrl-p .slider.slider-primary .noUi-handle {
	background-color: #009688
}

.aps-ctrl-p .slider.slider-success .noUi-handle {
	background-color: #4caf50
}

.aps-ctrl-p .slider.slider-info .noUi-handle {
	background-color: #03a9f4
}

.aps-ctrl-p .slider.slider-warning .noUi-handle {
	background-color: #ff5722
}

.aps-ctrl-p .slider.slider-danger .noUi-handle {
	background-color: #f44336
}

.aps-ctrl-p .slider .noUi-handle,
.aps-ctrl-p .slider.slider-default .noUi-handle {
	border-color: #009688
}

.aps-ctrl-p .slider.slider-inverse .noUi-handle {
	border-color: #3f51b5
}

.aps-ctrl-p .slider.slider-primary .noUi-handle {
	border-color: #009688
}

.aps-ctrl-p .slider.slider-success .noUi-handle {
	border-color: #4caf50
}

.aps-ctrl-p .slider.slider-info .noUi-handle {
	border-color: #03a9f4
}

.aps-ctrl-p .slider.slider-warning .noUi-handle {
	border-color: #ff5722
}

.aps-ctrl-p .slider.slider-danger .noUi-handle {
	border-color: #f44336
}

.aps-ctrl-p .selectize-control.multi,
.aps-ctrl-p .selectize-control.single {
	padding: 0
}

.aps-ctrl-p .selectize-control.multi .selectize-input,
.aps-ctrl-p .selectize-control.multi .selectize-input.input-active,
.aps-ctrl-p .selectize-control.single .selectize-input,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active {
	cursor: text;
	background: 0 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
	line-height: 30px
}

.aps-ctrl-p .selectize-control.multi .selectize-input .has-items,
.aps-ctrl-p .selectize-control.multi .selectize-input.input-active .has-items,
.aps-ctrl-p .selectize-control.single .selectize-input .has-items,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active .has-items {
	padding: 0
}

.aps-ctrl-p .selectize-control.multi .selectize-input.input-active:after,
.aps-ctrl-p .selectize-control.multi .selectize-input:after,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active:after,
.aps-ctrl-p .selectize-control.single .selectize-input:after {
	right: 5px;
	position: absolute;
	font-size: 25px;
	content: "\e5c5";
	font-family: 'Material Icons';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.aps-ctrl-p .selectize-control.multi .selectize-input input,
.aps-ctrl-p .selectize-control.multi .selectize-input.input-active input,
.aps-ctrl-p .selectize-control.single .selectize-input input,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active input {
	font-size: 14px;
	outline: 0;
	border: 0;
	background: 0 0
}

.aps-ctrl-p .selectize-control.multi .selectize-input.input-active.label-floating-fix input,
.aps-ctrl-p .selectize-control.multi .selectize-input.label-floating-fix input,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active.label-floating-fix input,
.aps-ctrl-p .selectize-control.single .selectize-input.label-floating-fix input {
	opacity: 0
}

.aps-ctrl-p .selectize-control.multi .selectize-input.input-active>.item,
.aps-ctrl-p .selectize-control.multi .selectize-input.input-active>div,
.aps-ctrl-p .selectize-control.multi .selectize-input>.item,
.aps-ctrl-p .selectize-control.multi .selectize-input>div,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active>.item,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active>div,
.aps-ctrl-p .selectize-control.single .selectize-input>.item,
.aps-ctrl-p .selectize-control.single .selectize-input>div {
	display: inline-block;
	margin: 0 8px 3px 0;
	padding: 0;
	background: 0 0;
	border: 0
}

.aps-ctrl-p .selectize-control.multi .selectize-input.input-active>.item:after,
.aps-ctrl-p .selectize-control.multi .selectize-input.input-active>div:after,
.aps-ctrl-p .selectize-control.multi .selectize-input>.item:after,
.aps-ctrl-p .selectize-control.multi .selectize-input>div:after,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active>.item:after,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active>div:after,
.aps-ctrl-p .selectize-control.single .selectize-input>.item:after,
.aps-ctrl-p .selectize-control.single .selectize-input>div:after {
	content: ","
}

.aps-ctrl-p .selectize-control.multi .selectize-input.input-active>.item:last-of-type:after,
.aps-ctrl-p .selectize-control.multi .selectize-input.input-active>div:last-of-type:after,
.aps-ctrl-p .selectize-control.multi .selectize-input>.item:last-of-type:after,
.aps-ctrl-p .selectize-control.multi .selectize-input>div:last-of-type:after,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active>.item:last-of-type:after,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active>div:last-of-type:after,
.aps-ctrl-p .selectize-control.single .selectize-input>.item:last-of-type:after,
.aps-ctrl-p .selectize-control.single .selectize-input>div:last-of-type:after {
	content: ""
}

.aps-ctrl-p .selectize-control.multi .selectize-input.input-active>.item.active,
.aps-ctrl-p .selectize-control.multi .selectize-input.input-active>div.active,
.aps-ctrl-p .selectize-control.multi .selectize-input>.item.active,
.aps-ctrl-p .selectize-control.multi .selectize-input>div.active,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active>.item.active,
.aps-ctrl-p .selectize-control.single .selectize-input.input-active>div.active,
.aps-ctrl-p .selectize-control.single .selectize-input>.item.active,
.aps-ctrl-p .selectize-control.single .selectize-input>div.active {
	font-weight: 700;
	background: 0 0;
	border: 0
}

.aps-ctrl-p .selectize-control.multi .selectize-dropdown,
.aps-ctrl-p .selectize-control.single .selectize-dropdown {
	position: absolute;
	z-index: 1000;
	border: 0;
	width: 100% !important;
	left: 0 !important;
	height: auto;
	background-color: #FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border-radius: 2px;
	padding: 0;
	margin-top: 3px
}

.aps-ctrl-p .selectize-control.multi .selectize-dropdown .active,
.aps-ctrl-p .selectize-control.single .selectize-dropdown .active {
	background-color: inherit
}

.aps-ctrl-p .selectize-control.multi .selectize-dropdown .highlight,
.aps-ctrl-p .selectize-control.single .selectize-dropdown .highlight {
	background-color: #d5d8ff
}

.aps-ctrl-p .selectize-control.multi .selectize-dropdown .selected,
.aps-ctrl-p .selectize-control.multi .selectize-dropdown .selected.active,
.aps-ctrl-p .selectize-control.single .selectize-dropdown .selected,
.aps-ctrl-p .selectize-control.single .selectize-dropdown .selected.active {
	background-color: #EEE
}

.aps-ctrl-p .selectize-control.multi .selectize-dropdown .optgroup-header,
.aps-ctrl-p .selectize-control.multi .selectize-dropdown [data-selectable],
.aps-ctrl-p .selectize-control.single .selectize-dropdown .optgroup-header,
.aps-ctrl-p .selectize-control.single .selectize-dropdown [data-selectable] {
	padding: 10px 20px;
	cursor: pointer
}

.aps-ctrl-p .selectize-control.multi .dropdown-active~.selectize-dropdown,
.aps-ctrl-p .selectize-control.single .dropdown-active~.selectize-dropdown {
	display: block
}

.aps-ctrl-p .dropdownjs::after {
	right: 5px;
	top: 3px;
	font-size: 25px;
	position: absolute;
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	content: "\e5c5";
	pointer-events: none;
	color: #757575
}

.aps-ctrl-p .withripple {
	position: relative
}

.aps-ctrl-p .ripple-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none
}

.aps-ctrl-p .ripple {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-o-transform-origin: 50%;
	transform-origin: 50%;
	opacity: 0;
	pointer-events: none
}

.aps-ctrl-p .ripple.ripple-on {
	-webkit-transition: opacity .15s ease-in 0s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
	-o-transition: opacity .15s ease-in 0s, -o-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
	transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
	opacity: .1
}

.aps-ctrl-p .ripple.ripple-out {
	-webkit-transition: opacity .1s linear 0s !important;
	-o-transition: opacity .1s linear 0s !important;
	transition: opacity .1s linear 0s !important;
	opacity: 0
}

.aps-ctrl-p .form-control,
.aps-ctrl-p .form-group .form-control {
	border: 1px solid #e7e7e7 !important;
	background-image: none;
	background-size: 0 2px, 100% 0;
	background-color: #fff
}

.aps-ctrl-p .form-group .checkbox label,
.aps-ctrl-p .form-group .radio label,
.aps-ctrl-p .form-group label,
.aps-ctrl-p label {
	color: #333
}

.aps-ctrl-p .btn {
	position: relative
}

.aps-ctrl-p .form-group.label-floating label.control-label,
.aps-ctrl-p .form-group.label-placeholder label.control-label {
	font-size: 14px;
	top: -7px;
	left: 10px
}

.aps-ctrl-p .form-group.label-floating.is-focused label.control-label,
.aps-ctrl-p .form-group.label-floating:not(.is-empty) label.control-label,
.aps-ctrl-p .form-group.label-static label.control-label {
	font-size: 16px;
	left: 0;
	line-height: 1.07143;
	top: -41px
}

.aps-ctrl-p .form-horizontal .form-group-sm .control-label {
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px
}

.aps-ctrl-p .form-group .form-control {
	padding-left: 10px
}

.aps-ctrl-p .form-group .form-control:focus {
	background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
	background-size: 100% 2px, 100% 0;
	box-shadow: none;
	outline: 0 none;
	transition-duration: .3s
}

.aps-ctrl-p .form-group.has-error .form-control:focus {
	background-image: linear-gradient(#F81D2B, #CF2636), linear-gradient(#d2d2d2, #d2d2d2);
	background-size: 100% 2px, 100% 0;
	box-shadow: none;
	outline: 0 none;
	transition-duration: .3s
}

.aps-ctrl-p .form-group.has-error .form-control {
	background-image: linear-gradient(#F81D2B, #CF2636), linear-gradient(#F81D2B, #CF2636);
	background-position: center bottom, center 100%
}

.aps-ctrl-p .select2-container--bootstrap .select2-selection {
	border-radius: 1px
}

.aps-ctrl-p .form-group:not(.form-group-sm)>.form-control+i.form-control-feedback {
	top: 29px !important
}

.aps-ctrl-p .bv-form .form-group .help-block {
	font-size: 12px;
	margin-top: -5px;
	position: relative
}

.aps-ctrl-p .input-group input+.input-group-btn,
.aps-ctrl-p .input-group .input-group-btn+input {
	padding: 0
}

.aps-ctrl-p .form-horizontal .form-group {
	padding-bottom: unset !important
}

.aps-ctrl-p .form-horizontal .control-label {
	padding-right: 0
}

.aps-ctrl-p .form-group {
	margin-top: 0;
	padding-bottom: 0 !important;
	margin-bottom: 15px
}

.aps-ctrl-p .form-group .form-control {
	margin-bottom: 0
}

.aps-ctrl-p .select2-selection {
	border-bottom: 2px solid #ccc
}

.aps-ctrl-p .select2-container--bootstrap.select2-container--focus .select2-container--bootstrap.select2-container--open .select2-selection {
	border-bottom: 3px solid #009688
}

.aps-ctrl-p .select2-container--bootstrap.select2-container--focus .select2-selection,
.aps-ctrl-p .select2-container--bootstrap.select2-container--open .select2-selection {
	box-shadow: unset
}

.aps-ctrl-p .select2-container--bootstrap .select2-selection {
	box-shadow: unset
}

.aps-ctrl-p .select2-container--bootstrap.select2-container--focus .select2-selection,
.aps-ctrl-p .select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #66afe9;
	border-bottom: 4px;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0s
}

.aps-ctrl-p .select2 {
	box-shadow: 0 1px 0 rgba(210, 210, 210, 0.45)
}

.aps-ctrl-p .form-control[disabled],
.aps-ctrl-p .form-control[readonly],
.aps-ctrl-p .form-group .form-control[disabled],
.aps-ctrl-p .form-group .form-control[readonly],
.aps-ctrl-p fieldset[disabled] .form-control,
.aps-ctrl-p fieldset[disabled] .form-group .form-control {
	background-color: #eee;
	background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
	background-position: center bottom, center 100%;
	border: #d2d6de
}

.aps-ctrl-p .form-group label {
	color: #333
}

.aps-ctrl-p .form-group.form-group-sm .checkbox label,
.aps-ctrl-p .form-group.form-group-sm .radio label,
.aps-ctrl-p .form-group.form-group-sm label {
	color: #333;
	font-weight: bold
}

.aps-ctrl-p .form-group.form-group-sm {
	margin-top: 0;
	margin-bottom: 5px
}

.aps-ctrl-p .form-group.form-group-sm .form-control {
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 6px 8px
}

.aps-ctrl-p .form-group:not(.form-group-xs):not(.form-group-sm):not(.form-group-lg) .form-control {
	height: 37px;
	border-radius: 8px;
}

.aps-ctrl-p .form-group-sm.has-feedback div i.form-control-feedback.fa {
	right: 10px
}

.aps-ctrl-p .togglebutton>label {
	margin-left: -8px
}

.aps-ctrl-p .form-horizontal .togglebutton {
	margin-top: 8px;
	margin-bottom: 10px
}

.aps-ctrl-p .checkbox .checkbox-material .check::before,
.aps-ctrl-p label.checkbox-inline .checkbox-material .check::before {
	margin-left: 6.5px;
	margin-top: -4px
}

.aps-ctrl-p .togglebutton label .toggle,
.aps-ctrl-p .togglebutton label input[type="checkbox"][disabled]+.toggle {
	margin-right: 1px
}

.aps-ctrl-p .radio label,
.aps-ctrl-p label.radio-inline {
	padding-left: 35px
}

.aps-ctrl-p .radio .circle,
.aps-ctrl-p label.radio-inline .circle {
	height: 20px;
	width: 20px
}

.aps-ctrl-p .radio input[type="radio"]:checked~.check,
.aps-ctrl-p label.radio-inline input[type="radio"]:checked~.check {
	transform: scale3d(.8, .8, 1)
}

.aps-ctrl-p .radio .check,
.aps-ctrl-p label.radio-inline .check {
	left: 12.5px;
	top: 4.5px
}

.aps-ctrl-p .inline .radio+.radio .check {
	left: 12.5px;
	top: 4.5px
}

.aps-ctrl-p .checkbox+.checkbox,
.aps-ctrl-p .radio+.radio {
	margin-top: 0
}

.aps-ctrl-p .form-horizontal .radio+.radio {
	margin-top: -10px
}

.aps-ctrl-p .checkbox input[type="checkbox"]:checked+.form-control-feedback+.checkbox-material .check::before,
.aps-ctrl-p .checkbox input[type="checkbox"]:checked+.checkbox-material .check::before,
.aps-ctrl-p label.checkbox-inline input[type="checkbox"]:checked+.checkbox-material .check::before {
	box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
	color: #009688
}

.aps-ctrl-p .form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.aps-ctrl-p .form-group {
	margin-bottom: 10px
}

.aps-ctrl-p div.radio-inline {
	margin-left: -30px
}

.aps-ctrl-p input[type=radio]:checked~.check {
	background: transparent !important
}

.aps-ctrl-p input[type=radio]:checked~.circle::after {
	background: #009688 none repeat scroll 0 0;
	border: 3px solid #fff;
	border-radius: 50%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale3d(.9, .9, 1);
	transition-duration: .2s
}