﻿
@font-face {
    font-family: "Lato";
    src: url("/Styles/Fonts/Lato-Regular.ttf");
}

body, td, div, span
{
    font-family: "Lato";
    font-size: 11pt;
}

a:link, a:hover, a:visited
{
    color: Navy;
    text-decoration: none;
}

.Headline
{
    margin-left:3px;
    margin-top:5px;
    font-family: Calibri, 'Gill Sans MT';
    color: #800000;
    font-size: 18pt;
    font-weight: normal;
}
.HeadlineSmall
{
    margin-left:3px;
    margin-top:5px;
    font-family: Calibri, 'Gill Sans MT';
    color: #800000;
    font-size: 13pt;
    font-weight:bold;
}

img
{
    border-style: none;
}

input[type=text], input[type=password], textarea, select
{
    border: 1px solid gray;
    /*background-color: #E3EFFB;*/
    font-family: 'Trebuchet MS' , Tahoma, Verdana;
    padding:2px;
}

.odd {
    background-color:ghostwhite;
}
.even {
    background-color:mintcream;
}
.cellBorder
{
    border: 1px solid black;
    vertical-align: top;
}

.TextError
{
    color:Red;
}
.TextInfo
{
    color:Green;
}
.Box
{
    width:auto;
    max-width:510px;
    padding: 0px;
    border: 1px solid gray;
    border-radius: 5px;
}
.BoxHeadline 
{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    width:auto;
    font-size: 13px;
    color: #FFFFFF;
    background-color:#006699;
    /*background-image: url('/Pictures/bg_boxcaption.png');*/
    padding: 4px;
    margin: 0px;
    font-weight: bold;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.BoxContent 
{
    width:auto;
    max-width:510px;
    background-color:WhiteSmoke ;
    /*background-image: url('/Pictures/bg_boxcontent.png');*/
    padding: 5px;
    margin: 0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;

}
.borderleft
{
    border-left: solid 1px black;
}
.bordertop
{
    border-top: solid 1px black;
}

.borderright
{
    border-right: solid 1px black;
}

.borderbottom
{
    border-bottom: solid 1px black;    
}

.bordergray
{
    border: solid 1px lightgray;
}

.PopupWindow
{
     background-color: White;
     padding: 2px;
     border: 1px solid gray;
     overflow: auto;
}
.modalBackground
{
    height: 100%;
    background-color: #EBEBEB;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.CheckListDone
{
    background-color: #CCFFCC;
}
.CheckListNotDone
{
    background-color: #FFB7B7;
}
.Right
{
    text-align: right;
}
.Center
{
    text-align: center;
}
.AlignTop
{
    vertical-align:top;
}



.QuizCaption
{
    font-size: 14pt;
    background-color: #600000;
    color: #FFFFFF;
    font-weight: bold;
    padding:2px;
}

.QuizTableMobile 
{
    width:100%;
    max-width:500px;
}
.QuizTableDesktop 
{
    /*width:300px;*/
    width:100%;
    max-width:500px;
}

.QuizQuestionSeparation
{
    border-top:dotted 2px gray;
}
.QuizQuestionTextDesktop
{
    font-size:11pt;
}
.QuizQuestionTextMobile
{
    font-size:13pt;
}

.QuizOdd
{
    margin-top:10px;
    width:100%; /*auto*/
    /*background-image: url('/Pictures/bg_quizodd_new.png');*/
    vertical-align:top;
    padding:4px;
}
.QuizEven
{
    margin-top:10px;
    width:100%; /*auto*/
    /*background-image: url('/Pictures/bg_quizeven_new.png');*/
    vertical-align:top;
    padding:4px;
}

.QuizCommentLabel
{
    font-size: 12pt;
    font-style: italic;
}
.QuizComment
{
    font-size: 12pt;
    font-style:italic;
}

.QuizControlMobile
{
    width: 95%; /*150px;*/
    font-size: 16pt;
    margin-left:10px;
}
.QuizControlDesktop
{
    width: 200px;
    font-size: 16pt;
    margin-left:10px;
}

.legacy-warning {
    border: 1px solid #800000;
    background-color: #ffb4b4;
    padding: 10px;
    margin: 20px 0 30px;
    text-align: center;
}