/*
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 13px;
    font-family: open_sansregular, Arial, Helvetica, sans-serif;
}
    */
.emphasisRed {
    font-weight: bold;
    color: #ff0000;
}

.btnActionDanger{
    background-color: darkred;
}

.btnActionWarning {
    background-color: darkorange;
}

.btnAction {
    background-color: royalblue;
}

.btnActionDisabled {
    background-color: darkgray;
}

.btnActionSuccess {
    background-color: darkgreen;
}

.emphasis {
    font-weight: bold;
    color: #8080FF;
}

#title {
    font-weight: bold;
    font-size: 30px;
    color: #505050;
    padding-left: 20px;
    float: left;
}

#errorMessage {
    font-weight: bold;
    color: #ff0000;
    padding-bottom: 20px;
}

#mainArea {
    border: 1px solid #c3c3c3;
    border-radius: 3px 4px;
    background-color: #ffffff;
    padding: 0px 0px 10px 0px;
    margin-right: 25px;
}

.waitSpinner {
    padding: 10px;
    display: none;
    color: #ff0000;
}

.tblChart {
    /*min-width: 823px;*/
    width: 846px;
    margin-left: 8px;
    margin-top: 10px;
    margin-bottom: 30px;
    /* border-left: 1px solid black; */
    /* border-top: 1px solid black; */
    /*margin-bottom: 20px;*/
    /* margin-left: 100px; */
}

p.button-container {
    margin-left: 10px;
    text-align:center;
}

p.transaction-container {
    margin-left: 10px;
}

.paragraph-padding{
    padding-left: 30px;
    padding-right: 30px;
}



.table-1 {
    background-color: #f0f0cf !important;
}

.table-2 {
    background-color: #ffffff !important;
}
    .tblChart thead tr {
        /* background-color: #925f43; */
        color: #ffffff;
        margin-top: 18px;
    }

        .tblChart thead tr.subHeading th {
            background-color: #337ab7;
            text-align: left;
        }

    .tblChart tbody tr.alt2 {
        background-color: #f0f0cf;
    }

    .tblChart tbody tr.alt1 {
        background-color: #ffffff;
        /* min-width: 860px !important; */
    }

    .tblChart tbody tr td.inputdesc {
        background-color: #337ab7;
        color: #ffffff;
        font-weight: bold;
    }

    .tblChart tbody tr td.inputentry {
        background-color: #d0d0d0;
    }

    .tblChart tbody tr td.infokey {
        background-color: #dcdcdc;
        color: #000000;
        font-weight: bold;
    }

    .tblChart tbody tr td.infovalue {
        background-color: #ffffff;
    }

    .tblChart thead th {
        /* border-right: 1px solid black; */
        /* border-bottom: 1px solid black; */
        /* background-color: #925f43; */
        padding: 10px;
        font-size: 16px;
        color: #ffffff;
        background:#8b8a86;
    }

    .tblChart thead tr.altheader th {
        /* border-right: 1px solid black; */
        /* border-bottom: 1px solid black; */
        /* background-color: #a34f32; */
        /* color: #ffffff; */
        padding: 5px;
    }

    .tblChart td {
        /* border-right: 1px solid black; */
        /* border-bottom: 1px solid black; */
        padding: 10px;
    }

.emptyTable {
}

    .emptyTable td {
        padding: 0px;
        border: 0px solid black;
    }

.headingPageInfo {
    padding: 30px;
}
.authorizeTable {

}

    .authorizeTable td.authorizeTableLeft {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .authorizeTable td.authorizeTableRight {
        padding-left: 15px;
    }

.qa {
    padding: 10px;
}

.question {
    font-size: 15px;
    font-weight: bold;
}

.answer {
}

.subHeading {
    font-size: 21px;
    font-weight: bold;
    color: #555555;
    padding-bottom: 8px;
    text-align: center;
    background-color: #e5e5e5 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 8px;
}

.subHeading2 {
    font-size: 17px;
    color: #925f43;
}

select {
    padding: 5px;
}

    select option {
    }

.faqSection {
    border: 1px solid black;
    border-radius: 3px 4px;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

.faqSectionHeader {
    font-size: 20px;
    font-weight: 500;
    color: #036e76;
}

.faqQuestion {
    padding-top: 20px;
    font-weight: bold;
    font-size: 17px;
    color: #925f43;
}

.faqAnswer {
}

#topMenu {
    text-align: right;
    padding-right: 30px;
    position: relative;
    top: -75px;
    margin-bottom: -50px;
    width: 300px;
    float: right;
}
#topMenuPubweb3 {
    text-align: right;
    padding-right: 30px;
    position: relative;
    top: -65px;
    margin-bottom: -50px;
    width: 300px;
    float: right;
}
#topArea {
    height: 60px;
    margin-bottom: 0px;
}

#resultEmailAddress {
    padding-bottom: 20px;
}
/*brown: 925f43
    redbrown: a34f32
    lightblue: b5cbe6
    darker blue: 8ea2c3
    green: 647740
    grey: f0f0f0
    grey2: dae1ea
*/

#mainArea input[type=text] {
    padding: 5px;
    border: 1px solid #505050;
}

#mainArea input[type=password] {
    padding: 5px;
    border: 1px solid #505050;
}

#mainArea input[type=button] {
    padding: 5px;
    border: 1px solid #505050;
    border-radius: 3px 4px;
}

    #mainArea input[type=button]:disabled {
        padding: 5px;
        border: 1px solid #505050;
        border-radius: 3px 4px;
        background-color: #ffe0e0;
    }

#mainArea input[type=submit] {
    padding: 5px;
    border: 1px solid #505050;
    border-radius: 3px 4px;
}

#mainArea ul li {
    position: relative;
    left: 20px;
}

.paosSpacer {
    margin-top: 25px;
    /*margin-bottom: 25px;*/
}
#paosForm{
    background-color: white;
}

#clickCivilIndex {
    position: relative;
    top: 150px;
    left: 0px;
    z-index: 2;
    width: 150px;
    height: 150px;
    float: right;
    margin-top: -150px;
    /*margin-left: -50px;*/
    background-image: url("../img/clickcivilimages.png");
    display: none;
}

#clickCriminalIndex {
    position: relative;
    top: 150px;
    left: -15px;
    z-index: 2;
    width: 150px;
    height: 150px;
    float: right;
    margin-top: -150px;
    /*margin-left: -50px;*/
    background-image: url("../img/clickcriminalindex.png");
    display: none;
}

#clickDocImages {
    position: relative;
    top: 150px;
    left: 0px;
    z-index: 2;
    width: 150px;
    height: 150px;
    float: right;
    margin-top: -150px;
    /*margin-left: -50px;*/
    background-image: url("../img/clickdocimages.png");
    display: none;
}

#clickAccountInfo {
    position: relative;
    top: 200px;
    left: -50px;
    z-index: 2;
    width: 150px;
    height: 150px;
    float: right;
    margin-top: -150px;
    /*margin-left: -50px;*/
    background-image: url("../img/clickaccountinfo.png");
    display: none;
}

.account-services-header {
    font-size: 17px;
    font-weight: bold;
}

.account-services-container {
    text-align: center;
    width: 165px;
    background-color: #b5cbe6;
    border-radius: 5px;
    padding: 25px;
}

.account-services-title {
    padding-bottom: 20px;
}

.account-services-table-header {
    text-align: left;
    padding-top: 20px;
    background-color: #444444 !important;
    padding: 11px !important;
}

.account-owner {
    width: 380px !important;
    margin-left: 30px !important;
    background-color: white;
}

.account-members {
    background-color: white;
    padding-top: 28px;
    margin-left: 30px;
    width: 810px !important;
    margin-bottom: 0px;
}

.subHeading.account-subheading-title {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-info {
    background-color: #337ab7 !important;
}

.header-description p {
    width: 870px;
}
.pagnation {
    margin-top: -15px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
}
    .pagnation .selected {
        border: 1px solid black;
        background-color: #ffffaa;
        padding: 3px;
    }
    .pagnation .unselected {
        border: 1px solid black;
        padding: 3px;
    }

.contentTitle{
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.siteCallOut {
    display: none;
}
@media print {
    #topMenu {
        display: none;
    }

    header {
        display: none;
    }

    footer {
        display: none;
    }

    .noPrint {
        display: none;
    }

    body {
        font-size: 12px;
    }

    #title {
        font-size: 18px;
    }

    .subHeading {
        font-size: 14px;
        font-weight: 500;
        color: #036e76;
    }


    .tblChart {
        border-top: 1px solid black;
        border-left: 1px solid black;
    }

    .tblChart td {
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        padding: 2px;
    }

    .tblChart thead th {
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        background-color: #925f43;
        padding: 2px;
    }

    .tblChart thead tr.altheader th {
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        background-color: #a34f32;
        color: #ffffff;
        padding: 2px;
    }

    .container {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    #mainArea {
        border: 0px solid black;
        border-radius: 3px 4px;
        background-color: #f7f7f7;
        padding: 5px;
    }

}
