/*  9 of 12 Microsoft Internet Explorer Design Templates 

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HTML TAGS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
hr.initial {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr.followup {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    position: relative;
    top: 20px;
}
hr.followup:after {
    content: "Follow Up";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.big-li {
	font-weight: bold;
	font-size: 105%;
}

.report-li {
    font-weight: bold;
    font-size: 1.5em;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family:kreon-regular-webfont;
	margin:0;
	padding:0;
    height: 100%;
    -moz-min-width: 900px;
    -ms-min-width: 900px;
    -o-min-width: 900px;
    -webkit-min-width: 900px;
    min-width: 900px;
}

p, li {
	font-size:1em;
	line-height:160%;
	}
	
a img {
	border:none;
	}

/* HEADINGS */
	
h1,h2,h3,h4,h5,h6 {
	margin:15px 0;
	font-family:"trebuchet MS", verdana, sans-serif;
	color:#e99400;
	}

.content-left h1, .content-right h1,
.content-left h2, .content-right h2,
.content-left h3, .content-right h3,
.content-left h4, .content-right h4,
.content-left h5, .content-right h5,
.content-left h6, .content-right h6 {
	color:#000;
	margin:5px 0;
	}
	
h1.first,
h2.first,
h3.first,
h4.first,
h5.first,
h6.first {
	margin-top:0;
	}
	
h1 {
	font-size:1.2em;
	}
	
h2 {
	font-size:1em;
	}
	
h3 {
	font-size:.9em;
	}
	
h4 {
	font-size:.8em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.8em;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

fieldset {
	padding:10px 20px;
	margin:15px 0;
	position:relative;
	}

fieldset fieldset {
	margin:10px 0;
	width:90%;
	}
	
legend {
	font-weight:bold;
	font-size:1em;
	padding:10px;
	color:#000;
	margin:0 0 10px 30px;
	font-family:"trebuchet MS", verdana, sans-serif;
	}

fieldset fieldset legend {
	font-size:.8em;
	}
	
.input-box {
	display:block;
	margin-bottom:5px;
	vertical-align:top;
	padding:2px;
	color:#666666;
	font-size:.8em;
	border:1px solid #82b26e;
	background:url(images/bg-input.png) no-repeat;
	}

label {
	font-weight: bold;
	display: block;
	font-family: kreon-regular-webfont;
	font-size: 22px;
	color: #000000;
    padding-top: 5px;
}

.checkbox {	
	margin:12px 0;
	padding:4px 0 2px 3px;
	border:1px dotted #585858;
	width:95%;
	}
	
.checkbox input {	
	margin-right:6px;
	margin-bottom:2px;
	}

.forgot-password {
	margin:2px 0;
	font-size:.65em;
	}
	
/*input.button {
	color:#FFF;
	background:#317f0c url(images/bg-button.png) repeat-x;
	border:2px groove #FFF;
	font-size:.7em;
	font-weight:bold;
	padding:0 5px 2px 5px;
	cursor:pointer;
	}*/
	
input.button-big {
	padding:6px 20px;
    width: 200px;
    height: 40px;
    color:#ffffff;
	background:#00bfff;
	font-size:1.25em;
	font-weight:bold;
	cursor:pointer;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LINKS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#33840c;
	text-decoration:underline;
	}

a:visited {
	color:#404041;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

a:active {
	text-decoration:underline;
	color:#86c400;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HEADER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-container {
	position:relative;
	padding:6px 0 0 0;
	background:#FFF;
	color:#373737;
	border-bottom:1px dotted #585858;
	min-height:1px;
	_height:1px;
	}

/* LOGO */

.logo {
	font-size:1.5em;
	width:60%;
	float:left;
	font-family:"trebuchet MS", verdana, sans-serif;
  margin-top: 20px;
	padding:90px 0 25px 15px;
	letter-spacing:.2em;
	background:url(images/oktle.png) no-repeat;
	}

.logoNoImage {
	font-size: 1.5em;
	width: 60%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 20px auto 0 auto;
	padding: 90px 0 25px 0;
	letter-spacing: .2em;
	text-align: center;
}

/* LOGO LINK */

.logo a:link,
.logo a:visited {
	text-decoration:none;
	color:#373737;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LOGIN
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-login  {
	font-size:.9em;
	text-align:right;
	margin:10px 15px 3px 0;
	float:right;
	width:20%;
	}

/* LOGIN LINKS */

.nav-login a:link,
.nav-login a:visited{
	color:#373737;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MAIN NAV
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-main {
	margin:-41px 0 0 199px;
	padding:12px 15px 0 15px;
	background:#f6f6f6;
	min-height:28px;
	_height:28px;
	border-top:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
	}

/* MAIN NAV LISTS */

.nav-main ul {
	margin:0;
	padding:0;
    float: right;
	}

.nav-main li {
	list-style:none;
	float:left;
	background:none;
	padding:0;
	}

.nav-main li a {
	display:block;
	padding:0 10px;
	border-right:1px dotted #d2d2d2;
	}

.nav-main li.first a {
	padding-left:0;
	}
	
/* NAV MAIN LINKS */

.nav-main a:link,
.nav-main a:visited {
	color:#33840c;
	text-decoration:none;
	}

.nav-main .active a:link,
.nav-main .active a:visited {
	color:#000;
	}

.nav-main a:hover {
	text-decoration:underline;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FOOTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
	padding:10px 0;
	_height:1px;
	background:#373737;
	clear:both;
	position:relative; 
	}

.nav-footer {
	position:relative;
	_height:1px;
	margin:0 200px;
	text-align:center;
	clear:both;
	}

.nav-footer ul{
	padding:0;
	margin:0;
	text-align:center;
	}

.nav-footer li{
	background:none;
	display:inline;
	border-right:1px dotted #686868;
	padding:0 10px;
	}

.nav-footer li.first {
	border-left:1px dotted #686868;
	}
	
.copyright {
	color:#999;
	font-size:.7em;
	clear:both;
	margin:5px 0 0 0;
	}

.nav-footer a:link,
.nav-footer a:visited {
	color:#CCC;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 POSTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.poster-container {
	background:url(images/bg-poster-tile.jpg) repeat-x;
	min-height:200px;
	_height:200px;
	margin-top:-1px;
	}

.poster-container-no-image {
	background:url(images/bg-poster-tile.jpg) repeat-x;
	min-height:10px;
	_height:10px;
	margin-top:-1px;
	}
	
.nowrapspan 
{
    white-space:nowrap;
}

.poster-inner {
	background:url(images/bg-poster.jpg) no-repeat left top;
	font-family:"trebuchet MS", verdana, sans-serif;
	min-height:10px;
	_height:10px;
	}

/*.poster-photo {
	background:url(images/bg-poster-photo.jpg) no-repeat left;
	min-height:170px;
	_height:170px;
	padding:30px 30% 0 200px;
	font-style:italic;
	}*/

.poster-container h1 {
	margin:0;
	font-size:1.2em;
	color:#000;
	}

.poster-container p {
	margin:10px 0 0 0;
	line-height:normal;
	font-size:1em;
	}

/* POSTER LINKS */

.poster-links {
	font-weight:bold;
	}
	
.poster-container a:link,
.poster-container a:visited {
	color:#33840c;
	}

.poster-container a:hover {
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 BREADCRUMB
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb {
	min-height:1px;
	_height:1px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-size:.7em;
	border-bottom:1px dotted #686868;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  
.content-container {
	position:relative;
	_height:1px;
	min-height:1px;
	/*background:url(images/bg-column-left.png) repeat-y;*/
	 height: 100%;
	}

.content-container-inner {
	position:relative;
	/*background:url(images/bg-column-right.png) repeat-y right;*/
	_height:1px;
	min-height:1px;
	padding:0 200px;
    height: 100%;
	}
	
.content-main {
	padding:15px 2% 20px 2%;
	position:relative;
	min-height:1px;
	_height:1px;
	float:left;
	width:96%;
	}

.content-left {
	padding:20px 10px;
	float:left;
	width:180px;
	margin-top:-1px;
	position:relative;
	margin-left:-100%;
	right:200px;
	_left:200px;
	border-top:1px dotted #797979;
	}

.content-right {
	padding:15px 10px 20px 10px;
	float:left;
	width:180px;
	position:relative;
	margin-right:-200px;
	}

.ads {
	text-align:center;
	margin:20px 0;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 SIDE BUCKET
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.side-bucket {
	margin-bottom:20px;
	line-height:normal;
	}

/* SIDE BUCKET LISTS */

.side-bucket ul {
	margin:0;
	padding:0;
	_height:1px;
    color: #EB8F00;
    font-size: 100% !important;
	}

.side-bucket li {
	list-style:none;
	border-bottom:1px dotted #7a7a7a;
	background-position:0 4px;
	}

.side-bucket li.first {
	border-top:1px dotted #7a7a7a;
	}
	
/* SIDE BUCKET LINKS */

.side-bucket a:link,
.side-bucket a:visited {
	text-decoration:none;
	display:block;
	_display:inline;
	}
	
.side-bucket a:hover {
	text-decoration:underline;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PHOTOS & CAPTIONS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-container {
	padding:10px;
	border:1px dotted #7a7a7a;
	}

.photo-container img {
	display:block;
	border:1px solid #666;
	}
	
.photo-caption {
	font-size:.7em;
	padding:10px 10px 0 10px;
	text-align:center;
	color:#999;
	font-style:italic
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 THREE-COLUMN SECTION
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.three-column-container {
	margin:10px 0;
	}

.three-column-left,
.three-column-right,
.three-column-middle {
	float:left;
	width:30%;
	margin-right:5%;
	}

.three-column-right {
	margin-right:0;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table {
	background:#f6f6f6;
	font-size:.7em;
	border-top:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
	}

table.data-table caption{
	background:#b6b6b6;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:1px dotted #7a7a7a;
	border-bottom:none;
	}

table.data-table td,
table.data-table th{
	padding:8px;
	border-right:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
	}

table.data-table th{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background:#ececec;
	}

table.data-table tr.row-alternating td{
	background:#e0e0e0;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LISTS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MISC STYLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none {
	display:none;
	}

.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
	}

.align-left {
	float:left;
	margin:0 20px 15px 0;
	}

.align-right {
	float:right;
	margin:0 0 15px 20px;
	}

.align-middle {
	vertical-align:middle;
	}
	
.inline {
	display:inline;
	}

.no-margin {
	margin:0;
	}
	
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    font-size: 16px;
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	font-size: 16px;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	font-size: 24px;
	color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

#logindisplay
{
    font-size:.8em;
    display:block;
    text-align:right;
    margin:10px;
    color:#373737;
}

#logindisplay a:link
{
    color: #373737;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #373737;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #373737;
    text-decoration: none;
}

/* Styles for labels
----------------------------------------------------------*/
.slosoo-header-label
{
    padding-top: 10px;
    margin: 0.5em 0 0 0;
    font-size: 1em;
    color: blue;
}

.slosoo-sub-label
{
    padding-left: 20px;
    margin: 0.5em 0 0 0;
    color: black;
}

.slosoo-sub-label label {
    font-size: 16px;
    font-family: kreon-light-webfont;
}

.slosoo-content {
    padding-left:30px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.slosoo-editor-field-big
{
    padding-left: 20px;
    margin: 0.5em 0 0 0;
    font-size: .85em;
    width: 100%;
}

.slosoo-editor-field-big textarea {
    width: 500px !important;
    height: 125px;
}

.pdp3-editor-label
{
    margin: 0.5em 0 0 0;
    font-size: .85em;
    font-weight: bold;
}

.pdp2-editor-label
{
    margin: 0.5em 0 0 0;
    font-size: 1em;
}

.pdp-editor-label
{
    margin: 0.5em 0 0 0;
    font-size: .80em;
}

.display-label,
.editor-label
{
    margin: 0.5em 0 0 0;
    font-family: kreon-light-webfont;
    font-size: 14px;
}

.editor-print
{
    width: 500px;
    margin: 0.5em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0 0 0 0;
}

.display-field-big,
.editor-field-big
{
    margin:0 0 0 0;
    font-size:20px;
    padding-left: 10px;
}

.display-field-big input[type="text"],
.editor-field-big input[type="text"],
.editor-field-big select,
.editor-field-big div,
.editor-field-big textarea
{
    width: 475px !important;
}

.display-field-ef,
.editor-field-ef {
    margin: 0 0 0 0;
    font-size: 20px;
    padding-left: 10px;
}

.display-field-ef input[type="text"],
.editor-field-ef input[type="text"],
.editor-field-ef select,
.editor-field-ef div,
.editor-field-ef textarea {
    width: 800px !important;
}

.note-editor-field-big textarea {
    width: 400px !important;
    height: 250px;
}

.pdp-editor-field-big textarea {
    width: 675px !important;
    height: 250px;
}

.improvementplan-editor-small textarea
{
    width: 75% !important;
    height: 50px;
}

.improvementplan-editor-medium textarea
{
    width: 75% !important;
    height: 150px;
}

.improvementplan-editor-large textarea
{
    width: 75% !important;
    height: 300px;
}

.additional-editor-field-big textarea {
    width: 675px !important;
    height: 50px;
}

.comments-editor-field-big textarea
{
    width: 800px !important;
    height: 100px;
}

.comments-editor-field-med textarea
{
    width: 400px !important;
    height: 100px;
}

.comments-editor-field-med-rubric textarea
{
    width: 600px !important;
    height: 125px;
}

.display-field-small,
.editor-field-small
{
    margin:0 0 0 0;
    /*padding-left:10px;*/
    font-size:15px;
}

.display-field-small input[type="text"],
.editor-field-small input[type="text"],
.editor-field-small select,
.editor-field-small div,
.editor-field-small textarea
{
    width: 100px !important;
}

.location-editor-field input[type="text"]
{
    width: 400px;
    font-size: .85em;
}

.indicator
{
    margin:20px 75px 0 0;
    font-size: .85em;
}

.indicator label
{
    /*width: 800px !important;*/
}

.evaluationindicator
{
    margin:0 75px 0 0;
    font-size: .85em;
}

.evaluationindicator label
{
    width: 600px !important;
}

.indicator-dimension, .indicator-domain  {
    padding-left: 25px;
    background: lightgray;
    margin: 0 50px 0 0;
}


.indicator-dimension label, .indicator-domain label {
    font-size: 1.25em;
    margin:0px;
}

.indicator-domain {
    padding-top:10px;
}

.indicator-dimension {
    padding-bottom: 10px;
}

.indicator-scalestep
{
    margin:0 75px 0 0;
    font-size: .85em;
    z-index: 100;
}

.observation-user {
    color: #999999;
    font-family: opensans-regular;
    font-size: 25px;
    margin: 0;
}

.text-box
{
    width: 30em;
}

#SecurityAnswer, #SecurityQuestion {
    width: 45em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

.essentialFunction-field-big
{
    margin:0 0 0 0;
    font-size: .85em;
}

.message {
  /*float: right;*/
}
.message h2 {
    font-size: 2.0em;
}
.infoMessage h2 {
    color: green;
}

.errorMessage h2 {
    color: red;
    
}

abbr
{
        cursor: help;
}

.tooltip, .tooltipHover {
    position:absolute;
	background-color:#eeeefe;
	border: 1px solid #aaaaca;
	font-size: smaller;
	padding:4px;
	width: 160px;
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.scaleSize {
    font-size: medium;
}

.domainText, .domainAverage {
    /*font-weight: bold;
    margin: 15px 0;
    font-family: "trebuchet MS", verdana, sans-serif;
	color:#e99400;
    font-size: larger;*/

      /* font-weight: bold; */
  margin: 15px 0;
  /* font-family: "trebuchet MS", verdana, sans-serif; */
  /* color: #e99400; */
  font-size: 30px;
  text-align: center;
}

.domainAverage {
    margin-left:20px;
    color: #25aae1;
}


.pointValue {
    font-size: xx-large;
}

.evalSummaryAvg {
    text-align: right;
    font-size: larger;
    width: 80px;
    font-weight: bold;
}

.evalSummaryWeight {
    text-align: right;
    font-size: larger;
    width: 80px;
    font-weight: bold;
}

.evalSummaryScore {
    text-align: right;
    font-size: larger;
    width: 80px;
    font-weight: bold;
}

.overallScore {
    text-align: right;
    font-size: 30px;
    width: 80px;
    font-weight: bold;
}

@font-face {
  font-family: 'MyWebFont';
  src: url('/fonts/webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.view-buttons
{
    margin: 0.5em 0 0 0;
    font-family: kreon-light-webfont;
    font-size: 14px;
    text-align: center
}

.acknowledgedMessage
{
    margin: 0.5em 0 0 0;
    font-size: 20px;
    text-align: center
}

.right-arrow {
  position: absolute;
  bottom: -20px;
  right: -400px;
  height: 72px;
  width: 72px;
  background: url('../Content/images/arrow-right.png') no-repeat;
}

.bottom-arrow {
  position: absolute;
  right: -400px;
  height: 72px;
  width: 72px;
  background: url('../Content/images/arrow-down.png') no-repeat;
}

.t-link-special {
  line-height: 18px;
  height: 18px;
  display: block;
  border: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: kreon-light-webfont;
}

.right-arrow-principal {
  position: absolute;
  bottom: -30px;
  right: 0px;
  height: 72px;
  width: 72px;
  background: url('../Content/images/principal-arrow-right.png') no-repeat;
}

.bottom-arrow-principal {
  position: absolute;
  right: 0px;
  bottom: -30px;
  height: 72px;
  width: 72px;
  background: url('../Content/images/principal-arrow-down.png') no-repeat;
}

#printOnly {
  display : none;
}

.checkpointLabel {
    font-size: 18px;
    font-weight: 500;
}

.checkpointText {
	font-size: 16px;
	font-weight: 500;
    padding-left: 30px;
}

.checkpointTextInput {
    font-size: 16px;
    font-weight: 500;
}

.videoHeader {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.videoDescription {
	font-size: 20px;
	text-align: center;
    padding: 10px 0 20px 0;
}

.videoPlayer {
    text-align: center;
    padding-bottom: 40px;
}

.indicatorHeader {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

/* Optional: Set the container to occupy the full viewport */
.pdf-container {
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    overflow: hidden; /* Hide any overflow */
    padding-top: 50px;
}

/* Ensure the iframe fills the container */
iframe {
    width: 100%;
    height: 100%;
    border: none; /* Remove the border */
}