html{
    font-size: 16px;
}
body.white {
	background-color: #fff;
}

.page h1 {
	margin-top: 24px;
}

#auth-link a, #auth-link span {
	color: #9A9393;
}
.section-one-screen.section-one-screen-70 {
	min-height: 70vh;
}
.alertify .ajs-modal {
    top: 50px !important;
}
.alert-danger-terr {
	color: #fff;
    background-color: #ee7656;
    border-color: rgba(255, 255, 255, 0.2);
}
.ajs-button.ajs-ok {
	border: 1px solid #89b439;
	white-space: nowrap;
	color: #fff;
	background-color: #89b439;
	font-weight: bold;
	padding: 10px 16px;
	border-top-left-radius: 17px !important;
	border-bottom-left-radius: 17px !important;
}
.alertify .ajs-commands {
	margin: -14px 10px 0 0;
}
.alertify .ajs-footer {
	padding: 10px;
}
.btn.btn-territory {
    border: 1px solid #89b439;
    white-space: nowrap;
    color: #fff;
    background-color: #89b439;
    font-size: 18px;
    line-height: 23px;
    border-radius: 4px;
    padding: 8px 20px;
	text-align: center;
	font-weight: bold;
	/*border-radius: 0.5rem !important;*/
}
.btn-round-right {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
.btn-round-left {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.badge-coral {
    background-color: #ee7656;
    color: #fff;
}
.badge-outline-coral {
    background-color: #ee7656;
    border: 1px solid #ee7656;
    color: #fff !important;
}
.badge-outline {
    color: #1a2643;
    border: 1px solid #1a2643;
}