/* CSS Document */

/* @import "compass/css3";*/


@font-face {
    font-family: 'playbold';
    src: url('fonts/play-bold.eot');
    src: url('fonts/play-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/play-bold.woff2') format('woff2'),
         url('fonts/play-bold.woff') format('woff'),
         url('fonts/play-bold.ttf') format('truetype'),
         url('fonts/play-bold.svg#playbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'playregular';
    src: url('fonts/play-regular.eot');
    src: url('fonts/play-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/play-regular.woff2') format('woff2'),
         url('fonts/play-regular.woff') format('woff'),
         url('fonts/play-regular.ttf') format('truetype'),
         url('fonts/play-regular.svg#playregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, div#app { 
	height: auto; 
}


body {
    
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    max-height: 100%;
	font-family: "playregular";
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align:justify;
}


*:focus {
    outline: none;
}



* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;

}




/*Basic Boiler Plate Structruing for React App Development*/

.app-wrapper {
    width: 100%;
    height: 100%;
    /*position: relative;*/
    z-index: 0;
}


.app-alerts {
    width: 100%;
    height: 100%;
	position: absolute;
    z-index: 7000;
	display:none;
}


.app-popups {
    width: 100%;
    height: 100%;
	position: absolute;
    z-index: 6000;
	display:none;
}

.app-sliders {
    width: 100%;
    height: 100%;
	position: absolute;
    z-index: 5000;
	display:none;
}



.app-header {
    width: 100%;
    height: 200px;
    z-index: 4000;
    background-color: #2A2A2A;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
	
}


.app-header-adj {
    height: 86px;
}


.app-content-wrapper {
    width: 100%;
    background-image: url(images/mochagrunge.png);
    background-attachment: local;
    position: absolute;
    top: 0px;
    bottom: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 200px;
    margin-bottom: 80px;
    z-index: 2000;
}


.app-content-wrapper-adj {
    margin-top: 86px;
	
}



/*.app-content-wrapper2 is used for adding a second background image that will scroll*/

.app-content-wrapper2 {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    /* margin-top: 200px; */
    /* margin-bottom: 80px; */
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background: repeating-linear-gradient( -45deg, rgba(0,0,0,0.0), rgba(0,0,0,0.0) 80px, rgba(0,0,0,0.10) 80px, rgba(0,0,0,0.10) 200px);
}


.app-content-wrapper2-adj {
    background: none;
}



.app-footer {
	width:100%;
	height:80px;
	background-color:#2A2A2A;
	position: fixed;
	bottom:0px;
	left:0px;
	z-index: 3000;
	display: flex;
    flex-flow: row;
}


.app-search {
    max-width: 554px;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border: 11px solid #2A2A2A;
    border-radius: 39px;
    position: absolute;
    top: 161px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "playbold";
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
	transition: top .65s ease-in-out;
	-webkit-transition: top .65s;
}


.app-search-adj {
	top: 50px;	
}

.app-content-header {
	z-index:5000;
	position:relative;
}



.app-content-main {
	z-index:1000;
	position:relative;
}


.app-content-footer {
	z-index:3000;
	position:relative;
}





/*Lightbox CSS Here---------------------------------------------------------*/

.lightbox-edit-icon {
    width: 40px;
    height: 40px;
    background: url(images/buttons/EditFeatures.svg) no-repeat center;
    position: absolute;
	cursor:pointer;
	z-index:100;
}


.lightbox-help-icon {
    width: 40px;
    height: 40px;
    background-image: url(images/buttons/EditFeatures.svg) no-repeat center;
	background-color:red;
    position: absolute;
	cursor:pointer;
}

.lightbox-edit-icon-circle {
	top: 93px;
	right: 25px;
}

.lightbox-help-icon-square {
	top: 44px;
	right: 42px;
}

.lightbox-cart-icon-circle {
    width: 32px;
    height: 32px;
    background-image: url(images/icons/LightboxCartIconOff.svg);
    background-position: 7px;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: #C6C6C6;
    border: 4px solid #4A90E2;
    position: absolute;
    top: 37px;
    left: -8px;
    border-radius: 24px;
}

.lightbox-kv-icon-circle {
    width: 32px;
    height: 32px;
    background-image: url(images/icons/LightboxKitchenVisOff.svg);
    background-position: 7px;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: #C6C6C6;
    border: 4px solid #4A90E2;
    position: absolute;
    top: -36px;
    left: -12px;
    border-radius: 24px;
}



.lightbox-delete-icon-circle {
    width: 40px;
    height: 40px;
    background-image: url(images/buttons/LightboxDelete.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
    position: absolute;
    top: 74px;
    left: 178px;
    z-index: 100;
    cursor: pointer;
}


.lightbox-enable-container {
    width: auto;
    height: 34px;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border: 5px solid #4A90E2;
    border-radius: 11px;
    text-align: right;
    box-sizing: border-box;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 33px;
}

.lightbox-enabled {
	color:#FFFFFF;
	background-color: #9FC522;
	white-space: nowrap;
}

.lightbox-disabled {
	color:#9B9B9B;
	background-color: #FFFFFF;
	white-space: nowrap;
}


.lightbox-pending {
    color: #000000;
    background-color: #f4d800;
    white-space: nowrap;
}




.lightbox-enable-radio {
    width: 43px;
    height: 43px;
    background: #FFFFFF;
    border: 5px solid #4A90E2;
    box-sizing: border-box;
    border-radius: 21px;
    position: absolute;
    top: -10px;
    left: -15px;
}

.lightbox-enable-checkmark {
    width: 60px;
    height: 65px;
    background-image: url(images/icons/CheckMarkGreen.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -22px;
    left: -5px;
}

.lightbox-disable-circle {
    width: 36px;
    height: 36px;
    background-image: url(images/icons/RedDot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    position: absolute;
    top: -2px;
    left: -6%;
    /* transform: translateX(-48%) translateY(-51%); */
    /* background-color: yellow; */
}


.lightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    /* background-color: red; */
    z-index: 500;
    overflow: auto;
    padding-bottom: 100px;
}



.lightbox-wrapper {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: 10;
    overflow: auto;
    padding-bottom: 100px;
}

.lightbox-header-container {
    width: 100%;
    height: auto;
    min-height: 170px;
    overflow: hidden;
	pointer-events: none;
}


.lightbox-title-block {
    max-width: 780px;
    height: auto;
    font-family: "playbold";
    float: left;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0px;
    padding-top: 21px;
    display: block;
}

.lightbox-title-block h1 {
    text-transform: uppercase;
    line-height: 0px;
    color: #4A90E2;
    font-size: 50px;
    position: relative;
    z-index: 200;
    margin-top: 20px;
}


.lightbox-title-block p {
	position:relative;
    font-family: "playregular";
    font-size: 15px;
    color: rgba(198,198,198,1.00);
    letter-spacing: 0px;
	transition: color .5s ease-in-out, top .5s ease-in-out;
	top:0px;
}

.lightbox-button-block {
    min-width: 530px;
    height: auto;
    float: right;
    padding-top: 18px;
    /* background-color: #7c00ff; */
    flex: 2 35%;
    float: right;
}



.lightbox-save-button {
    position: relative;
    margin-left: 0px;
    margin-right: 16px;
    display: block;
    width: 232px;
    height: 35px;
    font-family: "playbold";
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 39px;
    background: #9FC522;
    border: 5px solid #FFFFFF;
    border-radius: 13px;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
}
.lightbox-save-button:after {
    border: 4px solid #9FC522;
    border-radius: 14px;
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: 0;
    /* background-color: #4A90E2; */
}

.lightbox-cancel-button {
    position: relative;
    margin-left: 0px;
    margin-right: 16px;
    display: block;
    width: 232px;
    height: 35px;
    font-family: "playbold";
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 39px;
    background: #4A90E2;
    border: 5px solid #FFFFFF;
    border-radius: 13px;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
}

.lightbox-cancel-button:after {
    border: 4px solid #4A90E2;
    border-radius: 14px;
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: 0;
    /* background-color: #4A90E2; */
}

.lightbox-options-wrapper {
    max-width: 1920px;
    max-height: 600px;
    min-height: 400px;
    margin: auto;
    overflow: auto;
}


.lightbox-option-round {
	width:250px;
	height:250px;
	background-image:url(images/buttons/LightboxOval.svg);
	background-position:center;
	background-repeat:no-repeat;
	float: left;
	position:relative;
}

.lightbox-option-round-disabled {
	background-image:url(images/buttons/LightboxOvalDisabled.svg);
}




.lightbox-option-round-loader {
    width: 195px;
    height: 120px;
    margin-top: 75px;
    margin-left: 30px;
    overflow: hidden;
}


.lightbox-option-round-loader-faucet {
    width: 250px;
    height: 215px;
    margin-top: 11px;
    margin-left: 0px;
    overflow: hidden;
    background-position: 0px 16px;
    background-repeat: no-repeat;
    background-size: 80%;
    /* background-color: red; */
}







.lightbox-option-round-loader-edge {
    width: 250px;
    height: 215px;
    margin-top: 11px;
    margin-left: 0px;
    overflow: hidden;
    background-position: 30px 64px;
    background-repeat: no-repeat;
	background-size:154px;
    /* background-color: red; */
}


.lightbox-option-round-loader-desaturate {
    content: '';
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}









.lightbox-folder-icon {
    width: 120px;
    height: 106px;
    background-image: url(images/icons/LightboxAddFileFolder.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 63px;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: red; */
    text-align: center;
    cursor: pointer;
}







.lightbox-folder-icon span {
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "playregular";
    font-size: 16px;
    color: #d6d6d6;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.lightbox-input-container {
    width: 100%;
    height: 56px;
    position: absolute;
    bottom: 21px;
    left: 0px;
    text-align: center;
    /* background-color: red; */
}

.lightbox-locked-icon {
    background-image: url(images/icons/LockedIcon.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 200;
}

.lightbox-locked-container {
    background-image: url(images/icons/LockedIcon.svg);
    background-position: 1px;
    background-repeat: no-repeat;
    background-size: 43px;
    background-color: #757575;
    background: repeating-linear-gradient( -45deg, rgba(95, 95, 95, 0.85), rgba(95, 95, 95, 0.85) 5px, rgb(138, 138, 138) 5px, rgb(138, 138, 138) 10px);
    border-radius: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: "playbold";
    font-size: 26px;
    color: #3a3a3a;
    letter-spacing: 0px;
    z-index: 10;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-top: 8px;
    border: 6px solid #9b9b9b;
}


.lightbox-input {
    width: 150px;
    height: 56px;
    border: 7px solid #4A90E2;
    border-right: 0px solid #4A90E2;
    border-radius: 100px 0px 0px 100px;
    font-family: "playregular";
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: #B3B3B3;
    background: #FFFFFF;
    position: relative;
    left: 0px;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    display: inline-block;
}

.lightbox-input-dashed-outline {
    width: 135px;
    height: 34px;
    border: 2px dashed #A2A2A2;
    border-radius: 100px 0px 0px 100px;
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 100;
	pointer-events: none;
}	





.lightbox-unit-dropdown-wrapper {
    width: 100px;
    height: 56px;
    background-color: #9FC522;
    display: inline-block;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 7px solid #4A90E2;
	border-left: 0px solid #4A90E2;
	border-radius: 0px 100px 100px 0px;
	cursor:pointer;
}


.lightbox-disabled-border {
	border-color: #9B9B9B;	
}



.lightbox-unit-dropdown {
    width: 90px;
    height: 38px;
    background-image: url(images/buttons/DropDownArrow.svg);
    background-position: 62px;
    background-repeat: no-repeat;
    background-color: #9FC522;
    border: 2px solid #4A90E2;
    border-radius: 0px 100px 100px 0px;
    box-sizing: border-box;
    position: absolute;
    top: 9px;
    right: 9px;
    padding-top: 8px;
    padding-left: 12px;
    text-align: left;
    font-family: "playregular";
    color: #FFFFFF;
    letter-spacing: 0px;
}

.lightbox-unit-dropdown-disabled {
	background-color: #9B9B9B;
    border-color: #9B9B9B;
}




.lightbox-description-frame {
    width: 100%;
    height: auto;
    font-family: "playregular";
    font-size: 18px;
    color: #939393;
    letter-spacing: 0px;
    position: absolute;
    bottom: -25px;
    text-align: center;
    background: #D8D8D8;
    border: 9px solid #D8D8D8;
    border-radius: 6px;
    box-sizing: border-box;
}




.lightbox-description-frame-locked {
    background: #9b9b9b;
    border: 9px solid #9b9b9b;
    color: #ffffff;
    opacity: 0.30;
}



.lightbox-description-text {
    width: 100%;
    height: auto;
    font-family: "playregular";
    font-size: 18px;
    color: #939393;
    letter-spacing: 0px;
	background-color:rgba(0,0,0,0.00);
	border:none;
	text-align:center;
}


.lightbox-description-text-outline {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border: 2px dashed #979797;
    border-radius: 6px;
	pointer-events: none;
}






.lightbox-option-rectangular {
	width:250px;
	height:250px;
	background-image:url(images/buttons/LightboxRectangle.svg);
	background-position:center;
	background-repeat:no-repeat;
	float: left;
	position:relative;
}



.lightbox-option-rectangular-loader {
    width: 144px;
    height: 122px;
    /* background-color: red; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
    overflow: hidden;
    padding-top: 21px;
    text-align: center;
    border: 2px solid #000000;
}





.lightbox-flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  
  flex-wrap:wrap;
  flex-direction:row;
}





.lightbox-flex-item {
    /* background: #383838; */
    width: auto;
    height: 350px;
    margin-bottom: 20px;
    margin-left: 35px;
    margin-right: 35px;
}

.lightbox-flex-dummy-item {
    width: 250px;
	height: 0px;
}



.lightbox-flex-disabled-container {
    padding-top: 30px;
    margin-top: 21px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 2px dashed #818181;
    position: relative;
}


.lightbox-flex-disabled-container h1 {
    position: absolute;
    top: -28px;
    left: 0px;
    font-size: 18px;
    font-family: "playregular";
    color: #8e8e8e;
    line-height: 0px;
    text-transform: uppercase;
}



.lightbox-drop-down-menu {
    width: 220px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #4A90E2;
    box-shadow: 7px 8px 0px 0px rgba(0,0,0,0.32);
    border-radius: 0px 18px 18px 18px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 30;
    box-sizing: border-box;
    overflow: hidden;
}


.lightbox-drop-down-lir {
    width: 220px;
    height: 34px;
    border-bottom: 1px dashed #BDBDBD;
    font-family: "playbold";
    font-size: 18px;
    color: #4A90E2;
    letter-spacing: 0px;
    box-sizing: border-box;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 6px;
    text-transform: UPPERCASE;
}	

.lightbox-drop-down-lir-highlight {
    background-color: rgba(159, 197, 34, 0.54);
}


.lightbox-drop-down-lir:hover {
	background-color: #9fc522;
    color: #FFFFFF;	
	transition: all .08s ease-in-out;
}


.lightbox-add-new-item {
    width: 250px;
    height: 350px;
    background-image: url(images/buttons/AddNewSelection.svg);
    background-position: center 37px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-left: 35px;
    margin-right: 35px;
    /* background-color: red; */
    position: relative;
}


.lightbox-add-new-item-text {
    width: 100%;
    height: 56px;
    border-radius: 30px;
    background-color: #758e22;
    position: absolute;
    top: 174px;
    box-sizing: border-box;
    border: 8px solid #9fc522;
    font-family: "playbold";
    font-size: 18px;
    text-align: center;
    line-height: 0px;
    padding-top: 19px;
}




.lightbox-custom-input-title {
    width: 674px;
    /* width: 100%; */
    height: 50px;
    border: 1px dashed #FFFFFF;
    border-radius: 6px;
    background-color: black;
    font-family: "playbold";
    font-size: 36px;
    color: #9FC522;
    letter-spacing: 0px;
    box-sizing: border-box;
    padding: 14px;
    text-transform: uppercase;
}


.lightbox-custom-input-description {
    width: 674px;
    height: 100px;
    background-color: black;
    border: 1px dashed #FFFFFF;
    border-radius: 6px;
    font-family: "playregular";
    font-size: 16px;
    color: #9FC522;
    letter-spacing: 0px;
    margin-top: 10px;
	box-sizing: border-box;
    padding: 14px;

}






.lightbox-ribbon {
    width: 100%;
    height: 228px;
    background-color: #D0021B;
    position: fixed;
    top: 21px;
    left: 0px;
    z-index: 1;
    font-family: "playregular";
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 0px;
    transition: top .45s ease-in-out;
    box-sizing: border-box;
    line-height: 67px;
}


.lightbox-ribbon-component {
    width: 600px;
    height: 50px;
    /* background-color: red; */
    position: absolute;
    left: 10%;
    transform: translateX(-10%);
    bottom: 0px;
}






.lightbox-custom-input-anim {
    animation-name: input-pulse; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}





/*Input Animation Keyframes*/

@keyframes input-pulse {
  0% {
    color: rgba(159, 197, 34, 1.0);
  }
  50% {
    color: rgba(159, 197, 34, .450);
  }  
  100% {
    color: rgba(159, 197, 34, 1.0);
  }
}










/*--------------Stone Setup Section----------------*/

.stone-select-flex-container {
    padding-top: 70px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}


.stone-select-flex-disabled-container {
    padding-top: 70px;
    margin: 0;
    margin-top: 70px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    border-top: 2px dashed #818181;
}







.stone-select-flex-disabled-container h1 {
    position: absolute;
    top: -28px;
    left: 0px;
    font-size: 18px;
    font-family: "playregular";
    color: #8e8e8e;
    line-height: 0px;
    text-transform: uppercase;
}




.stone-delete-icon-circle {
    width: 37px;
    height: 37px;
    background-image: url("images/buttons/LightboxDelete.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 300;
    cursor: pointer;
}





.stone-counter-ribbon {
    width: 100%;
    height: 228px;
    background-color: #9FC522;
    position: fixed;
    top: 21px;
    left: 0px;
    z-index: 1;
    font-family: "playbold";
    font-size: 21px;
    color: #000000;
    letter-spacing: 0px;
    transition: top .45s ease-in-out;
}

.stone-counter-ribbon-component {
    width: 600px;
    height: 50px;
    /* background-color: red; */
    position: absolute;
    left: 10%;
    transform: translateX(-10%);
    bottom: 0px;
}

.stone-counter-ribbon-counter {
    width: 60px;
    height: 40px;
    background: #000000;
    border-radius: 9px;
    display: inline-block;
    margin: 5px;
    font-family: "playbold";
    font-size: 35px;
    color: #9FC522;
    letter-spacing: -2.8px;
    box-sizing: border-box;
    /* padding-left: 12px; */
    text-align: center;
    vertical-align: inherit;
}







.stone-component-wrapper {
    width: 280px;
    height: 300px;
    /* background-color: red; */
    padding: 20px;
    margin-bottom: 85px;
    margin-left: 20px;
}



.stone-component-wrapper-dummy {
    height: 0px;
    margin-bottom: 0px;
}


.stone-component {
    width: 240px;
    height: 240px;
    border: 7px solid #4A90E2;
    box-shadow: 5px 7px 0px 2px rgba(0,0,0,0.13);
    border-radius: 25px;
    position: relative;
    margin-left: 10px;
}

.stone-component-disabled {
	border: 7px solid #9B9B9B;
}


.stone-component-innerline {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 8px solid #000000;
    border-radius: 19px;
    z-index: 200;
    box-sizing: border-box;
    ;
    background-position: center;
    background-size: 150%;
}

.stone-component-innerline-no-texture {
    background-image: url("images/patterns/CheckerA.svg");
    background-position: center;
    background-size: 17%;
}






.stone-folder-icon {
    width: 220px;
    height: 186px;
    background-image: url(images/icons/LightboxAddFileFolder.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    z-index: 300;
    /* background-color: red; */
}

.stone-folder-icon h1 {
    font-family: "playbold";
    font-size: 15px;
    color: #B6B6B6;
    letter-spacing: 0px;
    padding-top: 124px;
    text-transform: uppercase;
}


.stone-enable-container {
    width: auto;
    height: 34px;
    position: absolute;
    top: -20px;
    left: -11px;
    /* transform: translateX(-50%); */
    z-index: 300;
    border: 5px solid #4A90E2;
    border-radius: 11px;
    text-align: right;
    box-sizing: border-box;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 33px;
}


.stone-disabled-border {
	border-color: #9B9B9B !important;	
}

.stone-enabled {
	color:#FFFFFF;
	background-color: #9FC522;
	white-space: nowrap;
}



.stone-disabled {
	color:#9B9B9B;
	background-color: #FFFFFF;
	white-space: nowrap;
}



.stone-pending {
    color: #000000;
    background-color: #f4d800;
    white-space: nowrap;
}




.stone-enable-radio {
    width: 43px;
    height: 43px;
    background: #FFFFFF;
    border: 5px solid #4A90E2;
    box-sizing: border-box;
    border-radius: 21px;
    position: absolute;
    top: -10px;
    left: -15px;
}

.stone-enable-checkmark {
    width: 60px;
    height: 65px;
    background-image: url(images/icons/CheckMarkGreen.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -22px;
    left: -5px;
}

.stone-disable-circle {
    width: 36px;
    height: 36px;
    background-image: url(images/icons/RedDot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    position: absolute;
    top: -2px;
    left: -6%;
    /* transform: translateX(-48%) translateY(-51%); */
    /* background-color: yellow; */
	
	
	
}


.stone-kv-icon-circle {
    width: 32px;
    height: 32px;
    background-image: url(images/icons/LightboxKitchenVisOff.svg);
    background-position: 7px;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: #C6C6C6;
    border: 4px solid #4A90E2;
    position: absolute;
    bottom: 55px;
    right: -23px;
    border-radius: 24px;
    z-index: 400;
}



.stone-description-frame {
    width: 100%;
    height: auto;
    font-family: "playregular";
    font-size: 18px;
    color: #939393;
    letter-spacing: 0px;
    position: absolute;
    bottom: -55px;
    text-align: center;
    background: #D8D8D8;
    border: 9px solid #D8D8D8;
    border-radius: 6px;
    box-sizing: border-box;
}





.stone-description-frame-locked {
    background: #9b9b9b;
    border: 9px solid #9b9b9b;
    color: #ffffff;
    opacity: 0.30;
}





.stone-description-text {
    width: 100%;
    height: auto;
    font-family: "playregular";
    font-size: 18px;
    color: #939393;
    letter-spacing: 0px;
	background-color:rgba(0,0,0,0.00);
	border:none;
	text-align:center;
}






.stone-description-text-outline {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border: 2px dashed #979797;
    border-radius: 6px;
	pointer-events: none;
}































.stone-price-frame {
    width: 89%;
    height: auto;
    font-family: "playregular";
    font-size: 18px;
    color: #939393;
    letter-spacing: 0px;
    position: absolute;
    bottom: 12px;
    left: 13px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: 9px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 300;
}


.stone-price-frame-locked {
    background: #9b9b9b;
    border: 9px solid #9b9b9b;
    color: #ffffff;
    opacity: 0.30;
}



.stone-price-text {
    width: 100%;
    height: auto;
    font-family: "playregular";
    font-size: 18px;
    color: #9fc522;
    letter-spacing: 0px;
    background-color: rgba(0,0,0,0.00);
    border: none;
    text-align: center;
}

.stone-price-text-outline {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 2px dashed #696969;
    border-radius: 6px;
    pointer-events: none;
}






.stone-option-round-loader-desaturate {
    content: '';
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}





.stone-locked-lable {
    width: 100%;
    height: 50px;
    /* background-color: #424242; */
    position: absolute;
    z-index: 300;
    border-radius: 0px 0px 16px 16px;
    bottom: 0px;
    box-sizing: border-box;
    border-top: 8px solid #696969;
    background: repeating-linear-gradient( -45deg, rgba(95, 95, 95, 0), rgba(95, 95, 95, 0) 5px, rgba(105, 105, 105, 0.5) 5px, rgba(105, 105, 105, 0.5) 10px), #3B3B3B;
}


.stone-locked-lable span {
    width: 100%;
    position: absolute;
    /* text-align: center; */
    left: 55px;
    top: 6px;
    font-size: 26px;
    text-transform: uppercase;
    color: #8f8f8f;
    font-family: "playbold";
}


.stone-locked-icon {
    width: 55px;
    height: 55px;
    background-image: url(images/icons/LockedIcon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -8px;
    left: -7px;
    border: 5px solid #696969;
    border-radius: 100px;
    box-sizing: border-box;
}


.stone-component-locked {
    border: 7px solid #696969;
}

.stone-component-innerline-locked {
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 8px solid #333333;
    border-radius: 19px;
    z-index: 200;
    box-sizing: border-box;
    background-position: center;
    background-size: 150%;
    border-radius: 16px 16px 0px 0px;
}








/*--------------Project Scope Section----------------*/



.pj-scope-flex-container {
    padding-top: 70px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.pj-scope-flex-disabled-container {
    padding: 0;
    margin-top: 120px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 2px dashed #818181;
    padding-top: 50px;
    position: relative;
}


.pj-divider-text {
    position: absolute;
    top: -28px;
    left: 0px;
    font-size: 18px;
    font-family: "playregular";
    color: #8e8e8e;
    line-height: 0px;
    text-transform: uppercase;
}

.pj-scope-lir {
    width: 435px;
    height: 311px;
    margin-bottom: 40px;
    margin-left: 3px;
    margin-right: 3px;
    background: #FFFFFF;
    border: 5px solid #FFFFFF;
    box-shadow: 8px 7px 0px 2px rgba(0,0,0,0.18);
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    padding-top: 21px;
}


.pj-scope-lir h1 {
	font-family: "playbold";
	font-size: 16px;
	color: #4A90E2;
	letter-spacing: 0px;
	text-align:center;
	text-transform:uppercase;
}

.pj-scope-lir h2 {
	font-family: "playbold";
	font-size: 16px;
	color: #4A90E2;
	
	letter-spacing: 0px;
	text-transform:uppercase;
	margin-top:25px;
	cursor:pointer;
}

.pj-scope-lir h2:hover {
	color: #9FC522;
}

.pj-scope-lir-locked h2 {
	color: #9FC522;
}

.pj-scope-lir-locked h2:hover {
	color: #FFFFFF;
}


.pj-scope-lir p {
    font-family: "playregular";
    font-size: 15px;
    color: #4A90E2;
    letter-spacing: -0.5px;
    line-height: 16px;
    overflow: hidden;
    height: 65px;
    margin-top: 143px;
    padding-top: 3px;
    border-top: 1px solid #D2D2D2;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}




.pj-lir-icon {
    width: 413px;
    height: 138px;
    position: absolute;
    top: 47px;
    left: 6px;
    background-position: center;
    background-repeat: no-repeat;
    /*border: 1px solid red;*/
}














.pj-scope-lir-enable-wrapper {
    width: 170px;
    height: 42px;
    position: absolute;
    top: -10px;
    left: -16px;
    /* background-color: red; */
    z-index: 2000;
}


.pj-scope-lir-enable-radio {
    width: 42px;
    height: 42px;
    background: #4A90E2;
    border: 2px solid #4A90E2;
    box-sizing: border-box;
    border-radius: 21px;
    position: absolute;
    z-index: 100;
	cursor:pointer;
}


.pj-scope-lir-enable-radio-disabled {
    background: #6A6A6A;
    border: 2px solid #6A6A6A;
}


.pj-scope-lir-enable-radio-locked {
    background: #8F8F8F;
    border: 2px solid #8F8F8F;
}

.pj-scope-lir-enable-radio-pending {
    background: #F4D800;
    border: 2px solid #F4D800;
}


.pj-scope-lir-enable-radio2 {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 4px solid #C6C6C6;
    box-sizing: border-box;
    border-radius: 21px;
}

.pj-scope-lir-enable-radio2-pending {
	border: 4px solid #F4D800;
}



.pj-scope-lir-enable-locked-icon {
    width: 50px;
    height: 50px;
    background-image: url(images/icons/LockedIcon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 3px solid #8f8f8f;
    box-sizing: border-box;
    border-radius: 121px;
    position: absolute;
    top: -5px;
    left: -5px;
}


.pj-scope-enable-checkmark {
    width: 60px;
    height: 65px;
    background-image: url(images/icons/CheckMarkGreen.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -19px;
    left: -2px;
}

.pj-scope-enable-dot {
    width: 26px;
    height: 26px;
    background-image: url(images/icons/RedDot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 6px;
    left: 6px;
}

.pj-scope-lir-enable-text {
    width: auto;
    height: 23px;
    background: #4A90E2;
    border-radius: 7px;
    position: absolute;
    top: 10px;
    left: 5px;
    font-family: "playregular";
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0px;
    padding-left: 45px;
    padding-right: 14px;
    box-sizing: border-box;
    white-space: nowrap;
}

.pj-scope-lir-enable-text-disabled {
	background: #6A6A6A;
}

.pj-scope-lir-enable-text-pending {
	background: #F4D800;
	color: #6F6202;
}


.pj-scope-lir-enable-text-locked {
	background: #8F8F8F;
	color: #3B3B3B;
}


.pj-scope-lir-innerline {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    /*border: 2px dashed #4A90E2;*/
	
	background-image:url(images/DashedBorderBlue.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	
    border-radius: 19px;
	pointer-events: none;
	z-index:1000;
}


.pj-scope-lir-innerline-disabled {
	background-image:url(images/DashedBorderDkGrey.svg);
}

.pj-scope-lir-disabled {
    background-color: #C6C6C6;
    border: 5px solid #C6C6C6;
    box-shadow: 8px 7px 0px 2px rgba(0,0,0,0.18);
	color: #FFFFFF;
}

.pj-scope-lir-disabled h1 {
    font-family: "playbold";
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

.pj-scope-lir-disabled h2 {
    font-family: "playbold";
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 25px;
    cursor: pointer;
}

.pj-scope-lir-disabled h2:hover {
	font-family: "playbold";
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-transform:uppercase;
	margin-top:25px;
	cursor:pointer;
}


.pj-scope-lir-disabled p {
    font-family: "playregular";
    font-size: 15px;
    color: #4A4A4A;
    letter-spacing: -0.5px;
    line-height: 16px;
    overflow: hidden;
    height: 61px;
    border-top: 1px solid #6a6a6a;
}


.pj-scope-lir-add {
	background: rgba(159,197,33,0.15);
	border-radius: 25px;
	border: 4px dashed #9FC522;
	transition: all .25s ease-in-out;
	box-sizing:border-box;
	cursor:pointer;
}


.pj-scope-lir-add:hover {
	background: rgba(159,197,33,0.45);
	transition: all .25s ease-in-out;
}


.pj-scope-lir-add-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -21px;
    left: -17px;
    background-image: url(images/buttons/AddButtonSmall.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.pj-scope-lir-add-button {
    width: 300px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #9FC522;
    border-radius: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-family: "playregular";
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 23px;
    text-align: center;
	
}


.pj-scope-lir-locked {
	background: rgba(85,85,85,0.47);
	border: 8px solid #6A6A6A;
	box-shadow: 8px 7px 0px 2px rgba(0,0,0,0.18);
	border-radius: 25px;  
}


.pj-scope-lir-innerline-locked {
    background-image: none;
    border: 5px solid #8F8F8F;
    border-radius: 17px;
}


.pj-scope-button-wrapper-locked {
    height: 78px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 30px;
    background: repeating-linear-gradient( -45deg, rgba(95, 95, 95, 0.85), rgba(95, 95, 95, 0.85) 5px, rgb(138, 138, 138) 5px, rgb(138, 138, 138) 10px);
    background-color: #505050;
    border-radius: 0px 0px 24px 24px;
    border-top: 5px solid #8F8F8F;
}


.pj-scope-button-wrapper-locked-overlay {
    position: absolute;
    top: 0px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 1000;
    background: rgba(48,48,48,0.65);
    
    border-radius: 0px 0px 12px 12px;
}

.pj-scope-button-wrapper-locked-container {
    width: 50%;
    height: 100%;
    /* background-color: red; */
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 16px;
}


.pj-scope-button-wrapper-locked-container-right {
    padding-right: 21px;
    padding-left: 7px;}

.pj-scope-button-wrapper-locked-container-left {
    padding-left: 21px;
    padding-right: 7px;
}


.pj-scope-lir-locked p {
    /* color: #9e9e9e; */
    margin-top: 136px;
    color: #9fc522;
	border-top: 1px solid #717171;
}

.pj-scope-lir-locked h1 {
	color: #9e9e9e;
}


.pj-scope-lir-flex-dummy {
    height: 0px;
    margin-bottom: 0px;
    border: 0px solid #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    padding: 0px;
}


.pj-scope-button-wrapper {
    height: 65px;
    /* width: 100%; */
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    /* background-color: red; */
}



.pj-scope-config-button {
    position: relative;
    margin-left: 0px;
    margin-right: 16px;
    padding-top: 5px;
    width: 100%;
    height: 40px;
    font-family: "playbold";
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #9FC522;
    border: 5px solid #FFFFFF;
    border-radius: 9px;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

.pj-scope-config-button-blue {
    background: #4A90E2;
}

.pj-scope-config-button-blue:after {
	border: 4px solid #4A90E2 !important;
}

.pj-scope-config-button-disabled {
    background: #6A6A6A;
    border: 5px solid #FFFFFF;
    color: #FFFFFF;
}

.pj-scope-config-button:after {
    border: 4px solid #9FC522;
    border-radius: 9px;
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    z-index: 0;
}


.pj-scope-config-button-disabled:after {
    border: 4px solid #6A6A6A;
    border-radius: 9px;
}





.pj-scope-eye-icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    right: 7px;
    z-index: 1000;
    cursor: pointer;
}


.pj-scope-eye-icon-enabled-on {
    background-image: url(images/icons/EyeEnabledOn.svg);
}


.pj-scope-eye-icon-enabled-off {
    background-image: url(images/icons/EyeEnabledOff.svg);
}


.pj-scope-eye-icon-disabled-off {
    background-image: url(images/icons/EyeDisabledOff.svg);
}




.pj-scope-more-info-icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 150px;
    right: 10px;
    z-index: 1200;
    cursor: pointer;
}


.pj-scope-more-info-icon-enabled {
	background-image: url(images/icons/MoreInfoEnabled.svg);	
}



.pj-scope-more-info-icon-disabled {
	background-image: url(images/icons/MoreInfoDisabled.svg);	
}





/*--------------Fabricator Profile----------------*/


.fab-flex-container {
    max-width: 1500px;
    height: auto;
    min-height: 600px;
    position: relative;
    box-sizing: border-box;
    margin: auto;
}

.fab-logo-upload-outter {
    max-width: 320px;
    height: auto;
    min-height: 190px;
    background: rgba(73,143,225,0.10);
    border: 1px solid #4A90E2;
    border-radius: 29px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}



.fab-logo-upload-outter:hover {
	background: rgba(159,197,33,0.25);
	border: 1px solid #9FC522;
	transition: all .15s ease-in-out;
}


.fab-logo-upload-outter h1 {
    width: 100%;
    position: absolute;
    top: 125px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    font-family: "playregular";
    font-size: 19px;
    color: #4A90E2;
    letter-spacing: 0px;
    z-index: 1000;
    text-align: center;
}

.fab-logo-upload-inner {
    width: auto;
    height: auto;
    
    border: 1px dashed rgba(255,255,225,0.5);
    border-radius: 9px;
    position: absolute;
    box-sizing: border-box;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
	
	background-image:url(images/icons/AddFileFolder.svg);
	background-position:center;
	background-repeat:no-repeat;
}


.fab-flex-wrapper {
    height: 186px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    margin-top: 60px;
}


.fab-col {
    height: 200px;
    flex: 1 50%;
}


.fab-col1 {
    /*background-color: red;*/
	margin-right: 30px;
	
}


.fab-col2 {
    /*background-color: green;*/
	margin-left: 30px;
	
}



.fab-text-box-wrapper {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #4A90E2;
    /* background-color: yellow; */
    position: relative;
    margin-bottom: 60px;
}

.fab-text-box-wrapper h2 {
    font-family: "playbold";
    font-size: 18px;
    color: #4A90E2;
    letter-spacing: 0px;
    position: absolute;
    bottom: -38px;
}


.fab-text-box-wrapper input {
    width: 100%;
    height: 40px;
    font-family: "playregular";
    font-size: 26px;
    color: #9FC522;
    letter-spacing: 0px;
    background: none;
    border: none;
    text-align: center;
}

.fab-text-box-wrapper:hover {
	background-color: rgba(159,197,33,0.10);
	border-bottom: 1px solid #9FC522;
	transition: all .15s ease-in-out;
}

.fab-text-box-wrapper-city {
	width:43%;
	float:left;
	display:inline-block;
}


.fab-text-box-wrapper-state {
	width:28%;
	float:left;
	display:inline-block;
}

.fab-text-box-wrapper-zip {
	width:23%;
	float:left;
	display:inline-block;
}

.fab-text-box-wrapper-tunning {
    margin-right: 21px;
}







.fab-button {
    position: relative;
    margin-left: 0px;
    margin-right: 16px;
    margin-top: 180px;
    padding-top: 5px;
    width: 300px;
    height: 40px;
    font-family: "playbold";
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #9FC522;
    border: 5px solid #FFFFFF;
    border-radius: 9px;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}



.fab-button:after {
    border: 4px solid #9FC522;
    border-radius: 9px;
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    z-index: 0;
}





























/*--------------Breadcrumb Trail----------------*/







.footer-breadcrumb-trail {
    /* max-width: 1000px; */
    min-width: 480px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 12px;
    transform: scale(0.75) translate(-14%);
    /* background-color: red; */
    display: inline-block;
    flex: 1 65%;
}


.footer-breadcrumb-trail h3 {
    position: absolute;
    font-family: "playbold";
    font-size: 26px;
    letter-spacing: 0px;
    top: -15px;
    left: 19px;
}

.footer-breadcrumb-trail h4 {
    position: absolute;
    font-family: "playbold";
    letter-spacing: 0px;
    top: 7px;
    left: 56px;
    font-size: 18px;
    color: #868686;
    letter-spacing: 0px;
}


.footer-breadcrumb-01 {
    width: 100%;
    height: 53px;
    background-position: left;
    background-repeat: repeat-x;
    position:relative;
}

.footer-breadcrumb-02 {
    width: calc(100%/3*2);
    height: 53px;
    background-position: left;
    background-repeat: repeat-x;
    float: right;
    position:relative;
}

.footer-breadcrumb-03 {
    width: 50%;
    height: 53px;
    background-position: left;
    background-repeat: repeat-x;
    float: right;
    position:relative;
	
}


.footer-breadcrumb-arrow-grey {
	width:38px;
	height:53px;
	
	background-position: left;
	background-repeat:no-repeat;
	position:absolute;
	right: -5px;
	
}


.footer-nav-bar {
    width: auto;
    height: 70px;
    min-width: 480px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 17px;
    /* background-color: red; */
    display: inline-block;
    flex: 1 65%;
    box-sizing: border-box;
    padding-left: 20px;
}

.footer-nav-button {
    width: 185px;
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 12px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    line-height: 0px;
    padding-top: 32px;
    text-align: center;
    text-transform: uppercase;
	cursor:pointer;
}


.footer-nav-button-selected {
	background-image:url(images/buttons/DashboardNavButtonSelected.svg);
	font-family: "playbold";
	font-size: 14.39px;
	color: #FFFFFF;
	letter-spacing: 0px;
}

.footer-nav-button-unselected {
	background-image:url(images/buttons/DashboardNavButtonUnselected.svg);
	font-family: "playbold";
	font-size: 14.39px;
	color: #9B9B9B;
	letter-spacing: 0px;
}










/*-----------------Message Popup Window------------------------*/


.button-spinner {
    width: 26px;
    height: 26px;
    background-image: url(images/icons/loading-spinner.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    vertical-align: text-bottom;
    margin-left: -26px;
}



.full-screen-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    z-index: 1000;
	animation: full-screen-wrapper-anim .75s ease-in-out 1;
}

@keyframes full-screen-wrapper-anim {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
  
}





.processing-icon {
	width:400px;
	height:200px;
	background-color:red;
	margin:auto;
	position:absolute;
	left:calc(50% - (400px/2));
	top:calc(50% - (200px/2));
}



.message-window-base {
	/*update customer-info-popup as well*/
    max-width: 900px;
    min-width: 400px;
    height: 400px;
    background-color: #FFFFFF;
    margin: auto;
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    border-radius: 21px;
    box-shadow: 11px 12px 0px 0px rgba(0, 0, 0, 0.18);
    font-family: "playbold";
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0px;
	overflow:hidden;
}


.message-blue-lable {
    width: 70px;
    height: 100%;
    background: #4A90E2;
    float: left;
}



.message-red-lable {
    width: 70px;
    height: 100%;
    background: #D0021B;
    float: left;
}



.message-system-message-title {
    width: auto;
    height: 71px;
    background-image: url(images/icons/SystemMessage.svg);
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 21px;
    left: 32px;
    font-family: "playbold";
    font-size: 33px;
    color: #4A90E2;
    letter-spacing: 0px;
    box-sizing: border-box;
    padding-left: 75px;
    padding-top: 14px;
	text-transform:uppercase;

}


.message-error-message-title {
    width: auto;
    height: 71px;
    background-image: url(images/icons/ErrorMessage.svg);
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 21px;
    left: 32px;
    font-family: "playbold";
    font-size: 33px;
    color: #D0021B;
    letter-spacing: 0px;
    box-sizing: border-box;
    padding-left: 75px;
    padding-top: 14px;
	text-transform:uppercase;
}




.message-system-text {
    width: 100%;
    height: 100px;
    font-family: "playbold";
    font-size: 20px;
    
    letter-spacing: 0px;
    box-sizing: border-box;
    padding-top: 130px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 10px;
}

.message-system-text-blue {
	color: #4A90E2;	
}

.message-system-text-red {
	color: #D0021B;	
}


.message-system-dismiss-button-wrapper {
    width: 250px;
    height: auto;
    position: absolute;
}

.message-system-dismiss-button-setting {
    bottom: 0px;
    right: 0px;
    margin-right: 40px;
    margin-bottom: 27px;
}

.message-system-dismiss-button-setting-left {
	bottom: 0px;
	left: 103px;
	margin-right: 40px;
	margin-bottom: 27px;
}





.message-system-dismiss-button {
    position: relative;
    margin-bottom: 13px;
    display: block;
    width: 100%;
    height: 35px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    line-height: 39px;
    background: #4A90E2;
    border: 2px solid #FFFFFF;
    border-radius: 9px;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
}

.message-system-dismiss-button:after {
    border: 0px solid #FFF;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    z-index: -1;
    background-color: #4A90E2;
}




.message-error-dismiss-button {
    position: relative;
    margin-bottom: 13px;
    display: block;
    width: 100%;
    height: 35px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    line-height: 39px;
    background: #D0021B;
    border: 2px solid #FFFFFF;
    border-radius: 9px;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
}

.message-error-dismiss-button:after {
    border: 0px solid #FFF;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    z-index: -1;
    background-color: #D0021B;
}







/*-------------Loading Message------------------*/

.message-loading-container {
    width: 607px;
    height: 145px;
    /* margin: auto; */
    position: relative;
    top: 40%;
    left: 50%;
    transform: translateY(-40%);
    transform: translateX(-50%);
    font-family: "playbold";
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0px;
    overflow: hidden;
}


.message-loading-panel-settings {
	background: #000000;
	border-radius: 16px;
	display: inline-block;
}


.message-loading-left-panel {
    width: 145px;
    height: 145px;
    margin-right: 7px;
	background-image:url(images/icons/loading-spinner-green.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:70%;
	float: left;
}


.message-loading-right-panel {
    width: 450px;
    height: 145px;
    box-sizing: border-box;
    padding: 25px 21px 0px 21px;
}

.message-loading-right-panel h1 {
	font-family: "playbold";
	font-size: 28px;
	color: #9FC522;
	letter-spacing: 0px;
	line-height: 0px;
}


.message-loading-right-panel p {
	font-family: "playregular";
	font-size: 18px;
	color: #C5C5C5;
	letter-spacing: 0px;
	line-height: 17px;
}


































/*--------------Job Board----------------*/


.job-board-container {
    width: 100%;
    height: 100%;
    /* background-color: red; */
    margin-top: 70px;
}


.job-board-lir {
    width: 100%;
    height: 95px;
    background: rgba(0,0,0, 0.22);
    border-radius: 20px;
    margin-bottom: 15px;
    display: flex;
    box-sizing: border-box;
    padding-left: 40px;
	position:relative;
}



.job-board-edit-button {
    width: 95px;
    height: 35px;
    position: absolute;
    top: 30px;
    left: -30px;
    background: #9FC522;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: "playbold";
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 4px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 20px 20px 0px 0px;
}


.job-board-col {
    flex-basis: 100%;
    flex-grow: 2;
    margin-right: 5px;
    position: relative;
    font-family: "playregular";
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-align: center;
    white-space: nowrap;
}


.job-board-col-days-open {
	flex-grow: 1.25;
	margin-right:5px;
}



.job-board-divider-line {
    width: 5px;
    height: 86px;
    position: absolute;
    background-image: url(images/DividerLine.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
    right: -5px;
}


.job-board-items {
    height: auto;
    display: inline-block;
    vertical-align: middle;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.job-board-blue {
	color:#4A90E2;
}


.job-board-green {
	color:#9FC522;
}

.job-board-red {
	color:#D0021B;
	font-family:"playbold";
}




.job-board-v-align-joke {
    height: 100%;
    width: 0px;
    background-color: blue;
    display: inline-block;
    vertical-align: middle;
}


.job-board-type-indicator {
    height: 21px;
    bottom: 0px;
    left: -3px;
    right: -3px;
    position: absolute;
    background-color: #4A90E2;
    font-family: "playbold";
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.job-board-type-indicator-red {
	background-color:#D0021B;
}

.job-board-type-indicator-green {
	background-color:#9FC522;
}


.job-board-rollout-container {
	height:300px;
	position:relative;
	display:flex;
}

.job-board-rollout-underline-red {
    background-color: #D0021B;
    left: 35px;
    right: 21px;
    height: 7px;
    position: absolute;
    top: -15px;
}

.job-board-rollout-underline-pointer {
    width: 36px;
    height: 23px;
    background-image: url(images/icons/UnderlinePointer.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 32px;
    top: 2px;
    position: absolute;
	
}


.job-board-rollout-col1 {
    min-width: 460px;
    height: 100%;
    position: relative;
    /* background-color: silver; */
    box-sizing: border-box;
    padding-top: 21px;
	padding-left:35px;
}


.job-board-rollout-col2 {
	min-width:310px;
	height:100%;
	position:relative;
	/*background-color:green;*/
    /* background-color: silver; */
    box-sizing: border-box;
    padding-top: 21px;
	padding-left:35px;
}


.job-board-rollout-col3 {
    height: 285px;
    flex-basis: 100%;
    flex-grow: 1;
    position: relative;
    /* background-color: purple; */
    /* background-color: silver; */
    box-sizing: border-box;
    padding-top: 21px;
    padding-left: 35px;
    padding-right: 35px;
    overflow-y: auto;
    overflow-x: hidden;
}

.job-board-rollout-divider-lines {
	width:2px;
	height:100%;
	position:absolute;
	background-image:url(images/RolloutDividerLines.svg);
	background-position: center;	
	background-repeat: no-repeat;
	right:0px;
	top:0px;
}


.job-board-rollout-container h1 {
	font-family: "playbold";
	font-size: 16px;
	color: #4A90E2;
	letter-spacing: 0px;
}

.job-board-rollout-container h2 {
    font-family: "playbold";
    font-size: 16px;
    color: #C6C6C6;
    letter-spacing: 0px;
    margin: 0px;
}

.job-board-rollout-container p {
    font-family: "playregular";
    font-size: 16px;
    color: #C6C6C6;
    letter-spacing: 0px;
    margin-top: 0px;
	margin-bottom:30px;
	margin-left:0px;
	margin-right:40px;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;

}


.job-board-message-lir {
    width: 100%;
    height: 21px;
    margin-bottom: 11px;
    font-family: "playregular";
    font-size: 16px;
    color: #C6C6C6;
    letter-spacing: 0px;
    border-bottom: 1px dashed #979797;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.job-board-dropdown-container {
    width: 245px;
    height: 32px;
    margin-bottom: 42px;
	cursor:pointer;
}


.job-board-dropdown-left-button {
    width: 34px;
    height: 32px;
    background-color: #4A90E2;
    background-image: url(images/icons/JobsDropDownArrow.svg);
    background-position: 12px;
    background-repeat: no-repeat;
    border-radius: 21px 0px 0px 21px;
    display: inline-block;
    float: left;
    margin-right: 2px;
}

.job-board-dropdown-right-button {
    width: 204px;
    height: 32px;
    background: #4A90E2;
    border-radius: 0px 21px 21px 0px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-top: 6px;
    padding-left: 11px;
}


.job-board-input-container {
    width: 245px;
    height: 32px;
}

.job-board-input-container input {
    width: 110px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    margin-right: 4px;
    font-family: "playbold";
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 0px;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}



.job-board-sort-bar {
    width: 100%;
    height: 95px;
    background-color: #393939;
    position: fixed;
    top: 85px;
    left: 0px;
    box-sizing: border-box;
    padding-left: 75px;
    padding-right: 56px;
	padding-top:30px;
    display: flex;
}


.job-board-sort-bar-col {
    height: 50px;
    flex-basis: 100%;
    flex-grow: 2;
    margin-right: 5px;
    position: relative;
    font-family: "playregular";
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-align: center;
    white-space: nowrap;
    /* background-color: red; */
    box-sizing: border-box;
    padding-top: 15px;
    cursor: pointer;
	

}


.job-board-sort-bar-dashed-line {
    width: 100%;
    height: 5px;
    /* background-color: red; */
    position: absolute;
    bottom: 5px;
    left: 0px;
    border-bottom: 1px dashed #979797;
}



.job-board-sort-bar-col:hover {
	animation-name: sort-pulse; 
    animation-duration: 1s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
	animation-fill-mode: forwards;
}







/*Input Animation Keyframes*/

@keyframes sort-pulse {
  0% {
    background-color: rgba(159, 197, 34, 0.0);
  } 
  100% {
    background-color: rgba(159, 197, 34, 1.0);
  }
}





/*--------------Central Hub Global Navigation----------------*/

.central-hub-global-wrapper {
    position: absolute;
    right: 7px;
    top: 16px;
    width: auto;
    display: flex;
}


.central-hub-main-icon {
    width: 50px;
    height: 50px;
    margin-right: 21px;
    background-image: url(images/icons/CentralHubIcon.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


.central-hub-message-icon {
    width: 50px;
    height: 50px;
    margin-right: 21px;
    background-image: url(images/icons/MessagesIcon.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}


.central-hub-message-icon-badge {
    width: 20px;
    height: 20px;
    background-color: #9FC522;
    position: absolute;
    top: 5px;
    left: 2px;
    border-radius: 100px;
    font-family: "playbold";
    font-size: 14.5px;
    color: #FFFFFF;
    letter-spacing: 0px;
    box-sizing: border-box;
    padding-top: 1px;
    padding-left: 6px;
}




.central-hub-banner-wrapper {
    width: 100%;
    height: 455px;
    margin: auto;
    /*background-color: green; */
	display: flex;
}




.central-hub-banner-dashboard {
    /* max-width: 1229px; */
    width: 1140px;
    height: 455px;
	/*background-color:pink;*/
    background-image: url(images/DashboardBanner.png);
    background-position: center;
    /*background-repeat: no-repeat;*/
    border-radius: 15px;
    float: left;
    display: inline-block;
	position:relative;
	overflow:hidden;
    flex-grow: 3;
	
	
}




.central-hub-banner-button-container {
	width:600px;
	height:95px;
	
	/*background-color:yellow;*/
	
	position:absolute;
	
	right:0px;
	bottom:0px;	
	
	z-index:100;
}


.central-hub-banner-button-container h1 {
    font-family: "playregular" !important;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: right;
    margin-right: 12px;
}





.central-hub-banner-button {
    position: absolute;
    bottom: 14px;
    right: -2px;
    margin-left: 0px;
    margin-right: 16px;
    display: block;
    width: 340px;
    height: 35px;
    font-family: "playregular";
    text-decoration: none;
    text-align: center;
    line-height: 37px;
    background: #9FC522;
    border: 5px solid #FFFFFF;
    border-radius: 13px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
}



.central-hub-banner-button:after {
    border: 4px solid #9FC522;
    border-radius: 14px;
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: 0;
    /* background-color: #4A90E2; */
}






.central-hub-banner-jobboard {
    width: 609px;
    height: 455px;
	/*background-color:red;*/
    background-image: url(images/JobboardBanner.png);
    background-position: center;
    /*background-repeat: no-repeat;*/
    border-radius: 15px;
    display: inline-block;
    margin-left: 21px;
	position:relative;
	overflow:hidden;
    flex-grow: 1.5;
}







.central-hub-icons-flex-container {
    /* max-width: 1800px; */
    width: 100%;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 1px dashed #818181;
    box-sizing: border-box;
    justify-content: center;
}



.central-hub-icons-flex-item {
    background-image: url(images/buttons/CentralHubIconFrame.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
    margin-bottom: 60px;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 300px;
    cursor: pointer;
    position: relative;
}





.central-hub-icon-frame {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	
	background-position:center;
	background-repeat:no-repeat;
	
	border-radius:100px;
}


.central-hub-icon-frame:hover {
	
	-webkit-filter: brightness(3);
	filter: brightness(3);
    
}








.central-hub-icon-contact {
	background-image:url(images/icons/hub-icons/Contact.svg);
}

.central-hub-icon-customers {
	background-image:url(images/icons/hub-icons/Customers.svg);
}

.central-hub-icon-fabricators {
	background-image:url(images/icons/hub-icons/Fabricators.svg);
}

.central-hub-icon-misc {
	background-image:url(images/icons/hub-icons/Misc.svg);
}

.central-hub-icon-sites {
	background-image:url(images/icons/hub-icons/Sites.svg);
}

.central-hub-icon-account-settings {
	background-image:url(images/icons/hub-icons/Settings.svg);
}

.central-hub-icon-kitchen-visualizer {
	background-image:url(images/icons/hub-icons/KitchenVisualizer.svg);
}

.central-hub-icon-features {
	background-image:url(images/icons/hub-icons/Features.svg);
}


.central-hub-icon-dashboard {
	background-image:url(images/icons/hub-icons/Dashboard.svg);
}

.central-hub-icon-documents {
	background-image:url(images/icons/hub-icons/Documents.svg);
}

.central-hub-icon-users {
	background-image:url(images/icons/hub-icons/Users.svg);
}

.central-hub-icon-job-board {
	background-image:url(images/icons/hub-icons/JobBoard.svg);
}

.central-hub-icon-stone-suppliers {
	background-image:url(images/icons/hub-icons/StoneSuppliers.svg);
}









.central-hub-icons-flex-item h1 {
    font-family: "playregular";
    font-size: 16px;
    color: #A3A3A3;
    letter-spacing: 0px;
    line-height: 17px;
    text-align: center;
    margin-top: 135px;
}



.central-hub-icons-flex-item:hover {
	
	animation-name: icon-pulse; 
    animation-duration: .5s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
	animation-fill-mode: forwards;

    
}



/*Input Animation Keyframes*/

@keyframes icon-pulse {
  0% {
    background-image: url(images/buttons/CentralHubIconFrame.svg);
	
  } 
  100% {
	
    background-image: url(images/buttons/CentralHubIconFrameHover.svg);
	
  }
}














/*--------------Webkit Scrollbar----------------*/


	::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 20px;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 30px;
		background-color: #4990e2;
		height:50px;
		wdith:300px;
		
	}
		
	::-webkit-scrollbar-track {
		-webkit-border-radius: 10px;
		z-radius: 10px;
		background-color: rgba(169, 169, 169, 0.38);
		
	}

	
	::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(169, 169, 169, 0.38);
}
	
	
	
	
	
	
	
/*--------------Media Queres----------------*/	
	
	
@media (max-width: 996px) {
	.footer-breadcrumb-trail {
		display:none;	
	}
}
	
	
	
	
@media (max-width: 600px) {
	
	.lightbox-title-block h1 {
		text-transform: uppercase;
		line-height: 0px;
		color: #4A90E2;
		font-size: 21px;
		position: relative;
		z-index: 200;
		margin-top: 20px;
	}
	
	
	
	
	
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
