﻿/********** PROJECTS **********/
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }

      .no-print, .no-print *
    {
        display: none !important;
    }
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.row.project-shopping-list {
    margin: 8px -10px 51px;
}

.projects hr {
    margin: 54px 0 20px;
}
.projects .links ul {
    padding: 29px 0 0;
}

.projects .links li:first-of-type {
    padding: 0 18px 0 0;
}

.projects .links .tooltip {
    padding: 0 0 0 1px;
}

.projects .links p:last-of-type {
    padding: 0 0 3px;
}

.projects .links h1 {
    padding: 5px 0 27px;   
}

.projects .col-md-6 {
    /*max-width: 384px;*/
    max-width: 351px;
}

/*.projects .actions {
    padding: 19px 0 0 31px;
}*/

    .projects .actions a:first-of-type {
        padding: 0 3px 0;
    }

#ProjectsSectionLeft .icon-arrow-right {
    position: relative;
    font-size: 0.7em;
    color: #bfbfbf
}

#ProjectsSectionLeft a:hover .icon-arrow-right {
    color: #4c4c4c;
}

    #ProjectsSectionLeft .icon-arrow-right:before {
        position: absolute;
        top: 1px;
        right: -17px;
    }

#ProjectsSectionLeft ul,
#ArticlesSectionLeft ul {
    list-style-type: none;
    clear: both;
    margin: 0 0 18px;
}

#ProjectsSectionLeft li,
#ArticlesSectionLeft li {
    padding: 0 0 11px;
}

#ProjectsSectionLeft .title {
    margin: 0 0 22px;
}

#ProjectsSectionLeft li a {
    position: relative;
}

    #ProjectsSectionLeft li a:hover {
        font-weight: 700;
        text-decoration: none;
    }

    #ProjectsSectionLeft li a > span {
        position: absolute;
        top: -16px;
        right: -16px;
    }


#ProjectsSectionLeft .single-field-form {
    margin: 0 0 20px; 
}

#ProjectsSectionLeft .single-field-form input[type="text"] {
    width: 221px;
}

#ProjectsSectionLeft .single-field-form button {
    margin: 0 0 0 10px;
    width: auto;
}


#ShoppingListSectionRight .title {
    margin: 0 0 27px;
}

/*#ShoppingListSectionRight .more {
    padding: 0 33px 0;
}*/

#ShoppingListSectionRight .checkbox {
    float: left;
    margin: 0 0 5px;
    line-height: 20px;
    width: 100%;
}

    #ShoppingListSectionRight div.checkbox:last-of-type {
        margin: 0 0 1px;
    }

#ShoppingListSectionRight label.checkbox {
    margin: 0 0 11px;

}

#ShoppingListSectionRight label.label-align {
    float: left;
    width: 100%;
}

#ShoppingListSectionRight label.label-align span {
    margin: 0 0 12px 20px;
}

#ShoppingListSectionRight .tooltip {
    margin: 0 0 0 20px;
    padding: 2px 0 0 0;
}

#ColourSwatchesSectionLeft label,
#PaintProductsSectionRight label {
    font-size: 1em;
    line-height: 0;
    padding: 10px 0 0;
}

#ColourSwatchesSectionLeft input,
#PaintProductsSectionRight input {
    margin: 4px 0 0 5px;
}

#ColourSwatchesSectionLeft .thumbs,
#PaintProductsSectionRight .thumbs {
    padding: 0;
}

#ColourSwatchesSectionLeft p.more {
    padding: 0 0 17px;
}

#ColourSwatchesSectionLeft .paint-amount p,
#PaintProductsSectionRight .paint-amount p {
    font-size: 35px;
    font-weight: 300;
    padding: 22px 0 0;
}

#ColourSwatchesSectionLeft .paint-amount .item {
    border: 1px solid #ebebeb;
    background-color: #fff;
}

#ColourSwatchesSectionLeft .paint-amount a:hover {
    text-decoration: none;
}

#GallerySection .title {
    margin: 0 0 32px;
}


#ArticlesSectionLeft .title {
    margin: 0 0 22px;
}

#ArticlesSectionLeft li,
#ArticlesSectionRight  li {
    float: left;
    padding: 0 0 11px;
    width: 100%;
    position: relative;
}

    #ArticlesSectionLeft li a.article-title {
        width: 90%;
        max-width: 287px;
        display: block;
        white-space: normal;
    }

    #ArticlesSectionLeft li a:hover {
        font-weight: 700;
        text-decoration: none;
    }

    #ArticlesSectionLeft li a:hover .icon-arrow-right {
        color: #4c4c4c;
    }

    #ArticlesSectionLeft .icon-arrow-right {
        font-size: 0.85em;
        color: #bfbfbf;
    }

#ArticlesSectionLeft .add.action,
#ArticlesSectionRight .add.action {
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
}


.projects .thumbs.articles {
    padding: 0 0 18px;
}
 
.projects .thumbs.articles li {
    margin: 0 10px 10px 0;
    width: 115px;
}

.projects .thumbs.articles a.img {
    height: 115px;
}


.stores-list {
    padding: 0 0 11px;
}

#StoresSectionRight .title {
    margin: 0 0 21px;
}

#StoresSectionRight .icon-close:before {
    margin: 0 0 0 -5px;
}
.store {
    position: relative;
    margin: 0 0 20px;
    padding: 10px 15px 5px;
    border: 1px solid #ebebeb;
}

    .store h3 {
        padding: 0 0 11px;
        width: 80%;
    }

    .store .close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .store p:last-of-type {
        line-height: 20px;
        padding: 0 0 14px;
    }

    .store div {
        padding: 5px 0;
    }

        .store div.clearf {
            padding: 0;
        }

.show-colours-only {
    float: left;
    width: 100%;
}

.show-colours-only .thumbs {
    margin: 0 24px 26px 0;
    width: 110px;
}

.show-colours-only .thumbs li {
margin: 0 5px 0 0;
}
.show-products-only {
    float: left;
    width: 100%;
}

.show-products-only .thumbs {
    float: left;
    /*width: 110px;*/
    height: 203px;
    margin: 0 21px 0 0;
    padding: 0 0 19px !important;
    width: 96px;
}

    .show-products-only .thumbs:nth-child(3n+3) {
        margin: 0;
    }

    .show-products-only .thumbs li {
        margin: 0;
        width: 96px;
    }
    .show-products-only .thumbs .item {
        border: none;
    }

    .show-products-only .thumb-image {
        height: 105px;
    }

    .show-products-only .thumb-image div {
            border: 0;
            /*width: 110px;*/
            width: 96px;
            /*height: 110px;*/
            height: 105px;
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: center center;        
    }

    .show-products-only .thumbs span.action {
        border: 1px solid rgba(0,0,0,0.15);
    }

    .show-products-only .thumbs p {
        padding: 0;
        
    }




/********** SELECT ITEMS TOOLTIPS **********/
.select-items {
    max-width: 203px;
    text-align: center;
}

    .select-items p {
        font-size: 0.8em;
        line-height: 15px;
        padding: 0 0 10px;
    }

.select-items a.button{
    font-size: 0.86em;
    float: left;
    clear: both;
    white-space: normal;
    margin: 0 0 15px 0;
    width: 100%;
}

.select-items .browse {
    float: left;
    border-top: 1px solid #fafafa;
    padding: 15px 0 0;
    width: 100%;
}

    .select-items a.colour,
    .select-items a.colour:visited {
        border: 1px solid rgba(0,0,0,0.3);
    }

        .select-items a.colour:hover {
            font-weight: 600;
    }

/********** PROJECT **********/
.projects .project-details .links h1 {
    float: left;
    padding: 0 0 19px !important;
    letter-spacing: -0.9px;
}

.project-details .links a {
    text-decoration: none;
}

    .project-details .links a:hover {
        font-weight: 700;
    }

.project-details span.small {
    float: left;
    font-weight: 400;
    display: block;
    padding: 24px 0 0 20px;
    text-decoration: none;
    cursor: pointer;
}

    .project-details a:hover span.small {
        font-weight: 700;
    }

    .project-details .small.edit-mode {
        float:left;
        font-size: 0.75em;
        font-weight: 400;
        padding: 39px 0 0 20px;
        cursor: pointer;
    }

.project-details .links input {
    font-size: 0.85em;
    font-weight: 300;
    padding: 0 10px;
    height: 50px;
}

/*.project-details .actions {
    padding: 8px 0 0 31px;
}*/

.project-details #GallerySection {
    padding: 0 10px 8px;
}


#ShoppingListSectionLeft .title {
    margin: 0 0 27px;
}

/*#ShoppingListSectionLeft .more {
    padding: 0 33px 0;
}*/

#ShoppingListSectionLeft .checkbox {
    float: left;
    margin: 0 0 5px;
    line-height: 20px;
    width: 100%;
}

    #ShoppingListSectionLeft div.checkbox:last-of-type {
        margin: 0 0 1px;
    }

#ShoppingListSectionLeft label.checkbox {
    margin: 0 0 15px;

}

#ShoppingListSectionLeft label.label-align {
    float: left;
    width: 100%;
}

#ShoppingListSectionLeft label.label-align span {
    margin: 0 0 12px 20px;
}

#ShoppingListSectionLeft .tooltip {
    padding: 2px 0 0 20px;
}

.product-detais .grid-section + .grid-section .row.colour-product-thumbs {
    margin: 20px -10px 24px;
}

@-moz-document url-prefix() {
    .title > a i:before {
        top: 4px;
        vertical-align: middle;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome, #ProjectsSectionLeft li a > span {
     right: -23px;
    }
}

/* Project Listing */
    .DisplayColouriserLogo {
        background-color: rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(255, 255, 255, 1.0);
        color: #fff;
        line-height: 21px;
        position: absolute;
        bottom: 25px;
        right: 54px;
        height: 22px;
        text-align: center;
        z-index: 49;
    }

        .DisplayColouriserLogo img {
            width: 16px;
            margin-top: 2px;
            margin-left: 5px;
        }

        .DisplayColouriserLogo .logo-text {
            vertical-align: top;
            color: rgba(255, 255, 255, 1.0);
            padding: 0 5px 0 5px;
            font-size: 13px;
            display: inline-block;
        }
