@charset "UTF-8";

@font-face {
	font-family: Lato;
	src: url(../fonts/90301aa07d780a09812229d6375c3b28.Lato-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url(../fonts/27bd77b9162d388cb8d4c4217c7c5e2a.Lato-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url(../fonts/c2b50f4a7d908c8d06f5b05ec135e166.Lato-Semibold.woff) format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url(../fonts/f28f2d6482446544ef1ea1ccc6dd5892.Lato-Italic.woff) format("woff");
	font-weight: 400;
	font-style: italic;
}

html, body {
	font-family: Lato, sans-serif;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	color: #02303A;
}

table {
	font-size: 14px;
}

th, .th {
	font-size: 15px;
	font-weight: 500;
}

h1, h2, h3, h4, h5 {
	font-weight: 500;
}

h2, h3 {
	margin-top: 1.5em;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: #1BA8CB;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #35C1E4;
}

.button {
	box-sizing: border-box !important;
	color: #FFF !important;
	font-family: Lato, sans-serif;
	font-weight: 500;
	font-size: 14px;
	border-radius: 4px;
	padding: 0 16px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	min-width: 80px;
	background: linear-gradient(135deg, #069FCE 0%, #51CBBF 100%) no-repeat -1px -1px;
	background-size: 120% 120%;
	border: 1px solid transparent;
	display: inline-block;
}

.button:hover:not([disabled]), .button:focus:not([disabled]) {
	outline: none;
	background: linear-gradient(135deg, #06aadd 0%, #5dcfc3 100%) no-repeat -1px -1px;
	background-size: 120% 120%;
	color: #FFF;
	cursor: pointer;
}

.button[disabled] {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}

.button--smaller {
	vertical-align: middle;
	border-radius: 3px;
	font-weight: 500;
	padding: 3px 5px 3px 5px;
	text-align: center;
	min-width: 30px;
	font-size: 12px;
	height: 20px;
	line-height: 12px;
}

.button--secondary {
	color: #1BA8CB !important;
	border: 1px solid #1BA8CB;
	background: white;
}

.button--secondary:hover:not([disabled]), .button--secondary:focus:not([disabled]) {
	color: #1BA8CB;
	background: #F7F7F8;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #999;
	border-top: 1px solid #edeeef;
	font-size: 12.5px;
	text-align: center;
	padding: 17px 0;
	background-color: white;
}

form {
	margin: 0;
}

input[disabled] {
	cursor: not-allowed !important;
}

input[disabled][type=text], input[disabled][type=password] {
	background-color: #F7F7F8 !important;
}

input[type=number], input[type=text], input[type=password], input[type=search], select {
	display: block;
	border: 1px solid #D6D9DB;
	border-radius: 3px;
	background-color: #fff;
	height: 28px;
	padding: 3px 5px;
	font-weight: 500;
	font-family: Lato, sans-serif;
	color: #02303A;
	margin-bottom: 1em;
	margin-right: 20px;
	font-size: 13px;
}

input[type=number]:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, select:focus {
	outline: none;
	border: 1px solid #1BA8CB;
}

input[type=number].error, input[type=text].error, input[type=password].error, select.error {
	border-color: #FB2F08;
}

select[disabled] {
	background-color: #F7F7F8 !important;
	color: #999 !important;
}

input[type=submit] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.header {
	display: flex;
	position: fixed;
	width: 100%;
	background-color: #F7F7F8;
	height: 50px;
	line-height: 50px;
	margin-bottom: 4px;
	z-index: 50;
	align-items: center;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.header .header-link {
	padding-left: 20px;
	margin-left: 4px;
	display: flex;
	flex-grow: 0;
	align-items: center;
	width: 205px;
}

.header .header-link .header-image {
	height: 26px;
}

.header .header-link .header-name {
	margin-left: 4px;
	color: #02303A;
	font-size: 20px;
	white-space: nowrap;
	line-height: 17px;
	letter-spacing: -0.66px;
	align-self: flex-end;
}

#__modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

#__modal {
	background: #FFF;
	padding: 24px;
	border-radius: 8px;
	margin: auto auto;
	width: 500px;
}

#__modal .title {
	font-weight: bold;
	font-size: 16px;
}

#__modal .content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 24px 0;
	line-height: 1.5em;
}

#__modal .buttons {
	display: flex;
	flex-direction: row-reverse;
	gap: 16px;
}

#__modal .buttons input.destructive {
	background: #FC461E;
	color: white;
}

#__modal .buttons input.destructive:hover {
	background: #e42c03;
}

.error-header {
	display: inline-block;
	padding-top: 10px;
	padding-left: 24px;
	flex: 0 0 auto;
}

.section {
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center;
	flex: 1;
}

.section--error__message {
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 46px;
	color: #FF4800;
	font-weight: 600;
	line-height: 120%;
}

.section--error__message-details {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 24px;
	color: #FF4800;
	line-height: 120%;
}

.section--error__help-link {
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #02303A;
}

*, *:after, *:before {
	box-sizing: border-box;
}

body:not(.show-focus-outlines) button:focus, body:not(.show-focus-outlines) [tabindex]:focus {
	outline: none;
}

body.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#content {
	flex: 1 0 auto;
	display: flex;
	min-height: 100%;
	position: relative;
}

#main {
	padding: 50px 40px 60px 40px;
	margin: 0 auto;
	width: 700px;
}

section#usage {
	margin: 0 0 1.5em;
}

section#usage p:last-of-type {
	margin-bottom: 0;
}

#msg {
	padding-left: 0.5em;
	padding-top: 0;
	vertical-align: middle;
	font-weight: 500;
	display: inline-block;
}

#msg.success {
	color: #00C489;
}

#msg.error {
	color: #FB2F08;
}

.msg {
	font-size: 14px;
	padding-left: 0.5em;
	font-weight: 500;
}

.msg.success {
	color: #00C489;
}

.msg.error {
	color: #FB2F08;
}

section#registration input[type=text], section#registration input[type=password] {
	width: 60%;
}

label {
	margin-top: 1.2em;
	font-weight: 500;
	display: block;
	font-family: Lato, sans-serif;
}

.explanation {
	font-size: 13px;
	color: #999;
	margin: 0.85em 0;
}

#status, #cache-state {
	line-height: 1.5em;
	font-weight: 500;
	font-size: 15px;
	margin-top: 0.5em;
}

form#purge input[type=submit] {
	margin-top: 0.5em;
}

#status .connecting {
	font-weight: normal;
	color: #757575;
}

section.group {
	border-radius: 3px;
	padding: 0.25em 1em;
	margin-top: 2em;
	background-color: #F7F7F8;
	color: #02303A;
}

section.group  > :first-child {
	margin-top: 0.5em;
}

.error {
	color: #FB2F08;
}

label.error {
	display: inline-block;
	margin-top: 0.25em;
}

.msg.error {
	padding-top: 0;
	font-weight: 500;
}

section.accordion .accordion-toggle {
	display: inline-block;
	font-size: 14px;
	margin-top: 0;
}

section.accordion .accordion-toggle:after {
	position: relative;
	display: inline-block;
	content: " ";
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA0OCIgaGVpZ2h0PSIyMDQ4IiB2aWV3Qm94PSIwIDAgMjA0OCAyMDQ4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBkPSJNMTUyMyA4NjRxMCAxMy0xMCAyM2wtNDY2IDQ2NnEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w1MC01MHExMC0xMCAyMy0xMHQyMyAxMGwzOTMgMzkzIDM5My0zOTNxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6IiBzdHlsZT0iZmlsbDogcmdiKDE1MywgMTUzLCAxNTMpOyIvPg0KPC9zdmc+');
	background-size: 1em 1em;
	top: 3px;
	height: 1em;
	width: 1em;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

section.accordion  > .accordion-toggle:first-child {
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section.accordion  > .accordion-toggle:first-child:hover {
	color: #35C1E4;
}

section.accordion div.content {
	overflow: hidden;
	padding: 1em;
}

section.accordion div.content:first-child {
	margin-top: 0;
}

section.accordion div.content label:first-of-type {
	margin-top: 0;
}

section.accordion.collapsed .accordion-toggle:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

section.accordion.collapsed div.content {
	display: none;
}

#config form:not(:last-of-type) {
	margin-bottom: 2em;
}

div#auth p {
	color: #999;
}

div#auth form#credentials table {
	border-collapse: separate;
	border-spacing: 0 0.75em;
}

div#auth form#credentials table tfoot tr {
	vertical-align: baseline;
}

div#auth form#credentials table th {
	text-align: left;
}

div#auth form#credentials table tr td:not(.delete) {
	min-width: 120px;
	margin-right: 0.5em;
}

div#auth form#credentials table tr td select, div#auth form#credentials table tr td input {
	margin: 0 0.5em 0 0;
}

div#auth form#credentials input[type=text], div#auth form#credentials input[type=password], div#auth form#credentials select {
	width: 95%;
}

div#auth #add-cred {
	padding-bottom: 0.75em;
	display: inline-block;
}