﻿html
{
	height:100%;
}
body {
    font-size: 10pt;
    font-family: "Roboto Regular",Helvetica,"Droid Sans",Tahoma,Geneva,sans-serif;
    padding: 0 0 0 0;
    margin: 0px;
    height: 100%;
    background-color: #222222;
}

table, tr, td, tbody {
    font-family: "Roboto Regular",Helvetica,"Droid Sans",Tahoma,Geneva,sans-serif;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
    font-size: 10pt;
}

header.headerlogo {
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: #333333;
    z-index: 1000;
    text-align: center;
}

.main
{
    height: 100%;
    width: 100%;
}

.online_exhebition_name {
    color: #666;
    font-size: 28px;
    font-family: Arial Narrow, "Roboto Regular", Helvetica,"Droid Sans",Tahoma,Geneva,sans-serif;
    font-variant: small-caps;
    margin-top: 15px;
    margin-bottom: 10px;
}

.online_exhebition_topic {
    color: #666;
    font-size: 20px;
    font-family: Arial Narrow, "Roboto Regular",Helvetica,"Droid Sans",Tahoma,Geneva,sans-serif;
    font-variant: small-caps;
    margin-top: 25px;
    margin-bottom: 10px;
}
.online_exhebition_data 
{
    color: whitesmoke;
    font-size: 14px;
    font-family:  Arial, Verdana;
	font-weight: bold;
}
#inpopup .online_exhebition_data {
    color: #333333;
}
.online_exhebition_cap
{
	padding-top: 5px;
    color: #BF9430;
    font-size: 14px;
    font-family:  Arial, Verdana;
}
.small_nextline 
{
    font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-left: 10px;
	width: 400px;
	white-space: normal;
}
.error_detail {
	padding-top: 10px;
	font-size: 8px;
	color: #999999;
}
.smalltext {
    font-size: 8px; 
    color: grey;
}
.hint {
    background-color: #222222;
}
#calendar {
    display: flex;
    flex-direction: row;
    justify-content:center;
}