/* Showdown CSS */
body {
    color: #555;
    font: 13px/1.7em 'Arial';
}

p {
    font: 13px/1.7em 'Arial';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial';
    font-weight: normal;
}

input,
button,
select,
textarea {
    font-family: 'Arial';
}

a {
    color: #555;
}

/*------------------------------------------------------------------
[ Navbar / .navbar ]
*/

.navbar .navbar-header .navbar-brand {
    background-image: url(logo.png);
    width: 65%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.navbar-asi {
    color: #999;
    font-size: 11px;
    margin-bottom: -8px;
}

    .navbar-asi li {
        list-style-type: none;
        margin-left: -32px;
    }

.navbar.navbar-inverse .navbar-form .search-query {
    width: 225px;
    margin-top: 1px;
    margin-left: 22px;
    background-color: #3f3f3f;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    border-color: #333;
    border-radius: 4px 0px 0px 4px;
}

.navbar-form .btn-group-sm > .btn, .btn-sm {
    border-radius: 0px 3px 3px 0px;
}

@media (min-width: 768px) {
    .navbar-form {
        padding-top: 15px;
    }
}

@media (min-width: 1200px) {
    .right-caret:after {
        border-left: 5px solid #ffaf46;
    }
}

.btn-warning,
.btn-dark {
    background-repeat: repeat-x;
    border-color: #555555;
    background-image: linear-gradient(to bottom, #555555 0%, #555555 100%);
    box-shadow: #ffffff 0px 1px 2px 0px;
    box-shadow: rgba(255,255,255,99) 0px 1px 2px 0px;
    background-color: #555555;
}

.btn-warning:active,
    .btn-warning.active, 
    .btn-warning.disabled {
        background-color: #555555;
        border-color: #555555;
    }

    .btn-warning.active,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning:focus,
    .btn-warning:hover,
    .btn-dark:active,
    .btn-dark:focus,
    .btn-dark:hover,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #444444;
        border-color: #444444;
        background-image: linear-gradient(to bottom, #444444 0%, #444444 100%);
    }

    .btn-warning.disabled,
    .btn-warning.disabled.active,
    .btn-warning.disabled.focus,
    .btn-warning.disabled:active,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled],
    .btn-warning[disabled].active,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:active,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning.active,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        color: #fff;
        background-color: #444444;
        border-color: #444444;
        background-image: linear-gradient(to bottom, #444444 0%, #444444 100%);
    }

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        background-image: linear-gradient(to bottom, #E6E6E6 0%, #E6E6E6 100%);
    }
/*------------------------------------------------------------------
[ Footer ]
*/
.wrap {
    bottom: 0;
    height: 100px;
    left: 0;
    position: relative;
    width: 100%;
}

.extra {
    border-top: 1px solid #000;
    padding: 20px 0;
    font-size: 11px;
    color: #BBB;
    background: #1A1A1A;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

    .extra a {
        color: #666;
    }

.footer {
    margin-top: 0;
    border-top: 1px solid #000;
    padding: 15px 0;
    font-size: 12px;
    background: #111;
    color: #999;
    -webkit-box-shadow: inset 0 1px 0 #292929;
    box-shadow: inset 0 1px 0 #292929;
}

    .footer #footer-terms {
        text-align: right;
        font-size: 25px;
    }

    .footer a {
        color: #FFF;
    }

        .footer a:hover {
            color: #FFF;
            text-decoration: none;
        }

/*------------------------------------------------------------------
[ Back to Top / #back-to-top ]
*/
#back-to-top {
    background: #222;
    background: rgba(0, 0, 0, 0.75);
}

    #back-to-top:hover {
        background-color: #F90;
        background: #FFBB1C;
    }

    #back-to-top i {
        color: #fff;
    }

.item-link a {
    color: #555;
}

.scrollWrapper {
    overflow: scroll;
    height: 150px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: white;
}

.table-striped > tbody {
    background-color: #E8E8E8;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    border: none;
    background-color: white;
    border-radius: 0;
    font-size: 15px;
    margin-top: 15px;
}
/*------------------------------------------------------------------
[ Shortcuts / .shortcuts ]
*/
.shortcuts {
    text-align: center;
}

    .shortcuts .shortcut {
        width: 95px;
        display: inline-block;
        padding: 12px 0;
        margin: 0 5px 1em;
        vertical-align: top;
        text-decoration: none;
        background: #F3F3F3;
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
        background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
        background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
        border: 1px solid #ddd;
        box-sizing: border-box;
        border-radius: 5px;
    }

#hidden-shortcut {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#F6F6F6));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #F6F6F6, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #F6F6F6 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #F6F6F6 100%);
}

.shortcuts .shortcut .shortcut-icon {
    width: 100%;
    margin-top: .25em;
    font-size: 32px;
    color: #555;
}

.shortcuts .shortcut .shortcut-icon-hidden {
    width: 100%;
    margin-top: .25em;
    font-size: 32px;
    color: #CACACA;
}

.shortcuts .shortcut:hover {
    background: #E8E8E8;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
    background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
}

.shortcuts .shortcut:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.shortcuts .shortcut:hover .shortcut-icon {
    color: #666;
}

.shortcuts .shortcut-label {
    display: block;
    margin-top: .75em;
    font-weight: 400;
    color: #666;
}

.shortcuts .shortcut-label-hidden {
    display: block;
    margin-top: .75em;
    font-weight: 400;
    color: #CACACA;
}
/*------------------------------------------------------------------
[ Steps ]
*/
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: linear-gradient(to bottom, #FFBB1C 0%, #E8A300 100%);
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: linear-gradient(to bottom, #FFBB1C 0%, #E8A300 100%);
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #ffc849;
    color: #fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none;
    font-weight: 400;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
    font-weight: 600;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #eb8f00;
    background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;
}

.col-catalog .info {
    padding: 2px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    min-height: 75px;
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    border-top: 1px solid #e9e9e9;
}

.paging {
    background: -moz-linear-gradient(center top, #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0% 0% transparent;
    background-image: linear-gradient(to bottom, #FAFAFA 0%, #E9E9E9 100%);
    background: linear-gradient(to bottom, #FAFAFA 0%, #E9E9E9 100%);
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.navbar > li {
    border-left: 1px solid #333;
    }
}
.bottom-links-bar {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333), to(#323232));
    background-image: -webkit-linear-gradient(top, #333, 0%, #000, 100%);
    background-image: -moz-linear-gradient(top, #333 0%, #000 100%);
    background-image: linear-gradient(to bottom, #333 0%, #000 100%);
    -webkit-border-radius: 0px 0 6px 6px;
    -moz-border-radius: 0px 0 6px 6px;
    border-radius: 0px 0 6px 6px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    margin-top: 10px;
}
#trigger-upload {
    color: white;
    background-color: #00ABC7;
    font-size: 14px;
    padding: 7px 20px;
    margin-left: 15px;
}
.qq-upload-button {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e0e0e0;
    border-color: #ccc;
}
#amountw {
    border: 0;
    color: #f6931f;
    font-weight: bold;
}
#amounth {
    border: 0;
    color: #f6931f;
    font-weight: bold;
}

@media (max-width: 767px) {
    a#searchButton {
    display: inline-block;
    margin-top: -2px;
}
    .navbar.navbar-inverse .navbar-toggle {
        margin-right: 25px;
    }

    .navbar-toggle {
        float: none;
        margin-left: 10px;
    }

    div#footer-terms {
    float: left;
    padding-left: 0;
    margin-left: -9px;
}
}
.ui-dialog-titlebar {
    background-color: #333;
    color:white;
}
.customerBulletin {
    display: inline;
}
a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share {
    display: none;
}
a.breadcrumb {
    color: #337ab7;
}
.btn-search {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FFCC00), to(#FFCC00));
    background-image: -webkit-linear-gradient(top, #FFCC00, 0%, #FFCC00, 100%);
    background-image: -moz-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background-image: linear-gradient(to bottom, #FFCC00 0%, #FFCC00 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00', endColorstr='#FFCC00', GradientType=0);
    text-shadow: none;
    background-color: #FFCC00;
    border-color: #FFCC00;
    color: white;
    border: none;
    line-height: inherit;
}
.btn-search:hover {
    color: white;
    background-color: #FFCC00;
    border-color: #FFCC00;
}
.navbar-subheader {
    background-color: white;
    padding-left:50px;
    padding-right:50px;
    min-height: 30px;
}

.header-main .top-search-holder .search-area .search-button {
    border-radius: 0px 30px 30px 0px;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 7px 15px 7px;
    text-align: center;
    background-color: #FFCC00;
    border: 1px solid #FFCC00;
    color: white;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 18px;
    position: absolute;
    left: 34px;
    top: 13px;
    width: 18px;
    background: #fdd922;
    color: #0f6cb2;
    font-size: 11px;
    text-align: center;
    line-height: 19px;
}
.dropdown-all .caret {
    color: #FFCC00;
    margin-left: 5px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #FFCC00;
}
header {
    background: black;
    margin-bottom: 20px;
}
.header-main .top-search-holder .search-area {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 13px 0 0;
    background: #fff;
    border-radius: 30px !important;
    border: 1px black solid;
}
#footer-sub{
    background-color: black;
    border-top: 1px solid #dbdbdb;
}

#footer-main{
    background-color: black;
    border-top: 1px solid #555555;
}
#footer-sub a:link {
    text-decoration: none;
    color:#ccc;
    font-size: 14px;
}
#footer-sub hr{
    margin: 5px;
    border-color: #555;
}
.footer-border {
    margin-bottom: 30px;
    border-top: 1px solid #555555;
}
  .logo>a>img {
    max-width: 190px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-GlobalAccountFlyout-flyout-link {
    color: #fff;
    background: transparent;
    border: none;
}
@media (min-width: 992px) {
    .top-cart-row .dropdown-cart {
        float: right;
    }
}
a.dropdown-toggle.header-GlobalAccountFlyout-flyout-link {
    padding-top: 12px;
}
button.header-GlobalAccountFlyout-flyout-link {
    padding-top: 12px;
}
.customerBulletin p {
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-left: 35px;
}
#social-menu ul li {
    display: inline-block;
    margin-left: 0;
    padding-right: 5px;
}
#social-menu span {
    font-size: 16px;
    font-weight: 600;
    color: #ccc;
    vertical-align: text-bottom;
}
#social-menu a:link {
    color: #ccc;
    font-size: 25px;
    padding-top: 5px;
}
#footer-sub ul {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 15px;
}
a.dropdown-toggle.header-GlobalAccountFlyout-flyout-link > .header-GlobalAccountFlyout-customerName > .ellipsify-name {
    min-width: 75px;
    text-align: center;
}

/*bolds radio selection*/
input[type="radio"]:checked + label {
    font-weight: bold;
}

/*BEGIN - Distributor Website Lists*/
.customer-info, .product-list {
    /*float: right;*/
}

#list-detail > .product-list {
    float: left;
}

#list-detail > .checkout-info, .customer-info {
    padding-right: 0;
}
#list-detail > .checkout-info .widget.stacked-shadow, .customer-info .widget.stacked-shadow {
    margin-left: 12px;
    margin-bottom: 1rem;
}
#list-detail > .checkout-info .stacked-shadow .continue-checkout {
    margin-left: 7px;
}

    .cart-item-header {
        padding: 10px 0;
        border-top: 1px solid #DDDDDD;
        float: left;
        width: 100%;
        background-color: #444444;
        color: #FFFFFF;
    }

    .cart-item-header .cart-item-title {
        text-transform: uppercase;
        text-align: center;
    }

    .cart-item-header .cart-item-title-quantity,
    .cart-item-header .cart-item-title-price {
        text-transform: uppercase;
        text-align: right;
        padding: 0 7px;
    }

div.cart-item-body {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #DDDDDD;
}

div.cart-item {
    padding: 10px 0;
    border-top: 1px solid #DDDDDD;
    float: left;
    width: 100%;
}

    div.cart-item .cart-unit-price,
    div.cart-item .cart-item-quantity {
        line-height: 1.4em;
        text-align: right;
        padding: 10px 10px;
        height: 40px;
    }

    div.cart-item .cart-item-quantity {
        font-family: 'Arial';
        color: #555555;
        font-weight: bold;
    }

.cart-item-img {
    text-align: center;
}

    .cart-item-img img {
        max-width: 95px;
        width: 100%;
    }

.cart-item-info {
    line-height: 1.8em;
}

.cart-item-name {
    font-family: 'Arial';
    color: #555555;
    font-weight: bold;
}

.cart-item .btn.expander {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: bold;
}

.cart-item .btn-expander {
    float: left;
    width: 100%;
    padding-top: 15px;
}
/*car kit item*/
.cart-kit-item {
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    float: left;
}

    .cart-kit-item.cart-kit-last-item {
        border-bottom: none;
    }

    .cart-kit-item .cart-quantity {
        font-family: 'Arial';
        color: #555555;
        font-weight: bold;
        text-align: right;
        padding: 0 10px;
    }

.list-total-panel .list-total-label .title,
.list-total-panel .list-total-number .title {
    font-weight: bold;
}

.list-total-panel .list-total-number {
    text-align: right;
}

.list-total-panel .continue-checkout {
    width: 100%;
    font-size: 13px;
}

.customer-info-line {
    height: 28px;
}
    .customer-info-line .title {
        font-weight: bold;
        padding-right: 5px;
        vertical-align: top;
        text-align: left;
    }

.customer-info-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.customer-info-line p {
    display: inline;
}

    .customer-info-line td.not-provided {
        display: inline-block;
        color: #888888;
        font-style: italic;
    }

    .customer-info-line td.customer-info-content {
        word-break: break-word;
    }

    .contact-method {
        font-size: 12px;
        color: #888888;
        font-style: italic;
        margin-bottom: 20px;
    }

        .contact-method span {
            color: #555555;
            font-style: italic;
            font-weight: bold;
        }

.distributor-comment p {
    max-width: 270px;
    max-height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.date-submitted {
    font-weight: bold;
    color: #444444;
    font-size: 16px;
    display: block;
}

.customer-info .border-bottom {
    border-bottom: 1px solid #ccc;
}

.submitted-from {
    display: block;
    margin-top: 20px;
    font-size: 12px;
}

.distributor-comment {
    position: relative;
    overflow-y: hidden;
    max-height: 4.8em;
    text-align: justify;
    margin-top: 20px;
}
    .distributor-comment .ellipsis {
        position: absolute;
        right: 0;
        bottom: -4px;
        z-index: 89;
        background: #ffffff;
        padding-left: 4px;
        font-size: 12px;
    }
.see-more {
    font-weight: bold;
    cursor: pointer;
}
.see-more:hover {
    text-decoration: none;
}

.customer-info .site-url {
    font-weight: bold;
    font-size: 12px;
    word-break: break-word
}

.customer-info-text {
    margin: 20px 0;
}

.widget-content.list-total {
    background: #F5F5F5;
}

.customer-info-content {
    vertical-align: top;
}

.list-item {
    line-height: 0.3em!important;
}

.order-group .list-group-item {
    cursor: pointer;
    padding: 10px 0 30px 0;
}

.order-group .list-group-item.selected-order span {
    font-weight: bold;
}

.order-group .list-group-item.selected-order {
    background: #F5F5F5;
}

.order-group .list-group-item.selected-order:after {
    content: '\25BA';
    right: -11px;
    position: absolute;
    color: #ddd;
}

.label-list-added-to-cart {
    text-align: center;
    font-style: italic;
    background-color: rgba(255, 204, 0, 0.3);
    border: solid 2px;
    border-color: rgba(255, 204, 0, 1);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.customer-name-container, .create-date-container {
    float: left;
}

.create-date-container {
    text-align: right;
    width: 30%;
}

.customer-name-container {
    width: 66%;
    text-align: left;
    padding: 0px 0px 0px 15px;
    overflow: hidden;
    max-height: 20px;
    position: relative;
}

.order-group .list-group-item.selected-order .customer-name-container .truncate {
    background: #F5F5F5;
    font-weight: bold;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-size: 1.3rem;
    margin: 0;
    background: white;
    color: #444444;
}

.list-group-item span {
    color: #444444;
}

.dw-order-panel {
    border: none;
}

    .dw-order-panel .panel-heading {
        background: #444444;
    }

.stacked-shadow {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.customer-name-container .customer-name {
    word-break: break-all;
}
.cart-modification-help {
    margin-left: 5px;
    cursor: pointer;
}
.cart-modification-help i {
    font-size: 18px;
}
/*END - Distributor Website Lists*/
/*START - Business Continuity Plan*/
.business-continuity-plan .letter-header {
    text-align: center;
    font-weight: bold;
}
.business-continuity-plan .section-title {
    text-decoration: underline;
    font-style: italic;
}
.business-continuity-plan a {
    text-decoration: underline;
}
.business-continuity-plan ol.numeric-bullet {
    counter-reset: list;
}

.business-continuity-plan ol.numeric-bullet > li {
        list-style: none;
    }

.business-continuity-plan ol.numeric-bullet > li:before {
        content: counter(list, decimal) ". ";
        counter-increment: list;
    }
/*END - Business Continuity Plan*/

.homepageContainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: -15px;
    margin-bottom: -3em;
}

    .homepageContainer .homepage-content {
        padding-left: 0px;
        padding-right: 0px;
    }
        .homepageContainer .homepage-content.homepage-promo-content > div {
            padding-left: 5px;
            padding-right: 5px;
        }
        .homepageContainer .homepage-content.product-stack {
            padding-top: 11px;
        }
            .homepageContainer .homepage-content.product-stack > .product-stack-title {
                text-align: center
            }
                .homepageContainer .homepage-content.product-stack > .product-stack-title > p {
                    font-size: 25px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

.modal-header {
    background-image: unset;
    border: unset;
    border-bottom: unset;
    color: #555;
}

.modal-header .modal-title {
    text-align: center;
    color: #555;
    font-weight: bold;
    text-shadow: none;
}

.modal-header .close {
    color: #555;
    text-shadow: none;
}

#confirmRemoveOption .modal-body,
#wait-dialog-po .modal-body {
    text-align: center;
    padding-top: 0;
}

#confirmRemoveOption .modal-body {
    padding-bottom: 0;
}

#confirmRemoveOption .modal-footer {
    border: none;
    text-align: center;
}

#wait-dialog-po .modal-body .btn {
    width: 156px;
}