﻿body
{
    margin:0px;
    padding:0px;
    min-height: 100%;
    font-family: 'Lato', Arial, sans-serif;
}

#banner {
    background-color: #0A223E;
    height: 48px;
    border-bottom: 1px solid #0A223E;
}

.greylogo {
    display: inline-block;
    vertical-align: top;
}

    .greylogo img {
        height: 30px;
        margin-left: 18px;
        margin-top: 9px;
    }


div#ChooseBrowserDiv {
    margin: 0px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 20px;
    width: 400px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #666666;
    border-radius: 4px;
}

div#cbheading, div#suspending
{
    color:#bd1220;
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    text-align:center;
}

div.cbsubheading
{
    font-size:14px;
    color:#333333;
    text-align:center;
    margin-top:15px;
}

div.cbbrowserlist p
{
    font-size:14px;
    color:#333333;
    text-align:center;
    padding:0px;
    margin:0px;
    margin-top:5px;    
}

div.cbbrowserlist p a:link, div.cbbrowserlist p a:visited, div.cbbrowserlist p a:hover
{
    font-size:14px;
}

.normal_text
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
}


div#sus_notice_body, div.sus_notice_body
{
    width:637px;
    padding:0px;
    background-color:#f8f8f8;
    padding-bottom:20px;
}

div#sus_heading, div#ip_sus_heading, div.susheading, div.sus_heading, div.ip_sus_heading {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    background-color: #e20000;
    padding: 15px;
    text-transform: uppercase;
}
div.sus_heading.warning, div.ip_sus_heading.warning {
    background-color: #3982e5;
}

#sus_buttons, .sus_buttons
{
	text-align:center;
	padding:10px;
	width:360px;
	margin:0 auto 0 auto;
}

div#sus_notice, div#ip_sus_notice, div.sus_notice, div.ip_sus_notice, div.susnotice, div#pay_now_body
{
    margin:0 auto;
    padding:0;
    line-height:1.5em;
    width:400px;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    color:#363535;
}

div#sus_notice p, div#ip_sus_notice p
div.sus_notice p, div.ip_sus_notice p
{
    margin:8px;
    padding:0px;
}

span#SusPendingDateLabel, span#IPSusPendingDateLabel
{
    color:#BD1220;
    font-style:italic;
}

#SusPendingContinueButton, #IPSusPendingContinueButton
{
    margin-top:10px;
}

#IPSuspensionPanel, #pnlIPNotice
{
    margin:0px;
    padding:0px;
    background:#ffffff;
}

div#ip_sus_notice_body,
div.ip_sus_notice_body
{
    margin:20px;
    padding:10px;
    border:1px solid #d8d8d8
    text-align:center;
    font-size:12px;
}

div#ip_sus_heading,
div.ip_sus_heading
{
    text-align:center;
    font-size:13px;
    font-weight:bold;
    color:#bd1220;
}

span.SuspensionDaysHighlight, span#OutstandingAmountLabel
{
    color:#bd1220;
    text-transform:uppercase;
}

.shadow 
{
    -moz-box-shadow: 4px 4px 4px #c0c0c0;
    -webkit-box-shadow: 4px 4px 4px #c0c0c0;
    box-shadow: 4px 4px 4px #c0c0c0;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#c0c0c0', Direction=135, Strength=4);
}

#LoginPanel, #SuspensionPanel, #BrowserPanel, #pnlNotice {
    width: 100%;
}

    #LoginPanel, #SuspensionPanel, #BrowserPanel, #pnlNotice,
    #LoginPanel .normal_text, #SuspensionPanel .normal_text, #BrowserPanel .normal_text, #pnlNotice .normal_text {
        font-family: 'Lato', Arial, sans-serif;
    }

#loginbox, div#sus_notice_body, div.sus_notice_body {
    text-align: center;
    margin: auto auto;
    margin-top: calc((100vh - 350px - 49px) / 2);
}

#loginbox {
    width: 300px;
    min-height: 320px;
    background-color: #f8f8f8;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 4px;
}
#loginbox.forgotpw {
    width:300px;
}

#loginbox h2.title {
    font-size: 18px;
    padding-top: 50px;
    margin-bottom: 35px;
    margin-top: 0;
    color: #3982e5;
}

.dropshadow {
    -moz-box-shadow: 3px 3px 3px #cccccc;
    -webkit-box-shadow: 3px 3px 3px #cccccc;
    box-shadow: 3px 3px 3px #cccccc;
}

#loginbox input[type=text], #loginbox input[type=password] {
    width: 100%;
    height: 34px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    color: #464646;
}
#loginbox input[type=text]::placeholder, #loginbox input[type=password]::placeholder {
    color: #c0c0c0;
}
#LoginButton, #GetPasswordButton {
    width: 100%;
    height: 33px;
    margin-top: 6px;
    margin-bottom: 11px;
    background-color: #3982e5;
    color: #ffffff;
    border: 0 none;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px 3px;
    -webkit-appearance: none;
    cursor: pointer;
}
#LoginButton:hover, #GetPasswordButton:hover {
    background-color: #246cbf;
}
.minilinks {
    font-size: 10px;
}

.minilinks a {
    text-decoration: none;
    color: #3982e5;
}

.minilinks a:hover {
    text-decoration: underline;
}

.minilinks a:first-child {
    margin-right: 25px;
    display: inline-block;
}
#LogInNowButton, #btnCancel, #PayNowButton {
    display: inline-block;
}
#pnlLoginNotice {
    margin: 0 auto;
    position: absolute;
    top: 70px;
    left: calc((100% - 274px) / 2);
    width: 274px;
}

#LoginNotice {
    margin-bottom: 0;
}

@media only screen and (max-width: 720px) {
    body {
        background-color: #f8f8f8;
    }

    #loginbox, #loginbox.forgotpw, div#ChooseBrowserDiv, div#sus_notice_body, div.sus_notice_body {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
        border: 0 none;
        background-color: transparent;
    }

    .dropshadow {
        -moz-box-shadow: 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
    }

    div#sus_notice, div.sus_notice {
        width: 100%;
        max-width: 400px;
    }

    #sus_buttons, .sus_buttons {
        width: auto;
        max-width: 360px;
    }
    #pnlLoginNotice {
        position:static;
        top: 49px;
        left: 0;
        width: 100%;
    }
}