.container {
	min-height: 100vh;
	position: relative;
}
.wrapper {
	margin-bottom: 100px;
}
.has-error .form-control {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
}
.importance-slider {
	margin-top: 10px;
	background-color: #0db4c1;
}
.urgency-slider {
	margin-top: 10px;
	background-color: #9b1106;
}
.ui-slider .ui-slider-handle {
	background: #fff;
	border-radius: 3px;
	-ms-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	border: 1px solid #2e6da4;
}
.ui-slider .ui-slider-handle.ui-state-hover,
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-active {
	border: 1px solid #122b40;
	background: #dce4e9;
}
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
	opacity: 0.9;
}
.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
	background-color: #204d74;
	border: 1px solid #122b40;
	color: #fff;
}
.ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
	border-top-color: #204d74;
}
.ui-slider-pips [class*=ui-slider-pip-initial] {
	color: #000;
	font-weight: normal;
}
.ui-slider-pips .ui-slider-pip {
	color: #000;
}
.ui-slider-pips .ui-slider-pip-selected {
	font-weight: bold;
}
.ui-slider + span {
	display: block;
	text-align: center;
}
.plusval {
	margin-top: 5px;
}
.badge {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	padding: 9px 0;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.recordset .col-md-1 {
	text-align: center;
}
.plusval {
	background-color: #d93600;
}
.badge.badge-warning {
	background-color: #ff8c00;
}
.badge.badge-danger {
	background-color: #d93600;
}
.badge.badge-success {
	background-color: #0cca25;
}
.plusval.badge-danger {
	background-color: #0cca25;
}
#count {
	float: left;
}
#clearForm {
	float: right;
}
.choice-unmade {
	display: none;
}
.modal-body {
	padding: 30px;
}
.close {
	position: absolute;
	top: 10px;
	right: 15px;
}
#clearFormModal {
	float: right;
}
.modal-row:not(:first-child) {
	margin-top: 30px;
}
.result-data {
	text-align: center;
}
.toggle-description {
	margin-bottom: 20px;
}
.row-flex {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 15px;
}
#list-result {
	font-size: 18px;
}
#list-result p {
	display: flex;
	align-items: center;
	justify-content: center;
}
#list-result th:nth-of-type(3),
#list-result th:nth-of-type(4),
#list-result td:nth-of-type(3),
#list-result td:nth-of-type(4) {
	width: 140px;
	text-align: center;
}
#list-result td:nth-of-type(2),
#list-result th:nth-of-type(2) {
	width: 400px;
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
}
#list-result .badge {
}
.badge.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.badge.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.badge.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

footer {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
}
footer p {
	text-align: center;
}

.branding {
	width: 100px;
	float: left;
	margin-bottom: 60px;
}
.branding > img {
	width: 100%;
}
.branding + h1 {
	line-height: 100px;
	margin-left: 130px;
}

