﻿body {

    font-family:Univers-Light;
    font-size:0.8em;
    background-color: #f1f1f1;
}

p {
    margin:5px;
}

.divcol1 {
display:inline-block;
float:left;
}

.divcol2 {
display:inline-block;
float:left;
}


.boxstyle{
    padding-bottom:0px;
    width:150px;
    color:black;
    border:1px solid #ccc;
    border-radius:4px;
    font-family:Univers-Light;

 }
.required
{
    color:#A94442;
}

.labelstyle{
    padding-left:15px;
    width:150px;
    color:black;
    display:inline-block;
    color: #005eb8;
    font-size:15px;
}
.labelstyle2{
    padding-left:15px;
}
.labelstylemsg {
    padding-left:15px;
    width:500px;
    color:black;
    display:inline-block;
    color: black;
    font-size:15px;
}

.labelstylemobile{
    padding-left:15px;
    width:250px;
    color:black;
    display:inline-block;
    color: black;
    font-size:15px;
}


.stepNotCompleted
{
    background-color: rgb(153,153,153);
    width: 15px;
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted
{
    background-color: #4d4d4d;
    width: 15px;
    border: 1px solid #4d4d4d;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent
{
    background-color: #e01122;
    width: 15px;
    border: 1px solid #e01122;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.stepBreak
{
    width: 3px;
    background-color: Transparent;
}


.wizardProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
    padding:10px;

}

.wizardTitle {
    color: rgb(0, 94, 184); 
    font-family: KPMG; 
    font-size: 30px;
}

@font-face {
	font-family: 'KPMG';
	src: url('font/KPMGWebExtraLight.eot.css');
	src: url('font/KPMGWebExtraLight.eot.css?#iefix') format('embedded-opentype'),
		 url('font/KPMGWebExtraLight.woff2.css') format('woff2'),
		 url('font/KPMGWebExtraLight.woff.css') format('woff'),
		 url('font/KPMGWebExtraLight.ttf.css') format('truetype'),
		 url('font/KPMGWebExtraLight.svg.css#KPMGWebExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	}
	
@font-face {
	font-family: 'Univers-Light';
	src: url('font/Univers-Light.eot.css');
	src: url('font/Univers-Light.eot.css?#iefix') format('embedded-opentype'),
		 url('font/Univers-Light.woff2.css') format('woff2'),
		 url('font/Univers-Light.woff.css') format('woff'),
		 url('font/Univers-Light.ttf.css') format('truetype'),
		 url('font/Univers-Light.svg.css#Univers-Light') format('svg');
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	}
