﻿@font-face {
    font-family: CircularPro-Black;
    src: url('../../App_Themes/458-6/fonts/lineto-circular-pro-black.ttf') format(truetype);
}

body {
    font-family: Calibri, Arial;
    color: #000;
    font-size: 11pt;
}

a > b {
    FONT-SIZE: 11pt;
    FONT-FAMILY: CircularPro-Black;
    font-weight: bold;
    color: dimgray;
}

td {
    padding-top: 5px;
    FONT-SIZE: 14pt;
    FONT-FAMILY: CircularPro-Black;
    font-weight: bold;
    color: dimgray;
    line-height: 60%;
}

.pageOuter {
    width: 100%;
    text-align: center;
}

#lhsnavlist {
    width: 200px;
    margin: 0 auto;
}

#breadcrumb {
    display: none;
}

label {
    font-size: 14px !important;
}

input {
    border: 1px #666 solid;
    border-radius: 2px;
    padding: 8px;
}

#Banner > img {
    display: none;
}

#Banner {
    BACKGROUND-IMAGE: url(/App_Themes/458/Logo_small.jpg);
    background-repeat: no-repeat;
    height: 45px;
    max-height: 45px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

#ctl00_ContentPlaceHolder1_APIIALogin {
    margin: auto;
    padding: 10px;
}

#ctl00_ContentPlaceHolder1_APIIALogin_TEST {
    margin: auto;
    padding: 10px;
    border: 1px solid gray;
    background-color: pink;
    border-radius: 55px;
}

#ctl00_ContentPlaceHolder1_APIIALogin_LoginButton {
    margin-right: 8px;
    width: 60px
}

.loginError {
    color: red;
    font-weight: bold;
}


.btn {
    color: #fff;
    background-color: #B60F2A !important;
}

    .btn:hover {
        background-color: dimgray;
    }

.lblPasswordChangeHeaderCopy > ul {
    display: inline-block
}

.lblForgottenPassword {
    color: black;
}

#leftalignedtext {
    margin: auto;
    padding: 10px;
    text-align: left;
}

ul {
    display: table;
    margin: 0 auto;
    FONT-SIZE: 14pt;
    FONT-FAMILY: CircularPro-Black;
    font-weight: bold;
    color: dimgray;
    line-height: 60%;
}

#bluebox {
    padding: 10px;
    border: 2px solid gray;
    margin: 0px;
    background-color: #B60F2A;
    border-radius: 55px;
}

.centeredtable {
    margin-left: auto;
    margin-right: auto;
}