html {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2px;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	box-sizing: border-box;
}

body {
	height: 100%;
	margin: 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
    color: #000000;
    overflow: auto;
    padding: 0 0 0 340px;
    min-height: 100vh;
}

body.locked {
    overflow: hidden!important;
}

.ui-widget {
	background-color: #FFFFFF;
	box-sizing: border-box;
    color: #000000;
}

a {
	display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
	color: #9a62de;
}

a.visited {
	color: #9a62de;
}

a:hover {
	color: #462d86;
}

img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}

/* SITE HEADER BEGINS *******************************************************************************/
header *, header *::after, header *::before,
section.headline * {
    margin: 0;
    /* padding: 0; */
    box-sizing: border-box;
}

/* Headline - project name, user name, user profile dropdown, logout button */
section.headline {
    position: relative;
    display: inline-block;
    width: 100%;
   /* background: #F1F1EE;*/
    box-sizing: border-box;
    border-bottom: 1px solid #F1F1EE;
}

section.headline .row-1 {
    position: relative;
    height: 50px;
    padding: 0 0 0 84px;
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
	z-index: 1;
}

section.headline .row-2 {
    position: relative;
    height: 180px;
    padding: 0;
}

section.headline .row-2 .header-image{
    position: relative;
    display: block;
    height: 100%;
    background: transparent url('../../inf2/images/om/header-background.jpeg');
    background-repeat: no-repeat;
    background-position: center 87%;
    background-size: 100% auto;
}

section.headline .row-2.mob_v .header-image {
    position: relative;
    display: block;
    height: 100%;
    background: #f5f5f5;
    padding-top: 60px;
}

section.headline .dropdown-menu {
    position: absolute;
    top: 50px;
    background: #ffffff;
    right: 0;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    color: #000000;
    overflow: hidden;
    max-height: 0;
    transition: 0;
    z-index: 99;
}

section.headline .top-navigation {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    background: transparent;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1); */
}

section.headline h1 {
    text-transform: none;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
}

section.headline h1 a {
   color: inherit;
}

section.headline .top-navigation>span.profile-name {
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
}

section.headline h1,
section.headline .top-navigation>span {
    display: inline-block;
    padding: 15px 20px 15px 0;
}

section.headline .top-navigation>span>a {
    color: #707070;
    transition: color 0.25s ease-in-out;
}

section.headline .top-navigation>span>a:hover,
section.headline .top-navigation span>a.active {
    color: #000000;
}

header .dropdown-menu {
    position: absolute;
    top: 50px;
    background: #ffffff;
    right: 0;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    color: #000000;
    overflow: hidden;
    max-height: 0;
    transition: 0;
    z-index: 99;
}

section.headline .top-navigation span.my-profile {
    display: inline-block;
    position: relative;
    padding: 18px 25px 18px 50px;
    background: #f5f5f5 url('../../inf2/images/header/account-icon-bl.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 15px auto;
    color: #000000;
    cursor: pointer;
    transition: color, background 0.25s ease-in-out;
}

section.headline .top-navigation>span.my-profile:hover  {
    color: #000000;
    background: #ffffff url('../../inf2/images/header/account-icon-bl.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 15px auto;
}

section.headline .top-navigation>span.my-profile:hover .dropdown-menu  {
    max-height: 600px;
    transition: max-height 0.3s ease-in-out;
}

section.headline .top-navigation a.logout span{
    display: inline-block;
    position: relative;
    padding: 18px 25px 18px 50px;
    background: #000000 url('../../inf2/images/header/logout-icon-w.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 17px auto;
    color: #ffffff;
    cursor: pointer;
    transition: color, background 0.25s ease-in-out;
}

section.headline .top-navigation>a.logout:hover span {
    color: #000000;
    background: #ffffff url('../../inf2/images/header/logout-icon-bl.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 17px auto;
}

/* User dropdown menu ***********************************************************/

.top-navigation>span.my-profile .dropdown-menu {
    width: 280px;
}

.user-menu a {
    width: 100%;
    color: #000000;
    font-weight: 400;
    transition: color, background 0.25s ease-in-out;
}

.user-menu a:hover {
    color: #DFC5FE;
    background: #fafafa;
    font-weight: 700;
}

.user-menu{
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0 20px 0;
}

.profile-person {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    padding: 30px 20px 20px 20px;
    text-align: center;
    text-transform: none;
}

.profile-person>div {
    background: #fafafa;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-top: 1px dashed #d3d3d3;
}

.profile-person a.btn-edit-profile {
    width: 100%;
    background: #fafafa url('../../inf2/images/header/wheels-icon-bl.png');
    background-repeat: no-repeat;
    background-size: 24px auto;
    padding: 12px 25px 12px 45px;
    background-position: 15px center;
    margin: 20px 0 0 0;
    color: #000000;
    border: 2px solid #e3e3e3;
    transition: all 0.25s ease-in-out;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}

.profile-person a.btn-edit-profile:hover {
    background: #DFC5FE url('../../inf2/images/header/wheels-icon-bl.png');
    background-repeat: no-repeat;
    background-size: 24px auto;
    padding: 12px 25px 12px 45px;
    background-position: 15px center;
    border: 2px solid #DFC5FE;
}

.profile-person .btn-logout {
    width: 100%;
    background: #000000 url('../../inf2/images/header/logout-icon-w.png');
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 12px center;
    padding: 12px 25px 12px 45px;
    color: #ffffff;
    border: 2px solid #000000;
    text-transform: capitalize;
    transition: all 0.25s ease-in-out;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}

.profile-person .btn-logout:hover {
    color: #000000;
    border: 2px solid #DFC5FE;
    background: #DFC5FE url('../../inf2/images/header/logout-icon-bl.png');
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 12px center;
}

.profile-person .profile-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    /* border-radius: 50%; */
}

.profile-person .profile-name {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0px 0;
}

.profile-menu a {
    width: 100%;
    margin-top: 5px;
}

.top-navigation>span.my-profile .dropdown-menu span.menu-item {
    display: inline-block;
    padding: 12px 25px 12px 25px;
    width: 100%;
    color: #000000;
    background: transparent;
    color: #767573;
    font-weight: 600;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
}

.top-navigation>span.my-profile .dropdown-menu span.menu-item:hover {
    /* color: #000000;
    background: #fffaac; */
    color: #000;
    background-color: #f7f7f5;
}

/* Header - main navigation */
header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 2000;
    height: 100%;
    width: 340px;
}

header section {
   overflow-y: auto;
   position: relative;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Header main navigation footer menu *******************************/
header .navigation .footer-navigation {
    height: auto;
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0 25px 0 42px;
}

header .footer-navigation ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 4px 0 4px 0;
    font-size: 13px;
    color: #000;
    opacity: 0.7;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
}

header .footer-navigation ul li a:hover {
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

header .footer-navigation .language {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 4px 0 8px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #000;
}

header .footer-navigation .language a {
    font-size: 13px;
    color: #000;
    opacity: 0.7;
}

header .footer-navigation .language a.active {
    font-weight: 700;
}

header .footer-navigation .language a:not(:first-of-type) {
   margin: 0 0 0 8px;
}

header .footer-navigation .language a:hover {
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

/* Navigation lvl-1 ***************************/
header .navigation.lvl-1 {
    display: flex;
    flex-direction: column;
    background-color: #DFC5FE;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 150px 0 40px 0;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    bottom: 0;
}

header .navigation .header-logo {
    position: absolute;
    top: 25px;
    left: 32px;
    height: 45px;
    width: auto;
    z-index: 11;
}

header .navigation .header-logo img {
    width: auto;
    height: 100%;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
}

header nav {
   width: 100%;
   height: auto;
}

header nav ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 16px 12px 42px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    background-color: transparent;
    transition: background-color 0.25s ease-in-out;
}

header nav ul li a.with-arrow::after {
    content:'';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 22px;
    background: transparent url('../../inf2/images/header/arrow-right.png') center center no-repeat;
    background-size: auto 12px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

header nav ul li a.with-arrow:hover::after {
    content:'';
    right: 16px;
    background: transparent url('../../inf2/images/header/arrow-right.png') center center no-repeat;
    background-size: auto 12px;
    opacity: 1;
}

header nav ul li a.active,
header nav ul li a.active.with-arrow,
header nav ul li a.selected,
header nav ul li a.selected.with-arrow {
    background-color: #D2B8F0;
}

header nav ul li a.active.with-arrow::after,
header nav ul li a.selected.with-arrow::after  {
    right: 16px;
    background: transparent url('../../inf2/images/header/arrow-right.png') center center no-repeat;
    background-size: auto 12px;
    opacity: 1;
}

header nav ul li a:hover {
    color: #000;
    background-color: #D2B8F0;
}

/* Navigation lvl-2, lvl-3 ***************************/

header .sub-navigation.lvl-2 {
    display: inline-block;
    background-color: #fff;
    height: 100%;
    width: 380px;
    position: absolute;
    left: -50px;
    opacity: 0;
    z-index: 1500;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .05);
    transition: all 0.3s ease-in;
}

header .sub-navigation.lvl-2.active {
    left: 340px;
    opacity: 1;
    transition: all 0.3s ease-out;
}

header .sub-navigation.lvl-3 {
    display: inline-block;
    background-color: #fff;
    height: 100%;
    width: 380px;
    position: absolute;
    left: -50px;
    opacity: 0;
    z-index: 1000;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .05);
    transition: all 0.4s ease-in;
}

header .sub-navigation.lvl-3.active {
    left: 720px;
    opacity: 1;
    transition: all 0.4s ease-out;
}

header .sub-navigation .navigation-content {
    display: inline-block;
    padding: 130px 0 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: none;
}

header .sub-navigation .navigation-content.active {
    display: inline-block;
}

header .sub-navigation .navigation-subtitle {
    position: absolute;
    display: block;
    width: 100%;
    top: 36px;
    padding: 0 16px 0 32px;
    color: #bebdb9;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
}

header .sub-navigation nav ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 16px 12px 32px;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    color: #767573;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
}

header .sub-navigation nav ul li a.with-arrow::after {
    content:'';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 22px;
    background: transparent url('../../inf2/images/header/arrow-right.png') center center no-repeat;
    background-size: auto 12px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

header .sub-navigation nav ul li a.with-arrow:hover::after {
    content:'';
    right: 16px;
    background: transparent url('../../inf2/images/header/arrow-right.png') center center no-repeat;
    background-size: auto 12px;
    opacity: 1;
}

header .sub-navigation nav ul li a.active,
header .sub-navigation nav ul li a.active.with-arrow,
header .sub-navigation nav ul li a.selected,
header .sub-navigation nav ul li a.selected.with-arrow {
    background-color: #F0E8FF;
    color: #000;
}

header .sub-navigation nav ul li a.selected.active {
    background-color: #ead20a;
}

header .sub-navigation nav ul li a.active.with-arrow::after, 
header .sub-navigation nav ul li a.selected.with-arrow::after{
    right: 16px;
    background: transparent url('../../inf2/images/header/arrow-right.png') center center no-repeat;
    background-size: auto 12px;
    opacity: 1;
}

header .sub-navigation nav ul li a:hover {
    color: #000;
    background-color: #f7f7f5;
}

header .sub-navigation .navigate-back  {
    display: inline-block;
    position: absolute;
    top: 110px;
    margin-left: 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDI3IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkJBNjhERDVDLThDMDEtNENDOS1BNUI0LTYzNEIyQ0ZERTIxNjwvdGl0bGU+PHBhdGggZD0iTTIwLjI0NCA1LjA2MnYzLjYzMmMwIC4yMDEuMTAyLjMyNS4yMzcuMzA0YS4zMDguMzA4IDAgMCAwIC4xNDYtLjA3NGw2LjIyMi00LjE5N2MuMjA0LS4xMDEuMjA0LS4zMDQgMC0uNDczTDIwLjYyNy4wNThjLS4yMDQtLjEzNC0uMzgzLS4wMjgtLjM4My4yNDJ2My42MzdIMHYxLjEyNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: auto;
    visibility: visible;
    background-color: transparent;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 27px;
    height: 9px;
    cursor: pointer;
    display: none;
}

/* Mobile header and navigation ******************************/

header .mobile-header {
    display: block;
    width: 100%;
}

header .mobile-header .mobile-navigation{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    height: 60px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 2100;
    transition: all 0.5s ease-in-out;
    min-width: 350px;
}

header .mobile-header .mobile-navigation nav {
    display: block;
    position: relative;
    width: auto;
    float: right;
    box-shadow: none;
    background: none;
    height: 100%;
}

header .mobile-header .header-logo {
    width: 60px;
    position: fixed;
    left: 25px;
    top: 13px;
    z-index: 2200;
}

.main-navigation .header-logo.mob_v {
    width: 60px;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 15;
}

header .mobile-header .header-logo img,
.main-navigation .header-logo.mob_v img{
    width: 100%;
    height: auto;
}

/* Menu icon lines ***********************************************************/
header .mobile-header .mobile-navigation a .navigation-icon {
    display: flex;
    justify-content: center;
    flex-flow: row;
    align-items: center;
    background: #DFC5FE;
    width: fit-content;
    border-bottom: none;
    transition: background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 0 30px 0 30px;
    height: 100%;
    float: left;
    margin-left: 14px;
}

header .mobile-header .mobile-navigation .navigate a:hover .navigation-icon,
header .mobile-header .mobile-navigation .navigate a.active .navigation-icon {
    background: #DFC5FE;
    border-bottom: none;
}

header .mobile-header .mobile-navigation .navigation-icon .icon-lines {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

header .mobile-header .mobile-navigation .navigation-icon .icon-lines * {
    margin: 0 0 5px 0;
    height: 3px;
    background: #000000;
    transition: width 0.25s ease-in-out;
}

header .mobile-header .mobile-navigation .navigation-icon .nav-line-1 {
    width: 38px;
    transition: all 0.25s ease-in-out;
}

header .mobile-header .mobile-navigation .navigation-icon .nav-line-2 {
    width: 38px;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

header .mobile-header .mobile-navigation .navigation-icon .nav-line-3 {
    width: 38px;
    margin: 0;
    transition: all 0.25s ease-in-out;
}

/* Dev menu ***********************************************************/
header .mobile-header .mobile-navigation a .dev-icon {
    display: block;
    width: 60px;
    height: 100%;
    padding: 0;
    background: transparent url('../../inf2/images/header/dev-menu-icon-w.png') center center no-repeat;
    background-size: 26px auto;
}

header .mobile-header .mobile-navigation .navigate a.active .dev-icon {
    background: transparent url('../../inf2/images/header/dev-menu-icon-y.png') center center no-repeat;
    background-size: 26px auto;
}

/* My profile menu icon ***********************************************************/
header .mobile-header .mobile-navigation .my-profile {
    position: relative;
    width: 60px;
    height: 100%;
    background: url('../../inf2/images/header/account-icon-w.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px auto;
    cursor: pointer;
    float: left;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}

header .mobile-header .mobile-navigation .my-profile.active  {
    color: #ffffff;
    background: #DFC5FE url('../../inf2/images/header/account-icon-bl.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px auto;
}

/* Header headlines area ************************************************************/
header .mobile-header .header-line-2 {
    padding: 60px 0 20px 20px;
    height: auto;
    max-height: 250px;
    overflow-y: hidden;
}

header .mobile-header .headline {
    margin-top: 30px;
    min-height: 70px;
}

#user-navigation {
    display: block;
    position: relative;
    height: 100%;
    float: left;
    line-height: 60px;
}

#user-navigation a {
    height: 100%;
}

/* Slide left menu ************************************/
header .mobile-header section.nav-slide-left {
    display: inline-block;
    position: fixed;
    left: 0;
    top: -1000px;
    height: 100%;
    width: 100%;
    min-width: 360px;
    background: #ffffff;
    padding: 90px 0 60px 0;
    overflow-y: auto;
    z-index: 2000;
    opacity: 0;
    transition: all 0.5s ease-in-out 0.1s;
}

header .mobile-header section.nav-slide-left.active {
    top: 0;
    opacity: 1;
    transition: all 0.5s ease-in-out 0.1s;
}

header .mobile-header section.nav-slide-left h2 {
    display: inline-block;
    position: relative;
    font-size: 21px;
    margin: 0 0 20px 40px;
    padding: 0 0 0 50px;
}

header .mobile-header section.nav-slide-left a.menu-item.active {
    background: #fffaac;
    color: #000000;
    font-weight: 700;
}

/* My profile side menu ******************************************/
header .mobile-header section.nav-slide-left .my-profile h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: transparent url('../../inf2/images/header/account-icon-bl.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
 }

 header .mobile-header section.nav-slide-left .my-profile h2::after {
   display: none;
 }

 header .mobile-header section.nav-slide-left .user-menu a.menu-item {
    display: inline-block;
    padding: 18px 25px 18px 45px;
    font-weight: 400;
    font-size: 15px;
    background: #ffffff;
    color: #000000;
    width: 100%;
 }

 header .mobile-header section.nav-slide-left .user-menu a.menu-item.active {
    background: #fffaac;
    color: #000000;
    font-weight: 700;
 }

 header .profile-person>div {
    background: #ffffff;
}

/* Hide/show sidemenu content */
header .mobile-header section.nav-slide-left .side-menu.language,
header .mobile-header section.nav-slide-left .side-menu.my-profile {
    display: none;
}

header .mobile-header section.nav-slide-left .side-menu.language.active,
header .mobile-header section.nav-slide-left .side-menu.my-profile.active {
    display: block;
}

/* Side menu close button ***********************************************************/
header .mobile-header section.nav-slide-left .close {
    position: absolute;
    right: 20px;
    top: 80px;
    width: 35px;
    height: 35px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

header .mobile-header section.nav-slide-left .close:before, header .mobile-header section.nav-slide-left .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 35px;
    width: 3px;
    background-color: #e3e3e3;
}

header .mobile-header section.nav-slide-left .close:before {
    transform: rotate(45deg);
}

header .mobile-header section.nav-slide-left .close:after {
    transform: rotate(-45deg);
}

header .mobile-header {
    display: none;
}
/* SITE HEADER ENDS ********************************************************************************************************/

main {
    position: relative;
    height: auto;
    min-height: 80vh;
    padding: 20px 84px 20px 84px;
    display: inline-block;
    width: 100%;
	box-sizing: border-box;
}

footer {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 30px 108px 30px 108px;
	box-sizing: border-box;
}

footer section {
	width: 100%;
	font-size: 10px;
	letter-spacing: 2px;
	color: #767573;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}

footer section a {
	color: #767573;
}

.impressum {
	float: left;
	width: auto;
	display: flex;
	align-items: center;
	height: 50px;
}

.developer {
	float: right;
	width: auto;
	vertical-align: middle;
	display: flex;
	align-items: center;
	height: 50px;
}

.developer img {
	height: 40px;
	width: auto;
	vertical-align: middle;
	padding-left: 8px;
	padding: 0 0 12px 8px;
}

.pfad {
	display: none;
	width: 100%;
	height: 100px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	border-top: 1px #A6A6A6 solid;
	vertical-align: top;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 0%, #bbc8d8 0%, #fff 100%);
}

.flogo, .datum {
	float: left;
}

.datum {
	float: right;
}

/* Site breadcrumbs *****************************************/
.breadcrumbs {
    display: inline-block;
    position: relative;
    background: transparent;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    font-size: 14px;
	font-weight: 400;
	color: #000000;
}

.breadcrumb {
    float: left;
    margin: 10px 0 0 0;
}

.breadcrumb a {
    color: #929292;
    transition: all 0.2s ease-in-out;
}

.breadcrumb a.active {
    color: #000000;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.breadcrumb a.active:hover, .breadcrumb a.home:hover {
    color: #DFC5FE;
}

.breadcrumb a.home .home-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../../inf2/images/header/home-icon.png');
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: top right;
    vertical-align: middle;
    margin: 0 12px 8px 0;
    transition: all 0.2s ease-in-out;
}

.breadcrumbs .separator {
    margin: 0 8px 0 8px;
    color: #929292;
}

.report-info {
    float: right;
    margin: 10px 0 0 0;
    text-align: right;
    display: flex;
    align-items: center;
    flex-flow: row;
}

.report-info .info-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../../inf2/images/icon_info_sm.png');
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: top right;
    vertical-align: middle;
    margin: 0 12px 8px 0;
    transition: all 0.2s ease-in-out;
}

.report-info .tooltip {
	width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

/* Top actions *******************************************************/

.top-actions {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

.top-actions .top-search {
	margin: 20px 0 0 0;
	float: right;
	display: flex;
}

.top-actions input {
	margin: 0 5px 0 0;
	float: left;
}

.top-actions .top-search input,
.top-actions .top-search .search-field {
	margin: 0;
	float: left;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}

.top-actions .top-search input[type='text'] {
	padding: 12px 50px 11px 10px;
	outline: 0;
	border-right: 0;
	max-height: 41px;
}

/* remove annoing cross from input in IE */
.top-actions .top-search input[type='text']::-ms-clear,
.top-actions .top-search input[type='text']::-ms-reveal {
	display: none; width : 0; height: 0;
}

.top-actions .top-search .search-field {
	position: relative;
}

.top-actions .top-search .search-field .cancel {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 40px;
	height: 100%;
	border: none;
	padding: 0;
	min-width: auto;
	background: transparent url('../../inf2/images/cancel-icon.png') center center;
	background-size: 18px auto!important;
	background-repeat: no-repeat!important;
}

.top-actions .black-btn {
    margin-top: 20px;
    -webkit-appearance: none;
    border-radius: 0;
}

.top-actions .top-search .black-btn {
	background-image: url('../../inf2/images/magnify-icon-w.png')!important;
	background-size: 20px auto!important;
	background-repeat: no-repeat!important;
	background-position: 15px!important;
	padding-left: 50px;
	max-height: 41px;
}

.top-actions .black-btn.add-btn {
	background-image: url('../../inf2/images/add-new-icon-w.png')!important;
	background-size: 28px auto!important;
	background-repeat: no-repeat!important;
	background-position: 10px!important;
	padding-left: 44px;
}

.top-actions .black-btn.view-list-btn {
	background-image: url('../../inf2/images/view-list-icon-w.png')!important;
	background-size: 17px auto!important;
	background-repeat: no-repeat!important;
	background-position: 12px!important;
	padding-left: 44px;
}

.top-actions .black-btn.export-btn {
	background-image: url('../../inf2/images/export-icon-w.png')!important;
	background-size: 18px auto!important;
	background-repeat: no-repeat!important;
	background-position: 12px!important;
	padding-left: 44px;
}

.top-actions .export-buttons {
    display: block;
    float: right;
    margin: 20px 0 0 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.navigation_buttons .export-buttons {
    display: inline-block;
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.top-actions .export-buttons .export-text,
.navigation_buttons .export-buttons .export-text {
    color: #929292;
    font-size: 14px;
    margin-right: 6px;
}

.top-actions a,
.navigation_buttons .export-button {
    display: inline-block;
    min-width: 100px;
    padding: .75em 2.2em .75em 3.5em;
    font-weight: 700;
    border: 1px solid #e3e3e3;
    color: #000000;
    width: auto;
    margin: 0 0 0 3px;
    background-color: #fafafa;
    box-sizing: border-box;
}

.navigation_buttons .export-button { 
    margin: 4px 10px 8px 0px;
    border: 2px solid #deded9;
}

.navigation_buttons .export-button:hover { 
    color: #000;
	border: 2px solid #000;
}

.export-buttons a.preview,
.navigation_buttons .export-button.preview {
    background: #fff url('../../inf2/images/header/action-icon-preview-bw.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
    transition: background 0.25s ease-in-out;
}

.export-buttons a.preview:hover,
.navigation_buttons .export-button.preview:hover {
    background: #fafafa url('../../inf2/images/header/action-icon-preview-bw.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
}

.export-buttons a.pdf,
.navigation_buttons .export-button.pdf {
    background: #fff url('../../inf2/images/header/action-icon-pdf-bw.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
    transition: background 0.25s ease-in-out;
}

.export-buttons a.pdf:hover,
.navigation_buttons .export-button.pdf:hover {
    background: #fafafa url('../../inf2/images/header/action-icon-pdf-bw.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
}

.export-buttons a.doc,
.navigation_buttons .export-button.doc {
    background: #fff url('../../inf2/images/header/action-icon-doc-bw.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
    transition: background 0.25s ease-in-out;
}

.export-buttons a.doc:hover,
.navigation_buttons .export-button.doc:hover {
    background: #fafafa url('../../inf2/images/header/action-icon-doc-bw.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
    transition: background 0.25s ease-in-out;
}

.export-buttons a.xml,
.navigation_buttons .export-button.xml {
    background: #fff url('../../inf2/images/header/action-icon-xml-bw.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
    transition: background 0.25s ease-in-out;
}

.export-buttons a.xml:hover,
.navigation_buttons .export-button.xml:hover {
    background: #fafafa url('../../inf2/images/header/action-icon-xml-bw.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
    transition: background 0.25s ease-in-out;
}

.export-buttons a.contact-team {
    background: #fff url('../../inf2/images/header/contact-icon-bl.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
    border-color: #e3e3e3;
    transition: all 0.25s ease-in-out;
}

.export-buttons a.contact-team:hover {
    background: #fafafa url('../../inf2/images/header/contact-icon-bl.png') no-repeat;
    background-position: 12px center;
    background-position-x: left 15px;
    background-size: 24px auto;
    border-color: #e3e3e3;
}

.export-buttons a,
.navigation_buttons .export-button {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}

.border, .border td { border: #ecf8ba 1px solid; }
.border2 { border: #ecf8ba 1px outset; }

.chameleon{color: #EEEDE7;}

table {
	border-spacing: 1px;
}

td, th {
	padding: 10px;
}

.nopadding {
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	color: #000000;
	font-weight: bold;
}

.h1, .h2, .h3, .h4 {
	color: #000000;
}

.site_header h2 a {
	color: #000000;
	text decoration: none;
}

tr>td[colspan='2'] span.h3,
tr>td[colspan='2'].list-container span.h3
{
	line-height: 1.1;
	padding-bottom: 18px;
	position: relative;
	border-bottom: 4px solid #deded9;
}

/* fix for form element's margins left/right*/
tr>td[colspan='2'] span.h3,
table.form tr>td[colspan='2']
{
	padding-left: 0;
	padding-right: 0;
}

.site_header_h2
{
	display: block;
	font-size: 12px;
	color: #000000;
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
	font-weight : bold;
	padding-bottom: 6px;
	margin: 18px 0 0 16px;
	width: 200px;
	height: 40px;
}

.like_h3
{
	color: #006699;
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
	font-weight : bold;
	font-size: larger;
}

#f_form_object span.h2 {margin-top: 30px;}

.navig    {
	font-size: 12px;
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
}
.toptitel    {
	font-size: 12px;
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
	font-weight : normal;
	margin-left: 65px;
	color: #8c8c8c;
}
.titel     {
	color: #AFCD32;
	font-size: 12px;
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
	font-weight : bold;
}
p{
	/*font-size: 12px;*/
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
	line-height: 1.5em;
}

.label {
	/*font-size: 12px;*/
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
	padding-top: 2px;
	padding-bottom: 2px;
}

.site_header
{
	/*height: 78px;*/
	clear:both;
	margin-left: 17px;
	margin-bottom: 20px;
	width: 1360px;
}

.site_header_center
{
	background-color: #FFFFFF;
}

.site_header>div
{
	float: none !important;
	display: table-cell;
	height: 130px;
	vertical-align: middle;
}

.site_header>div:first-of-type
{
	padding-right: 50px;
}

.site_menu
{
	background-color: #FFFFFF;
}

.site_breadcrumb
{
	background-color: transparent;
	padding: 10px 0px;
	height: 40px;
}

/* login buttons */
.switch_mode_btn
{
	border: solid #A6A6A6 1px;
	border-radius: 20px;
	text-align: center;
}
.switch_mode_btn a
{
	width: 250px;
	min-height: 210px;
	padding: 15px;
	display: block;
	text-decoration: none;
}
.switch_mode_btn.active, .switch_mode_btn:hover
{
	background-color: #F0F0F0;
	cursor: pointer;
}
.switch_in_header
{
	display:inline-block;
}
.switch_in_header a
{
	text-decoration:none;
}
.switch_in_header h3
{
	height:40px;
	margin:23px 0 0 20px;
	font-weight: normal;
	font-size: 24px;
}
.switch_in_header h3.active
{
	font-weight: bold;
}
.switch_in_header h3:last-of-type
{
	margin-left:0px;
}
/*login buttons end */

/* table design START */
table th, .label, .label td {
	background-color: #F0E8FF; /*#F1F1EE*/;
	padding: 15px;
	font-weight: 700;
}
/* table design END */

/* main content START */
#main_table {
	padding: 0;
    margin: 0;
}

.navigtitel {
	margin-right: 15px;
}

/*#main_table>tbody>tr:last-of-type
{
	display: none;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}*/

.navigtitel
{
	margin-right: 15px;
}

table.tablesorter thead tr th, 
table.tablesorter tfoot tr th, 
.tablesorter-footer,  
.tablesorter-default th, 
.tablesorter-default .label, 
th td.label, 
tr.label th,
.label td,
thead tr th,
tbody tr th.label {
	background-color: #DFC5FE;
	color: #000 !important;
	font-weight: 700;
	border-top: none;
	white-space: normal;
}

/* main content END */


.textinput {
	background-color: #FBFBFB;
	vertical-align: top;
	padding: 10px;
}

.textinput_flag {
	background-color: #f9f9f9;
	vertical-align: top;
	color: red;
	text-align: center;
	font-weight: bold;
}

.logotype {
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #9bc105
}

.hgL0 {
	background-color: #e1edca
}

.hgL1 {
	background-color: #FFFFFF
}

.txtact0 {
	font-size: 11px;
	font-style: normal;
	color: #211F99;
	text-decoration: none;
	font-weight: normal
}

table.tablesorter tbody tr.even td, .row_light, table.tablesorter>tbody>tr:nth-child(even) td {
	background-color: #f9f9f9 !important;
	padding: 10px 14px;
}

table.tablesorter tbody tr.odd td, .row_dark, table.tablesorter>tbody>tr:nth-child(odd) td {
	background-color: #fff !important;
	padding: 10px 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

table.tablesorter tbody tr:not(.even, .odd) td {
	background-color: #f9f9f9 !important;
	padding: 10px 14px;
}

/* male status cell as a circle */
.tablesorter.tablesorter-default td[style] span {
	display: block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.progress_bar {
	background-color: #f5f5f5;
	border: #000000 1px inset;
}

.progress_bar2 {
	border: #000000 1px solid;
}

.progress_completed {
	background-color: #afcd32;
	border: #000000 1px outset;
}

ul.cockpit { list-style-type: none; margin: 0 auto; overflow: hidden; width:740px; border:1px solid #FFFFFF}
ul.cockpit li { color: #013617; font-weight: bold; font-size: 2em; float:left; text-align: center; margin: 49px 30px 49px 20px; border:1px solid #FFFFFF}
ul.cockpit li img {display: block; padding-bottom: 5px; border:none }
ul.cockpit li a { text-decoration: none; }

.chk_grp input[type=radio], .chk_grp input[type=checkbox] {
	margin-right: 5px;
}

button.btn_status_act, button.btn_status_ina {
	background-color: #e8e8e8;
}

button.btn_status_ina:disabled {
	background-color: #FF9B9B;
}

button.btn_status_act:disabled {
	background-color: #92F7BF;
}

button.btn_tiny {
	margin: 0px;
	display: inline-block;
	float: left;
	border: none!important;
	outline: none!important;
	padding: 7px 15px;
	min-width: 60px;
}
.vertical_line {
	border-left: 2px solid black;
	height: 30px;
	display: inline-block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

/* project edit - simple role - additional header row  -- srart*/
.additional_header_row_th {
	border-bottom: 1px solid #FFFFFF;
}

.additional_header_row_th2 {
	border-top: 1px solid #B6B4B5;
}

.add_header_row_td_1, .add_header_row_td_2 {
	border-bottom: solid 2px #000;
	margin-left: -8px !important;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	padding-left: 8px;
}

.add_header_tr {
	width: 171px;
}

x:-o-prefocus, .add_header_tr {
	width: 183px;
}

/* exception for opera browser */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.add_header_tr {
		width: 169px;
	}
}

/* exception for safari and chrome browsers */
@-moz-document url-prefix() {
	.add_header_tr {
		width: 171px;
	}
}

/*  exception for firefox browser */
.add_header_row_td_1 {
	padding-right: 10px;
	min-width: 52px;
}

/* IE */
x:-o-prefocus, .add_header_row_td_1 {
	min-width: 52px;
}

/* exception for opera browser */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.add_header_row_td_1 {
		min-width: 48px;
		padding-right: 12px;
	}
}

/* exception for safari and chrome browsers */
@-moz-document url-prefix() {
	.add_header_row_td_1 {
		min-width: 35px;
		padding-left: 8px;
	}
}

/* exception for firefox browsers */
.add_header_row_td_2 {
	min-width: 50px;
	display: block;
	padding-left: 8px;
}

/* IE */
x:-o-prefocus, .add_header_row_td_2 {
	min-width: 51px;
}

/* exception for opera browser */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.add_header_row_td_2 {
		padding-left: 14px;
		min-width: 51px;
	}
}

/* exception for safari and chrome browsers */
@-moz-document url-prefix() {
	.add_header_row_td_2 {
		padding-left: 14px;
		min-width: 55px;
	}
}

/* exception for firefox browsers */
.add_header_table_content {
	width: 100%;
	border-collapse: collapse;
	margin-left: -4px;
}

.add_header_btn {
	min-width: 52px;
}

.add_header_col1 {
	vertical-align: middle;
	padding-left: 4px;
}

.add_header_col2 {
	padding-right: 5px;
}

.add_header_col3 {
	padding-left: 5px;
}

.add_header_col4 {
	vertical-align: middle;
	text-align: center;
}

/* project edit - simple role - additional header row  -- end*/
.no_bold_label {
	background-color: #bbc8d8;
	padding: 2px 4px;
}

/* used on login page to add space between menu elements */
/* translation interface */
.width_100 {
	min-width: 100px;
}

.width_235 {
	min-width: 235px;
}

.width_245 {
	min-width: 245px;
}

.width_605 {
	min-width: 605px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.width_605 {
		min-width: 610px;
	}
}

/* Safari and Chrome */
/* homepage */
/* header */
.header_right_container, .header_right_top, .header_right_middle, .header_right_bottom {
	min-height: 20px;
	width: 545px;
}

.header_right_top, .header_right_middle, .header_right_bottom {
	min-height: 20px;
	min-width: 545px;
}

.header_right_top, .header_right_middle, .header_right_bottom {
	background-repeat: no-repeat;
}

.header_right_top {
	background-image: url('../../images/header_grey.jpg');
}

.header_right_middle {
	background-image: url('../../images/header_blue.jpg');
}

.header_right_bottom {
	background-image: url('../../images/header_bottom.jpeg');
	min-height: 64px;
}

.clear_fix {
	clear: both;
}

/* left menu */
.header_right_middle h3 {
	margin: 0px;
	color: #fff;
	font-size: 0.9em;
	margin-right: 20px;
}

/* page */
.page_container {
	padding: 0;
}

/* td that contains page content */
.page_container>div:last-of-type select {
	width: 100% !important;
}

/* tabs */
.ui-tabs {
	background: transparent !important;
}

.ui-tabs .ui-tabs-nav {
	margin-bottom: 5px !important;
	border-bottom: solid 1px #999 !important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-tabs .ui-widget-header {
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	border-bottom: 1px solid #B6B4B5 !important;
}

.ui-tabs-nav .ui-state-default {
	background: #fff !important;
	margin-top: 5px !important;
	margin-bottom: -1px !important;
	border-color: #D3D6D1 !important;
}

.ui-tabs-nav .ui-state-active {
	margin-top: 2px !important;
	padding-bottom: 4px !important;
	border-color: #999 !important;
}

.ui-tabs .ui-corner-all, .ui-tabs .ui-corner-top, .ui-tabs .ui-corner-right, .ui-tabs .ui-corner-tr {
	border-radius: 0;
}

.ui-tabs-nav .ui-state-default a, .ui-tabs-nav .ui-state-default a:link, .ui-tabs-nav .ui-state-default a:visited {
	color: #767573;
	font-weight: normal;
	padding: .7em 1.2em;
	font-size: 15px;
}

.ui-tabs-nav .ui-state-active a, .ui-tabs-nav .ui-state-active a:link, .ui-tabs-nav .ui-state-active a:visited {
	color: #000;
	font-weight: 600;
}

.ui-tabs .ui-tabs-nav li {
	margin-right: 10px;
}

.ui-widget-content {
	border: none;
}

.ui-tabs .ui-tabs-panel {
	border: 0px 1px;
}

.ui-widget.ui-widget-content{
	border: none;
}

#f_form>table {
	border: none;
	width: 100%;
}

#f_form>table>tbody>tr>td.label, #f_form>table>tbody>tr>th {
	width: 20%;
}

.mce-tinymce.mce-container.mce-panel, .mce-tinymce.mce-container.mce-panel iframe {
	width: 100%;
}

.mce-btn button {
	border: none;
}

.calendar-icon {
	width: 30px;
	vertical-align: middle;
	margin: 0 0 2px 6px;
}

/* journals */
.journal_entry {
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.journal_entry .journal_type {
	font-weight: bold !important;
	font-size: smaller !important;
}

.journal_entry .journal_text {
	display: block;
}

.journal_entry .journal_attachment {
	font-size: smaller !important;
	margin-left: 3px;
}

.journal_entry .journal_attachment img {
	vertical-align: middle;
	margin-bottom: 4px;
}

.journal_entry .journal_date {
	font-style: italic;
	font-size: smaller !important;
}

.journal_entry .journal_row {
	display: block;
}

.journal_entry .journal_description {
	display: inline-block;
	font-size: 11px !important;
	color: #888;
}

.journal_entry .journal_label {
	display: inline-block;
	font-weight: bold !important;
	font-style: italic;
	font-size: 11px !important;
}

.journal_entry .journal_edit {
	font-weight: bold !important;
	cursor: pointer;
	font-size: 11px !important;
	margin-left: 20px;
}

.journal_entry .journal_edit.inactive {
	color: #888 !important;
}

.journal_entry .journal_edit img {
	width: 14px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.journal_entry .journal_type:before {
	content: "\00b7";
	margin: auto 3px;
}

/* --- SNF MATCHIN INTERFACE --- */
.snf-filter-containter {
	min-width: 400px;
	height: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.snf-filter-block {
	float: left;
	position: relative;
	display: inline-block;
}

.filter-text {
	margin-right: 12px;
	margin-top: 4px;
	font-size: 14px;
}

.filter-btn {
	margin-left: 8px;
}

#filter-funding, #filter-status {
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #000000;
	position: absolute;
	width: 100%;
	height: auto;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	z-index: 10;
	top: 45px;
	padding: 12px;
}

.filter-btn-right {
	float: right;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 8px;
}

.table_matches a, .table_no_matches a {
	/*text-decoration: none;*/
}

.find-match-btns .btn_action:not (:first-child ){
	margin-left: 8px;
}

.search-match .btn_action {
	margin-left: 8px;
}

.sorting-arrows {
	width: 30px;
	display: inline-block;
}

.matches-error-msg {
	color: #d20537;
	font-weight: normal;
}

.separate th, 
.separate td.label {
	background-color: #E8E8E5 !important;
}

/* Calculator */
.calculator .narrow {
	width: 80px;
}

.calculator .narrower {
	width: 40px;
}

.calculator .wide {
	width: 80px;
}

.calculator .wided {
	width: 80px;
}

.calculator .bold {
	font-weight: bold;
}

form.calculator div.add_position, .calculator div.remove_position {
	float: right;
}

form.calculator img.add_position, .calculator img.remove_position {
	vertical-align: middle;
	cursor: pointer;
}

form.calculator input[readonly] {
	background: none;
	border: none;
	cursor: default;
}

form.calculator select.calculate, form.calculator input[type=text]{
	min-width:100px;
	max-width: 100px;
}

form.calculator td.label{
	width:100px;
}

form.calculator input[type=text].wide{
	min-width:250px;
}

.calendar-icon {
	width: 30px;
	vertical-align: middle;
	margin: 0 0 2px 6px;
	cursor: pointer;
}

input[type="text"].dropdown.ui-autocomplete-input {
	background-color: grey;
	padding: 5px 50px 5px 5px;
	background: #ffffff url('../../inf2/images/arrow-dropdown-menu-down.png') no-repeat;
	/*background-position-x: right 20px;*/
	background-position: center right;
	background-size: 38px auto;
	width: 100%;
	box-sizing: border-box;
	height: auto;
}

input[type="text"].dropdown.ui-autocomplete-input:focus-visible {
	outline: none;
}

/* CMS comments */
.cms-comment-text {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1s ease;
}

.cms-comment-text.expanded{
	position: relative;
  	max-height: 100px;
 	overflow: hidden;
  	transition: max-height 1s ease-in-out;
	max-height: 1000vh;
}

.cms-comment-text::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(244, 251, 255, 0), rgba(244, 251, 255, 1));
}

.cms-comment-text.expanded::after {
  background: transparent;
}

.login-form .textinput[colspan="2"] {
	background-color: transparent;
	border-top: 0;
	padding: 10px 0;
}

.login-form input[type='text'],
.login-form input[type='password'] {
	width: 250px;
}

.publish_mcss, .publish_web{
	width:80px;
}

/* Chart icons (Search)*/
.clickChart img {
	margin: 2px;
}

.button-bar {
	background: transparent;
	padding-left: 0;
}

/* Upload: File upload (drag & drop) ****************************************/
.box__dragndrop, .box__icon, .box__file + label, .box__progress {
	display: none;
}
.box__ {
	font-weight: 700;
	background-color: #ffffff;
	position: relative;
	padding: 20px 40px;
	display: inline-block;
	min-width: 400px;
}
.box__.has-advanced-upload {
	outline: 2px dashed #deded9;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box__input, .box__message, .box__error {
	text-align: center;
	font-weight: normal;
}
.box__.is-dragover {
	outline-offset: -15px;
	outline-color: #DFC5FE;
	background-color: #fff;
}
.box__.has-advanced-upload .box__file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.box__.has-advanced-upload .box__file:focus + label, .box__.has-advanced-upload .box__file.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.box__.has-advanced-upload .box__file + label {
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	color: #9a62de;
}
.box__file + label:hover strong, .box__file:focus + label strong, .box__file.has-focus + label strong {
	color: #82210B;
}
.box__.has-advanced-upload .box__icon {
	width: 100%;
	height: 40px;
	fill: #000000;
	display: block;
	margin: 10px auto 20px auto;
}
.box__.has-advanced-upload .box__dragndrop {
	display: inline;
}
.box__.has-advanced-upload .box__progress {
	display: block;
	position: relative;
	width: 100%;
	border: 1px solid #deded9;
	padding: 1px;
	border-radius: 3px;
}
.box__bar {
	background-color: #DFC5FE;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}
.box__percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
}

/* Homepage links *********************/
.home-links *{
	box-sizing: border-box;
}

.home-links {
	display: flex;
	flex-flow: row;
	align-items: strech;
	position: relative;
	width: auto;
}

.home-links .home-link {
	position: relative;
	display: block;
	background: #fafafa;
	height: 100%;
	width: 300px;
	text-align: center;
}

.home-links a:not(:last-of-type) {
	margin-right: 15px;
}

.home-links .link-content {
	position: relative;
	padding: 70px 30px 40px 30px;
	width: 100%;
}

.home-links .home-link .link-overlay{
	position: absolute;
	background: #F0E8FF;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	opacity: 0;
	transform-origin: left;
	transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.home-links .home-link:hover .link-overlay{
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease-in-out;
}

.home-links .home-link .link-content img{
	height: 100px;
}

.home-links .home-link .link-content h3{
	font-size: 18px;
	margin: 40px 0 0 0;
}

/* for mobile */
.desktop_v { display:block; }
.mob_v { display:none!important; }