﻿@font-face {
    font-family: 'Roboto-Regular';
    src: url(Fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url(Fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(Fonts/Roboto-Bold.ttf);
}

body
{
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    font-family:'Roboto-Regular', Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;
}

h1			{font-size: 40px; line-height: 42px;color: black; font-weight:normal; margin:0; padding:0; font-family: 'Roboto-Bold'}
h2			{font-size: 24px; color: black; font-weight:normal; margin-top:15px; font-family:'Roboto-Medium';}

td			{font-size: 12pt; color: Black; line-height: 13px;}

a:link		{text-decoration: underline; color: #614767;}
a:visited	{text-decoration: underline;}
a:hover		{text-decoration: none; color: #614767;}
a:active	{text-decoration: none;}

a.FooterLink:link		{text-decoration: none; font-size: 12px;color: #4b77f2;}
a.FooterLink:visited	{text-decoration: underline; font-size: 12px;color: #4b77f2;}
a.FooterLink:hover		{text-decoration: underline; font-size: 12px;color: #4b77f2;}
a.FooterLink:active		{text-decoration: none;}


.PortalHeader {
    background: linear-gradient(90deg, #19224A 0%, #222E61 25%, #23346A 65%, #146693 90%, #088CB2 100%);
    padding-left: 24px;
    padding-bottom: 10px;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.PortalName {
    font-family: 'Roboto-Regular',Arial,sans-serif !important;
    color: #fff;
    font-size: 22px !important;
    line-height: 36px;
    letter-spacing: normal;
    vertical-align: middle;
}

.vl {
    border-left: 1px solid white;
    height: 18px;
    padding-right: 8px;
}

.PortalLogo {
    padding: 0px;
    height: 18px;
    padding-right: 8px;
    vertical-align: middle;
}

.CompanyLogo {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0px;
    border-width: 0px;
    display: block;
}

.PortalMenu 
{
    height:10px; 
}

.PortalFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #1b1a22;
}

.PortalFooter > img {
    width: 100px;
    border-width: 0px;
    padding-left: 24px;
}

.PortalFooter .footer-links {
    color: #FFFFFF;
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 24px;
}