﻿#logo-wrapper {
	background-image: url('FileRequest.ashx?file=SPTG_Logo_2022.svg');
	background-size: cover;
	width: 180px;
	height: 101px;
	margin-top: -10px; 
	margin-right: 10px;
	margin-left: auto;
}

img {
    max-width: 100%;
    height: auto;
}
	
body {
    font-size: 11pt;
	font-weight: 400;
	background-color: #FFF4E0;
	color: #000000;
	font-family: Compatil Fact LT Com Regular;
}

div {
	background-color: #FFF4E0;
}

.eventOnlineLink {
	color: #0000AA;	
}

.CustomFooterWrapper{
	font-weight: 400;
	cursor: pointer;
	padding: 0px 0px 10px 20px;
	font-size: 10pt;
	text-align: center;
}

.ContentWrapper {
	border-color: #0C2B60;
}

.BottomWrapper {
	border-color: #0C2B60;
}

.RegisterOthersContent {
    height: 300px;
}

#container {
	font-weight: 400;
	display: flex;
	background-color: #FFF4E0;
}

td {
    background-color: #FFF4E0;
}

input {
	font-family: Compatil Fact LT Com Regular;	
}

select {
	font-family: Compatil Fact LT Com Regular;	
}
.FormDatasHeader{
    color: #0C2B60;
	font-family: DTL Documenta ST Regular;
}

.MainTitle
{
    color: #0C2B60;
	font-weight: 600;
	font-family: DTL Documenta ST Regular;
}

.Subtitle
{
    color: #0C2B60;
	font-weight: 400;
	font-family: DTL Documenta ST Regular;
}

.SubtitleAppointment, .SubtitleAppointmentStartPage
{
    color: #0C2B60;
	font-weight: 400;
	font-family: DTL Documenta ST Regular;
}

.Content {
	background-color: #FFF4E0;
}

.Appointment .Title
{
    color: #0C2B60;
	font-weight: 400;
	font-family: DTL Documenta ST Regular;
}
.TitleText{
	background-color: #FFF4E0;
}

.AppointmentGroup .TitleText {
    background-color: #FFF4E0;
}

.AppointmentGroup
{
    color: #0C2B60;
	font-weight: 400;
	font-family: DTL Documenta ST Regular;
	background-color: #FFF4E0;
}

button {
	background-color: #FFB905;
	border-color: #FFB905;
}

@font-face {
    font-family: 'DTL Documenta ST Regular';
    src: url('DTL Documenta ST Regular.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Compatil Fact LT Com Regular';
    src: url('Compatil Fact LT Com Regular.ttf') format('truetype');
    font-weight: normal;
}