@import url('proxima-nova.css');


/* ----- RESET TO COUNTERACT VALSPAR PAINT MAIN STYLE SHEETS --------*/
.painter-wrapper .disabled {visibility: visible;}
.painter-wrapper h4 {color: #767676;}
/* -----END RESET ---------------------------------------------------*/


/* general reset */

.painter-wrapper ol, 
.painter-wrapper ul {
    list-style: none;
}

.painter-wrapper {
    line-height: 1;
}

.painter-wrapper canvas,
.painter-wrapper h1, 
.painter-wrapper h2, 
.painter-wrapper h3, 
.painter-wrapper h4, 
.painter-wrapper h5, 
.painter-wrapper h6,
.painter-wrapper p, 
.painter-wrapper ol, 
.painter-wrapper ul, 
.painter-wrapper a, 
.painter-wrapper strong, 
.painter-wrapper b {
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
}

.painter-wrapper .clear-fix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


/* normalization */

.painter-wrapper b {
    font-family: ProximaNova-Bold, sans-serif;

}

.painter-wrapper .disabled {
    opacity: 0.5;
    cursor: default; 
}

.painter-wrapper a {
    text-transform: uppercase;
    text-decoration: none;
    color: #767676;
    cursor: pointer;
}

.painter-wrapper a > *{
    cursor: pointer;
}

.painter-wrapper a.disabled > *{
    cursor: default;
}

.painter-wrapper canvas {
    cursor: pointer;
}

.painter-wrapper canvas:active, .painter-wrapper canvas:focus {
    cursor: pointer;
}


/** painter canvas controls - start ********************************************************************************************/

.painter-wrapper {
    position: relative;
    width: 985px;
    height: 520px;
    margin: 10px auto 0;
    padding: 5px;
    background: #e6e6e6;
    font-family: ProximaNova-Light, sans-serif;
    color: #767676;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.painter-wrapper .painter-left-column {
    position: relative;
    width: 212px;
    height: 100%;
    float: left;
    background: #f8f7f5;
}

.painter-left-column h3,
.overlay-left-column h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: ProximaNova-Bold, sans-serif;
    margin: 10px 15px 20px 10px;
}

.painter-left-column p,
.overlay-left-column p {
    font-size: 13px;
    margin: 0 15px 0 10px;
    line-height: 16px;
}

.painter-wrapper .painter-right-column {
    position: relative;
    width: 769px;
    height: 520px;
    float: right;
    background: #f8f7f5;
}

.top-controls-container {

    width: 600px;
    height: 67px;
    background: #f4f3f1;
}

.painter-wrapper .top-controls-container .rounded-button,
.painter-wrapper .customize-your-experience-container .rounded-button {
    display: block;
    -moz-border-radius: 3px; 
    -ms-border-radius: 3px; 
    -o-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    border: 2px solid #e9e9e9;
    background: #dbdbdb; 
    background: -moz-linear-gradient(top,  #dbdbdb 0%, #dbdbdb 50%, #d6d6d6 51%, #ececec 100%); 
    background: -webkit-linear-gradient(top,  #dbdbdb 0%,#dbdbdb 50%,#d6d6d6 51%,#ececec 100%); 
    background: -o-linear-gradient(top,  #dbdbdb 0%,#dbdbdb 50%,#d6d6d6 51%,#ececec 100%); 
    background: -ms-linear-gradient(top,  #dbdbdb 0%,#dbdbdb 50%,#d6d6d6 51%,#ececec 100%);
    background: linear-gradient(top,  #dbdbdb 0%,#dbdbdb 50%,#d6d6d6 51%,#ececec 100%); 
}

/* processing graphics */

.painter-wrapper .activity-indicator {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 78px;
  margin: -38px 0 0 -39px;
  background: url(/resources/valspar/img/painter-img/processing.png);
}

.painter-wrapper .processing-overlay,
.painter-wrapper .crop-processing-overlay {
    position: absolute;
    z-index: 500;
    width: 985px;
    height: 520px;
    background: rgba(0,0,0,0.4);
}

.painter-wrapper .crop-processing-overlay {
    display: none;
}

.painter-wrapper .color-processing-left-overlay {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 500;
    width: 212px;
    height: 520px;
    background: rgba(0,0,0,0.4);
}

.color-processing-left-overlay .activity-indicator {
    width: 30px;
    height: 31px;
    margin: -15px 0 0 -15px;
    background: url(/resources/valspar/img/painter-img/processing-small.png);
}

.painter-wrapper .color-processing-right-overlay {
    display: none;
    position: absolute;
    top: 68px;
    left: 0px;
    z-index: 500;
    width: 770px;
    height: 458px;
    background: rgba(0,0,0,0.4);
}

/** cropper page - start *********************************************************************************/

.sprite-cropper {
    display: block;
    background: url(/resources/valspar/img/painter-img/spriteSheet-cropper.png);
    background-color: transparent; 
    background-repeat: no-repeat; 
}

.cropper-wrapper {

}

.cropper-wrapper .top-controls-container {
    width: 769px;
}

.cropper-wrapper .top-controls-container input[type='text'] {
    float: left;
    width: 150px;
    height: 25px;
    margin: 14px 0 0 10px;
    border: 1px solid #666;
    padding: 5px;
}

.cropper-wrapper .top-controls-container a {
    position: relative;
    float: left;
    width: 200px;
    height: 46px;
    margin: 8px 0 0 10px;
}

.cropper-wrapper .top-controls-container a .label{
    font-size: 11px;
}

.cropper-wrapper .top-controls-container a .icon {
    position: absolute;
    top: 16px;
    left: 40px;
    height: 15px; 
    width: 18px; 
}

.cropper-wrapper .top-controls-container a .label {
    display: block;
    margin: 18px 0 0 65px;
}

.cropper-wrapper .top-controls-container a.menu-looks-good  .icon{
    background-position  : -0px -0px; 
}

.cropper-wrapper .top-controls-container a.menu-edit-photo  .icon{
    background-position  : -91px -0px; 
}

.cropper-wrapper .painter-left-column .page-title {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #CCC;
}

.cropper-wrapper .painter-left-column .page-title h3 {
    float: left;
    margin-top: 22px;
}

.cropper-wrapper .painter-left-column .page-title .back-button {
    float: left;
    margin: 16px 0 0 5px;
}

.cropper-wrapper .painter-left-column .page-title .back-button .icon{
    height: 17px; 
    width: 10px; 
    background-position: -31px -0px; 
}

.cropper-wrapper .painter-left-column .page-title .back-button:hover .icon{
    background-position: -31px -17px; 
}

.cropper-wrapper .painter-left-column p {
    margin-top: 15px;
}

.cropper-wrapper #cropper-form {
    display: inline;
}

.cropper-container {
    overflow: hidden;
    position: relative;
    width: 769px;
    height: 453px;
}

.cropper-controls {
    display: none;
    z-index: 200;
    position: absolute;
    width: 769px;
    height: 453px; 
}

.cropper-controls a {
    position: absolute;
    border: 1px solid #FFF;
    background: rgba(255,255,255, 0.7);
}

.cropper-controls a .icon {
    margin: 0 auto; 
}

.cropper-controls #zoom-in, 
.cropper-controls #zoom-out{
    width: 100px;
    height: 50px;
    -moz-border-radius: 4px; 
    -ms-border-radius: 4px; 
    -o-border-radius: 4px; 
    -webkit-border-radius: 4px;
    border-radius: 4px; 
}

.cropper-controls #zoom-in {
    top: 5px;
    left: 5px;
    font-size: 11px;
}

.cropper-controls #zoom-in .icon,
.cropper-controls #zoom-out .icon {
    position: absolute;
    top: 17px;
    left: 10px;
    width: 13px; 
    height: 13px; 
}

.cropper-controls #zoom-in .label,
.cropper-controls #zoom-out .label {
    display: block;
    margin: 19px 0 0 28px;
}

.cropper-controls #zoom-in .icon {
    top: 17px;
    background-position: -19px -0px; 
}

.cropper-controls #zoom-out{
    top: 5px;
    left: 115px;
    font-size: 11px;
}

.cropper-controls #zoom-out .icon {
    background-position: -55px -0px; 
}

.cropper-controls #pan-up, 
.cropper-controls #pan-right, 
.cropper-controls #pan-down, 
.cropper-controls #pan-left {
    width: 42px;
    height: 42px;
}

.cropper-controls #pan-up .icon {
    height: 10px; 
    width: 14px; 
    margin-top: 16px;
    background-position: -78px -0px; 
}

.cropper-controls #pan-right .icon {
    height: 14px; 
    width: 10px; 
    margin-top: 13px;
    background-position: -68px -0px; 
}

.cropper-controls #pan-down .icon {
    height: 13px; 
    width: 14px; 
    margin-top: 16px;
    background-position: -40px -0px; 
}

.cropper-controls #pan-left .icon {
    height: 17px; 
    width: 10px; 
    margin-top: 13px;
    background-position: -107px -0px;
}


.cropper-controls #pan-up{
    top: 0px;
    left: 50%;
    margin: 0 0 0 -21px;
    border-top-width: 0px; /* ie9 */
}

.cropper-controls #pan-right{
    top: 50%;
    right: 0px;
    margin: -21px 0 0;
    border-right: none;
}

.cropper-controls #pan-down{
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -21px;
    border-bottom: none;

}

.cropper-controls #pan-left{
    top: 50%;
    left: 0px;
    margin: -21px 0 0;
    border-left: none;
}

/** cropper page - end *********************************************************************************/



/** painter page controls container- start ********************************************************************************************/

.painter-wrapper .controls-container {
    display: none;
}

.painter-wrapper .rounded-button {
    display: block;
    -moz-border-radius: 4px; 
    -ms-border-radius: 4px; 
    -o-border-radius: 4px; 
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    background: #dadada;
}

.painter-wrapper .rounded-button:hover:not(.disabled) {
    background: #999;
    border-color: #888;
    color: #FFF;
}

.sprite-painter { 
    display: block;
    background-image: url(/resources/valspar/img/painter-img/painter/spriteSheet-painterPageTools.png); 
    background-color: transparent; 
    background-repeat: no-repeat; 
 } 

/* tabs scroller */

.color-tabs-scroller {
    position: relative;
    height: 45px;
    margin: 5px;
}

.color-tabs-scroller .scroll-left {
    float: left;
    width: 20px;
    height: 80px;
    background: #900;
}

.color-tabs-scroller .scroll-left,
.color-tabs-scroller .scroll-right{
    display: none;
}

.painter-wrapper .scroll-container {
    float: left;
    width: 201px;
    height: 45px;
    overflow: hidden;
}

.color-tabs {
    width: 99900px;
    position: relative;
}

.color-tabs li {
    float: left;
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 7px 7px 0;
}

.color-tabs li .color-swatch-small {
    display: block;
    width: 45px;
    height: 45px;
}

.color-tabs li .new-color-spot {
    width: 43px;
    height: 43px;
    border: 1px solid #767676;
    background-position  : -555px -0px; 
}

.color-tabs li .add-new-tab {
    width: 43px;
    height: 20px;
    padding: 23px 0 0;
    border: 1px solid #767676;
    background-position  : -265px -0px; 
    font-size: 9px;
    text-align: center;
    color: #a8a8a8;
}

.color-tabs li .add-new-tab .bg-image{

}

.color-tabs li .active-tab-check {
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 15px;
    height: 13px;
    padding: 0px;
    background-position  : -598px -0px; 
}

.color-tabs li .hide-selection {
    width: 50px;
    height: 10px;
}

.color-tabs-scroller .scroll-right {
    position: absolute;
    left: 220px;
    width: 20px;
    height: 80px;
    background: #009;
}

/* color menu */

.color-menu {
    height: 28px;
    padding: 0 5px 5px 5px;
    border-bottom: 1px solid #CCC;
}

.color-menu  .menu-button  {
    float: left;
    width: 62px;
    height: 23px;
    margin: 0 4px 0 0;
    padding: 3px 0 0;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}

.color-menu  .color-tabs-scroll-left {
    width: 33px;
    height: 28px;
    padding: 0;
}

.color-menu  .color-tabs-scroll-left .icon{
    height: 11px; 
    width: 11px; 
    margin: 8px auto 0 auto;
    background-position: -207px -0px; 
}

.color-menu  .color-tabs-scroll-left:hover .icon{
    background-position: -207px -11px; 
}

.color-menu  .color-tabs-scroll-left:hover.disabled .icon{
    background-position: -207px -0px; 
}

.color-menu .scroll-menu {
    position: absolute;
    right: 4px;
    width: 72px;
    height: 28px;
    float: left;
}

.color-menu  .color-tabs-scroll-right{
    width: 32px;
    height: 28px;
    padding: 0;
    margin: 0;
}

.color-menu  .color-tabs-scroll-right .icon{
    height: 11px; 
    width: 11px; 
    margin: 8px auto 0 auto;
    background-position: -196px -0px; 
}

.color-menu  .color-tabs-scroll-right:hover .icon{
    background-position: -196px -11px; 
}

.color-menu  .color-tabs-scroll-right:hover.disabled .icon{
    background-position: -196px -0px; 
}


/* active tab */

.active-tab {
    position: relative;
    height: 142px;
    background: #efefee;
}

.paint-description {
    position: absolute;
    top: 10px;
    left: -2px;
    width: 150px;
}

.paint-description p {
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 13px;
}

.paint-description p.paint-name {
    text-transform: capitalize;
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 13px;
}

.active-tab #menu-delete-current-section {
    position: absolute;
    top: 10px;
    right: 7px;
    height: 13px; 
    width: 13px; 
    background-position: -466px -0px; 
}

.active-tab .color-swatch-big {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 5px;
}

.tab-menu {
    position: absolute;
    top: 67px;
    left: 74px;
}

.tab-menu .menu-button {
    display: block;
    float: left;
    width: 63px;
    height: 21px;
    padding: 9px 0 0;
    margin: 3px 3px 0 0;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}

.tab-menu .menu-button.two-line-label {
    height: 23px;
    padding: 3px 0 0;
}


/* painters tools cursor */

.painter-wrapper .cursor-none {
    /*cursor: url(/resources/valspar/img/painter-img/painter/blank.cur), pointer;*/
    /*cursor: none !important;*/
    cursor: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7), url(/resources/valspar/img/painter-img/painter/blank.cur), default;
}


/*  painter tool */

.painter-tools .tool-container {
    position: relative;
    border-top: 1px solid #b5b5b5;
}

.painter-tools .controls {
    z-index: 400;
    float: right;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 45px;
    height: 24px;
    margin-top: -12px;
}

.painter-tools .controls a {
    display: block;
    float: right;
}

.painter-tools .controls .tool-tip{ 
    height: 23px; 
    width: 22px; 
    background-position: -155px -0px; 
}

.painter-tools .controls .tool-tip.active{ 
    height: 23px; 
    width: 22px; 
    background-position: -107px -0px; 
}

.painter-tools .controls .toggle {
    height: 9px; 
    width: 16px;  
    margin: 6px 3px 0 0;
}

.painter-tools .controls .toggle-open {
    background-position: -479px -0px; 
}

.painter-tools .controls .toggle-closed {
    background-position  : -335px -0px; 
}

.painter-tools .closed-state {
    height: 55px;
}

.painter-tools .open-state {
    display: none;
    height: 99px;
}

.painter-tools .tool-tip-container {
    display: none;
    z-index: 200;
    position: absolute;
    top: 0px;
    width: 187px;
    background: #FFF;
    border: 3px solid #E7E7E7;
    padding: 12px 0 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.painter-tools .expanded .tool-tip-container {
    margin: -12px 0 0 0;
}

.painter-tools .tool-tip-container h3 {
    margin-bottom: 7px;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}

.painter-tools .tool-tip-container p {
    font-weight: normal;
    font-size: 11px;
}

.painter-tools .tool-tip-container .arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    height: 37px; 
    width: 20px; 
    margin: -18px 0 0 0;
    background-position: -535px -0px; 
}

.painter-tools .tool-tip-container a {
    position: absolute;
    top: 5px;
    right: 7px;
    display: block;
    width: 34px;
    height: 12px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #a8a8a8;
}

.roller-tool-container .tool-tip-container {
    top: -67px;
    left: 212px;
    height: 170px;
}

.brush-tool-container .tool-tip-container {
    top: -43px;
    left: 212px;
    height: 120px;
}

.tape-tool-container .tool-tip-container {
    top: -91px;
    left: 212px;
    height: 216px;
}

.eraser-tool-container .tool-tip-container {
    top: -58px;
    left: 212px;
    height: 152px;
}

.painter-tools .closed-state .tool-name, .painter-tools .open-state .tool-name {
    float: left;
    margin: 0 0 0 5px;
    line-height: 55px;
    font-size: 13px;
    font-family: ProximaNova-Bold, sans-serif;
}

.roller-tool-container .closed-state #roller-icon-collapsed-container {
    position: absolute;
    top: 16px;
    left: 48px;
    width: 21px;
    height: 20px;
}

.brush-tool-container .closed-state #brush-icon-collapsed-container {
    position: absolute;
    top: 16px;
    left: 55px;
    width: 16px;
    height: 17px;
}

.painter-tools .open-state .tool-name {
    line-height: 30px;
}

.roller-tool-container .open-state {
    position: relative;
    height: 99px;
}

.painter-tools .open-state .options-menu,
.painter-tools .open-state .instructions {
    position: absolute;
    top: 30px;
    right: 7px;
    width: 114px;
}

.painter-tools .open-state .instructions {
    display: none;
}

.painter-tools .open-state .options-menu .menu-button {
    position: relative;
    width: 114px;
    height: 19px;
    margin: 0 0 5px;
    padding: 9px 0 0;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    text-indent: 18px;
}

#tool-tape-hide.hidden .label {
    padding-left: 3px;
}

.roller-tool-container .open-state #roller-icon-container {
    width: 53px;
    height: 53px;
    position: absolute;
    top: 35px;
    left: 10px;
}

.brush-tool-container .open-state .brush-containers,
.eraser-tool-container .open-state .eraser-containers {
    position: absolute;
    top: 35px;
    left: 18px;
    width: 200px;
    height: 90px;
}

.brush-containers .label {
    text-align: center;
    font-size: 9px;
}

.brush-containers .square,
.eraser-containers .square {
    border: 1px solid #767676;
}

.brush-containers .brush-container-1, 
.brush-containers .brush-container-2, 
.brush-containers .brush-container-3 {
    position: relative;
    float: left;
    width: 55px;
    height: 70px;
    margin: 0 5px 0 0;
}

.brush-containers #brush-icon-container-1 {
    position: relative;
    left: 10px;
    height: 45px;
}  

.brush-containers #brush-icon-container-2 {
    position: relative;
    left: 6px;
    height: 45px;
}

.brush-containers #brush-icon-container-3 {
    height: 45px;
}

.brush-containers .brush-container-1 .square {
    position: absolute;
    right: 10px;
    width: 3px;
    height: 3px;
}

.brush-containers .brush-container-2 .square {
    position: absolute;
    right: 10px;
    width: 5px;
    height: 5px;
}

.brush-containers .brush-container-3 .square {
    position: absolute;
    right: 10px;
    width: 7px;
    height: 7px;
}

.tape-tool-container .closed-state .tape-icon-closed {
    position: absolute;
    top: 19px;
    left: 96px;
    width: 32px; 
    height: 17px; 
    background-position: -630px -0px; 
}

.tape-tool-container .open-state #tool-tape-delete .icon {
    position: absolute;
    top: 7px;
    left: 3px;
    display: block;
    height: 14px; 
    width: 13px; 
    background-position: -453px -0px; 
}

.tape-tool-container .open-state #tool-tape-delete.active {
    background: #999;
    color: #FFF;
}

.tape-tool-container .open-state #tool-tape-hide .icon{
    position: absolute;
    top: 11px;
    left: 5px;
    display: block;
    width: 9px;
    height: 5px;
    background: #FFF;
}

.tape-tool-container .open-state #tool-tape-hide.hidden .icon{
    top: 8px;
    left: 2px;
    display: block;
    background: none;
    background-image: url(/resources/valspar/img/painter-img/painter/spriteSheet-painterPageTools.png); 
    background-color: transparent; 
    background-repeat: no-repeat; 
    height: 13px; 
    width: 19px; 
    background-position: -177px -0px; 
}

.tape-tool-container .open-state .tape-icon-open {
    position: absolute;
    top: 43px;
    left: 13px;
    height: 32px; 
    width: 60px; 
    background-position: -45px -0px; 

}

.tape-tool-container .open-state .new-path {
    position: absolute;
    top: 80px;
    left: 7px;
    text-decoration: underline;
    font-size: 9px;
}

.tape-tool-container .open-state .new-path:hover {
    text-decoration: none;
}

.eraser-tool-container .closed-state .eraser-icon-closed {
    position: absolute;
    top: 18px;
    left: 51px;
    width: 17px; 
    height: 17px; 
    background-position: -613px -0px; 
}

.eraser-containers .eraser-container-1, 
.eraser-containers .eraser-container-2, 
.eraser-containers .eraser-container-3 {
    position: relative;
    float: left;
    width: 55px;
    height: 70px;
    margin: 0 5px 0 0;
}

.eraser-containers .label  {
    position: absolute;
    top: 55px;
    width: 55px;
    text-align: center;
    font-size: 9px;
}

.eraser-containers .eraser-icon-1 {
    position: absolute;
    top: 17px;
    left: 14px;
    width: 27px; 
    height: 27px; 
    background-position: -351px -0px; 
}

.eraser-containers .eraser-icon-2 {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 34px; 
    height: 34px; 
    background-position: -419px -0px; 
}

.eraser-containers .eraser-icon-3 {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 41px; 
    height: 41px; 
    background-position: -378px -0px; 
}

.eraser-containers .eraser-container-1 .square {
    position: absolute;
    left: 15px;
    width: 3px;
    height: 3px;
}

.eraser-containers .eraser-container-2 .square {
    position: absolute;
    left: 13px;
    width: 5px;
    height: 5px;
}

.eraser-containers .eraser-container-3 .square {
    position: absolute;
    left: 11px;
    width: 7px;
    height: 7px;
}

/* stock photo customize experience instuctions */

.customize-your-experience-container {
    display: none;
    background: #f8f7f5;
    border-top: 1px solid #e7e7e7;
}

.customize-your-experience-container h3 {
    margin-bottom: 3px;
}

.customize-your-experience-container p{
    font-weight: normal;
}

.customize-your-experience-container a {
    position: relative;
    width: 190px;
    height: 40px;
    margin: 15px auto 0;
    border-color: #767676 !important;
}

.customize-your-experience-container a .label {
    display: block;
    font-size: 12px;
    margin: 8px 0 0 70px;
}

.customize-your-experience-container a .icon {
    position: absolute;
    top: 7px;
    left: 15px;
    height: 28px; 
    width: 45px; 
    background-position: -0px -0px; 
}



/** controls container- end ********************************************************************************************/

/** painter container- start ********************************************************************************************/

.painter-container {

}

.canvas-container {
    position: relative;
    width: 769px;
    height: 445px;
}

.cursor-container {
    z-index: 100;
    position: absolute;
    top: 0px;
    width: 769px;
    height: 445px;
}

.base-color-setter {
    display: none;
    z-index: 300;
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(/resources/valspar/img/painter-img/basecolor-indicator.png);
}

.base-color-setter-tooltip {
    position: absolute;
    top: -50px;
    left: 30px;
    width: 174px;
    height: 118px;
    background-color: #FFF;
    border: 3px solid #E7E7E7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.base-color-setter-tooltip .arrow{
    position: absolute;
    top: 50%;
    left: -20px;
    height: 37px; 
    width: 20px; 
    margin: -18px 0 0 0;
    background-position: -535px -0px; 
}

.base-color-setter-tooltip b{
    font-size: 13px;
}


.base-color-setter-tooltip p{
    font-size: 12px;
    margin: 8px;
    line-height: 15px;
}


/** painter container- end ********************************************************************************************/


/** painter top menu - start ****************************************************************************/

.painter-container .top-controls-container {
    width: 100%;
    height: 63px;
    /*margin: 0 0 5px 0;*/
    background: #f8f7f5;
    border-bottom: 5px solid #E6E6E6;
}

.painter-container .top-controls-container .undo-redo-container {
    float: left;
    width: 460px;
}

.painter-container .top-controls-container a {
    position: relative;
    float: left;
    width: 90px;
    height: 45px;
    margin: 7px 0 0 7px;
    font-size: 10px;
    font-family: ProximaNova-Bold, sans-serif;
    text-transform: uppercase;
}

.painter-container .top-controls-container .icon {
    position: absolute;
    top: 12px;
    left: 5px;
}

.painter-container .top-controls-container .label {
    position: absolute;
    width: 70px;
    height: 30px;
}

.painter-container .top-controls-container #menu-undo .icon {
    display: block;
    left: 10px;
    width: 25px; 
    height: 17px; 
    background-position: -131px -0px; 
}

.painter-container .top-controls-container #menu-undo:hover .icon {
    background-position: -131px -17px; 
}

.painter-container .top-controls-container #menu-undo:hover.disabled .icon {
    background-position: -131px -0px;
}

.painter-container .top-controls-container #menu-redo .icon {
    display: block;
    left: 10px;
    width: 25px; 
    height: 17px; 
    background-position: -240px -0px; 
}

.painter-container .top-controls-container #menu-redo:hover .icon {
    background-position: -240px -17px; 
}

.painter-container .top-controls-container #menu-redo:hover.disabled .icon {
    background-position: -240px -0px;
}


.painter-container .top-controls-container #menu-undo .label,
.painter-container .top-controls-container #menu-redo .label {
    top: 18px;
    left: 45px;
}

.painter-container .top-controls-container #menu-save-room .icon {
    top: 9px;
    left: 2px;
    display: block;
    width: 22px; 
    height: 22px; 
    background-position: -218px -0px; 
}

.painter-container .top-controls-container #menu-save-room .label {
    top: 13px;
    left: 26px;
}

.painter-container .top-controls-container #menu-change-image .icon {
    top: 14px;
    left: 2px;
    display: block;
    width: 40px; 
    height: 17px; 
    background-position: -495px -0px; 
}

.painter-container .top-controls-container #menu-change-image .label {
    top: 13px;
    left: 45px;
}

.painter-container .top-controls-container #menu-new-project .icon {
    display: block;
    width: 27px; 
    height: 19px; 
    background-position: -308px -0px; 
}

.painter-container .top-controls-container #menu-new-project .label {
    top: 12px;
    left: 37px;
}

/** painter top menu - end ****************************************************************************/


/** painter canvas controls - end ********************************************************************************************/

/** painter overlays start **************************************************************************/

.overlay-left-column {
    position: absolute;
    width: 212px;
    height: 521px;
    z-index: 500;
    background: #f8f7f5;
}

.overlay-right-column {
    display: none;
    position: absolute;
    top: 0px;
    left: 221px;
    width: 772px;
    height: 521px;
    z-index: 500;
}

/** painter overlays end **************************************************************************/


/** color selection - start ***********************************************************************/

.sprite-color-select { 
    display: block;
    background-image: url(/resources/valspar/img/painter-img/select-color/spriteSheet-colorSelect.png); 
    background-color: transparent; 
    background-repeat: no-repeat; 
 } 



/* color select left overlay */

.overlay-left-column .color-tabs {
    display: block;
    width: 100%;
    margin: 5px;
}

.overlay-left-column .color-tabs li {
    display: block;
    background: #FFF;
}


.overlay-left-column h3 {
    float: left;
    width: 120px;
}

.overlay-left-column p {
    margin-bottom: 10px;
 }

.overlay-left-column .close-button{
    float: left;
    width: 60px;
    height: 15px;
    margin: 10px 0 0 0;
    font-size: 12px;
}

.overlay-left-column .close-button .icon{
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: -390px -0px; 
}

.overlay-left-column .close-button .label{
    display: block;
    text-indent: 19px;
    line-height: 15px;
}



/* base lumin left overlay */

.overlay-left-set-basecolor h3 {
    float: none;
    width: auto;
}

.color-select-cursor {
    display: none;
    position: absolute;
    z-index: 200;
    width: 64px;
    height: 100px;
    background: url(/resources/valspar/img/painter-img/cursor-basecolor-select.png) no-repeat;
}

.color-select-cursor .color-swatch {
    width: 46px;
    height: 46px;
    margin: 7px 0 0 10px;
}

/* color recommend */

.overlay-left-column .overlay-left-recommend-color h3 {
    text-transform: none;
    font-size: 13px;
    font-family: ProximaNova-Semibold, sans-serif;
}

.overlay-left-column .overlay-left-recommend-color .header h3{
    margin-bottom: 11px;
}

.overlay-left-column .overlay-left-recommend-color .search-color {
    margin: 0 0 15px 5px;
}

.overlay-left-column .overlay-left-recommend-color .search-color p {
    margin-bottom: 2px;
}

.overlay-left-recommend-color .selected-color {
    margin: 0 0 3px 0;
}

.overlay-left-recommend-color .selected-color .color-swatch-big {
    float: left;
    width: 95px;
    height: 95px;
    margin: 0 5px 0 8px
}

.overlay-left-recommend-color .selected-color .color-details {
    position: relative;
    float: left;
}

.overlay-left-recommend-color .selected-color .color-details p.recommended-color-name {
    width: 98px;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 3px;
}

.overlay-left-recommend-color .selected-color .color-details p {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 1px;
}

.overlay-left-recommend-color .selected-color p {
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 1px;
}

.overlay-left-recommend-color .selected-color a{
    position: absolute;
    top: 57px;
    left: 0px;
    width: 96px;
    height: 33px;
    padding: 5px 0 0 0;
    font-size: 13px;
    text-align: center;
    color: #0e90da;
    font-family: ProximaNova-Bold, sans-serif;
}

.recommend-color-results {
    margin: 0 0 0 4px;
}

.recommend-color-results li {
    float: left;
    margin: 4px;
    height: 60px;
}

.recommend-color-results li a{
    display: block;
}

.recommend-color-results li a .color-item {
    width: 60px;
    height: 60px;

}

.color-select-container {
    background: #f8f7f5;
    width: 770px;
    height: 100%;
}

#color-view {
    position: relative;
    color: #767676;
    font-size: 10px;
    background: #f8f7f5;
}

/* color select navigation */

.painter-wrapper .choose-color-nav-container {
    display: block;
    height: 59px;
    margin: 5px 0 0;
}

.choose-color-nav-container li {
    display: block;
    float: left;
    margin: 5px 0 0;
}

.choose-color-nav-container li a {
    display: block;
    position: relative;
    width: 191px;
    height: 47px;
    border-right: 1px solid #c2c1c3;
    font-size: 12px;
}

.choose-color-nav-container li a span{
    position: absolute;
    top: 5px;
    left: 0px;
}

.choose-color-nav-container li a .icon {
    display: block;
    background-image: url(/resources/valspar/img/painter-img/select-color/spriteSheet-colorSelect.png); 
    background-color: transparent; 
    background-repeat: no-repeat; 
}

.choose-color-nav-container li:last-child a {
    width: 192px;
    border: none;
}

.choose-color-nav-container li.lowes a .icon {
    top: 7px;
    left: 60px;
    height: 31px; 
    width: 65px; 
    background-position: -216px -0px; 
}

.choose-color-nav-container li.lowes a:hover .icon,
.choose-color-nav-container li.lowes a.active .icon {
    background-position: -151px -0px; 
}

.choose-color-nav-container li.independent a .icon {
    left: 27px;
    height: 34px; 
    width: 38px; 
    background-position: -319px -0px; 
}

.choose-color-nav-container li.independent a:hover .icon,
.choose-color-nav-container li.independent a.active .icon {
    background-position: -281px -0px; 
}

.choose-color-nav-container li.independent a .label {
    top: 10px;
    left: 68px;
}

.choose-color-nav-container li.mycolors a .icon {
    left: 27px;
    height: 35px; 
    width: 46px; 
    background-position  : -105px -0px;
}

.choose-color-nav-container li.mycolors a:hover .icon,
.choose-color-nav-container li.mycolors a.active .icon {
    background-position: -59px -0px; 
}

.choose-color-nav-container li.mycolors a .label,
.choose-color-nav-container li.search a .label {
    top: 18px;
    left: 77px;
}

.choose-color-nav-container li.search a .icon {
    left: 43px;
    height: 33px; 
    width: 33px; 
    background-position: -358px -0px; 
    
}  

.choose-color-nav-container li.search a:hover .icon,
.choose-color-nav-container li.search a.active .icon {
    background-position  : -27px -0px;  
}  

.color-select-tab-container {
    display: none;
    width: 768px;
    height: 462px;
}


.selected-color-group-container {
    /*margin: 68px 0 0 0;*/
}

.selected-color-group-container .color-group-name {
    margin-top: 15px;
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}


/*color group tool tip*/

.color-group-tool-tip {
    z-index: 100;
    width: 194px;
    height: 57px;
    position: absolute;
    font-size: 10px;
    pointer-events: none;
}

.color-group-tool-tip .color-item {
    float: left;
    width: 27px;
    height: 27px;
    border: 4px solid white;
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.5);
}

.color-group-tool-tip .color-details{
    width: 120px;
    padding: 5px 0;
    float: left;
    background: #FFF;
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.5);

}

.color-group-tool-tip p {
    clear: both;
    padding: 2px 5px 0 5px;
}

.color-group-tool-tip p.name {
    text-transform: capitalize;
    font-family: ProximaNova-Bold, sans-serif;
}

.color-group {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    z-index: 100;
}

/*user color results items*/

.single-color-item {

}

.single-color-item .color-item {
    width: 95px;
    height: 95px;
    margin: 0 0 10px 0;
}

.single-color-item p {
    width: 90px;
    margin: 0 0 5px 5px;
    font-size: 11px;
    text-transform: none;
    overflow: hidden;
}

li.hidden{display:none;}

/* small color groups */



.filter-results-small-container {
    float: left;
    width: 150px;
    height: 600px;
    margin: 26px 0 0 10px !important;
}

.filter-results-small-container li {
    margin: 0 8px 11px 0;
    float: left;
    display: block;
}

.filter-results-small-container li a {
    display: block;
}

/*

.filter-results-small-container .back-button {
    display: block;
    width: 71px;
    height: 12px;
    margin: 10px 0 10px 0;
    padding: 5px 0;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #767676;
}
*/

.painter-wrapper .back-button{
    position: relative;
    width: 70px;
    height: 30px;
    font-size: 11px;
    font-family: ProximaNova-Bold, sans-serif;
}

.painter-wrapper .back-button .icon {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 10px; 
    height: 17px; 
    background-position: -0px -0px; 
}

.painter-wrapper .back-button:hover .icon {
    background-position: -0px -17px; 
}

.painter-wrapper .back-button .label {
    display: block;
    line-height: 30px;
    text-indent: 25px;
}

.filter-results-small-container .back-button {
    margin: 3px 0 10px 0;
}

/* color group */

.big-color-group-container {
    float:left;
    width: 306px;
    height: 306px;
    margin: 0 0 0 36px !important;
}

.big-color-group-container .collection-logo {
    width: 100px;
    height: 25px;
    margin: 35px 0 10px 0;
    line-height: 25px;
    color: #767676;
    text-transform: uppercase;
    font-size: 12px;
    background-repeat: no-repeat;
}

.selected-color-container {
    float: right;
    width: 160px;
    height: 312px;
    margin: 64px 66px 0 0 !important;
}

.selected-color-container .color-item {
    width: 160px;
    height: 160px;
    margin: 0 0 15px 0;
}

.selected-color-container p{
    margin: 0 0 2px 5px;
    font-size: 18px;
}

.selected-color-container a {
    width: 160px;
    height: 30px;
    margin: 10px 0 0 0;
    line-height: 30px;
    text-align: center;
    font-family: ProximaNova-Bold, sans-serif;
    color: #0e90da;
}


/* color search */

.search-container {
    width: 670px;
    height: 38px;
    margin-left: 9px !important;
    margin-top: 8px !important;
    font-size: 10px !important;
}


.search-container .search-form {
    position: relative;
    width: 564px;
    height: 34px;
    padding: 1px;
    background: #FFF;
    border: #959493 thin solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.search-container input[type=text] {
    width: 464px;
    height: 26px;
    padding: 4px 0 4px 10px;
    border-style: none;
    color: #767676;
    font-size: 14px;
    font-family: ProximaNova-Bold, sans-serif;
}

.search-container a {
    float: right;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 85px;
    height: 34px;
    line-height: 34px;
}

.search-container a .icon {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 18px; 
    width: 18px; 
    background-position: -9px -0px; 
}

.search-container a:hover .icon {
    background-position: -9px -17px; 
}

.search-container a:hover.disabled .icon {
    background-position: -9px -0px; 
}

.search-container a .label {
    display: inline-block;
    font-size: 12px;
    font-family: ProximaNova-Bold, sans-serif;
    text-indent: 28px;
}

.search-container .search-results {
    display: none;
    float: left;
    margin: 5px 0 0 10px;
    font-size: 12px;
}

.search-container .search-results p {
    margin: 0 0 3px;
}

.search-tab-container .filter-results-container {
    width: 760px;
    height: 380px;
    margin: 20px 0 0 0;
}

.search-tab-container .filter-results-container ul {
    width: 703px;

}

.mycolors-tab-container .filter-results-container li,
.search-tab-container .filter-results-container li {
    height: 170px;
}

.search-tab-container .filter-results-container .scroll-pane {
    width: 703px;
}

.filter-results-container .highlighted {
    color: #0e90da;
}

/* steps */

.steps-container {
    position: relative;
    width: 215px; 
}

.steps-container .steps {
    position: absolute;
    top: 0px;
    padding: 4px 0 0 10px;
}

.steps-container .step {
    float: left;
    position: relative;
    width: 20px;
    height: 10px;
    font-family: ProximaNova-Bold, sans-serif;
}

.steps-container .step .check {
    display: none;
    position: absolute;
    top: 5px;
    height: 10px; 
    width: 9px; 
    background-position: -0px -0px; 
}

.steps-container .step .number {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 13px;
}

.steps-container .step .instructions {
    position: absolute;
    top: 3.5px;
    left: 20px;
    width: 40px;
    font-size: 9px;
}

.steps-container .step {
    color: #767676;
}

.steps-container .step.current {
    color: #0e90da;
}

.steps-container .steps-background {
    display: block;
    width: 212px; 
    height: 30px;
}

/** color selection - end ***********************************************************************

         
/** filter item selection - start *************************************************************************/

.sprite-fileredItems {
    display: block;
    background-image: url(/resources/valspar/img/painter-img/select-color/spriteSheet-filteredItems.png); 
    background-color: transparent; 
    background-repeat: no-repeat; 
}

.filter-tag-container {
    float: left;
    width: 166px;
    margin: 68px 0 0 0;
}

.filter-results-container {
    /*position: relative;*/
    float: left;
    width: 570px;
    height: 360px;
    margin-left: 20px !important;
}

.filter-results-container ul {
    /*position: relative;*/
    /*width: 553px;*/
    /*height: inherit;*/
}

.filter-results-container .scroll-container {
    
    width: 553px;
    height: inherit;
    overflow: hidden;
}

.color-select-tab-container .filter-results-container .scroll-container {
    width: 680px;
}

.filter-results-container .scroll-pane {
    position: relative;
    float:left;
    width: 553px;
    margin-right: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-results-container .scroll-track {
    float: right;
    width: 12px;
    height: inherit;
    margin: 0 3px 0 0;
    background: #FFF;
    border: 1px solid #ccc;
    z-index: 100;
}
#search .scroll-track {margin-right: 17px;}

.filter-results-container .scroll-thumb {
    position: relative;
    top: 0px;
    display: block;
    width: 12px;
    background: #ccc;
    cursor: pointer;
}

.filter-results-container .result-logo {
    width: 200px;
    height: 25px;
    margin: 35px 0 10px 10px;
    line-height: 25px;
    color: #767676;
    text-transform: uppercase;
    font-size: 12px;
    background-repeat: no-repeat;
}

.filter-results-container .second-results-logo {
    height: 40px;
    margin: 8px 0 10px 10px;
    line-height: 65px;
    color: #767676;
    text-transform: uppercase;
    font-size: 12px;
}

.filter-results-container li {
    margin: 0 9px 11px;
    float: left;
    overflow: hidden;
}

/* filter results scrolling */




/* checkbox list forms */

.checkbox-list {
    margin-left: 9px;
    width: 166px;
    border: #dadada thin solid !important;
    background-color: #ffffff;
    margin: 0 0 20px 12px !important;
}

.checkbox-list h3 {
    color: #767676;
    font-size: 12px;
    background-color: #dadada;
    height: 16px;
    padding-left: 5px;
    padding-top: 4px;
    text-transform: uppercase;
}

.checkbox-list h3 .controls {
    float: right;
    display: block;
    width: 18px; 
    height: 11px; 
    margin: 0 4px 0 0;
}

.checkbox-list h3 .controls.expanded {
    background-position: -10px -0px; 
}

.checkbox-list h3 .controls.collapsed {
    background-position: -28px -0px; 
}

.checkbox-list ul {padding-bottom: 5px;}

.checkbox-list li {
    margin: 12px 0 13px 0;
    padding: 0 0 0 7px;
    min-height: 10px;
}


.checkbox-list input[type="radio"] {
    position: absolute;
    left: -9990px;
}

.checkbox-list label.radio {
    display: block;
    float: none; /* overrides styling from master.css*/
    width: 158px;
    min-height: 15px; 
    color: #767676;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 15px;
    cursor: pointer;
}

.checkbox-list label.radio .icon {
    float: left;
    width: 16px;
    height: 15px; 
    margin: 0 8px 0 0;
    background-position: -62px -0px; 
    
}

.checkbox-list label.radio.checked .icon {
    background-position: -46px -0px; 
}




/** filter item selection - end *************************************************************************/

/** choose photo - start ********************************************************************************/


.photo-select-view-container {
    position: relative;
}

.photo-select-view-container .filter-tag-container {
    margin: 13px 0 0 0;
}

.photo-select-view-container .filter-results-container {
    position: relative;
    top: -55px;
    height: 450px;
}

.photo-select-view-container .filter-results-container li {
    float: left;
    margin: 0 15px 30px;
    border: 1px solid #dadada;
}

.photo-select-view-container .filter-results-container li img{
    width: 106px;
    height: 106px;
}

.photo-select-view-container .header {
    margin: 14px 0 0 17px;
}

.photo-select-view-container .header .back-button {
    float: left;
}

.photo-select-view-container .header h4 {
    float: left;
    height: 30px;
    margin: 0 0 0 12px;
    line-height: 30px;
    font-size: 12px;
    font-family: ProximaNova-Bold, sans-serif;
    text-transform: uppercase;
}

.photo-select-view-container .header .back-button {
    float: left;
    width: 70px;
    height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #767676;
    font-size: 11px;
    font-family: ProximaNova-Bold, sans-serif;
}

.photo-select-view-container .checkbox-list label.radio .icon {
	margin-top: -2px;
}

/** choose photo - end ********************************************************************************/





.color-picker h2.color-picker-title {
    left: 201px;
    position: absolute;
    top: 392px;
}

.color-picker .view-back-button{
    background: url("/resources/valspar/img/painter-img/img/select-color/back-arrow.png") no-repeat scroll 8px 7px #DADADA;
    border-style: none;
    color: #767676;
    font-size: 10px;
    font-weight: 900;
    height: 27px;
    margin-left: 10px;
    margin-top: 31px;
    padding-left: 15px;
    width: 69px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.choose-color-component {
    color: #767676;
    font-size: 16px;
}

.choose-color-component .name {
    margin: 15px 3px 0;
}

.choose-color-component .color-number,
.choose-color-component .brand {
    margin: 4px 3px 0;
}

.choose-color-component a {
    display: block;
    background-color: #dadada;
    font-size: 10px;
    font-weight: 900;
    color: #0e90da;
    border-style: none;
    height: 27px;
    margin-top: 10px;
    width: 156px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.choose-color-component .color-item {
    width: 158px;
    height: 158px;
}

.color-picker .display-grid-small {
    display: block;
    left: 9px;
    position: absolute;
    top: 70px;
    width: 158px;
}

.color-picker .display-grid-small li {
    display: block;
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
}

.single-color .display-grid {
    margin-left: 32px;
    margin-top: 66px;
    width: 570px;
}

.single-color .display-grid li {
    color: #767676;
    cursor: pointer;
    float: left;
    height: 160px;
    margin: 0 7px 0 9px;
    width: 95px;
}

.display-grid li .color-item {
    width: 95px;
    height: 95px;
}

.single-color .display-grid li p.name {
    font-weight: 600;
    margin-top: 10px;
}

.single-color .display-grid li p {
    font-size: 10px;
    margin: 2px;
}


.single-color li p {
    margin: 4px 3px 0;
}

.single-color li p.name {
    font-weight: 600;
    margin-top: 10px;
}

.color-palette-logo {
    left: 190px;
    position: absolute;
    top: 20px
}

.color-palette-overlay {
    z-index: 100;
}

*/


/** choose interior - end ********************************************************************************************/

/** choose color - start ********************************************************************************************/

/** choose color - end ********************************************************************************************/

/** main painter home page - start **********************************************************************************/
.painter-home {height: 530px; width: 985px; margin: 50px auto 0 auto; padding:0; background-color: #fff;
	border: 5px solid #e6e6e6;}
.painter-home .leftCol {float: left; width: 199px; height: 480px; padding: 40px 10px 0;
	border-right: 1px solid #90a1bb; 
	background-color: #ededed; 
	background: -moz-linear-gradient(right, #ededed, #fff); 
	background: -webkit-linear-gradient(right, #ededed, #fff);
	background: -o-linear-gradient(right, #ededed, #fff); 
	background: -ms-linear-gradient(right, #ededed, #fff);
	background: linear-gradient(right, #ededed, #fff);}
.painter-home .contentCol {float: left; width: 201px; height: 520px; margin: 0; padding: 0 27px;
	background: #fff url(/resources/valspar/img/painter-img/painter/vertical-separator.jpg) no-repeat right center;}
	
	
.painter-home #myProjects {background-image: none;}
	
.painter-home #selectedColors {position: absolute; bottom: 5px; width: 205px; min-height: 150px;
	max-height: 250px; overflow: auto; padding: 12px 0 0 14px; margin-left: -10px; background-color: #fff;}

.painter-home .leftCol p, .painter-home .contentCol p {font-size: 12px; line-height: 18px;
	margin-bottom: 25px; letter-spacing: 0.07em;}
.painter-home .contentCol h3 {color: #767676; font-family: ProximaNova-Regular; text-transform:uppercase; font-size: 13px;
	width: 254px; margin: 0 0 0 -27px; 
	padding: 25px 0 30px 0; text-align: center;}
.painter-home #myProjects h3 {width: 255px;}
	
.painter-home .contentCol:hover h3 {background-color: #d5ebf3; 
	background: -moz-linear-gradient(top, #d5ebf3, #fff 70%); 
	background: -webkit-linear-gradient(top, #d5ebf3, #fff 70%);
	background: -o-linear-gradient(top, #d5ebf3, #fff 70%); 
	background: -ms-linear-gradient(top, #d5ebf3, #fff 70%);
	background: linear-gradient(top, #d5ebf3, #fff 70%);}

.painter-home .contentCol p a {font-size: 10px; text-transform: none; color: #244a80;}
.painter-home .contentCol p a:hover {color: #767676;}
	
.painter-home #selectedColors h6 {font-family: ProximaNova-Bold; text-transform:uppercase; font-size: 10px;
	margin-bottom: 12px;}
.painter-home .swatch {float: left; width: 50px; height: 50px; margin: 0 12px 12px 0;}
.painter-home .contentCol .swatch {width: 80px; height: 80px; margin: 0 8px 15px; border: 1px solid #fff;
	-moz-box-shadow: 0 0 5px #dadada; -webkit-box-shadow: 0 0 5px #dadada; box-shadow: 0 0 5px #dadada;}
.painter-home #uploadedPhotos {margin-left: 3px;}
.painter-home #uploadedPhotos p {text-align: center;}
	
.painter-home .photoBkgd {width: 205px; height: 190px;
	background: transparent url(/resources/valspar/img/painter-img/painter/photo-stack-interior.png) no-repeat center 43px;}
.painter-home .exterior {
	background: transparent url(/resources/valspar/img/painter-img/painter/photo-stack-exterior.png) no-repeat center 41px;}

.painter-home .blueTxt {color: #0e90da; font-weight: bold;}
.painter-home .contentCol p.legalDisclaimer {font-size: 11px;}
.painter-home .contentCol p.legalDisclaimer strong {font-weight: bold;}
/** main painter home page - end *****************************************************************************************/


/** modal window - start ********************************************************************************************/
.simplemodal-overlay {background-color: #000;}
.simplemodal-wrap {position: fixed; top: 0; left: 0; color: #767676;}
.simplemodal-data {
	position: relative; 
	width: 985px; 
	height: 520px; 
	top:170px; 
	margin:0 auto; 
	
}

#forgotYourPassword button.button{
	margin:50px 0 0 0;
}
#signinContainer button.button{
	margin:0px 0 0 0;
}
#signupContainer button.button{
	margin:0 0 0 0;
	top:275px;
}

/* Midpoint checkbox style */
div.midpointSelect{
	height:22px;
	margin:0px 0px 0px 30px;
}
.simplemodal-wrap div.midpointSelect input[type="checkbox"]{
	margin-left:30px;
	width:500px;
}
.simplemodal-wrap div.midpointSelect input[type="checkbox"] + label{
	padding:0px 0px 0px 20px;
}
/* end Midpoint checkbox style */

.sideBySide{
	float:left;
	width:115px;
}

/* ---HIDE MODALS UNTIL CALLED------------------------------------------------------- */
.signupContainer, .signinContainer, .chgcolorContainer, 
.nosaveContainer, .confirmContainer, .newpainterContainer,
.myprojectsRoomContainer, .myprojectsColorsContainer, 
.uploadFromMyComputer, .forgotYourPassword, .welcomeNewPainter, .saveSuccess, .loggedIn,
.saveSuccess-OLD, .loggingAround
{display: none;}


.modal {
	position: relative; 
	width: 545px;
	min-height:250px;
	margin: 0 auto; 
	background-color: #fff;
	border-radius: 5px 5px 3px 3px;
	-moz-border-radius: 5px 5px 3px 3px; 
	-ms-border-radius: 5px 5px 3px 3px; 
	-o-border-radius: 5px 5px 3px 3px; 
	-webkit-border-radius: 5px 5px 3px 3px;
}
/* ---ADD INDIVIDUAL MODAL HEIGHT & TOP PX MEASUREMENTS HERE---------------------------- */
/* ---Generally: top px measurement is the 520 minus the height of the modal divided by two --- */
div.save2myprojects {width: 680px; height: 400px; top: 60px;} /* top = (520-400)/2 = 60 */
div.signin, div.upload, div.forgot, div.welcome {height: 315px; top: 102px;} /* top = (520-315)/2 = 102.5 -- rounded to 102 */
div.signup {height: 454px; top: 33px;}  /* top = (520-454)/2 = 33 */
div.chgcolor {height: 376px; top: 72px;}
div.nosave {height: 250px; top: 100px;} /* exception to top px rule */
div.confirm {height: 290px; top: 100px; width: 355px;}
div.newpainter {height: 245px; top: 110px;}
/*p:hover {cursor: pointer;}*/


.simplemodal-wrap .header {
	position: relative; 
	height: 38px; 
	padding: 22px 0 0 15px; 
	margin-bottom: 35px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0; 
	-ms-border-radius: 3px 3px 0 0; 
	-o-border-radius: 3px 3px 0 0; 
	-webkit-border-radius: 3px 3px 0 0;
	background-color: #23487e; 
	background: -moz-linear-gradient(top, #23487e, #1a355c); 
    background: -webkit-linear-gradient(top, #23487e, #1a355c);
    background: -o-linear-gradient(top, #23487e, #1a355c); 
    background: -ms-linear-gradient(top, #23487e, #1a355c);
    background: linear-gradient(top, #23487e, #1a355c); 
}
.simplemodal-wrap .chgcolor .header {margin-bottom: 30px;}
.simplemodal-wrap .confirm .header {margin-bottom: 20px;}

.simplemodal-wrap h3 {font-family: ProximaNova-SemiBold, sans-serif; color: #fff; font-size: 15px; margin: 0; padding: 0;}
.simplemodal-wrap p {font-family: ProximaNova-Light, sans-serif; font-size: 14px; line-height: 19px; margin: 0 15px 20px 0;}
.simplemodal-wrap .signin p {margin-right: 5px;}

.simplemodal-wrap a, .simplemodal-wrap a:visited, .simplemodal-wrap a:active {color: #0e90da;}
.simplemodal-wrap h3 a, .simplemodal-wrap h3 a:visited, .simplemodal-wrap h3 a:active {color: #00a7ea; font-family: ProximaNova-Regular, sans-serif; font-size: 13px; text-decoration: underline; margin-left: 20px;}
.simplemodal-wrap a:hover {color: #23487E;}
.simplemodal-wrap .header a:hover {color: #fff;}

.simplemodal-wrap .closeX {float: right; margin: -14px 20px 0 0;}
.simplemodal-wrap .col100 {margin: 0 0 0 30px;}
.simplemodal-wrap .confirm .col100 {margin: 0 0 0 20px;}
.simplemodal-wrap .col50 {margin: 0 20px 20px 20px; width: 240px; float: left; }
.simplemodal-wrap .col50 +.col50 {margin-left: 0;}

.simplemodal-wrap .col25 {width: 100px; float: left; margin: 0 0 0 30px;}
.simplemodal-wrap .col65 {width: 325px; float: left; margin: 0 0 0 40px;}

.simplemodal-wrap form .errMsg {
	position: absolute;
	top: 75px;
	left: 0px;
	height: 17px;
	color: #b2181c; 
	font-size: 10px; 
	font-family: ProximaNova-Light, sans-serif;
	background: #fff url(/resources/valspar/img/painter-img/modal/errIcon.gif) no-repeat; 
	padding: 2px 0 0 20px;
}

.simplemodal-wrap form.signin .errMsg {
	top: 50px;
	left: 0px;
}
.simplemodal-wrap form.signup .errMsg {
	top:70px;
	left:22px;
}


#signup label, .signin label {display: block; margin: 0 0 5px 0;}
.chgcolor .signin p.ckbox {margin-left: 30px;}
.chgcolor .signin p.ckbox label {padding-left: 22px; line-height: 14px;}

#signup label.name {display: inline-block; width: 111px; line-height: 19px;}
#signup input, .signin input {display: block;width: 230px; height: 19px; color: #767676; border: 1px solid #b5b5b5; margin-bottom: 25px;}
.signin input {margin-bottom:35px;}
#signup input.error {background-color: #ffc; border: 1px solid #b2181c;}
#signup input.name {display: inline-block;width: 100px;}
#signup label.name + label.name, #signup input.name + input.name {clear: both; margin-left: 18px;} 

div.forgot input.error,div.signin input.error,div.signup input.error{
	background-color:#ffc;border:1px solid #b2181c;
}
/*
div.forgot div.errMsg,div.signin div.errMsg,div.signup div.errMsg{
	display:none;
}
*/
.simplemodal-wrap input[type="checkbox"] {
	display: inline-block;
	width: 20px;
	height: 19px;
	margin-bottom: 0;
	opacity: 0;
	position: absolute;
	left: 0px;
}
.simplemodal-wrap  input[type="checkbox"] + label {
	display: inline-block;
	width: 200px;
	font-size: 12px;
	line-height: 19px;
	text-transform: none;
	vertical-align: top;
	background: transparent url(/resources/valspar/img/painter-img/modal/checkbox-sprite.png) 0 2px no-repeat;
	padding-left: 20px;
}

p.ckbox {margin: 0;}
.simplemodal-wrap .chgcolor input[type="checkbox"] + label {width: 500px;}

.simplemodal-wrap input[type="checkbox"]:checked + label {
    background-position: 0 -183px;
}
.simplemodal-wrap input[type="checkbox"]:hover:checked + label, .simplemodal-wrap input[type="checkbox"]:focus:checked + label, .simplemodal-wrap input[type="checkbox"]:checked + label:hover, .simplemodal-wrap input[type="checkbox"]:focus:checked + label {
    background-position: 0 -183px;
}

.simplemodal-wrap input[type="checkbox"]:hover + label, .simplemodal-wrap input[type="checkbox"]:focus + label, .simplemodal-wrap input[type="checkbox"] + label:hover {
    background-position: 0 2px;
}

.simplemodal-wrap input[type="checkbox"]:active + label, .simplemodal-wrap input[type="checkbox"] + label:hover:active {
    background-position: 0 2px;
}

.simplemodal-wrap input[type="checkbox"]:active:checked + label, .simplemodal-wrap input[type="checkbox"]:checked + label:hover:active {
    background-position: 0 -183px;
}





.simplemodal-wrap label {font-family: ProximaNova-Semibold, sans-serif; text-transform: uppercase; font-size: 11px;}
/* ---- button styling ----- */
.simplemodal-wrap .button, .simplemodal-wrap button, .painter-home .button, .painter-home button {
	float: none;
	cursor: pointer;
	border: none;
	width: 157px;
	height: 52px; 
	color: #fff;
	font-size: 16px;
	font-family: ProximaNova-Semibold, sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px; 
    -ms-border-radius: 3px; 
    -o-border-radius: 3px; 
    -webkit-border-radius: 3px;
    background-image: none; 
	background-color: #23487e; 
   background: -moz-linear-gradient(top, #23487e, #1a355c); 
   background: -webkit-linear-gradient(top, #23487e, #1a355c);
   background: -o-linear-gradient(top, #23487e, #1a355c); 
   background: -ms-linear-gradient(top, #23487e, #1a355c);
   background: linear-gradient(top, #23487e, #1a355c);
   
}

.simplemodal-wrap .button:hover, .simplemodal-wrap button:hover, .painter-home .button:hover, .painter-home button:hover {
	background-color: #1a355c; 
	background: -moz-linear-gradient(top, #1a355c, #23487e); 
	background: -webkit-linear-gradient(top, #1a355c, #23487e);
	background: -o-linear-gradient(top, #1a355c, #23487e); 
	background: -ms-linear-gradient(top, #1a355c, #23487e);
	background: linear-gradient(top, #1a355c, #23487e); 
}
form.welcome .button{margin:0px;left:200px;}
.simplemodal-wrap .narrow {}
.simplemodal-wrap .wide {width: 231px; position: absolute; top: 375px;}
.simplemodal-wrap .twoLine, .painter-home .twoLine {width: 205px; height: 73px; margin: 40px 0 0 0; text-align: left; font-family: ProximaNova-Light; clear: both;}
.painter-home .twoLine {display:block; width: 197px; height: 56px; margin-top: 15px; margin-bottom: 30px; padding: 17px 0 0 8px;}
.painter-home .exterior .twoLine {margin-top: 0;}
.painter-home #myProjects .twoLine {margin-top: 43px;}
.simplemodal-wrap .confirm .twoLine {margin: 0 0 0 100px; padding: 0 0 0 25px; }
.simplemodal-wrap .bold, .painter-home .bold {font-family: ProximaNova-Bold;}

.simplemodal-wrap .imgFloat, .painter-home .imgFloat {float: left;}
.simplemodal-wrap .txtFloat, .painter-home .imgFloat {float: left;}
.chgcolor .imgFloat {margin: 0 18px 0 12px;}
.chgcolor .txtFloat {margin-top: 4px;}

.painter-home .imgFloat {margin: 0 10px 0 8px; padding-top: 5px;}
.painter-home #stockPhoto .imgFloat {padding-top: 0;}


.simplemodal-wrap .cancelLink {color: #767676; font-size: 15px; font-family: ProximaNova-Light; padding-left: 20px;}
.simplemodal-wrap .cancelLink:hover {color: #555;}

div#forgotYourPassword a.cancelLink,
div#signinContainer a.cancelLink{margin-top:-35px;}

.chgcolor .textLink {margin: -35px 10px 0 0;}

.chgcolor p {font-size: 15px; line-height: 20px;}
.chgcolor .swatch {width: 100px; height: 100px; margin-bottom: 25px;}
.chgcolor .origSw {background: transparent url(/resources/valspar/img/painter-img/modal/flag-orig.png) no-repeat; margin-bottom: 20px;}
.chgcolor .newSw {background: transparent url(/resources/valspar/img/painter-img/modal/flag-new.png) no-repeat;}

.noSaveAlert {}


.colProjLeft {position: relative; float: left; width: 206px; height: 320px;}
.colProjLeft .checkbox-list {width: 190px; max-height: 235px;}
.simplemodal-wrap .colProjLeft button {position: absolute; bottom: 12px; left: 12px; margin-left: 0;}
.colProjRight {float: left; width: 474px;}
#myproj-room .colProjRight {width: 400px; padding-left: 74px;}
#myproj-room .colProjRight img {border: 1px solid #eaeaea; margin-bottom: 8px;}

.save2myprojects .header {margin-bottom: 20px;}
#myproj-colors .search-tab-container .filter-results-container {width: 465px; height: 320px; margin-top: 0;}
#myproj-colors .filter-results-container .scroll-container {width: 435px; float: left;}
#myproj-colors .search-tab-container .filter-results-container .scroll-pane {width: 470px; margin-left: 4px;}
#myproj-colors .filter-results-container .scroll-track {height: 98%; float:left;}
#myproj-colors .search-tab-container .filter-results-container ul {width: 495px;}
#myproj-colors .search-tab-container .filter-results-container li {height: 163px; margin-right: 3px; margin-left: 4px;}
#myproj-colors .search-tab-container .filter-results-container li a {color: #767676; text-decoration: none;}
#myproj-colors .single-color-item .color-item {width: 82px; height: 82px; margin-bottom: 4px;}
#myproj-colors .search-tab-container .filter-results-container li a p {font-size: 11px; line-height: 14px; margin: 0 15px 0 0;}

.save2myprojects .checkbox-list li {background-color: #dadada; border-bottom: 1px solid #fff; min-height: 28px; margin: 0;
	padding: 7px 0 0 7px;}
.save2myprojects .checkbox-list li.projectInputNew {border: none; background: none;}
.save2myprojects .checkbox-list h3 {display: block; font-size: 11px; text-transform: none; background-color: #fff; height: 12px; padding: 12px 5px; color: #767676;}
.save2myprojects .checkbox-list h3 a {color: #767676; font-size: 11px; margin: 0; padding: 0; text-decoration: none; }
.save2myprojects .checkbox-list h3 a span {float: right; display: block; width: 17px; height: 16px; margin-right: -1px;
	background: transparent url(/resources/valspar/img/painter-img/select-color/spriteSheet-filteredItems.png) -28px 0px no-repeat;}
.save2myprojects .checkbox-list ul {display: none; list-style: none; margin: 0;}
.save2myprojects .checkbox-list ul.expanded {display: block}
	
.save2myprojects .checkbox-list label.radio {width: 55px; text-transform: none;}
.save2myprojects .checkbox-list label.radio .icon {margin-right: 6px;}
.projectInputNew label {background: transparent url(/resources/valspar/img/painter-img/modal/sprites-modal.png) 19px -28px no-repeat; padding: 5px 0;}
.projectInputNew label input {width: 124px; margin: -15px 0 0 53px; font-size: 9px; color: #767676;}
.colProjLeft .checkbox-list input[type="radio"] {width: 13px; margin: 0; left: 24px; opacity: 0;}
.colProjRight input {font-size: 13px; color: #767676; margin-left: 0; padding: 6px 2px; width: 347px;}

.save2myprojects label.checkbox {display: block; padding-top: 3px; line-height: 18px; }
.save2myprojects input[type="checkbox"] {float: left; left: -24px; position: relative; margin-right: -20px;}
.save2myprojects label.checkbox span {display: block; float: left; height: 15px; width: 22px;
	background: url("/resources/valspar/img/painter-img/modal/sprites-modal.png") no-repeat scroll -5px -63px transparent;}
.save2myprojects label.checkbox span.selected {background-position: -5px -94px;}
.save2myprojects .colProjLeft label.checkbox {position: absolute; top: 225px; left: 12px; display:block;}

.projName {display: block; width: 125px; margin: -20px 0 0 56px; font-size: 9px;}
.save2myprojects label.checkboxAll {display: block; padding-top: 3px; line-height: 15px; }
.save2myprojects label.checkboxAll span {
	display: block;
	float: left;
	height: 15px;
	width: 22px;
	background: url("/resources/valspar/img/painter-img/modal/sprites-modal.png") no-repeat scroll -5px -63px transparent;
}
.save2myprojects label.checkboxAll span.selected {background-position: -5px -94px;}
.save2myprojects .colProjLeft label.checkboxAll {position: absolute; width: 190px; top: 225px; left: 12px; display:block;}

.simplemodal-wrap .saveSuccess .modal,
.simplemodal-wrap .loggingAround .modal {
	border-radius: 0;
	-moz-border-radius: 0; 
    -ms-border-radius: 0; 
    -o-border-radius: 0; 
    -webkit-border-radius: 0;
    background-color: #fff;
    width: 320px;
    min-height: 20px;
    height: 20px;
    padding: 30px 15px;
    top: 200px;
}
.simplemodal-wrap .saveSuccess h3,
.simplemodal-wrap .loggingAround h3{
    color: #777;
    font-family: ProximaNova-Bold, sans-serif; 
    font-size: 20px;
    text-align: center;
}
/** modal window - end **********************************************************************************************/