﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

*, ::after, ::before {
	box-sizing: border-box;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
	margin-bottom: 2rem;
}

.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto;
}

/* Provide sufficient contrast against white background */
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 0.0625rem solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: .5rem;
	padding: 0 .875rem;
	height: 2.5rem;
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

a.btn {
	text-decoration: none;
	padding: .375rem .75rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 16px;
}

.border-top {
	border-top: 0.0625rem solid #e5e5e5;
}

.border-bottom {
	border-bottom: 0.0625rem solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	margin: 0;
}

	body::after {
		content: "";
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;
		opacity: 0.05;
		background-image: url('/image/tts-logo.svg');
		background-repeat: no-repeat;
		background-size: 80% 80%;
		background-position: center;
	}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

.text-muted {
	color: #6c757d !important;
}

.connector-action-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.connector-action-column {
	min-width: 30rem;
	width: 20rem;
	flex: 0;
	display: flex;
	flex-direction: column;
}

.connector-action-entry {
	flex: 1 1 auto;
	margin-top: 0.25rem;
	display: flex;
	flex-direction: row;
}


.calendar-test-icon,
.email-test-icon {
	flex: 0;
	margin-right: 0.5rem;
}

	.calendar-test-icon > img,
	.email-test-icon > img {
		width: 1.5rem;
		height: 1.5rem;
	}

.calendar-test-text,
.email-test-text {
	flex: 1 1 auto;
}

.mt-2 {
	margin-top: 2rem;
}

#done1 {
	margin-top: 2rem;
}

.hidden {
	display: none;
}

/* toggle switch */
.switch {
	position: relative;
	display: inline-block;
	width: 3.75rem;
	height: 2rem;
}

	/* Hide default HTML checkbox */
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cccccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 1.5rem;
		width: 1.5rem;
		left: 0.25rem;
		bottom: 0.25rem;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider {
	background-color: #1b6ec2;
}

input:focus + .slider {
	box-shadow: 0 0 0.0625rem #1b6ec2;
}

input:checked + .slider:before {
	-webkit-transform: translateX(1.5rem);
	-ms-transform: translateX(1.5rem);
	transform: translateX(1.5rem);
}

/* Rounded sliders */
.slider.round {
	border-radius: 2rem;
}

	.slider.round:before {
		border-radius: 50%;
	}
