﻿body {
    background: #054A7A;
}

#logo{
    width: 170px;
    height: 45px;
}

.LoadingPlsWaitMsgContainer {
    top: 40vh;
}

    .LoadingPlsWaitMsgContainer div {
        font-size: x-large;
    }

.MiniCartContainer {
    width: 275px;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    border: solid;
    border-width: 4px;
    border-color: #0b598f;
    border-radius: 7px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lightgray !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: lightgray !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: lightgray !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: lightgray !important;
}

.text-PilotPenBlue, a {
    color: #0b598f;
}

.btn-primary, .card-footer {
    background-color: #0b598f;
    border: 0;
}

    .btn-primary:hover {
        background-color: #0F72B7;
    }

.btn-outline-primary {
    color: #0b598f;
    border-color: #0b598f;
}

.btn-outline-primary:hover {
    background-color: #0b598f;
    color: #fff;
}

#LnkBtnCallRegisterUser, header .btn-primary {
    background-color: #0b598f;
    height: 30px;
    border: 0;
    line-height: 30px;
    padding: 0 10px !important;
}

#LnkBtnCallRegisterUser {
    height: 40px;
}


.bg-PilotPenBlue {
    background-color: #0b598f;
}

.DisabledLink {
    pointer-events: none;
    color: grey;
    font-weight: lighter;
    cursor: default;
}

.DisabledTextBox {
    pointer-events: none;
    background-color: aliceblue;
    cursor: default;
}

.ItemClassSelector:hover {
    opacity: .7;
}

.PPSpecialButton {
    font: 14px 'CartoBold';
    padding: 4px 6px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background: #054a7a;
    background-image: -webkit-gradient( linear,left top,left bottom,color-stop(0,#0e71b7),color-stop(1,#054a7a) );
    box-shadow: #777 0px 3px 8px -1px;
    border-radius: 5px;
}

.HelpPointer {
    cursor: help;
}

.ZoomPointer {
    cursor: zoom-in;
}

.PseudoBtn {
    cursor: pointer;
}

    .PseudoBtn:hover {
        border: 1px solid highlight;
        box-shadow: inset 0px 0px 0px 2px lightblue;
        box-sizing: border-box;
    }


#AvailableProductsSlider {
    padding: 10px 0;
}

#AvailableProductsSlider .PseudoBtn {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
}

#AvailableProductsSlider .PseudoBtn:hover {
    border: 1px solid #000;
    box-shadow: 0px 0px 2px #000;
}

#AvailableProductsSlider .PseudoBtn.active {
    background-color: #efefef;
    border: 1px solid #000;
    box-shadow: 0px 0px 2px #000;
}

.btn-lvl1 {
    width: 115px;
}

.SelectedColor {
    border: solid;
    border-width: 2px;
    border-color: red;
}

.tbl-row-even {
    background-color: #f7f7f7;
}

.ContainedImg {
    max-width: 100%;
    max-height: 100%;
}

.CenteredImg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.centered{
    margin: 0 auto;
}

.UnSelectedColor {
    border: solid;
    border-width: 1px;
    border-color: lightgray;
}

.PPCheckBox input[type="checkbox"] {
    margin-right: 5px;
}

.PPRadioButton input[type="radio"] {
    margin-right: 5px;
}

.PPRadioButtonList label {
    padding: 0;
}

.text-18 {
    font-size: 18pt;
}

#MpFullPgPlsWait {
    height: 100vh; /*100%;*/
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff !important;
    z-index: 99;
    text-align: center;
    /*padding-top: 250px;*/
}

.PPSectionHeadersText {
    font-size: 15px;
    /*line-height: 42px;*/
}

.rounded10 {
    border-radius: 10px;
}

.row-marginless {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 25px;
    margin-left: 0;
}

/*** Header ***/
header {
    padding: 10px;
    background: #fff !important;
    z-index: 999;
    top: 0px;
    width: 100%;
}
    header a {
        color: #0b598f;
    }

i#questions{
    font-weight: bolder;
    margin-top: 2px;
}

i#questions, i#shopping-cart {
    font-size: 30px;
}

#main-nav {
    width: auto;
    max-width: 710px;
    margin: -50px auto 10px auto;
}

.navbar {
    padding: 0 !important;
    margin-top: 20px !important;
}

.navbarlnk a:hover {
    background-color: #0b598f;
    color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #0b598f;
    font-weight: bold;
    padding: 5px 8px;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #0b598f;
    }

/*** Footer ***/
footer {
    background: #0F72B7;
    background: -webkit-linear-gradient(top, #0F72B7, #054A7A);
    background: -moz-linear-gradient(top, #0F72B7, #054A7A);
    background: linear-gradient(to bottom, #0F72B7, #054A7A);
    margin-right: 0 !important;
    
}

    footer a {
        color: lightskyblue;
        text-decoration: underline;
    }

        footer a:hover {
            color: lightyellow;
        }


#main-content {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 25px;
}

#user-messages{
    background-color: #fff;
}

.HOMaint {
    background: #fff;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

    .carousel.carousel-fade .carousel-item.active {
        opacity: 1 !important;
    }

#header-search {
    width: 265px;
    float: right;
    top: -10px;
    margin-right: 10px;
}

#header-buttons {
    top: -5px;
    right: 0px;
    flex: none;
    height: 50px;
    text-align: right;
}

#refills{
    width: 50px;
    margin-right: 20px;
}
#pnlHeaderAdminTools {
    width: 40px;
}

#pnlHeaderAdminTools{
    margin-right: 35px;
}

#parent-company .full {
    width: 100%;
}

#parent-company .left {
    float: left;
    width: 130px;
    text-align: right;
    font-weight: 500;
}

#parent-company .right {
    float: right;
    width: 420px;
}

.product-page-label {
    color: #0b598f;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: 130px;
}

.PseudoBtn{
    color: #0b598f !important;
}

#prod-search-name-col{
    width: 400px;
}

#admin-products{
    width: 100%;
    margin: 0 15px;
}

#main-navbar.navbar {
    z-index: 600;
}

#btn-add-to-cart, .btn-cart-continue, #BtnMainContinue, #HprLnkEmptyCartContinueShopping {
    background-color: #0b598f;
    /*height: 32px;*/
    border: 0;
    line-height: 20px;
    /*width: 120px;*/
    text-transform: uppercase;
    color: #fff;
    /*padding: 5px;*/
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}
    #btn-add-to-cart:hover, .btn-cart-continue:hover {
        text-decoration: none;
        color: #fff;
    }

#btn-add-to-cart, LnkCancelOnDemandOrder, .text-decoration-none {
    text-decoration: none !important;
}
.bg-info-Local {
    background-color: #17a2b8 !important;
}

.btn-search-results {
    background-color: #fff;
    color: #0b598f;
}

#HprLnkEmptyCartContinueShopping {
    width: 180px;
}

.purchase-pnl-lbl {
    font-weight: bold;
    width: 90px;
    display: inline-block;
}

#product-qty-picker {
    display: inline-flex;
    width: 150px;
}

#MiniCart_LblMiniCartSummary {
    color: #fff !important;
    position: relative;
    left: -38px;
    top: -10px;
    font-weight: bold;
    font-size: 14px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

#MiniCart_HprLnkMyCart{
    display: inline-block;
    width: 40px !important;
    position: relative;
}

#MiniCart_HprLnkMyCart:hover{
    text-decoration: none;
}

#rightarricon, #leftarricon {
    color: #0b598f;
}

#refine-selection{
    margin-bottom: 10px;
}

#product-image{
    width: 500px;
}

#product-attributes {
    width: 600px;
}

#ProductPgSelectedProductImg{
    max-height: 700px;
    max-width: 500px;
}

#Pnl_PurchaseSection .purchase-image{
    display: inline-block;
}

.slick-product-thumbnail {
    max-width: 98%;
    max-height: 63px;
}

#AvailableProductsContainer{
    width: 100%;
}

.items-to-removed{
    display: none;
}

#LblInkColor, .ColorOption, #PnlPenInk {
    border-radius: 50% !important;
}

#SelectedPensTotal{
    width: 100px;
    text-align: left;
}

#PgPPens_TxtPenQty{
    width: 105px;
    flex: none;
}

#SelectedProductDescription img, #AddItemToCartModal #ProdDesc img{
    max-width: 150px !important;
    max-height: 100px !important;
}

#admin-navbar{
    padding: 10px !important;
    border-radius: 4px;
    background-color: #0b598f !important;
    color: #fff;
}

    #admin-navbar .dropdown-menu.show {
        background-color: #0b598f !important;
        border: 0;
    }

    #admin-navbar a {
        color: #fff;
    }

#admin-navbar .btn-outline-info{
    border-color: #fff;
}

    #admin-navbar .btn-outline-info:hover {
        background-color: #0F72B7;
    }

    #admin-navbar .dropdown-item:hover {
        background-color: #0F72B7;
    }

#LnkBtnExecuteSearch.btn-primary {
    margin: 0 35px 20px 0;
}

#HtmlEditorExtender1{
    border: 1px solid red;
}

input[type=checkbox]{
    width: 16px;
    height: 16px;
}

#cbEditAvailable, #cbAddAvailable,
#cbEditWholesale, #cbAddWholesale,
#cbEditCallForPrice, #cbAddCallForPrice,
#cbEditTaxable, #cbAddTaxable,
#cbEditHotDeal, #cbAddHotDeal,
#cbEditBestSeller, #cbAddBestSeller,
#cbEditShowOnHomePage, #cbAddShowOnHomePage,
#cbEditFreeShipping, #cbAddFreeShipping {
    position: relative;
    top: 3px;
}

#cbWholesale{
    margin-top: 10px;
}

.prod-cb-lbl {
    width: 125px;
}

.half-width{
    width: 30%;
    display: inline-block;
}

#PgSearchProd_ImgSelectedProduct{
    max-width: 50%;
}

.ajax__html_editor_extender_container {
    width: 100% !important;
    height: 100% !important;
}

.ajax__html_editor_extender_texteditor {
    width: 100% !important;
    height: 300px !important;
}

#InkColorGrpExpand, #CurrCatGrpExpand, #PointTypeGrpExpand {
    margin-top: 10px;
}

.breadcrumb-item {
    /*display: inline-block !important;*/
    display: inline-block;
}

#ChkBxLstEmailNotifications.text-primary, #RblPwdChangeReminder.text-primary {
    color: #0b598f !important;
}

.homepage-tile{
    margin-right: 25px;
    margin-bottom: 60px;
}

    .homepage-tile:nth-child(7n) {
        margin-right: 0;
    }

    .homepage-tile img {
        max-width: 350px;
    }

.trans-detail{
    margin-right: 15px;
    width: 175px;
    font-weight: 400;
}

.font-courier {
    font-family: courier;
}

.UcElements_AddressContainers {
    height: 215px;
}

.address-book-item{
    border: 0;
    background: #fff !important;
    display: block;
    width: 100%;
}

#pnlEditMainImageNotFound, #pnlEditThumbImageNotFound {
    margin: 20px 0;
}

#txtEditGaDdlOptions {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

#rblAddGaUpdateModes input, #rblEditGaUpdateModes input {
    float: left;
    position: relative;
    top: 5px;
    width: 20px;
}

#rblAddGaUpdateModes label, #rblEditGaUpdateModes label {
    float: right;
    position: relative;
    top: -3px;
    width: 95%;
}

.gbl-attr-cb{
    width: 30px;
}

.gbl-attr-span{
    width: 90%;
    margin-bottom: 20px;
}

#cblGlobalAttrs_0 {
    position: relative;
    top: -20px;
}

#cblGlobalAttrs_1 {
    position: relative;
    top: -45px;
}

#cblGlobalAttrs label {
    width: 95%;
    margin-left: 10px;
    height: 80px;
}

.ui-front {
    z-index: 9999;
}

#lbAddChildrenNames, #lbEditChildrenNames {
    font-size: smaller;
}

#countries {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.in-development{
    font-weight: bold;
    color: red;
}

.order-discount-status{
    max-height: 285px;
}

.recent-view{
    float: left;
    display: inline-block;
    width: 200px;
}

#QtyPrices td{
    padding-right: 5px !important;
}
.close{
    background-color:transparent;
    border-color:transparent;
    font-size:large;
}