/* POPUP STYLES */
.popup-container {
    z-index: 500;
}

.popup-container.fixed-position {
    position: fixed;
}

.popup-container .popup-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
    z-index: 500;
}

.popup-content,
.popup-content-small,
.popup-content-large,
.popup-content-addtocart,
.popup-content-medium,
.popup-content-deliverypoint,
.popup-content-sortmenu,
.popup-content-pricingmenu {
    background-color: #fff;
    z-index: 501;
    border: 2px solid #000;
    position: relative;
    word-wrap: break-word;
}

/*Force floated content to give parent container a height*/
    .popup-content:after,
    .popup-content-small:after,
    .popup-content-large:after,
    .popup-content-addtocart:after,
    .popup-content-medium:after,
    .popup-content-pricingmenu ::after{
        content: "";
        display: table;
        clear: both;
    }

.popup-close {
    position: absolute;
    z-index: 502;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

.popup-close img {
    margin-right: 5px;
}

.popup-content-large {
    width: 850px;
}

.popup-content-addtocart {
    width: 880px;
}

.popup-content-small {
    width: 450px;
}

.popup-content-medium {
    width: 650px;
}

.popup-content-deliverypoint,
.popup-content-sortmenu {
    padding: 5px;
}

.notif-popup .popup-content-body { /* Adds padding to container without affecting h1 */
    padding: 0px 15px;
}

h1.notification-popup-head {
    background-color: #ffd400;
    float: none;
    clear: both;
    margin: 0px;
    padding: 5px 10px;
}

/* ADD TO CART POPUP */

.added-img, .added-info {
    float: left;
}

.added-img {
    width: 240px;
}

.added-info {
    margin: 30px 0px 0px 20px;
    width: 350px;
}

.added-uom {
    font-size: 12px;
    font-style: italic;
    margin-top: 3px;
}

.added-qty, .added-extprice {
    margin: 3px 0px;
    font-size: 16px;
    font-weight: bold;
}

.added-extprice .price {
    font-size: 18px;
}

.added-buttons .button-container {
    margin: 15px 8px 0px 0px;
}

.added-info-prod {
    margin-bottom: 50px;
}

/* END ADD TO CART POPUP */

/* CART ITEM STYLES */

.cart-item-container {
    width: 100%;
    float: right;
}

.cart-item {
    min-height: 145px;
    background-color: #f1f1f1;
    border: 1px solid #cbcbca;
    width: 100%;
    margin: 4px auto;
    clear: both;
    position: relative;
    float: left;
}

.cart-item .select {
    float: left;
    width: 17.3%;
}

.cart-item .content {
    float: right;
    width: 82.7%;
}

.cart-item .select-budget{
    float: left;
    width: 23%;
}

.cart-item .content-budget{
    float: right;
    width: 77%;
}

.cart-item .content .child {
    clear: both;
}

.cart-item .content .child .qty {
    width: 100px;
    margin: 0 auto;
}

.cart-item .content .child .cart-col-info { 
    margin-bottom: 30px;
}

.cart-item.add-to-list-hack {
    position: static;
}

.cart-item .prod-img {
    float: left;
    width: 145px;
    height: 145px;
}

.cart-item p {
    margin: 0px;
}

.cart-item .add-list-button {
    float: left;
    margin: 0px 5px;
}

.cart-col-info, .cart-col-price, .cart-col-total {
    float: left;
    padding: 0px 10px;
}

.shopping-cart-items.col-md-12 .cart-col-info {
    max-width: 470px;
}

.supersede-content .cart-col-info {
    margin-bottom: 0px;
    min-height: 115px;
}

.shopping-cart-items.col-md-9 .cart-col-info {
    width: 240px;
}

.supersede-content .cart-col-info {
    width: 300px;
}

.cart-col-info {
    margin-bottom: 27px; /* Prevents the content from streaming underneath "Remove Item", "Delivery Point" controls */
    word-wrap: break-word;
}

.supersede-content {
    margin: 15px auto;
}

.supersede-header {
    margin-top: 5px;
    margin-bottom: 3px;
}

.supersede-items {
    min-height: 190px;
    max-height: 400px;
    width: 800px;
    overflow: auto;
}

.supersede-content, .supersede-content table {
    width: 780px;
}

.supersede-content .cart-col-price {
    text-align: right;
    width: 280px;
}

.supersede-content .cart-col-price .uom {
    font-size: 16px;
    min-width: 84px;
    display: inline-block;
}

.supersede-content .price {
    font-size: 20px;
    display: inline-block;
    min-width: 73px;
}

span.quantity {
    font-style: italic;
}

.quantity {
    color: #606060;
    font-size: 12px;
    margin-left: 8px;
}

.supersede-content .quantity {
    margin-right: 5px;
    display: inline-block;
    min-width: 45px;
}

img.buy-right {
    width: 120px;
    height: 29px;
    float: right;
    margin-right: 5px;
}

.supersede-actions {
    float: right;
    width: 500px;
}

.supersede-actions > div {
    float: right;
}

.cart-col-price, .cart-col-total {
    width: 125px;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
}

.cart-col-info .item-desc {
    margin: 10px 0px 3px 0px;
}

.cart-col-info .item-desc-budget {
    margin: 10px 0px 3px 0px;
    min-height: 32px;
}

.cart-col-info .item-uom {
    font-size: 12px;
    font-style: italic;
    margin: 3px 0px;
}

.icons {
    padding-top: 4px;
}

.icons-budget {
    padding-top: 4px;
    padding-bottom: 20px;
}

.product-options .button-container {
    margin: 0px;
}

.cart-col-price {
    font-size: 16px;
}

.cart-col-price .uom {
    font-size: 14px;
}

.cart-col-total {
    font-size: 18px;
}

.cart-input {
    margin-top: 5px;
}

.cart-input .qty-input, .cart-input .comment-input {
    width: 100px;
}

.cart-input .qty-input {
    text-align: center;
}

.cart-input .comment-input {
    height: 30px;
    margin-top: 3px;
    font-family: 'lucida sans', 'trebuchet MS', 'Tahoma';
    font-size: 12px;
    resize: none;
}

.cart-item .product-options {
    position: absolute;
    bottom: 5px;
    left: 170px;
}

.cart-item .product-options-budget {
    position: absolute;
    bottom: 5px;
    left: 120px;
}

.cart-item .select-item {
    float: left;
    height: 145px;
}

.cart-item .select-item .select-input {
    position: relative;
    top: 65px;
}

.cart-item .select-item .select-input.hidden-selector {
    visibility: hidden;
}

/* END CART ITEM STYLES */
.dropdown-button-selected {
    font-weight: bold;
    color: #0a7cc1;
}

.product-options .popup-list {
    display: inline-block;
}

.create-div .button-container {
    float: none;
}

.create-div .create-text {
    width: 153px;
}

.popup-list .empty-list,
.add-list-names li.remove-link {
    color: #e81d2a;
}

.popup-list .empty-list {
    display: none;
    font-style: italic;
    margin-left: 5px;
}

.popup-content-addtocart .popup-list {
    margin-top: 5px;
}

/* TERMS CONDITIONS STYLES */
.terms-text {
    max-height: 400px;
    overflow: auto;
}

.terms-chk {
    float: left;
    width: 20px;
    display: inline-block;
}

.terms-chk input {
    margin-top: 12px;
}

.terms-conditions .faux-col {
    float: left;
    width: 450px;
    clear: none;
}
/* END TERMS CONDITIONS STYLES */

.centered-button {
    text-align: center;
}
.right-button {
    text-align: right;
}
.centered-button:after, .right-button:after {
    content: "";
    display: block;
    padding: 10px 0px;
    clear: both;
}

/* prevent focus outline on button when pop-up loads*/
.centered-button a, .right-button a {
    outline-color: transparent;
    outline-style: none;
}

.item-quick-view {
    min-height: 100px;
    width: 240px;
    padding: 20px 10px 10px;
    border: 1px solid #F00;
    background-color: #FFF;
}

.qv-desc {
    margin: 5px 0px;
}

.qv-arrow {
    position: absolute;
    bottom: -12px;
    left: 15px;
}

.qv-uom {
    font-style: italic;
    margin: 5px 0px;
    font-size: 12px;
}

.popup-container .message-only-margin {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.arrow-box {
    position: absolute;
    bottom: 18px;
    width: 240px;
    height: auto;
    padding: 15px;
    border: 1px solid #b1b1b1;
    background-color: #FFF;
}

.arrow-box img{
    max-width: 100%;
    max-height: 100%;
}

.arrow-box .down-arrow {
    position: absolute;
    bottom: -9px;
    left: 52px;
}

.config-assignment-content {
    max-height: 400px;
    overflow: auto;
}


.popup-content-pricingmenu-scroll {
    background-color: #fff;
    z-index: 501;
    border: 2px solid #000;
    position: relative;
    word-wrap: break-word;
    height: 150px;
    overflow-y: scroll;
}

.pricing-popup-row {
    width: 100%;
    background: #fff;
}

.pricing-popup-row-alt {
    width: 100%;
    background: #f1f1f1;
}

.pricing-popup-col {
    width: 50%;
    float:left;
    padding-left:5px;
}
.pricing-popup-rice-col {
    width: 50%;
    float: right;
}
.pricing-dropdown-arrow {
    float:right; 
    padding-top:2px; 
    padding-left:2px;
}
.pricing-dropdown-arrow-uom {
    float: right;
    padding-top: 8px;
    padding-left: 2px;
}
.pricing-minQty {
    color: #767676;
    font-style: italic;
}
.pad-top-30 {
    padding-top: 30px;
}
.no-top-padding {
    padding-top: 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.item-num {
    font-size: 12px;
    font-style: italic;
}

.font-size-16px {
    font-size: 16px;
}

.fontsize-18px {
    font-size: 18px;
}

.full-width {
    width: 100%;
}
.childLine-title{
    font-weight: bold;
    padding-bottom: 4px;
}
.childLine-area {
    background-color: #eee;
}
.childLine-area:after {
    content: "";
    display: table;
    clear: both;
}
.childLine {
    background-color: #eee;
    float:left;
    height: 100%;
    max-height:100%;
    max-width:100%;
}
.childLine-image {
    width: 15%;
}
.childLine-description {
    width: 70%;
    margin:auto;
}
.childLine-button {
    width: 15%;
    margin: auto;
}
.childLine-button .childLine-button-text {
    position: absolute;
    top: 50%;
    margin-top: 10px;
}
.childLine-text{
    padding-top: 10px;
    word-wrap:break-word;
    font-size: 14px;
    padding-bottom: 3px;
}
.childLine-sub-text {
    font-size: 12px;
    padding-bottom:10px;
}
.childLine-success {
    padding-bottom: 10px;
}
