/* input(1066,1): run-time error CSS1019: Unexpected token, found '@import'
input(1066,9): run-time error CSS1019: Unexpected token, found 'url('../../Content/CSS/grid.css?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg')'
input(1710,1): run-time error CSS1030: Expected identifier, found '
'
input(1710,1): run-time error CSS1019: Unexpected token, found '
' */
@font-face {
	font-family: 'Roboto-Light';
	src: url('../../Content/fonts/Roboto-Light.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');
	src: url('../../Content/fonts/Roboto-Light.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg&#iefix') format('embedded-opentype'), url('../../Content/fonts/Roboto-Light.woff?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('woff'), url('../../Content/fonts/Roboto-Light.otf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('opentype'), url('../../Content/fonts/Roboto-Light.ttf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../../Content/fonts/Roboto-Bold.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');
	src: url('../../Content/fonts/Roboto-Bold.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg&#iefix') format('embedded-opentype'), url('../../Content/fonts/Roboto-Bold.woff?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('woff'), url('../../Content/fonts/Roboto-Bold.otf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('opentype'), url('../../Content/fonts/Roboto-Bold.ttf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../../Content/fonts/Roboto-Medium.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');
	src: url('../../Content/fonts/Roboto-Medium.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg&#iefix') format('embedded-opentype'), url('../../Content/fonts/Roboto-Medium.woff?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('woff'), url('../../Content/fonts/Roboto-Medium.otf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('opentype'), url('../../Content/fonts/Roboto-Medium.ttf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../../Content/fonts/Roboto-Regular.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');
	src: url('../../Content/fonts/Roboto-Regular.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg&#iefix') format('embedded-opentype'), url('../../Content/fonts/Roboto-Regular.woff?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('woff'), url('../../Content/fonts/Roboto-Regular.otf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('opentype'), url('../../Content/fonts/Roboto-Regular.ttf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary: #009CA6;
	--secondary: #E81A3F;
	--green: #6CC24A;
	--purple: #685BC7;
	--blue: #009ACE;
	--darkblue: #253746;
	--red: #E81A3F;
	--orange: #F06400;
	--yellow: #FDCF41;
	--white: #FFFFFF;
	--black: #000000;
	--tintredbg: #FDE8EC;
	--darkgray2: #666666;
	--gray: #A6A6A6;
	--lightgray1: #BCBCBC;
	--lightgray2: #D3D3D3;
	--lightgray3: #F4F4F4;
	--light: #FAFAFA;
	--gradientprimaryhori: linear-gradient(45deg, #6CC24A, #00A499, #009CA6);
	--gradientsecondaryhori: linear-gradient(45deg, #E81A3F, #685BC7);
	--gradientprimaryverti: linear-gradient(180deg, #4AC251 0%, #00A499 77.81%, #009CA6 157.25%);
	--gradientsecondaryverti: linear-gradient(180deg, #E81A3F, #685BC7);
	--gradientprimaryhori90: linear-gradient(90deg, #6CC24A 0%, #00A499 49.48%, #009CA6 100%);
	--border: var(--lightgray2);
	--linkhover: #EAF9F5;
	--bodycolor: #212121;
	--bodyfontsize: 14px;
	--h1: 36px;
	--h2: 32px;
	--h3: 28px;
	--h4: 24px;
	--h5: 20px;
	--h6: 18px;
	--lineheight: 20px;
	--tableheaderbg: var(--lightgray3);
	--tablehedercolor: var(--bodycolor);
	--tablehederfontsize: 12px;
	--tablebodybg: var(--white);
	--tablebodycolor: var(--bodycolor);
	--tablebodyfontsize: var(--bodyfontsize);
	--tableborder: var(--border);
	--fontRegular: 'Roboto-Regular', sans-serif;
	--fontBold: 'Roboto-Bold';
	--fontLight: 'Roboto-Light';
	--fontMedium: 'Roboto-Medium', sans-serif;
	--pageminwidth: calc(1366px - 40px);
	--pagemaxwidth: auto;
	--usericon: url(../../Content/Images/user.svg?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg);
	--logout: url(../../Content/Images/logout.svg?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg);
}

/*#region CSS resets*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	box-sizing: border-box;
	font-weight: 100;
}
/*
*:focus {
	outline: none;
}*/
html, body, iframe {
	height: 100%;
}

body {
	background: var(--lightgray3);
	font-family: var(--fontRegular), sans-serif;
	font-size: var(--bodyfontsize);
	color: var(--bodycolor);
	line-height: var(--lineheight);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

form {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th, td {
	padding: 10px;
	vertical-align: middle;
	height: 40px;
}

th {
	background: var(--tableheaderbg);
	border-right: 0px solid var(--tableborder);
	font-family: var(--fontMedium);
	font-size: var(--tablehederfontsize);
	font-weight: normal;
	text-align: left;
	padding: 0px 10px;
	height: auto;
	position: relative;
}

th:after {
	content: '';
	background: var(--tableborder);
	width: 2px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

td {
	background: var(--tablebodybg);
	border-bottom: 1px solid var(--tableborder);
	font-size: var(--tablebodyfontsize);
}

th a {
	text-decoration: none;
}

th a .ff {
	position: absolute;
	right: 7px;
	top: 0;
	bottom: 0;
}

th.fileAction {
	border-right: 0;
}

tfoot.footer-pagination td {
	background: var(--tableheaderbg);
	border: 0;
	height: auto;
	padding: 10px 0;
}

h1, h2, h3 {
	font-family: var(--fontMedium), sans-serif;
	font-weight: 100;
}

h1 {
	font-size: var(--h1);
}

h2 {
	font-size: var(--h2);
}

h3 {
	font-size: var(--h3);
}

h4 {
	font-size: var(--h4);
}

h5 {
	font-size: var(--h5);
}

h6 {
	font-size: var(--h6);
}

a {
	text-decoration: underline;
	cursor: pointer;
	color: var(--bodycolor);
}

a:hover {
	color: var(--primary);
}

b, strong {
	font-family: var(--fontBold), sans-serif;
	font-weight: normal;
}
iframe {
	width: 100%;
}
select {
	background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M9.87501 1.00001L5.99501 4.88001L2.11501 1.00001C1.92817 0.812752 1.67452 0.70752 1.41001 0.70752C1.14549 0.70752 0.891838 0.812752 0.705006 1.00001C0.315006 1.39001 0.315006 2.02001 0.705006 2.41001L5.29501 7.00001C5.68501 7.39001 6.31501 7.39001 6.70501 7.00001L11.295 2.41001C11.685 2.02001 11.685 1.39001 11.295 1.00001C10.905 0.620005 10.265 0.610005 9.87501 1.00001Z' fill='%23009CA6'/%3E%3C/svg%3E") no-repeat;
	background-position: right .75rem center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px 35px 10px 10px !important;
	border: 0;
}

	select::-ms-expand {
		display: none;
	}

.clear {
	width: 100%;
	height: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.clearfix:before, .clearfix:after {
	content: '';
	clear: both;
}

.clearfix:after {
	display: table;
}

.btn, .button, .button-flex {
	background: var(--white);
	display: inline-block;
	color: var(--white);
	border-radius: 3px;
	padding: 4px 8px;
	min-width: 100px;
	height: 28px;
	text-decoration: none;
	font-weight: 100;
	cursor: pointer;
	border: 0;
}
.btn:disabled, .button:disabled {
	cursor: default;
	opacity: 0.5;
}
.button-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.badge {
	background: var(--lightgray3);
	display: inline-block;
	border-radius: 30px;
	padding: 6px 8px;
}
.btn-link-primary {
	color: var(--primary);
	background: none;
}
.btn-primary, .bg-primary {
	background: var(--primary);
}

.btn-secondary, .bg-secondary {
	background: var(--secondary);
}

.btn-success, .bg-success {
	background: var(--green);
}

.btn-danger, .bg-danger {
	background: var(--red);
}

.btn-warning, .bg-warning {
	background: var(--yellow);
}

.btn-link {
	background: transparent;
	color: var(--bodycolor);
}

.btn-outline-primary {
	border: 1px solid var(--primary);
	color: var(--primary);
}

.btn-outline-secondary {
	border: 1px solid var(--secondary);
	color: var(--secondary);
}

.btn-outline-success {
	border: 1px solid var(--green);
	color: var(--green);
}

.btn-outline-danger {
	border: 1px solid var(--red);
	color: var(--red);
}

.btn-outline-warning {
	border: 1px solid var(--yellow);
	color: var(--yellow);
}

.bg-primary-t10 {
	background: rgba(0, 156, 166, 0.1);
	color: var(--primary);
}

.bg-secondary-t10 {
	background: var(--secondary);
	color: var(--secondary)
}

.bg-success-t10 {
	background: rgba(108, 194, 74, 0.1);
	color: var(--green);
}

.bg-danger-t10 {
	background: rgba(232, 26, 63, 0.1);
	color: var(--red);
}

.bg-warning-t10 {
	background: rgba(253, 207, 65, 0.1);
	color: var(--orange);
}

.success {
	color: var(--primary);
}

.success-mg {
	color: var(--green);
}

.error-msg {
	color: var(--red);
}

.warning-msg {
	color: var(--orange);
}

.text-default {
	color: var(--bodycolor);
}

.word-break {
	word-break: break-word;
}

.word-break-all {
	word-break: break-all;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.delete a {
	text-decoration: none;
	color: var(--red);
}
.delete a .ff {
	font-size: 20px;
	opacity: .7;
}
.showErrors:before {
	content: "\e928";
	font-family: 'fih' !important;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.badge .ff {
	font-size: 18px;
	position: relative;
}

table .error-msg {
	text-decoration: none;
}
table .ff {
	font-size: 18px;
	vertical-align: middle;
}
table .error-msg:not(span):hover {
	text-decoration: underline;
	color: var(--red);
}
table .succeed .ff {
	color: var(--green);
}
.content {
}

.cookie-warning {
	background: var(--gradientprimaryverti);
	min-width: var(--pageminwidth);
	padding: 20px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 16px;
	display: none;
}

.cookie-warning > * {
	margin-bottom: 5px;
}

.cookie-warning a.details {
	color: #fff;
}

.cookie-warning h3 {
	font-size: 24px;
	margin-bottom: 12px;
}

.cookie-warning a.close {
	color: #fff;
	font-size: 12pt;
	float: right;
}
.sidebar {
	position: absolute;
	top: 94px;
	left: 20px;
	width: 230px;
	padding: 20px;
	background-color: #373737;
	border-radius: 6px;
	color: #ffffff;
}

.sidebar label {
	float: left;
	font-size: 10pt;
	clear: both;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
	line-height: 18px;
}

header.header {
	background: var(--white);
	position: relative;
	width: auto;
	height: 56px;
	z-index: 3;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.header-content {
	display: flex;
	align-items: center;
	min-width: var(--pageminwidth);
	height: 56px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.header h1 {
	background: url(../../Content/Images/fih_logo.svg?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg) no-repeat top left;
	width: 112.54px;
	height: 36px;
	font-size: 0;
}

.header .documentTypeMenu {
	width: 125px;
	margin: 0 20px 0 30px;
	position: relative;
}

.header .documentTypeMenu li a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding: 22px 10px 12px;
	position: relative;
}

.header .documentTypeMenu li a.selected-menu:after {
	content: '\276F';
	transform: rotate(90deg);
	display: inline-block;
	margin-top: 6px;
	margin-left: 30px;
	width: 0;
	height: 0;
	vertical-align: top;
}

.header .documentTypeSubMenu {
	background: var(--white);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 8px;
	width: 125px;
	position: absolute;
	left: -5px;
	top: 0px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: top 0.3s, visibility 0.3s, opacity 0.3s;
}

.header .documentTypeSubMenu.active {
	top: 5px;
	visibility: visible;
	opacity: 1;
}

.header .documentTypeSubMenu li a {
	display: block;
	padding: 8px 10px;
}

.header .documentTypeSubMenu li a:hover {
	background: var(--linkhover);
	color: var(--primary);
}

.header .documentTypeSubMenu li a.active {
	color: var(--primary);
}

.header .userInfo {
	display: flex;
	align-items: center;
	height: 56px;
	position: absolute;
	right: 20px;
}

.header .userInfo li {
	position: relative;
}

.header .userInfo li a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.header .userInfo > li:not(:last-child) {
	padding-right: 25px;
}

.header .userInfo li.userMenu {
	border-left: 1px solid var(--lightgray1);
	padding-left: 15px;
}

.header .userInfo .userMenuIcon {
	display: flex;
	align-items: center;
	width: 38px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

.header .userInfo .userMenuIcon .ff {
	color: var(--primary);
	font-size: 22px;
}
.header .userInfo .userMenucontent {
	background: var(--white);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 8px;
	width: 230px;
	position: absolute;
	right: 0;
	top: 42px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: top 0.3s, visibility 0.3s, opacity 0.3s;
}

.header .userInfo .userMenucontent.active {
	top: 39px;
	visibility: visible;
	opacity: 1;
}

.header .userInfo .userMenucontent:before {
	content: '';
	position: absolute;
	top: -18px;
	right: 20px;
	border: 9px solid;
	border-color: transparent transparent var(--white) transparent;
}

.header .userInfo .userMenucontent li {
	padding: 5px 5px 5px 40px;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .userInfo .userMenucontent li:hover {
	background: var(--linkhover);
	color: var(--primary);
}

.header .userInfo .userMenucontent li a {
	color: var(--bodycolor);
}

.header .userInfo .userMenucontent li a:hover {
	color: var(--primary);
}

.header .userInfo .userMenucontent li .ff {
	position: absolute;
	left: 9px;
	font-size: 22px;
	color: var(--primary);
}

.header .userInfo .userMenucontent li.userName {
	border-bottom: 1px solid var(--border);
}

.main {
	min-width: var(--pageminwidth);
	margin: 0 auto;
	padding: 0 20px;
}

.Login .main {
	margin: 0 auto;
	padding: 20px 20px 0;
	min-width: var(--pageminwidth);
	background-color: rgba(0, 0, 0, 0.8);
	background-position: center;
}
form dd {
	margin-bottom: 10px;
}
.combobox {
	position: relative;
	display: block;
	width: 100%;
}

.combobox input {
	margin: 0;
	padding: 2px 3px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
}

.combobox a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 21px;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #fff url('../../Content/images/combi-dropdown.png?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') no-repeat 7px 7px;
}

.ui-autocomplete {
	border: 1px solid #d3d3d3;
	background: #fff;
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-autocomplete.ui-widget-content .ui-menu-item {
	padding: 3px;
	cursor: pointer;
}

.ui-autocomplete.ui-widget-content .ui-menu-item.ui-state-focus,
.ui-autocomplete.ui-widget-content .ui-menu-item.ui-state-selected {
	background-color: #d3d3d3;
}

.ui-helper-hidden-accessible {
	display: none;
}

/*#endregion*/
/*#region Dropdown Checklist*/
.ui-dropdownchecklist-selector,
.ui-dropdownchecklist-dropcontainer-wrapper {
	background: #fff;
}

.ui-dropdownchecklist-dropcontainer-wrapper {
	padding-bottom: 2px;
}

.ui-dropdownchecklist-selector,
.ui-dropdownchecklist-item,
.ui-dropdownchecklist-item input,
.ui-dropdownchecklist-item label {
	cursor: pointer !important;
}

.ui-dropdownchecklist-item input,
.ui-dropdownchecklist-item label {
	vertical-align: middle;
}

.ui-dropdownchecklist-item.ui-state-disabled,
.ui-dropdownchecklist-item.ui-state-disabled input,
.ui-dropdownchecklist-item.ui-state-disabled label {
	cursor: default !important;
}

.ui-dropdownchecklist-selector {
	background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M9.87501 1.00001L5.99501 4.88001L2.11501 1.00001C1.92817 0.812752 1.67452 0.70752 1.41001 0.70752C1.14549 0.70752 0.891838 0.812752 0.705006 1.00001C0.315006 1.39001 0.315006 2.02001 0.705006 2.41001L5.29501 7.00001C5.68501 7.39001 6.31501 7.39001 6.70501 7.00001L11.295 2.41001C11.685 2.02001 11.685 1.39001 11.295 1.00001C10.905 0.620005 10.265 0.610005 9.87501 1.00001Z' fill='%23009CA6'/%3E%3C/svg%3E") no-repeat;
	background-position: right .75rem center;
	display: block;
}

.ui-dropdownchecklist-dropcontainer,
.ui-dropdownchecklist-selector {
	border: 1px solid var(--border);
	border-radius: 4px;
	height: 40px;
}

.ui-dropdownchecklist-dropcontainer {
	max-height: 400px;
	height: auto;
}

.ui-dropdownchecklist-selector.ui-state-hover,
.ui-dropdownchecklist-selector.ui-state-active {
	border: 1px solid var(--border);
}

.ui-dropdownchecklist-item {
	border: 1px solid #fff;
	padding: 5px 5px 0;
}

.ui-dropdownchecklist-item.ui-state-hover {
	border-color: #606060;
	background: #dadada;
}
/*#endregion*/

.message {
	border: 1px solid #373737;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 40px;
	overflow: hidden;
	margin: auto;
	width: 30%;
	border: 3px solid black;
	background-color: #ffffff;
}

.message a {
	font-size: 20px;
}

.message .link {
	font-size: 15px;
	padding: 30px;
}

.message .title {
	font-size: 25px;
}

/* form styles*/
.form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.form-group [class*="form-"] {
	margin-bottom: 5px;
}

.form-group .form-control, .form-select, .form-select-control, .form-text-control {
	background-color: var(--white);
	border: 1px solid var(--border);
	border-radius: 4px;
	padding: 10px
}

.form-check, .form-radio, .form-browse {
	position: relative;
}

.form-browse {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.form-check [class*='ff-square'] {
	color: var(--lightgray1);
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.form-check-control, .form-browse-control {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}

.form-browse {
	min-width: auto;
}

.form-check-control:checked ~ .ff-square-o:before {
	content: "\e93f";
	color: var(--primary);
}
.form-check-control:disabled {
	opacity: 0.5;
	cursor: default;
}
/* ui datepicker styles */
.ui-datepicker {
	background: var(--white);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
	z-index: 5 !important;
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker-header {
	display: grid;
	align-items: center;
	color: var(--primary);
	grid-template-columns: 25px 1fr 25px;
	padding: 10px;
	text-align: center;
}

.ui-datepicker-title {
	grid-area: 1/2/1;
}

.ui-datepicker-prev span.ui-icon, .ui-datepicker-next span.ui-icon {
	color: var(--primary);
	font-size: 0;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
	opacity: 0.5;
	cursor: default;
}
.ui-datepicker-prev span.ui-icon:before {
	font-family: 'fih' !important;
	display: inline-block;
	vertical-align: middle;
	content: '\e956';
	font-size: 20px;
}

.ui-datepicker-next span.ui-icon:before {
	font-family: 'fih' !important;
	display: inline-block;
	vertical-align: middle;
	content: '\e957';
	font-size: 20px;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
	background: none;
	border: 0;
	width: 32px;
	height: 32px;
	text-align: center;
}
.ui-datepicker-calendar th:after {
	content: none;
}
.ui-datepicker-calendar .ui-datepicker-today {
	background: var(--primary);
	color: var(--white);
	border-radius: 3px;
}

.ui-datepicker-calendar .ui-datepicker-today a {
	background: var(--primary);
	color: var(--white);
}
/* card styles */
.fih-card-wrapper {
	display: grid;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	grid-template-columns: 1fr 1fr;
	padding: 24px 0;
}

.fih-card {
	background: var(--white);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 220px;
}

.fih-card .fih-card-header {
	padding: 8px 16px;
	height: 40px;
	border-bottom: 1px solid var(--border);
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 16px;
	font-family: var(--fontMedium);
}

.fih-card-body {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 20px 16px;
	width: 100%;
}
.fih-box {
	background: var(--white);
	display: flex;
	flex-direction: column;
	padding: 8px;
	width: 212px;
	height: 158px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05), 0px 3px 4px rgba(0, 0, 0, 0.05), 0px 1px 8px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.fih-box figure {
	width: 100%;
	height: 108px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
}
figure img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.display-flex {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.fih-flex-box {
	grid-column-gap: 0px;
	grid-row-gap: 19px;
}
.fih-flex-box .fih-box:not(:nth-of-type(3n)) {
	margin-right: 19px;
}
.fih-box figcaption {
	display: flex;
	grid-column-gap: 10px
}
.fih-box figcaption .name {
	flex: 1;
}
@import url('../../Content/CSS/grid.css?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');

/*#region Progress bar */
@-webkit-keyframes stripAnimate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 49px 0;
    }
}
.popups .wait {
    display: none;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.popups .wait svg {
    display:block;
    padding:0px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.popups .wait .circle {
    fill: transparent;
    stroke: var(--primary);
    stroke-width:6px;
    -webkit-animation: 1.5s circle infinite ease-in;
    animation: 1.5s circle infinite ease-in;
}
@keyframes circle {
    0% {
        stroke-dasharray: 0 400;
        stroke-dashoffset: 0;
    }

    25% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 400 400;
        stroke-dashoffset: -400;
    }
}
.popup.cookies {
	display: none;
	top: 20%;
}
.popup.cookies h3 {
    width: 460px;    
}
.popup.cookies dl {
    display: flex;
    flex-wrap: wrap;
}
.popup.cookies dt, .popup.cookies dd {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--border);
}
.popup.cookies dt {
	width: 30%;
	padding-right: 5px;
	font-family: var(--fontMedium);
}
.popup.cookies dd {
	width: 70%;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 30px;
    height: 30px;
	font-size: 0;
	text-decoration: none;
}
.popups .ff {
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
}
.progressPopup .user, .progressPopup .started {
    display: inline-block;
    margin-bottom: 10px;
}
.progressPopup > div {
    margin-bottom: 10px;
}
.progressPopup .remaining {
    color: var(--primary);
    margin-bottom: 24px;
}
.progressBar {
    background: var(--lightgray3);
    box-shadow: inset 0px 2px 2px rgba(102, 102, 102, 0.2);
    border-radius: 31px;
    height: 7px;
    position: relative;
    color: var(--primary);
}
.progressBar .number {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -25px;
}
.progressBar .bar {
    background: linear-gradient(270deg, #00A499 0.33%, #6CC24A 100%);
    box-shadow: 0px 0px 5px #6CC24A;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    height: 100%;
}
/* minified progress */
.progressMinifiedContent {
    position: absolute;
    top: -36px;
    z-index: 3;
    right: 70px;
    width: 200px;
    text-align: right;
    display: none;
}
.progressMinifiedContent.active {
    display: block;
}
.progressMinified:not(:empty) {
    background: var(--white);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 8px;
    width: 350px;
    position: absolute;
    top: 0px;
    right: -10px;
    z-index: 10;
    visibility: hidden;
    opacity: 1;
    transition: top 0.3s, visibility 0.3s, opacity 0.3s;
}
.progressMinifiedContent:hover .progressMinified {
    visibility: visible;
    top: 20px;
}
.progressMinified .progressMin {
    display: flex;
    align-items: center;
}
.progressMinified .progressMin > *:not(.show) {
    margin-right: 10px
}
.progressMinified .operation {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.progressMinified .operation span:empty:before {
    content: 'Loading...';
}
.progressMinified .progressBar {
    width: 135px;
}
.progressMinified .progressBar .number {
    top: -5px;
    right: -50px;
}
.progressMinified .progressBar .number .text {
    display: none;
}
.progressMinified .progressMin .show {
    text-decoration: none;
    width: 20px;
    text-align: center;
    margin-left: 40px;
}
.progressMinified .progressMin .show .ff {
    font-size: 22px;
}
.progressMinified .progressMin .show:hover {
    color: var(--primary);
}
/*#region Popups*/
.popups.fih-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 99999;
    font-size: 16px;
}
.fih-dialog-titlebar {
    background: none
}
.fih-dialog-titlebar h3 {
    color: var(--bodycolor);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.fih-dialog .btn, .fih-dialog .button {
    height: 40px;
    font-size: 16px;
    padding: 10px;
}
.popup {
    background: var(--white);
    position: relative;
    top: 20%;
    max-width: 582px;
    margin: 0 auto;
    padding: 12px 24px 24px;
    border-radius: 4px;
}
.popups .overlay {
    background: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.popups .ff-delete-Bin {
    font-size: 18px;
    font-weight: 100;
}
.fih-dialog-buttonset {
    display: flex;
    align-items: center;
    margin: 12px 0 0;
}
.fih-dialog-buttonset.right {
    justify-content: flex-end;
}
.fih-dialog-buttonset.center {
    justify-content: center;
}
.fih-dialog-buttonset .btn:not(:last-of-type), .fih-dialog-buttonset .button:not(:last-of-type) {
    margin-right: 10px;
}
.fih-dialog-buttonset[class*='buttonset-'] {
    display: grid;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
}
.fih-dialog-buttonset.buttonset-1 {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
}
.fih-dialog-buttonset[class*='buttonset-'] .button {
    margin-right: 0;    
}
.fih-dialog-buttonset-last {
    display: flex;
    justify-content: flex-end;
    grid-column-end: 3;
    grid-column-start: 1;
}
.alertPopup {
    max-width: 500px;
}

.importPopup {
    top: 30%;
}
.importPopup .importDetails p {
    text-align: left;
    padding-bottom: 20px;
}
.importPopup p.historicalData {
    font-size: 12px;
    color: var(--red);
    margin-top: 16px;
    padding: 0;
}
.importPopup .uploadFileInfo {
    color: var(--primary);
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    width: calc(100% - 120px);
    word-break: break-word;
}
.importPopup .uploadFileInfo.error-msg {
    color: var(--red);
}
.importPopup .uploadFileInfo .ff {
    font-size: 22px;
}
.importPopup .importDetails input[type='file'] {
    height: 0;
    width: 0;
}
.importPopup .importDetails form select {
    font-size: 16px;
}
.importPopup .importDetails dd label {
    border: 1px solid #cccccc;
    padding: 5px;
    margin-right: 5px;
    margin-left: 4px;
    float: left;
}
.importPopup .importDetails span.error {
    font-weight: bold;
    color: #EE5B5B;
    margin: 10px 0px;
    padding: 3px 3px 3px 25px;
    background-position: 10px center;
    background: url('../../Content/Images/error.png?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') no-repeat;
}
.importPopup .importDetails .buttons label {
    background: #373737;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    border: 0;
    margin-left: 15px;
    padding: 8px 20px 6px;
    cursor: pointer;
}

.importPopup .warning {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    color: #EE5B5B;
}

.importPopup .buttons {
    padding-top: 20px;
    padding-bottom: 20px;
}

.importPopup .autoGenerationConfirmationDialog {
    background: var(--white);
    position: absolute;
    left: 24px;
    right: 24px;
    top: 12px;
    bottom: 0;
    display: none;
}

.errorPopup {
    max-width: 500px;
    top: 40%;
    box-shadow: 1px 0px 15px rgba(0,0,0,0.2);
}
.popups p.error-msg, .popup p.error-msg {
    display: flex;
    word-break: break-word;
}
.errorPopup p.error-msg .ff {
    padding-right: 5px;
    font-size: 22px;
}
.errorPopup .scrollable {
    overflow-y: auto;
    max-height: 290px;
    margin-bottom: 10px;
}

.errorPopup h4 {
    font-size: 13px;
    margin-top: 10px;
}

.errorPopup li {
    margin-right: 20px;
}

.errorPopup li.error {
    background-position: 10px center;
    background: url('../../Content/Images/error.png?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') no-repeat;
    padding-left: 25px;
    padding-top: 4px;
    margin-bottom: 10px;
    min-height: 16px;
}

.errorPopup li.warning {
    background-position: 10px center;
    background: url('../../Content/Images/warning.png?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') no-repeat;
    padding-left: 25px;
    padding-top: 4px;
    margin-bottom: 10px;
    min-height: 16px;
}

.errorPopup p {
    margin-right: 0px;
}

.errorPopup p.error {
    background-position: 10px center;
    background: url('../../Content/Images/error.png?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') no-repeat;
    padding-left: 25px;
    padding-top: 4px;
    min-height: 16px;
}

.errorPopup p.warning {
    background-position: 10px center;
    background: url('../../Content/Images/warning.png?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') no-repeat;
    padding-left: 25px;
    padding-top: 4px;
    min-height: 16px;
}

.switchProjectPopup {
    display: none;
    max-width: 480px;
}
.switchProjectPopup .form-fields {
    display: flex;
}
.switchProjectPopup .form-fields select {
    width: 100%;
}
.switchProjectPopup .form-fields .form-group {
    width: 49%;
}
.switchProjectPopup .form-fields .form-group:not(:last-of-type) {
    margin-right: 10px;
}
.CustomFilterPopup {
	top: 10%;
}
.CustomFilterPopup .filters {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}
.CustomFilterPopup .filters .form-select-control {
    height: 40px;
    font-size: 16px;
}
.CustomFilterPopup .filters .ui-dropdownchecklist-text {
    margin-top: 5px;
    padding-left: 10px;
}
.CustomFilterPopup .delete {
    color: var(--red);
}
.popup [class*='DocumentOptions'] label.form-check:not(:last-of-type), .popup .clearOptions label.form-check:not(:last-of-type) {
    margin-right: 25px;
}
.emailDocumentOptions .form-text-control {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}
.emailDocumentOptions .emailToError {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}
.documentViewer {
    background-color: var(--white);
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 5%;
    width: 1200px;
    height: initial;
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.documentViewList {
	min-width: 355px;	
}
.documentViewer .header {
    padding: 20px 24px 12px;
    height: auto;
    box-shadow: none;
    position: relative;
    z-index: 1;
}
.documentViewer a.close {
    position: absolute;
    right: 20px;
    top: 15px;
    text-decoration: none;
}
.documentViewer .header-bar {
    background: var(--lightgray3);
    padding: 9px;
    display: flex;
    grid-column-gap: 17px;
    align-items: center;
    justify-content: center;
}
.documentViewer .header-bar a[class*='Document'] {
    color: var(--primary);
    font-size: 14px;
    text-decoration: none;
}
.documentViewer .header-bar a[class*='Document'] .ff {
    font-size: 14px;
    font-weight: bold;
}
.documentViewer .header-bar .combobox {
    background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M9.87501 1.00001L5.99501 4.88001L2.11501 1.00001C1.92817 0.812752 1.67452 0.70752 1.41001 0.70752C1.14549 0.70752 0.891838 0.812752 0.705006 1.00001C0.315006 1.39001 0.315006 2.02001 0.705006 2.41001L5.29501 7.00001C5.68501 7.39001 6.31501 7.39001 6.70501 7.00001L11.295 2.41001C11.685 2.02001 11.685 1.39001 11.295 1.00001C10.905 0.620005 10.265 0.610005 9.87501 1.00001Z' fill='%23009CA6'/%3E%3C/svg%3E") no-repeat;
	background-position: right .75rem center;
    display: inline-block;
    text-align: left;
    height: 32px;
    padding: 0;
}
.documentViewer .header-bar .combobox input {
    padding: 0;
    border: 0;
    background-color: transparent;
    width: calc(100% - 25px);
    border-radius: 0;
    height: 100%;
    padding: 0 10px;
}
.documentViewer .header-bar .combobox a {
    background: none;
    border: 0;
    width: 30px;
}

ul.ui-autocomplete.ui-widget-content.documentViewList {
    z-index: 1000000 !important;
}

ul.ui-autocomplete.ui-widget-content.documentViewList .ui-menu-item,
ul.ui-autocomplete.ui-widget-content.documentViewList .autocomplete-category.ui-menu-divider {
    padding: 6px;
}

ul.ui-autocomplete.ui-widget-content.documentViewList .subcategory.ui-menu-item {
    padding: 4px 6px 4px 15px;
}

.documentViewer dl {
    width: 100%;
    overflow: hidden;
}

.documentViewer dt:nth-child(3n+1) {
    clear: left;
}

.documentViewer .documentViewerContent {
    padding: 0 24px;
    position: relative;
    height: 100%;
    min-height: 410px;
    display: flex;
    flex-direction: column;
}
.documentViewer .documentDetails {
}
.documentViewer .documentDetails dl {
    display: grid;
    grid-template-columns: 150px 250px 140px 210px 120px 200px;
    grid-column-gap: 16px;
    font-size: 12px;
}
.documentViewer .documentDetails dt {
    text-align: right;
    font-weight: 700;
}

.documentViewer .documentDisplay {
    margin: 10px 0 0;
    position: absolute;
    left: 24px;
    right: 24px;
    top: 60px;
    bottom: 0;
    min-height: 350px;
}

.documentViewer iframe {
    z-index: 99999 !important;
    display: table-cell;
    overflow: hidden;
    height: 100%;
    width: 100%;
    bottom: 0px;
}
/*#endregion*/
/*style editor preview popup*/
.previewPopup {
    max-width: 978px;
    top: 0;
    bottom: 0;
    height: calc(100% - 160px);
    margin: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
}
.previewPopup #preview {
    width: 100%;
    min-width: auto;
    height: 100%;
}

.flex-row {
    display: flex;
    align-items: center;
}

.row-separator {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: -15px;
    margin-left: -15px;
}
.
*[class*='col-'] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.col-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (min-width:48em) {
    .col-sm-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width:64em) {
    .col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width:75em) {
    .col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.grid-row {
    display: grid
}
.grid-template {
    grid-template-columns: 1fr 2fr
}
.grid-col-1 {

}
.grid-col-2 {
}
.grid-col-3 {
}
.grid-col-4 {
}
.grid-col-5 {
}
.grid-col-6 {
}
.grid-col-7 {
}
.grid-col-8 {
}
.grid-col-9 {
}
.grid-col-10 {
}
.grid-col-11 {
}
.grid-col-12 {
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../../Content/fonts/Roboto-Light.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');
    src: url('../../Content/fonts/Roboto-Light.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg&#iefix') format('embedded-opentype'), url('../../Content/fonts/Roboto-Light.woff?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('woff'), url('../../Content/fonts/Roboto-Light.otf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('opentype'), url('../../Content/fonts/Roboto-Light.ttf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../../Content/fonts/Roboto-Bold.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');
    src: url('../../Content/fonts/Roboto-Bold.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg&#iefix') format('embedded-opentype'), url('../../Content/fonts/Roboto-Bold.woff?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('woff'), url('../../Content/fonts/Roboto-Bold.otf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('opentype'), url('../../Content/fonts/Roboto-Bold.ttf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../../Content/fonts/Roboto-Medium.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');
    src: url('../../Content/fonts/Roboto-Medium.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg&#iefix') format('embedded-opentype'), url('../../Content/fonts/Roboto-Medium.woff?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('woff'), url('../../Content/fonts/Roboto-Medium.otf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('opentype'), url('../../Content/fonts/Roboto-Medium.ttf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../Content/fonts/Roboto-Regular.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg');
    src: url('../../Content/fonts/Roboto-Regular.eot?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg&#iefix') format('embedded-opentype'), url('../../Content/fonts/Roboto-Regular.woff?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('woff'), url('../../Content/fonts/Roboto-Regular.otf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('opentype'), url('../../Content/fonts/Roboto-Regular.ttf?v=SE3eAl0D6Fkimcsn-dvoTrTRtQg') format('truetype');
    font-weight: normal;
    font-style: normal;
}

