﻿/* globals */
a 
{
    text-decoration:none;
}
a img
{
   border:none 0px #000000;
}
body
{
    background:url("Images/Master - Background.png") repeat-y fixed top center;
    font-family:Verdana;
    font-size:13px;
    margin:0px;
    padding:0px;
}
h2
{
    color:#3040AA;
    font-size:18px;
}
h3
{
    color:#3040AA;
    font-size:16px;
}
input[type="text"],
input[type="password"]
{
    border:solid 1px #3040AA;
    margin:2px 1px;
}
.right { float:right; }
td, th { vertical-align:top; }
textarea { resize:none; }
.clickable { cursor:pointer; }
.vMiddle { vertical-align:middle; }

/* used across multiple pages */
.input-date { width:80px; }
.input-doubleDigit { width:25px; }
.input-fullWidth { width:calc(100% - 10px); }
.input-singleDigit { width:10px; }
.input-tripleDigit { width:40px; }
.left { text-align:left; }
.redText
{
    color:#AA3040;
}

/* master */
.master-wrapper
{
    background-color:#FFFFFF;
    margin:0px auto;
    width:984px;
}
.master-header
{
    background:url("Images/Master - Header.png") no-repeat;
    height:90px;
    width:auto;
}
.master-icons
{
    color:#000000;
    margin-right:50px;
    margin-top:25px;
    position:relative;
    text-align:right;
    z-index:2;
}
.master-icons input
{
    border:1px solid black;
    filter:saturate(50%);
    opacity:0.5;
}
.master-icons input:hover,
.master-icons input.selected
{
    filter:saturate(100%);
    opacity:1;
}
.master-icons a:hover,
.master-icons a:active
{
    background-color:#FFFFFF;
    color:#3040AA;
}
.master-icons .noBG,
.master-icons .noBG a,
.master-icons .noBG a:hover,
.master-icons .noBG a:active
{
    background-color:Transparent !important;
}
.master-header-school
{
    background-image:url('Images/Master - Header - TrafficTrainer 2.png');
    background-position:right top;
    background-repeat:no-repeat;
    background-size:auto 100px;
    height:100px;
    margin-left:38px;
    position:absolute;
    top:10px;
    width:908px;
    z-index:1;
}
.master-footer
{    
    background:url("Images/Master - Footer.png") no-repeat;
    bottom:0px;
    color:#FFFFFF;
    font-size:11px;
    height:43px;
    padding:0px 10px;
    position:fixed;
    width:964px;    /* 984px minus padding */
}
.master-footer td
{
    height:43px;
    vertical-align:middle;
}
.master-content
{
    margin:0px auto;
    padding-bottom:50px;    /*height of footer */
    width:910px;
}
.errormessage
{
    color:#FF0000;
    font-size:9px;
}
.master-timeremaining
{
    margin:-36px 1px 6px 0px;
    text-align:right;
    padding:2px 3px;
    float:right;
    background-color:rgba(0,0,0,0.5);
    color:#FFFFFF;
}
.updateMessage
{
    background-color:#000000;
    color:#FFFFFF;
    margin:5px -20px;
    padding:3px 20px;
}
/* Deluxe card */
.divSelectVehicle
{
    padding-bottom:1em;
    text-align:center;
}
.divSelectVehicle a
{
    margin:0 10px;
}

.tbl-cardcode
{
    width:100%;
}
.tbl-cardcode tr:first-child td:first-child
{
    width:100px;
}
.tbl-cardcode tr:not(:last-child) td:first-child
{
    height:0px;
    vertical-align:middle;
}
.tbl-cardcode input[type="text"]
{
    width:calc(100% - 10px);
}
.divTheoryCardCard span
{
	background-color:white;
	border:1px solid #AA3040;
    border-radius:5px;
	bottom:19px;
	left:40px;
	padding:2px 5px;
    position:absolute;
}

.divTheoryCardCard
{
    background-size:100% auto;
    height:335px;
    position:relative;
    width:500px;
}
.divTheoryCardCard.be,
.divTheoryCardCard.nl { background-image:url('Images/CardCodeExample-NL.jpg'); }
.divTheoryCardCard.eng { background-image:url('Images/CardCodeExample-ENG.jpg'); }
.divTheoryCardCard input[type="text"]
{
    border-radius:15px;
    font-size:27px;
    left:39px;
    padding:9px 0;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    top:225px;
    width:346px;
}

/* disable button */
.divCreateAccountWrapper
{
    display:table;
    margin:0 auto;
    position:relative;
}

.btnCreateAccount,
.divCreateAccountHide
{
    background-color:#6E5194;
    color:#FFFFFF;
    display:inline-block;
	font-size:15px;
    font-weight:bold;
    margin-top:-2px;
    padding:8px 8px 8px 8px;
    width:calc(100% - 16px);
}
.btnCreateAccount:hover
{
    background-color:#ac87bd;
    color:#000000;
}

.divCreateAccountHide
{
    background-color:#808080;
    display:none;
    opacity:0.5;
    position:absolute;
}