﻿.skip a, .skip a:hover, .skip a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip a:active, .skip a:focus {
	font-size: 2em;
	position: static;
	width: auto;
	height: auto;
}

#videoArea {
	margin: auto;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

#videoArea:before {
	/*display: block;
	content: "";
	width: 100% !important;
	padding-top: 56.25%;*/
}

#videoElement {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
}

.pass-message {
	color: green;
}

.fail-message {
	color: red;
}

.appraisal-textbox {
	width: 50px;
}

.field-validation-error {
	color: red;
}

#appraisalArea {
	margin-top: 10px;
}

#appraisalArea .apprisal-question {
	padding-bottom: 5px;
}

#term-definitions {
	display: none;
}

/* Accessibility Settings */
.interactive-hidden {
	clip: rect(1px 1px 1px 1px); /* IE 6/7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap; /* added line */
	width: 1px;
}

.interactive-hidden:focus,
.interactive-hidden:active {
	position:static;
	clip:auto;
	width:auto;
	height:auto;
	overflow:auto;
}

.question {
	margin:0px !important;
	font-size:18px;
}

.ui-dialog-titlebar {
    display: none;
}


/******  Froala Assigned Classes (begin) *******/

img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

img.fr-dib.fr-img-centered,  /* fr-img-centered is legacy, now use fr-fic */
img.fr-dib.fr-fic {
	display:block;
	float:none;
	margin:0 auto;
}

img.fr-shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
}

img.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

img.fr-bordered,  /* fr-bordered is legacy, now use fr-bordered-gray */
img.fr-bordered-gray {
    border: solid 5px #CCC;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

img.fr-img-blackBorder,  /* fr-img-blackBorder is legacy, now use fr-bordered-black */
img.fr-bordered-black {
    border: solid 2px #000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fr-text-gray {
    color: #AAA!important;
}

.fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}

.fr-text-spaced {
    letter-spacing: 1px;
}

.fr-text-uppercase {
    text-transform: uppercase;
}

table.fr-dashed-borders td,
table.fr-dashed-borders th {
    border-style: dashed;
}

table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

table td.fr-highlighted,
table th.fr-highlighted {
    border: 1px double red;
}

table td.fr-thick,
table th.fr-thick {
    border-width: 2px;
}

.fr-file::after {
	content: "";
}


/******  Froala Assigned Classes (end) *******/

.dialog-heading-warning {
    width: 100%;
    color: #fff;
    background-color: #a94442;
    border-color: #ebccd1;
    border-radius: 5px;
    padding: 10px;
    margin-left: -5px;
    margin-bottom: 10px;
}

div.comevo-reflect-question {
    border: 1px solid #dcdcdc;
    background: #eee;
    padding: 5px;
    border-radius: 3px;
    width: fit-content;
}

#comevo-reflect-question,
#comevo-reflect-question iframe {
    width: 100%;
}

/* auto complete */
.custom-combobox {
    position: relative;
    display: inline-block;
    width: calc(100% - 46px);
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 15px;
    font-size: 18px;
    border: lightgray 1px solid;
}

.custom-combobox-input {
    margin: 0;
    padding: 12px;
    width: 100%;
    color: #4b4b4b;
    font-size: inherit;
    font-family: 'Source Sans Pro', sans-serif;
}

.ui-menu.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-tooltip,
.ui-state-highlight {
    display: block !important;
    position: fixed !important;
    top: 300px !important;
    left: 100px !important;
    height: 200px !important;
}
/*
.tooltip-intake{
    background-color:black;
    height:20px;
}*/
input.custom-combobox-input {
    background: #f1f3f2;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #dadada;
}
.ms-parent.invalid.parsley-error.multiple-select > button {
    background-color: #ffe6e6;
}
/* Intake form Dropdown -- end */