.apideprecated {
	color: red;
}

.content-details {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.center-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hovereffect {
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #3d80ba99;
}

.hovereffect:hover .overlay {
	opacity: 1;
}

.avid-icon {
	width: 45px;
	padding-right: 15px;
}

.qs-img-header {
	display: inline-block;
}

.qs_border {
	border: 2px solid #7825e6;
	border-radius: 4px;
}

.modal-dialog {
	width: fit-content;
}

pre {
	white-space: pre-wrap;
}

summary {
	color: #337ab7;
	padding: 5px;
	font-family: AvidMedium;
}

summary:hover {
	background-color: #b4d3ee;
	padding: 5px;
	cursor: pointer;
}

summary:focus {
	outline: none;
}

.ctmsoverview {
	width: 100%;
}

.ctmshint {
	background-color: #FFFFBF;
	font-family: AvidLight;
	border: 1px solid #FFCF00;
}

.ctmsoverview th {
	font-family: AvidLight;
	font-weight: normal;
	vertical-align: top;
}

.ctmsoverview td {
	border: 1px solid #ccc;
}

.ctmslinkrel {
	font-family: AvidMedium;
	margin-right: 2px;
	font-weight: 100;
}

.ctmsresource {
	font-family: AvidMedium;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.ctmsproperty {
	font-family: AvidMedium;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: 100;
}

.ctmsurlparam {
	font-family: AvidMedium;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.ctmsqueryparam {
	font-family: AvidMedium;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.ctmshttpcode {
	font-family: AvidMedium;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.ctmshttpmethod {
	font-family: AvidMedium;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.ctmslinkrelheader {
	font-style: italic;
}

.ctmsnew {
	background-color: #ffffbf;
	padding: 5px;
}

.card-header .accordion-toggle:after {
/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';	/* essential for enabling glyphicon */
	content: "\e072";						/* adjust as needed, taken from bootstrap.css */
	float: right;							/* adjust as needed */
	color: #6d2cc4;							/* adjust as needed */
	transform: rotate(90deg);
}

.card-header .accordion-toggle.collapsed:after {
/* symbol for "collapsed" panels */
	font-family: 'Glyphicons Halflings';	/* essential for enabling glyphicon */
	content: "\e072";						/* adjust as needed, taken from bootstrap.css */
	float: right;							/* adjust as needed */
	color: #6d2cc4;							/* adjust as needed */
	transform: rotate(0deg);
}

.audio-btn {
	padding: 10px 18px;
	font-size: 24px;
	float: right;
	background-color: #6d2cc4;
	border-color: #6d2cc4;
	color: #fff;
}

.devguide-btn {
	float: right;
	background-color: #6d2cc4;
	border-color: #6d2cc4;
	color: #fff;
}

.devguide-btn:hover {
	color: #fff;
	background-color: #5f23af;
	border-color: #5f23af;
}

.devguide-btn:focus {
	color: #fff;
}

.card-link {
	color: #333333;
}

.card-link:hover {
	color: #333333;
	text-decoration: none;
}

.card-link:focus {
	color: #333333;
	text-decoration: none;
}

.card {
	margin: 1px;
	padding: 10px;
}
.card:hover {
	background-color: #e9eaf1;
}

.card-body {
	padding: 15px;
}

@font-face {
	font-family: 'AvidLight';
	src: url('/fonts/AvidOmnes-Light.otf');
}

@font-face {
	font-family: 'AvidMedium';
	src: url('/fonts/AvidOmnes-Medium.otf');
}

@font-face {
	font-family: 'AvidBold';
	src: url('/fonts/AvidOmnes-Semibold.otf');
}

.btn-search {
	background-color: #337ab7;
	border-color: #337ab7;
}

/* .form-control {
	padding-right: 12px;
	padding-left: 34px;
} */

.form-control-feedback {
	right: initial;
	color: #ccc;
}

.search-box {
	width: 273px;
	margin-top: 10px;
	padding-left: 30px;
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #d3deeb;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 7.5%;
	left: 10%;
	width: 80%;
	height: 65%;
	padding: 16px;
	border: 2px solid #b4d3ee;
	border-radius: 4px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.search-result-item {
	margin-bottom: 25px;
}

.search-result-p {
	color: #333;
	font-family: AvidLight, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.search-result-item:hover {
	background-color: #e9eaf1;
}

.search-input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 36px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border:2px solid #b4d3ee;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body {
	font-family: AvidLight, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
}

h1 {
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'AvidMedium';
}

header {
	padding: 60px 0 40px;
	margin-bottom: 20px;
	background: linear-gradient(0deg, #1d588b, #337ab7);
}

footer {
	margin-top: 20px;
	padding: 20px 0 100px;
}

footer a {
	color: #777;
}

footer hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #777;
	margin: 0;
	padding: 0;
}

a {
	font-family: AvidMedium;
}

#logo {
	width: 80px;
	filter: invert(100%);
}

.lead {
	font-family: AvidLight;
	font-size: 18pt;
}

.navbar-btn {
	color: #b4d3ee;
	background-color: transparent;
	margin-left: 20px;
	border: 1px solid #b4d3ee;
}

.navbar-btn:hover {
	color: white;
	background-color: transparent;
	border: 1px solid white;
}

.navbar-btn:active:focus {
	color: #337ab7;
	background-color: white;
	border: 1px solid white;
}

.navbar {
	padding: 10px 0 10px;
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-inverse {
	background: linear-gradient(0deg, #337ab7, #4484bd);
	border: 1px solid #337ab7;
}

.nav-link {
	color: #b4d3ee !important;
}

.nav-link:hover {
	color: white !important;
}

.landing .toolkits > .row {
	border-top: 1px solid black;
	padding: 10px 0 20px;
	margin-bottom: 20px;
	background-color: #f5f6f7;
}

.landing .toolkits > .row:hover[onclick] {
	background-color: #eff2f5;
	cursor: pointer;
}

.jumbotron {
	background-color: #f5f6f7;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #337ab7;
	width: 50px;
	height: 50px;
	text-decoration: none;
	border-radius: 35px;
	display: flex;
	transition: all 0.3s ease-in-out;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

#return-to-top.shown {
	opacity: 1;
	visibility: visible;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	font-size: 19px;
	top: 0;
	transition: all 0.3s ease;
	border: solid white;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-135deg);
}

#return-to-top:hover {
	background: #3b87c8;
}

#return-to-top:hover i {
	color: #fff;
	top: -5px;
}

.footer-list {
	padding: 0;
}

.footer-list li {
	display: inline-block;
	position: relative;
	margin: 0 .625em 0 0;
}

.footer-list li::after {
	content: " | ";
	display: inline-block;
	margin: 0 0 0 .625em;
}

.footer-list li:last-child::after {
	content: "";
	display: inline-block;
	margin: 0 0 0 .625em;
}

table {
	border: 1px solid #cccccc;
	width: 100%;
}

thead {
	background: #f8fafc;
}

td, th {
	word-wrap: break-word;
}

th {
	padding: 8px;
	border: 1px solid #cccccc;
	border-top: 0;
	background-color: #f5f5f5;
}

td {
	padding: 8px;
	border: 1px solid #cccccc;
	vertical-align: top;
}

td.gutter {
	width: 60px;
}

.toc {
	margin-top: 20px;
}

@media only screen and (max-width: 995px) {
	.menu-follow {
		display: none;
	}
}

.menu-follow {
	overflow: visible;
	margin-top: 20px;
	position: fixed;
	max-height: calc(100% - 35%);
	overflow-y: auto;
}

img {
	max-width: 100%;
}
