﻿html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border:0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: Arial, Helvetica, Calibri, Verdana, sans-serif;
    font-size: .9em;
    color: #000000;
    vertical-align: top;
}

a {
    color: #0067B1;
    text-decoration: underline;
    cursor: pointer;
}

a:link, a:visited {
    color: #0067B1;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    /*color:blue;*/
    color: green;
    text-decoration: none;
}

a:active {
    color: red;
}

p {
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 5px 0;
    font-weight: bold;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

/*iframe {
    width: 1000px;*/
    /*height: 676px;*/
    /*height: 100%;
}*/

textarea {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #3b3b3b;
    /*min-height: 100px;*/
    margin: 0 0 10px;
    padding: 5px;
    resize: none;
}

pre, code {
    font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}


button {
    margin: 0 0 10px;
    padding: 5px 20px;
}

input[type=text], form input[type=password] {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #3b3b3b;
    margin: 0 10px 10px 0;
    padding: 5px;
}

input[type=text].noborder, input[type=password].noborder {
    border: 1px solid #fff;
}

input[type=text].invalid, input[type=password].invalid, textarea.invalid {
    border: 1px solid #ff6666;
}

input[type=submit], input[type=button] {
    margin: 0 0 5px;
    padding: 3px 10px;
}

input[type=text], input[type=text1], input[type=text2], input[type=text3], input[type=text4], input[type=text5], input[type=text6], input[type=text7], input[type=text8], input[type=text9], input[type=text10], input[type=text11], input[type=text12], input[type=text13], input[type=text14], input[type=text15], input[type=text16], input[type=text17], input[type=text18], input[type=text19], input[type=text20], input[type=text21], input[type=text22], input[type=text23], input[type=text24], input[type=text25], input[type=text26], input[type=text27], form input[type=password] {
    padding: 3px;
    }

input[type=text].noborder, form input[type=password].noborder {
    border: 1px solid #fff;
}

input[type=text].invalid, form input[type=password].invalid, textarea.invalid {
    border: 1px solid #ff6666;
}

/*----------------------------- END HTML Tags ----------------------------------------------*/

/* ------------------ Animation tags ------------------------------------------------*/

/*@-moz-keyframes animate {
    from {
        transform: scale(1.0);
    }

    to {
        transform: scale(1.25);
    }
}

@keyframes animate {
    from {
        transform: scale(1.0);
    }

    to {
        transform: scale(1.25);
    }
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}*/

/* ------------------ Animation tags ------------------------------------------------*/



.bullet-points {
    margin: 10px 0 0 20px;
}

.TopSpacer {
    height: 10px;
}

.PageLayout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    height: 100%;
}

.PageHeader {
    height: 100px;
    text-align: right;
    padding: 20px 0 10px 6px;
    margin: 0;
    float: none;
    display: block;
}

/* Main Tab Bar */
.TabBar {
    width: 100%;
    background-color: #147dbe;
    border-radius: 3px 3px 0 0;
}

.TabBar .TabButton {
    border-right: 1px solid silver;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    margin-right: -4px;
}

.TabBar .tabLink {
    color: white;
    font-weight: bold;
    font-size: 1.0em;
    white-space: nowrap;
    text-decoration:none;
}

.TabBar .TabButtonActive .tabLink {
    color: #1352d5;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
    text-decoration:none;
}

.TabBar .TabButtonActive {
    background-color: #F0F0F0;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    margin: 0 -4px 0 0;
    border-right:1px solid #9e9e9e;
}

/* Merchants Tab Bar */
.TabBarMerchants {
    width: 100%;
    background-color:#beb9b9;
    border-radius: 3px 3px 0 0;
}

.TabBarMerchants .TabButtonMerchants {
    border-right: 1px solid silver;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    margin-right: -4px;
}

.TabBarMerchants .tabLinkMerchants {
    color: White;
    font-weight: bold;
    font-size: 1.0em;
    white-space: nowrap;
    text-decoration:none;
}

.TabBarMerchants .TabButtonMerchantsActive .tabLinkMerchants {
    color: #1352d5;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
    text-decoration:none;
}

.TabBarMerchants .TabButtonMerchantsActive {
    background-color: white;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    margin-right: -4px;
    border-right:1px solid #9e9e9e;
    height:20px;
}

/* Support tab bar*/
.TabBarSupport {
    width: 100%;
    background-color:#4ea34e;
    border-radius: 3px 3px 0 0;
}

.TabBarSupport .TabButtonSupport {
    border-right: 1px solid silver;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    margin-right: -4px;
}

.TabBarSupport .tabLinkSupport {
    color:  white; /*#4575c1;*/
    font-weight: bold;
    font-size: 1.0em;
    white-space: nowrap;
    text-decoration:none;

}

.TabButtonSupportActive .tabLinkSupport {
    color: #1352d5;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
    text-decoration:none;
}

.TabBarSupport .TabButtonSupportActive {
    background-color: white;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    margin-right: -4px;
    margin-top: -5px;
    height: 20px;
    border-right:1px solid #9e9e9e;
}

/* Reporting Tab Bar */
.TabBarReporting {
    width: 100%;
    background-color: navy;
    border-radius: 3px 3px 0 0;
}

    .TabBarReporting .TabButtonReporting {
        border-right: 1px solid silver;
        display: inline-block;
        text-align: center;
        padding: 6px 10px;
        cursor: pointer;
        position: relative;
        margin-right: -4px;
    }

    .TabBarReporting .tabLinkReporting {
        color: White;
        font-weight: bold;
        font-size: 1.0em;
        white-space: nowrap;
        text-decoration: none;
    }

    .TabBarReporting .TabButtonReportingActive .tabLinkReporting {
        color: #1352d5;
        font-weight: bold;
        font-size: 1.1em;
        white-space: nowrap;
        text-decoration: none;
    }

    .TabBarReporting .TabButtonReportingActive {
        background-color: white;
        display: inline-block;
        text-align: center;
        padding: 6px 10px;
        cursor: pointer;
        position: relative;
        margin-right: -4px;
        border-right: 1px solid #9e9e9e;
        height: 20px;
    }

/* Training Tab Bar */
.TabBarTraining {
    width: 100%;
    background-color: #fab65c;
    border-radius: 3px 3px 0 0;
}

.TabBarTraining .TabButtonTraining {
    border-right: 1px solid silver;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    margin-right: -4px;
}

.TabBarTraining .tabLinkTraining {
    color: white;
    font-weight: bold;
    font-size: 1.0em;
    white-space: nowrap;
    text-decoration:none;
}

.TabBarTraining .TabButtonTrainingActive .tabLinkTraining {
    color: #1352d5;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
    text-decoration:none;
}

.TabBarTraining .TabButtonTrainingActive {
    background-color: white;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    margin-right: -4px;
    border-radius: 0;
    height:20px;
}

/*.TabButtonTraining:hover {
    background-color: #8a9298;
}*/

.TabButtonTraining.Active {
    background-color: #fbac44;
    text-shadow: 1px 1px 1px #999;
}

/*.TabButtonMerchants:hover {
    background-color: #8a9298;
}*/

.TabButtonMerchants.Active {
    border-radius: 3px 0 0 0;
    background-color: #46b751;
    text-shadow: 1px 1px 1px #999;
}

.browserMsg {
    width: 815px;
    height: 20px;
    bottom: 0;
    text-align: center;
    color: #3b3b3b;
    font-size: .9em;
    margin: 25px auto 0 auto;
    vertical-align: top;
}

#PageFooter {
    width: 1140px;
    text-align: center;
    color: #3b3b3b;
    font-size: .7em;
    background-color: #F0F0F0;
    margin: 0 auto;
    padding: 10px 30px 10px 30px;
    border-radius: 0 0 3px 3px;
}

.DashboardMessage {
    margin: 10px;
    width: 98%;
    display: block;
    float: none;
}

.TableOfContents ul {
    list-style: disc;
}

.TableOfContents .bullet-points {
    margin: 10px 0 0 -20px;
}

.PageLayout .buttonManageAccount {
    color: White;
    cursor: pointer;
    background-color: #5D9731; /*was #46b751*/
    text-shadow: 1px 1px 1px #999;
    border: 0;
    border-radius: 3px 0 0 3px;
    float: right;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.PageLayout #DisplayUserName {
    margin: 0 16px 0 0;
}

.PageLayout .buttonManageAccount:hover {
    background-color:#5D9731; /*#3fa448;*/
}


.InnerIframe {
    width: 1140px;
    height: 600px;
    overflow-x: hidden;
}

.TrainingIframe {
    width: 110%;
    height: 500px;
    overflow-x: hidden;
}

.footerSpacer {
    height: 20em;
    width: 100%;
    display: block;
    background-color: white;
}

.smallFooterSpacer {
    height: 10em;
    width: 100%;
    display: block;
    background-color: white;
}

.Container {
    background-color: #F0F0F0;
    padding: 10px 30px 0 30px;
    height: 100%;
    /*margin: -2px 2px 0 2px;*/
    border: 0;
}

.TableOfContents {
    background-color: White;
    padding: 10px 5px 15px 5px;
    height: 100%;
    width: 96%;
    min-height: 600px;
    vertical-align: top;
    margin: 5px 5px 5px 20px;
    display: inline-block;
}

.InnerContents {
    background-color: White;
    padding: 10px 0 0 20px;
    height: 100%;
    width: 95%;
    min-height: 600px;
    vertical-align: top;
}

.WizardContents {
    background-color: White;
    padding: 10px 10px 15px 20px;
    height: 100%;
    width: 90%;
    min-height: 580px;
    vertical-align: top;
    margin: 15px;
    display: inline-block;
}

.TrainingContents {
    background-color: White;
    padding: 10px 10px 0 10px;
    /*height: 100%;*/
    width: 90%;
    min-height: 540px;
    vertical-align: top;
    margin: 15px;
    display: inline-block;
}

.LoginContent {
    background-color: White;
    height: 100%;
    min-height: 630px;
    vertical-align: top;
}

.DashboardContents {
    background-color: White;
    /*padding: 10px 0 0 8px;*/
    margin: 0 5px 0 0;
    width: 100%;
    min-height: 550px;
    vertical-align: top;
    float: none;
}

.TableOfContents .Questionnaire {
    min-height: 225px;
    display: block;
    padding: 0 0 25px 20px;
}

.Question {
    margin: 10px 0 6px 0;
    display: inline-block;
    /*min-height: 530px;*/
    font-size: 1.25em;
}

.Answer {
    font-size: 1.2em;
}

#supportVideo {
    float: right;
    margin: 0 150px 5px 0;
}

.CheckBoxQsaInformation {
    margin: 20px 0 0 0;
    font-size: 14px;
}

.TypeOfBusiness {
    float: left;
    height: 226px;
    width: 369px;
}

.PaymentChannels {
    float: left;
    width: 414px;
    height: 104px;
}

.PaymentChannelsSAQ {
    float: left;
    margin: 15px 0 0 0;
    width: 410px;
    height: 107px;
}

.TrainingResultsLabel {
    padding: 0 0 0 50px;
}

#btnNext {
    border-radius: 0 3px 3px 0;
    border: 0;
    cursor: pointer;
    margin: 4px 0 4px 0;
    float: right;
}

#btnPrevious {
    border-radius: 3px 0 0 3px;
    border: 0;
    cursor: pointer;
    margin: 4px 0 4px 8px;
    float: left;
}

.ButtonBackground {
    width: 305px;
    background-color: #F0F0F0;
    margin: 0 0 0 838px;
    /* border-bottom: white solid 2px; */
    height: 34px;
    z-index: 850;
    border-radius: 3px 0 0 3px;
}

.ButtonDiv {
    display: inline-block;
    width: 136px;
    padding: 5px 0;
    text-align: right;
}

.ButtonLook {
    background-color:#5D9731; /*#3fa448;*/
    color: White;
    text-shadow: 1px 1px 1px #999;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    clear: left;
    margin: 2px 2px 2px 0;
    height: 25px;
}

.GridButtonLook {
    background-color:#5D9731; /*#3fa448;*/
    color: White;
    text-shadow: 1px 1px 1px #999;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    clear: left;
    margin: 1px 0;
    padding: 0;
    height: 24px;
}

.GridButtonLook:hover, .ButtonLook:hover {
    background-color: #5D9731; /*#3fa448;*/
}

#ButtonCancelLocationUpdate {
    border: none;
    background-color: #5D9731; /*#3fa448;*/
    color: White;
    text-shadow: 1px 1px 1px #999;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    float: left;
    margin: -40px 0 0 -50px;
}

.PageLayout #btnNext:hover {
    background-color: #46b751;
}

.PageLayout #btnPrevious:hover {
    background-color: #46b751;
}

.arrow-downMerchants {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
   border-top: 12px solid transparent; /*#fbac44;*/
    margin: 0 100% 0 60px;
    float: left;
}

.arrow-downCreateMerchant {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent; /*#fbac44;*/
    margin: 0 100% 0 205px;
    float: left;
}

.arrow-downSupport {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*border-top: 12px solid #fbac44;*/
    border-top: 12px solid transparent;
    margin: 0 100% 0 30px;
    float: left;
}

.arrow-downPreviousSupportRequests {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*border-top: 12px solid #fbac44;*/
    border-top: 12px solid transparent;
    margin: 0 100% 0 190px;
    float: left;
}

.arrow-downFAQ {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*border-top: 12px solid #fbac44;*/
    border-top: 12px solid transparent;
    margin: 0 100% 0 185px;
    float: left;
}

.arrow-downGlossary {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*border-top: 12px solid #fbac44;*/
    border-top: 12px solid transparent;
    margin: 0 100% 0 350px;
    float: left;
}


.arrow-downTraining {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*border-top: 12px solid #fbac44;*/
    border-top: 12px solid transparent;
    margin: 0 100% 10px 30px;
    float: left;
}

.arrow-downTrainingUsers {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*border-top: 12px solid #fbac44;*/
     border-top: 12px solid transparent;
    margin: 0 100% 10px 125px;
    float: left;
}

.arrow-downTrainingResults {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*border-top: 12px solid #fbac44;*/
 border-top: 12px solid transparent;
    margin: 0 100% 10px 260px;
    float: left;
}

.arrow-downMyTraining {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*border-top: 12px solid #fbac44;*/
     border-top: 12px solid transparent;
    margin: 0 100% 10px 382px;
    float: left;
}

.TrainingTableIconDetail {
    padding: 10px 0 10px 0;
    text-align: right;
}

.trainingImage {
    margin: 0 4px 0 8px;
}

.AdminTableIconDetail {
    float: right;
    margin: 0 25px 10px 0;
    padding: 0 15px 4px 20px;
}

.TrainingTableIconDetail img {
    vertical-align: middle;
}

.AdminTableIconDetail img {
    vertical-align: middle;
}

.ButtonBackgroundAssignTrainingTableOfContentsAssignTraining {
    width: 249px;
    background-color: #F0F0F0;
    height: 45px;
    z-index: 850;
    bottom: 0;
    border-radius: 3px 3px 0 0;
    margin: 0 0 105px 440px;
    position: fixed;
}

#lstAnswers {
    font-size: 1.2em;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
    margin: 2px 2px 2px 40px;
    font-family: Verdana, Helvetica, Arial, Calibri, sans-serif;
}

#lblQuestion {
    font-size: 1.4em;
    font-family: Verdana, Helvetica, Arial, Calibri, sans-serif;
}

.Question li {
    font-size: .8em;
    margin: 20px 0 0 40px;
}

.checkboxList {
    font-size: .7em;
    font-weight: normal;
}


.redBubble {
    position: absolute;
    width: 12px;
    height: 12px;
    padding: 4px;
    text-align: center;
    color: #fff;
    font: bold .7em Tahoma, Arial, Helvetica;
    background: red;
    right: 3px;
    bottom: 22px;
    border-radius: 60%;
    border: 0 solid #940019;
    box-shadow: 0 3px 8px #7f7f7f, inset 0 1px 1px #9e9e9e;
    text-shadow: 0 -1px 0 rgba(000,000,000,0.7), 0 1px 0 rgba(255,255,255,0.3);
    /*-moz-box-shadow: 0 3px 6px rgba(000,000,000,1), inset 0 0 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 3px 6px rgba(000,000,000,1), inset 0 0 3px rgba(255,255,255,0.5);
    box-shadow: 0 3px 6px rgba(000,000,000,1), inset 0 0 3px rgba(255,255,255,0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient( top, #ff121e 0, #cf0606);
    background: -webkit-gradient( linear, left top, left bottom, from(#ff121e), to(#cf0606));*/

}

.greenBubble {
position: absolute;
    width: 12px;
    height: 12px;
    padding: 4px;
    text-align: center;
    color: #fff;
    font: bold .7em Tahoma, Arial, Helvetica;
    background: #46b751;
    right: 3px;
    bottom: 22px;
    border-radius: 60%;
    border: 0 solid #328339;
    box-shadow: 0 3px 8px #7f7f7f, inset 0 1px 1px #9e9e9e;
    text-shadow: 0 -1px 0 rgba(000,000,000,0.7), 0 1px 0 rgba(255,255,255,0.3);
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient( top, #ff121e 0, #cf0606);
    background: -webkit-gradient( linear, left top, left bottom, from(#46B751), to(#3FA448));
    -moz-box-shadow: 0 3px 6px rgba(000,000,000,1), inset 0 0 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 3px 6px rgba(000,000,000,1), inset 0 0 3px rgba(255,255,255,0.5);
     box-shadow: 0 3px 6px rgba(000,000,000,1), inset 0 0 3px rgba(255,255,255,0.5);*/
}

.PageContent {
    height: 100%;
    width: inherit;
}

.validationWarning, .redText {
    color: Red;
}

.greenText {
    color: green;
}


#sessionTime {
    margin: 10px 0 0 0;
    height: 22px;
}

.IPInformationGrid {
    margin: 5px 40px 5px 1px;
}

#CreateAdminAccountButtons {
    clear: left;
    width: 100%;
}


#ModifyMerchantLocationDbaAndMerchNumberInputs {
    float: right;
    margin: 0 390px 700px 0;
}

.ModifyAdminProfileTypeLabels {
    padding: 5px 0 5px 0;
    display: inline-block;
}

.ModifyAdminProfileDDL {
    margin-left: 1px;
}

.AdminAccountLabels {
    padding: 1px 0 1px 0;
    display: inline-block;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.maxHeight {
    height: 100%;
}

.padding10px {
    padding: 10px;
}

.padding20px {
    padding: 20px;
}

.paddingBottom {
    padding-bottom: 10px;
}

.hrStyle {
    border-right: medium none;
    border-top: #cccccc 1px solid;
    border-left: medium none;
    border-bottom: medium none;
    height: 1px;
    width: 90%;
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
}

.tallRow {
    height: 30px;
    vertical-align: top;
}

.required {
    color: red;
    font-weight: bold;
    display: inline;
}

.createMerchantCol1 {
    width: 240px;
    text-align: left;
    height: 36px;
    vertical-align: top;
}

.createMerchantCol2 {
    width: 360px;
    text-align: left;
    height: 36px;
    vertical-align: top;
}

.createMerchantCol3 {
    text-align: right;
    width: 230px;
    height: 36px;
    vertical-align: top;
}


.profileTableCol1 {
    width: 150px;
    text-align: left;
    /*height: 22px;*/
    vertical-align: top;
    float: left;
}

.profileTableCol2 {
    width: 380px;
    text-align: left;
    height: 30px;
    vertical-align: top;
    float: left;

}

.profileTableCol3 {
    text-align: right;
    width: 150px;
    /*height: 36px;*/
    vertical-align: top;
    float: left;
}

.infoTableCol1 {
    width: 220px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.infoTableCol2 {
    width: 410px;
    text-align: left;
    vertical-align: top;
}

.infoTableCol3 {
    text-align: right;
    width: 130px;
    vertical-align: top;
}

.passwordCol1 {
    width: 150px;
    text-align: left;
    vertical-align: top;
    padding-right:10px;
}

.passwordCol2 {
    width: 150px;
    text-align: left;
    vertical-align: top;
    padding-right:10px;
}

.passwordCol3 {
    width: 400px;
    text-align: left;
    vertical-align: top;
}

.marginLeft {
    margin-left: 1px;
}

.marginRight {
    margin-right: 20px;
}

.overlayHdr {
    font-weight: bolder;
}

.CollectInformantionButtonStrip {
    vertical-align: top;
    text-align: left;
}

.blockStyle {
    display: block;
    float: none;
}

.alignTop {
    vertical-align: top;
}

.alignBottom {
    vertical-align: bottom;
}

.panelBackground {
    background-color: white;
}

.nameCol {
    text-align: left;
    width: 70px;
    font-weight: bold;
    vertical-align: top;
}

.nameTable {
    width: 400px;
    margin: 10px 10px 10px 0;
}

#ModifyAccountStatusRadio {
    padding: 2px 0 10px 10px;
}

.securityQuestionTable {
    width: 800px;
    margin: 10px;
}

.securityQuestionCol1 {
    width: 190px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}

.securityQuestionCol2 {
    vertical-align: top;
    text-align: left;
    padding: 2px 2px 10px 2px;
}

.paymentPanel {
    background-color: whitesmoke;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
}

.textboxHeight {
    height: 16px;
}

.errorLabel {
    color: red;
    white-space: nowrap;
}

.marginBottomSmall {
    margin: 0 0 5px 0;
}

.marginBottom {
    margin: 0 0 10px 0;
}

.outterFrame {
    margin: 20px auto 4px auto;
    padding: 10px;
    border: 1px solid silver;
    width: 100%;
    height: 100%;
    float: none;
}

#tblEula {
    margin: 10px 0;
    width: 100%;
}

#tblEula td {
    vertical-align: top;
    padding: 0 0 10px 0;
    text-align: left;
}

.Center {
    text-align: center;
    margin: 0 auto;
}

.fontBold {
    font-weight: bold;
}

.LeftBrowserImage {
    vertical-align: top;
    padding: 5px;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup {
    background-color: white;
    padding: 30px;
}

.PenTestHeader {
    font-size: 1.5em;
    font-weight: bold;
}

/*-------------------- gridview ------------------------- */

.gridviewHeader, .gridviewFooter, .gridviewHeader th, .headerAlignLeft th {
    background-color: #147DBE;
    color: White;
    padding: 8px 2px 6px 10px;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    font-size: 1.0em;
    font-family: Arial, sans-serif;
    border: 2px solid #147DBE;
}

.gridviewStyle {
    /*width: 90%;*/
    border: 3px solid #147DBE;
    border-radius: 3px;
    float: none;
    display: block;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.gridviewRow {
    background-color: white;
    text-align: center;
}

.gridviewAltRow {
    background-color: #EFEFEF;
    text-align: center;
}

.gridviewSelectedRow {
    background-color: #9CCD99;
    text-align: center;
}

.gridviewRow td, .gridviewAltRow td {
    padding: 8px 2px 8px 6px;
    white-space: normal;
    text-align: center;
    vertical-align:top;
}

.reportsRow {
    background-color: white;
    text-align: left;
}

.reportsAltRow {
    background-color: #EFEFEF;
    text-align: left;
}

.reportsSelectedRow {
    background-color: #9CCD99;
    text-align: left;
}

.reportsRow td, .reportsAltRow td {
    padding: 2px 4px 2px 2px;
    white-space: normal;
    text-align: left;
    vertical-align: top;
}


.dashboardRow {
    background-color: white;
}

.altDashboardRow {
    background-color:  #EFEFEF;
}

.dashboardRow td, .altDashboardRow td {
    padding: 8px 2px 6px 6px;
    white-space: normal;
    text-align: left;
    vertical-align:middle;
    border-bottom: 1px solid silver;
}

.gridviewHeader a:link, .gridviewHeader a:visited, .headerAlignRight a:link, .headerAlignRight a:visited, .headerAlignCenter a:link, .headerAlignCenter a:visited, .sitemap a:link, .sitemap a:visited, #Footer a:link, #Footer a:visited {
    color: white;
    text-decoration: underline;
}

.gridviewHeader a:hover, .sitemap a:hover, #Footer a:hover {
    color: orange;
    text-decoration: underline;
}

.gridviewHeader a:active, .sitemap a:active, #Footer a:active {
    color: red;
    text-decoration: underline;
}

.emptyTable {
    width: 75%;
    margin: 5px;
    padding: 5px;
    white-space: nowrap;
}

.emptyTable td {
    white-space: nowrap;
}

/*-------------------- grid pager ------------------------- */
.pager {
    font-size: 1.0em;
}

.pagerText {
    width: 40px;
    padding: 1px 2px;
    text-align: left;
}

.pagerNumber {
    text-align: left;
    width: 50px;
}

.pagerLink {
    text-align: center;
    padding: 1px 4px 1px 2px;
}

.pagerDropDown {
    text-align: center;
    width: 20px;
}

.pagerTable {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
}

.AttestationList {
    width: 90%;
    margin: 0 10px 0 20px;
}

.LeftCol {
    width: 145px;
    text-align: Left;
    vertical-align: top;
}

.RightCol {
    width: 100%;
    text-align: Left;
    vertical-align: top;
    padding-left: 6px;
}

.tableCol {
    padding-right: 4px;
    text-align: left;
    vertical-align: top;
}

.marginTop {
    margin-top: 6px;
}

/* --------------- width percentage -------------*/
.width10Percent {
    width: 10%;
}

.width15Percent {
    width: 15%;
}

.width20Percent {
    width: 20%;
}

.width25Percent {
    width: 25%;
}

.width30Percent {
    width: 30%;
}

.width33Percent {
    width: 33%;
}

.width40Percent {
    width: 40%;
}

.width50Percent {
    width: 50%;
}

.width60Percent {
    width: 60%;
}

.width70Percent {
    width: 70%;
}

.width75Percent {
    width: 75%;
}

.width80Percent {
    width: 80%;
}

.width90Percent {
    width: 90%;
}

.maxWidth {
    width: 100%;
}

.inputRadio {
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.smallBold {
    font-size: .9em;
    font-weight: bold;
}

.orangeText {
    color: #F8971D;
}

.width50px {
    width: 50px;
}

.inlineBlock {
    display: inline-block;
    float: none;
}

.inline {
    display: inline;
}

.modalLeftCol {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    width: 125px;
    height: 36px;
}

.hide {
    display: none;
}

.imgSpinner {
    margin: 2px auto 2px 400px;
    float: left;
}

/* AJAX Accordion CSS */
.accordionHeader {
    /*border: 1px solid #2F4F4F;*/
    color: white;
    background-color: #147dbe;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeader a:hover {
    background: none;
    text-decoration: underline;
    background-color: #005D9F;
}

.accordionHeaderSelected {
    /*border: 1px solid #2F4F4F;*/
    color: white;
    background-color: #fbac44;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeaderSelected a:hover {
    background: none;
    text-decoration: underline;
}

.accordionContent {
    padding: 20px 10px 20px 10px;
}

.outterLogin {
background-color: #F0F0F0;
    height: 315px;
    padding: 5px;
    border-radius: 5px;
    width: 1000px;
    margin: 50px auto;
}

.innerLogin {
    background-color: white;
    margin: 20px auto;
    height: 235px;
    width: 88%;
    padding: 20px 20px 20px 40px;
    border-radius: 5px;
}

.outterForgotPassword {
    background-color: #F0F0F0;
    margin: 50px auto;
    width: 1000px;
    padding: 5px;
    border-radius: 5px;
}

.innerForgotPassword {
    background-color: white;
    margin: 20px auto;
    height: 200px;
    width: 88%;
    padding: 20px 20px 20px 40px;
    border-radius: 5px;
}

.loginOutput {
    color: red;
    margin: 5px auto;
    width: 98%;
    height: auto;
}

.loginTopRow {
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
    height: 36px;
}

.loginBottomRow {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    height: 36px;
}

.loginDiv {
    margin: 0 6px 0 2px;
}

.loginDivFloat {
    margin: 0 20px 0 0;
    float: left;
    height: 36px;
}

.loginTable {
    width:100%;
    margin:10px 0 10px 0;
}

.loginLeft {
    text-align: right;
    padding: 4px;
    font-weight: bold;
    width:200px;
}

.loginRight {
    text-align: left;
    width:auto;
    padding: 4px 0;
}

.linkText {
    text-decoration: underline;
    color: blue;
}

.imageCheckbox {
    text-align: left;
    width: 200px;
    padding: 6px 10px 30px 0;
}

.tooltip {
    /*position: relative;*/
    display: inline-block;
    border-bottom: 1px dotted #5D9731; /*#3fa448;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #5D9731; /*#3fa448;*/
    color: White;
    text-shadow: 1px 1px 1px #999;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    margin: 10px 25px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Navigation buttons at the top right of the Master pages */
#nav, #nav ul {
    list-style-type: none;
    margin: 4px 0;
    padding: 0;
    overflow: hidden;
    background: #5D9731;
    border-radius: 3px;
}

#nav li {
    float: left;
    width: 150px;
    text-align: center;
}

#nav li a, #nav .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 4px 6px;
    text-decoration: none;
}

#nav li.dropdown {
    display: inline-block;
}

#nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0, 0.2);
}

#nav .dropdown-content a {
    padding: 4px 8px;
    color: #0067B1;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    text-align: left;
}

    #nav .dropdown-content a:hover {
        background-color: #f2f2f2;
    }

#nav .dropdown:hover .dropdown-content {
    display: block;
}

#nav .signOut {
    width: 130px;
    border-left: 1px solid silver;
}

.smallFont {
    font-size: .9em;
    font-weight: normal;
}

.gridImage {
    float: right;
    margin-right: 6px;
}

.wrapLabel{
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

.wrapHyphenate {
    white-space: normal;
    word-wrap:hyphenate;
    text-align: left;
}

.CompleteCheck {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAACXBIWXMAAAsTAAALEwEAmpwYAAABTVBMVEVMaXE0SDRrsmtPoU8AaAAUdRQieyIAVQAYeRgAbQAyjDJwuHATcBM1RzUnfycpgilwvHBbqFtSnlJhtmFquWp3undwu3BjsGMbeRthrGEvjS9IoEg1SjVftF9drl1ps2kAbwA5TzlVr1UAcAAAbQAniCdjsGMqiyollyUAgQAAfgBMq0wAewAbNhsAewBbrltVq1VDnUMAJwADJAMqlyoAJwAAJQADIwNYrFhMpkwQdRA/nD8GiQZQqFAAhQAPjg8AfwBctVwAiAB6w3pluWViuGIAgwBZtFlUsVRKrUoGjgaCxoKDx4N8xHxwvnBnumd5wnmLyottvW1xvnGCx4Jzv3Nqu2pdtV1oumhyv3JtvG1kuWRru2tht2FsvGxSsVJEqkRkuGQDiQNatFo5pTlbtFsalxpRsFFQsFBWslYyojIRkxFJrUkjmyMJjwkYh1tkAAAAQXRSTlMANfDNFj88Az8OsONPOXp77tHG9fXj9fFl0bHMPv7046dD/qelsOSw/v7+/ltB++T1zFNF9U5KQeTkP9H45Pn2+hXtaJQAAAC0SURBVHgBY0ADHEIsDBhiooGS6KKs3D4h3oIsqGLyvs7OAQJsILYEJ1RMLTQy2I+JEcTmE2PmBIvpx8WERYjzgtj8IkFR0pxAMQuXRNdYORmQGI+wv0u0qyGnla2jY6q7gSLYIHYu2XDHZHdry0yPnBQTXaiV7FJKHvHpGZ5Zadn25nCHsKtreybk5nl52RgjOY9dVSPJycnJzgzF0ezKmm5uDqZo3mNX0NIzwggIdhUdJB4Au3cbfSbvIT4AAAAASUVORK5CYII=') /*images/complete-check.png*/ 1px 60% no-repeat;
    padding: 5px 5px 5px 22px;
    height: 20px;
    width: 20px;
}

.content .arrow_right {
    background: url("../images/arrow-right.gif") no-repeat right center;
    padding-right: 8px;
}

.content .data_grid tr td.indent, .indent {
    padding-left: 18px;
}

.footer {
    bottom: 50px;
    text-align: center;
    color: #3b3b3b;
    font-size: .8em;
    padding: 10px 0;
    width: 100%;
}

/* ------------------- Div Table ---------------------------- */

.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableBody {
    display: table-row-group;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableCell, .rTableHead {
    display: table-cell;
    vertical-align: top;
}

.bigMarginLeft {
    margin:0 0 0 50px;
}

.glossaryTerm{
    vertical-align:top;
    font-size:1.2em;
    font-weight:bold;
    height:100%;
    padding:2px 2px 4px 2px;
    margin-bottom:100%;
}

.glossaryDefinition{
    vertical-align:top;
    font-size:1.0em;
    font-weight:normal;
    padding:2px 2px 4px 2px;
    height:100%;
}

.Selected{
    font-size:large;
    font-weight:bold;
}

.NotSelected{
    font-size:medium;
    font-weight:normal;
}

.ipPanel{
    width:80%;
    padding:10px;
    margin:10px;
}

.Italic
{
    font-style:italic;
    display:inline;
}

.adminFieldset
{
    padding: 6px 0 0 10px;
    margin: 10px 0;
}

.adminSearchTable
{
    display: table;
    padding: 0;
    margin: 0 0 0 50px;
}

.loading 
{
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible; 
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.panelBorder 
{
    padding: 10px;
    border: 2px outset silver;
}

.languagePanel
{
    text-align: left;
    margin-left:90%;
}

.QIRHeader {
    display:block;
    width: 100%;
    height: 133px;  
}

.QIRLeft{
    float:left;
    text-align:left;
}

.QIRRight{
    float:right;
}

.timeoutTimer
{
   width:100%;
   display: block;
   margin: 12px 0 0 0;
}

.requiredTitle
{
    color: red;
    font-weight: bold;
    margin:0 70px 6px 0;
}

.blueBorder
{
    border-color: #147DBE;
    border-style: solid;
    border-width: medium;
}