/*<meta />*/

/* fontfaces */
/* open-sans-regular - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/open-sans-v20-latin-regular.eot');
	src: local(''), url('../../fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v20-latin-regular.woff2') format('woff2'), url('../../fonts/open-sans-v20-latin-regular.woff') format('woff'), url('../../fonts/open-sans-v20-latin-regular.ttf') format('truetype'), url('../../fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* open-sans-italic - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../../fonts/open-sans-v20-latin-italic.eot');
	src: local(''), url('../../fonts/open-sans-v20-latin-italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v20-latin-italic.woff2') format('woff2'), url('../../fonts/open-sans-v20-latin-italic.woff') format('woff'), url('../../fonts/open-sans-v20-latin-italic.ttf') format('truetype'), url('../../fonts/open-sans-v20-latin-italic.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* open-sans-700 - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/open-sans-v20-latin-700.eot');
	src: local(''), url('../../fonts/open-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v20-latin-700.woff2') format('woff2'), url('../../fonts/open-sans-v20-latin-700.woff') format('woff'), url('../../fonts/open-sans-v20-latin-700.ttf') format('truetype'), url('../../fonts/open-sans-v20-latin-700.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* open-sans-700italic - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../../fonts/open-sans-v20-latin-700italic.eot');
	src: local(''), url('../../fonts/open-sans-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v20-latin-700italic.woff2') format('woff2'), url('../../fonts/open-sans-v20-latin-700italic.woff') format('woff'), url('../../fonts/open-sans-v20-latin-700italic.ttf') format('truetype'), url('../../fonts/open-sans-v20-latin-700italic.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* Styles */

html
{
	box-sizing: border-box;
}

*,
*:before,
*:after
{
	box-sizing: inherit;
}

body
{
	color: var(--default-text);
	line-height: 1.5em;
	font-size: 16px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

/*==/Global Styles==*/

h1,
h2,
h3,
h4
{
	font-weight: 700;
}

h1
{
	font-size: 2rem;
}

h2
{
	font-size: 1.5rem;
}

h3
{
	font-size: 1.25rem;
}

h4
{
	font-size: 1rem;
}

li
{
	margin-bottom: .5rem;
	margin-top: .5rem;
}

hr
{
	border-top: 1px solid var(--grey-10);
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

p
{
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}

a,
.xref
{
	transition: .25s color ease;
	color: var(--link-text);
	text-decoration: underline;
}

a:hover
{
	color: var(--link-hover);
	text-decoration: none;
}

img
{
	max-width: 90%;
	height: auto;
	display: block;
	margin: 1.5rem 0;
}

img.medium
{
	max-width: 60%;
}

img.small
{
	max-width: 30%;
}

img.with-border
{
	border: 2px solid var(--grey-40);
}

img.with-shadow
{
	border-radius: .25rem;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}

img.with-shadow-medium
{
	max-width: 60%;
	height: auto;
	display: block;
	margin: 1.5rem 0;
	border-radius: .25rem;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}

img.with-shadow-small
{
	max-width: 30%;
	height: auto;
	display: block;
	margin: 1.5rem 0;
	border-radius: .25rem;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}

img.thumbnail
{
	mc-thumbnail: popup;
}

img.icon
{
	max-width: 80%;
	padding: 20px 5px 5px 5px;
	height: auto;
	display: block;
	margin: auto;
}

pre
{
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-color: var(--grey-5);
	white-space: normal;
	border-radius: .25rem;
}

code
{
	background: var(--purple-10);
	color: var(--purple);
	padding: .15rem .5rem;
	border-radius: .25rem;
}

table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: unset;
}

th,
.TableHeader
{
	font-weight: 700;
}

th,
td
{
	padding: .75rem .75rem;
	text-align: left;
	font-size: .875rem;
}

td
{
	border-bottom: .0625rem solid var(--grey-10);
}

td p,
td li,
.topic-layout td p,
.topic-layout td li
{
	font-size: .875rem;
	margin: 0;
}

th:first-child,
td:first-child
{
	padding-left: 1rem;
}

th:last-child,
td:last-child
{
	padding-right: 1rem;
}

tr:nth-child(even) td
{
	background: var(--grey-5);
}

.tag--mlro,
.tag--approver,
.tag--read,
.tag--admin,
.tag--accountant,
.tag--pa_admin,
.tag--quickstart .tag--permissions,
.tag--all_users,
.tag--practice_admin,
.tag--manager,
.tag--partner,
.tag--marketing,
.tag--job_admin,
.tag--IT_mgr
{
	padding: .3125rem .5rem;
	line-height: 1rem;
	border-radius: 4px;
	font-size: .875rem;
	text-transform: capitalize;
}

.tag--mlro
{
	color: #1c93e3;
	background: #E8F4FC;
}

.tag--approver
{
	color: #129d00;
	background-color: #E7F5E5;
}

.tag--read
{
	color: #24303B;
	background: #E9EAEB;
}

.tag--admin
{
	color: var(--purple);
	background-color: var(--purple-10);
}

.tag--accountant
{
	color: #129d00;
	background-color: #E7F5E5;
}

.tag--pa_admin
{
	background-color: #F2F2F2;
	color: #505962;
}

.tag--quick_start
{
	background-color: #57AF3A;
	color: #FFFFFF;
}

.tag--permissions
{
	background-color: #BC0010;
	color: #FFFFFF;
}

.tag--all_users
{
	color: #505962;
}

.tag--practice_admin
{
	background-color: #D9E1F2;
	color: #395AA5;
}

.tag--manager
{
	color: #129d00;
	background-color: #E7F5E5;
}

.tag--partner
{
	color: #24303B;
	background: #E9EAEB;
}

.tag--marketing
{
	background-color: #F0E6FE;
	color: #3F0694;
}

.tag--job_admin
{
	background-color: #ffd9d9;
	color: #BC0010;
}

.tag--IT_mgr
{
	background-color: #DEF2F6;
	color: #1F6573;
}

.tag--step
{
	color: #1B69B9;
	background-color: #E8F4FC;
	padding: .3125rem .5rem;
	line-height: 1rem;
	border-radius: 4px;
	font-size: .875rem;
}

p.tag--general
{
	color: #24303B;
	background-color: #FFD704;
	padding: 10px;
	border-radius: 6px;
}

p.alert,
p.alert--warning,
p.alert--error,
p.alert--success
{
	border-radius: 4px;
	background-color: #f7f8fa;
	padding: 1.5rem;
	padding-left: 4rem;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: 1.5rem 1.5rem;
	background-size: 1.5rem;
	color: #505962;
}

p.alert
{
	background-color: #f7f8fa;
	background-image: url('../../images/icons/iris_elements_info.svg');
}

p.alert--warning
{
	background-color: #FFF4E6;
	background-image: url('../../images/icons/iris_elements_warning_orange.svg');
}

p.alert--error
{
	background-color: #FDF2F4;
	background-image: url('../../images/icons/iris_elements_warning_red.svg');
}

p.alert--success
{
	background-color: #E7F5E5;
	background-image: url('../../images/icons/iris_elements_check.svg');
}

ul.level2
{
	
}

ul.level2 > li > ul
{
	list-style-image: none;
}

ul.level2 > li > ul > li::marker
{
	content: '°';
}

@media only screen and (max-width: 767px)
{
	img,
	img.medium,
	img.small
	{
		max-width: 100%;
	}
}

:root
{
	--iris-grey: #24303B;
	--default-text: var(--iris-grey);
	--grey-80: #505962;
	--grey-70: #666e76;
	--grey-50: #8f959b;
	--grey-40: #a7acb1;
	--grey-10: #e9eaeb;
	--grey-5: #f7f8fa;
	--link-text: #1B69B9;
	--link-hover: #134A82;
	--blue-10: #e8f0f8;
	--blue-dark-10: #DCE4EC;
	--purple: #93328E;
	--purple-10: #F4EBF4;
}

