.icon-xs {
	width: 1rem;
	height: auto;
}
.icon-ssm {
	width: 2.3rem;
	height: auto;
}
.icon-sm {
	width: 3rem;
	height: auto;
}
.icon {
	width: 5rem;
	height: auto;
}
.icon-lg {
	width: 7rem;
	height: auto;
}
.title-ssm {
	font-size: 0.9em;
}
.title-sm {
	font-size: 1em;
}
.container-icon {
	padding: 0.5rem 0.5rem;
	text-align: center;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
}
.text-azure {
	color: #36A0E5;
}
.link {
	cursor: pointer;
}
table {
	font-size: 0.8rem;
}
.check-input-sm {
	transform: scale(1.6);
}
.btn-azure {
	background-color: #0787d4;
	color: white;
	transition: 1s;
}

.btn-azure:hover {
	background-color: #17a3f7;
}

.btn-group-xs>.btn, .btn-xs {
	padding: .15rem .3rem;
	font-size: .8rem;
	border-radius: .2rem;
}
.dropdown-toggle {
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
li > a.dropdown-item {
	font-size: 0.8rem;
}
.fs-7 {
	font-size: 0.9rem;
}