html, body, #app, main {
	min-height: 100%;
	height: 100%;
	max-height: 100%;
}

.btn-dc-orange {
	color: #fff !important;
	background-color: #f58a1f !important;
	border-color: #f58a1f !important;
}

.btn-dc-blue {
	color: #fff !important;
	background-color: #00707e !important;
	border-color: #00707e !important;
}

.text-dc-orange {
	color: #f58a1f !important;
}

.text-dc-blue {
	color: #00707e !important;
}

#app {
	background-color: #fbfbfb;
}

.bg-black {
	background-color: #111;
}

.sidebar-nav a {
	color: #f8f9fa !important;
}

.sidebar-nav a:hover {
	cursor: pointer;
}

/* Override bootstrap change in background-color */
.sidebar-nav a:active, .sidebar-nav a:hover, .sidebar-nav a:focus {
	background-color: #16cb16 !important;
	border: none;
}
.tracking-input {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    font-size: 15px;
}

.tracking-select {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    font-size: 15px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.tracking-submit {
    -webkit-appearance: none;
    width: 100%;
    font-style: normal;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 2px solid #f58a1f;
    background-color: #f58a1f;
    color: #fff;
}

.tracking-submit:hover {
    border: 2px solid #f58a1f;
    background-color: transparent;
    color: #f58a1f;
}

#results-view strong {
    font-size: 20px;
}

#results-view span {
    font-size: 16px;
}