﻿BODY, P, DIV, TH, P, INPUT, SELECT, FONT, PRE, TABLE, TR, TEXTAREA {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
}

p {
    padding: 0 !important;
    margin: 0 !important;
}

h5 {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    margin-top: 10px;
}

label {
    margin-bottom: 0px;
}

a, a:active, a:focus, a:visited {
    color: #000;
    text-decoration: underline !important;
}

    a:hover {
        color: #CC0000;
        text-decoration: none !important;
    }

.nav-bg-on {
    width: 80px;
    height: 22px;
    background-color: #ebf1fa;
    border: 1px solid #aeb4bd;
    border-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 10px 4px 10px;
    color: #003799;
}

.border-breadcrumbs {
    background-color: #ebf1fa;
    border: 1px solid #aeb4bd;
    height: 5px;
    margin: 0 auto;
}

.ap-breadcrumbs {
    padding: 15px 0;
    margin:-15px 0 0 0;
}

.ap-component {
    border: 2px solid #f2f2f2;
    padding: 5px;
    margin: 0 0 15px -15px;
}

    .ap-component label {
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .ap-component div {
        background-color: #f2f2f2;
        padding: 5px;
    }

    .ap-component input {
        margin: 5px 0;
    }

    .ap-component .ap-categories {
        color: #ff6a00;
    }

.navbar {
    padding: 0 !important;
}

.nav-link {
    font-size: 11px !important;
    text-decoration: underline !important;
    padding: 0 0 0 5px !important;
}

    .nav-link:hover {
        color: #CC0000 !important;
        text-decoration: none !important;
    }


.ap-container {
    width: 790px;
    margin: auto;
}

.ap-heading {
    padding: 0;
    width: 100%;
    background-image: url('/content/images/header-bg2.png');
}

.ap-welcome {
    font-size: 11px;
}

    .ap-welcome div {
        width: 100%;
    }

.navbar-collapse {
    flex-basis: 100px !important;
}


button.btn {
    cursor: pointer;
}

.btn-outline-secondary {
    color: white !important;
    border-color: white !important;
}

.ap-nav, .bg-light {
    /*height: 22px;*/
    background-color: #cccccc !important;
}

.ap-login-logout {
    width: 100%;
    /* background-color: #efefef; */
    padding: 3px 0;
    height: 22px;
}

    .ap-login-logout div {
        float: right;
    }

    .ap-login-logout .btn, .ap-login-logout label {
        float: right;
        margin-left: 15px;
    }

/* Cart & Checkout Page Styles */

.truncate {
    display:inline-block;
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type='text'] {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
    border: 1px solid #afa88a;
    text-align: left;
    height: 17px;
    padding-left: 3px;
}

input[type='password'] {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
    border: 1px solid #afa88a;
    text-align: left;
    height: 17px;
    padding-left: 3px;
}

.ap-select {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
    border: 1px solid #afa88a;
    text-align: left;
    height: 17px;
    padding-left: 3px;
    width: 200px;
}

.ap-text-area {
    width: 100%;
}


.ap-checkout-row {
    margin-bottom: 15px;
}

.ap-button {
    margin: 0 0 0 15px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    text-decoration: none !important;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #dcdcdc;
    border: 1px solid #999999;
}

    .ap-button:hover {
        background-color: #ffedd3;
        border: 1px solid #b86e00;
    }

.contact-us-button {
    margin: 10px 0 0 0px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    text-decoration: none !important;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #dcdcdc;
    border: 1px solid #999999;
}

    .contact-us-button:hover {
        background-color: #ffedd3;
        border: 1px solid #b86e00;
    }


.ap-checkout-progress {
    height: 32px;
    font-weight: normal;
    font-size: 11px;
    color: #5d95ca;
    text-align: left;
}

.ap-checkout-active {
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    background-color: #6492bd !important;
}

.ap-checkout-progress-border {
    border: #dcdcdc 2px solid;
    padding: 2px;
    margin: auto;
    width: 32px;
    height: 32px;
    display: inline-block
}

.ap-checkout-step {
    background-color: #c5dbf0;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    /*padding: 1px 9px 9px 9px;*/
}

.ap-checkout-text {
    width: 112px;
    padding: 8px 0 0 4px;
    float: right;
    background-color: #fff;
    height: 100%;
    text-align: left !important;
}

.ap-table {
    width: 100%;
    border: 1px solid #ccc;
}

    .ap-table td, .ap-table-th {
        /* padding: 0.75rem; */
        vertical-align: top;
        border-top: 1px solid #ccc;
        padding: 4px;
    }

.ap-noborder {
    border:none !important;
    padding:0 4px !important;
}

.ap-tbl-hdr-01 {
    background-color: #cbdaef;
    font-weight: bold;
    color: #003798 !important;
    text-align: left;
}
.ap-tbl-dvdr-01 {    
    background-color: #ccc;
}
    .ap-tbl-dvdr-01 td {
        padding: 0 4px !important;
    }
.ap-tbl-dvdr-02 {
    background-color: #efefef;
}

.ap-text-01 {
    text-align:right;
    color: #999999;
    font-size: 9px;
}
.removeProduct {
    cursor: pointer;
    border:none !important;
    padding:0 !important;
    margin: 0 !important;
}

/* Order History Styles */

.ap-order-approval-messages {
    background-color: #ecedef;
    height:26px;
    margin: 15px -15px;
    padding: 4px 6px;
    font-weight: bold;
}
.bdr-grey1px {
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}
.product-catalog-title {
    display: block;
    border: 2px solid #FFFFFF;
    background-color: #e5ebf4;
    text-align: left;
    padding-left: 5px;
    height: 20px;
    color: #003799;
    font-weight: bold;
    font-size: 11px;
    min-width:788px;
    width:100% !important;    
}
.ap-search-form {
    padding: 15px;
    margin: 15px -15px 30px -15px;
    background-color: #e5ebf4;
    border-top: 1px solid #d6d8da;
    border-bottom: 1px solid #d6d8da;
}
.ap-search-form .row {
    margin: 10px 0;
}
.ap-login-form {
    border: 2px solid #003494;
    width:350px;
    margin: auto;
}
.ap-login-form-heading {
    background-color: #003494;
    color: #fff;
    padding:3px;
}
#loginForm {
    padding: 15px;
}

.ap-form {
    border: 2px solid #003494;
    margin: auto;
    padding: 15px;
}

.ap-form-heading {
    background-color: #003494;
    color: #fff;
    padding: 3px;
}

#divSearchResults{
    margin-top: 20px;
}

.searchText {
    margin-top: 20px;
}

.ap-recover-panel {
    padding: 5px;
    margin: 15px -15px 30px -15px;
    background-color: #e5ebf4;
    border-top: 1px solid #d6d8da;
    border-bottom: 1px solid #d6d8da;
}
.ap-forgot-pw-title {
    display: block;
    border: 2px solid #FFFFFF;
    background-color: #e5ebf4;
    text-align: left;
    padding-left: 5px;
    height: 20px;
    color: #003799;
    font-weight: bold;
    font-size: 11px;
    min-width: 450px;
    width: 100% !important;
    margin:auto;
}

.manageHeaderBorder {
    border: 1px solid #cccccc;
}

.manageHeader {
    background-color: #e5ebf4;
    border: 2px solid #FFFFFF;
    color: #003799;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    padding-left: 5px;
    height: 20px;
}

.manageDiv {
    background-color: #e5ebf4;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #003799;
    text-align: left;
    margin: 5px;
    width: 100%;
}

.manageTable {
    background-color: #e5ebf4;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #003799;
    text-align: left;
    margin: 5px;
    width: 100%;
}

.manageTable tbody tr td label {
    margin: 0px 0px 5px 10px;
}

.manageTable label {
    margin-bottom: 2px;
}

.manageSectionHeader
{
    margin-top: 15px;
    margin-bottom: 5px;
}

.manageButton {
    margin-top: 15px;
    margin-bottom: 5px;
    float: right;
}

.selectedCategory {
    color: #CC0000 !important;
}
