@charset "UTF-8";

/**
 * Tabs3 & PracticeMaster Training Video CSS
 *
 * @copyright	2024 Software Technology, LLC. All Rights Reserved.
 *
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i');

body {
margin: 0px;
background: #fff;
color: #646464;
text-align: center;
padding: 0;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 1.5em;
min-width: 900px;
width: auto;
}
 
h2 {
color: #1b4075;
text-align: left;
font-size: 27px;
font-weight: 400;
margin: 28px 0 16px 0;
}

h3 {
color: #1b4075;
text-align: left;
font-size: 23px;
font-weight: 400;
margin: 24px 0 13px 0;
}

h4 {
color: #1b4075;
text-align: left;
font-size: 19px;
font-weight: 400;
margin: 20px 0 10px 0;
}

h5 {
color: #1b4075;
text-align: left;
font-size: 16px;
font-weight: 400;
margin: 17px 0 7px 0;
}

/*
div.header {
display: flex;
margin: 0px;
height: 97px;
background-color: #e4e7ec;
}

div.header a {
padding: 24px;
margin-left: 18%;
}
*/

div.footer {
background-color: #e4e7ec;
position: absolute;
width: 100%;
}

table.block {
margin-top: 29px;
margin-bottom: 2px;
cell-padding: 0px;
}

table.info {
margin-top: 20px;
margin-bottom: 2px;
cell-padding: 0px;
}

td.fill {
background-color: transparent;
}

table.lib {
margin-top: 6px;
margin-bottom: 10px;
border-collapse: collapse;
cell-padding-left: 2px;
cell-padding-right: 2px;
font-weight: normal;
font-style: normal;
font-size: 15px;
background-color: transparent;
}

th {
font-weight: 400;
font-size: 24px;
color: #1b4075;
text-align: left
}

th.sub {
font-size: 16px;
font-style: italic;
font-weight: 600;
}

td {
padding-left: 2px;
padding-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
}

td.head {
text-align: center;
color: #1b4075;
font-weight: 400;
font-size: 14px;
vertical-align: bottom;
}

tr {
background-color: transparent;
}

tr.shd {
background-color: #f1f1f1;
}

p.cr {
text-align: left;
font-weight: 300;
font-style: normal;
font-size: 14px;
color: #1b4075;
}

p.top {
font-size: 14px;
font-style: italic;
}

.sect {
border-top: solid 5px #e4e7ec;
}

a, a:link, a:visited, a:active {
color: #1b4075;
text-decoration: none;
}

a:hover {
color: #007bff;
text-decoration: underline;
}

img.badge {
vertical-align: -2px;
height: 16px;
}

div.home {
display: flex;
float: center;
position: absolute;
left: calc(50% + 8px);
margin-left: -150px;
top: 97px;
}

div.home a {
display: block;
height: 50px;
color: #1b4075;
background-color: transparent;
font-size: 16px;
text-decoration: none;
padding-top: 23.5px;
font-weight: 600;
}

div.home a:hover {
color: #007bff;
text-decoration: underline;
}

div.err {
float: left;
position: absolute;
top: 0px;
left: 10px;
align: right;
z-index:2;
}

div.f11 {
display: none;
float: left;
width: 250px;
position: absolute;
top: 110px;
left: 0px;
font-weight: normal;
font-style: normal;
font-size: 9pt;
color: #1b4075;
z-index:2;
}

@media(min-width: 300px) and (max-width: 915px){
	div.home {
	left: 450px
	}
}

div.screenshot
{
	position: relative;
	display: inline-flex;
	width: auto;
	height: auto;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	padding: 0 !important;
	margin: 10px 20px 10px 0;
}

img.screenshot
{
	width: 320px;
	height: auto;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 320px;
	mc-thumbnail: popup;
}

.youtube
{
	background-image: url('Video_Play.png');
}

.youtube_player
{
	background-color: #818181;
}

.youtube img
{
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.youtube img:hover
{
	opacity: 0.5;
	cursor: pointer;
}

iframe
{
	border: 0px;
}

div.screenshot:after
{
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 165px;
	height: 20px;
	content: "";
	background: transparent url('lifted_shadow.png') no-repeat 100% 0;
}

div.screenshot:before
{
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 165px;
	height: 20px;
	content: "";
	background: transparent url('lifted_shadow.png') no-repeat 0 0;
}

video
{
	display: block;
}

@media only screen and (max-width: 5000px)
{
	iframe
	{
		width: 832px;
		height: 468px;
	}

	video
	{
		width: 832px;
		height: 468px;
	}

	div.screenshot,
	.youtube img
	{
		width: 832px;
	}

	.youtube
	{
		background-size: 832px 468px;
	}
}
