.colorWallDiv_2row{
    position: relative;
    left: 24px;
    width: 325px;
    height: 100px;

	margin-top: 12px;
  }

.colorWallDiv_1row{
    position: relative;
    left: 24px;
    width: 325px;
    height: 40px;

	margin-top: 12px;
  }


.wallColorButtonSmall0, .wallColorButtonSmall1,.wallColorButtonSmall2,.wallColorButtonSmall3,.wallColorButtonSmall4,
.wallColorButtonSmall0:focus, .wallColorButtonSmall1:focus,.wallColorButtonSmall2:focus,.wallColorButtonSmall3:focus,.wallColorButtonSmall4:focus
{
position: absolute;
height: 40px;
width: 40px !important;

border: solid 1px #DADEE3;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
transition: 0.3s;	
}

.wallColorButtonSmall0, .wallColorButtonSmall0:focus
{
left: calc(124px - 24px);
background-color: #FFFFFF;
}


.wallColorButtonSmall1, .wallColorButtonSmall1:focus
{
left: calc(170px - 24px);
background-color: #FFFFFF;
}


.wallColorButtonSmall2, .wallColorButtonSmall2:focus
{
left: calc(216px - 24px);
background-color: #E6E8EE;
}

.wallColorButtonSmall3, .wallColorButtonSmall3:focus
{
left: calc(262px - 24px);
background-color: #878B97;
}

.wallColorButtonSmall4, .wallColorButtonSmall4:focus
{
left: calc(308px - 24px);
background-color: #000000;
}



.RAL9010,
.RAL9010:focus
{
background-color: #F1EDE1 !important;
}

.RAL6009,
.RAL6009:focus
{
background-color: #27352A !important;	
}

.RAL7016,
.RAL7016:focus
{
background-color: #383E42 !important;	
}

.RAL7021,
.RAL7021:focus
{
background-color: #2F3234 !important;	
}

.RAL9005,
.RAL9005:focus
{
background-color: #0E0E10 !important;	
}


#wallMaterialButton1{
background-image: url("../css/wall_mat_1.png");	
}

#wallMaterialButton2{
background-image: url("../css/wall_mat_2.png");	
}

#wallMaterialButton3{
background-image: url("../css/wall_mat_3.png");	
}

#wallMaterialButton4{
background-image: url("../css/wall_mat_4.png");	
}

#wallMaterial1Style1Button
{
	background-image: url("../css/wall_mat_1_style_1.png");	

}

#wallMaterial1Style2Button
{
	background-image: url("../css/wall_mat_1_style_2.png");	

}

#wallMaterial2Style1Button
{
	background-image: url("../css/wall_mat_2_style_1.png");	

}

#wallMaterial2Style2Button
{
	background-image: url("../css/wall_mat_2_style_2.png");	

}






.wallMaterialButtonClass {height: 60px;}
.wallMaterialSmallButtonClass {height: 44px;}
.wallMaterialButtonClass,.wallMaterialSmallButtonClass, .wallMaterialButtonClass:focus,.wallMaterialSmallButtonClass:focus {
  position: relative;
  margin-top: 12px;

  width: 325px !important;
  background-color: white;

  background-repeat: no-repeat;
  background-position: start;
  border-width: 1px;
  border-color: #DADEE3;
  border-style: solid;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #0a2346;
  text-align: left;
  padding-left: 80px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  transition: 0.3s;
}

.buttonContainer{
padding-left:24px;	
}



.builderText{

margin-top: 20px;
height: 20px;
padding-left: 24px;


font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;

/* identical to box height */

color: #0a2346;
}




.extra3OptionsButton1, .extra3OptionsButton2, .extra3OptionsButton3,
.extra3OptionsButton1:focus, .extra3OptionsButton2:focus, .extra3OptionsButton3:focus
 {
	height: 44px;
    position: absolute;
    width: 103px !important;
    background-color: white;
  
    border-width: 1px;
    border-color: #DADEE3;
    border-style: solid;
  
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #0a2346;
  
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  
    transition: 0.3s; 
 }
  
.extra3OptionsButton1
{
left: 24px;

/* background-image: url("../css/Ban.png"); */
/* background-repeat: no-repeat; */
/* background-position: 10px; */

}
 
.extra3OptionsButton2
{
left: 135px;
}
 
.extra3OptionsButton3
{
left: 246px;
} 
  
 .extra3OptionsButton1:hover, .extra3OptionsButton2:hover, .extra3OptionsButton3:hover
 {
    color: #0a2346;
    background-color: #fdfbf5;
    border-color: #c65f18;
    opacity: 1;
 }
  
  
.extra3OptionsDiv
{
margin-bottom: 8px;	
height: 45px;
position: relative;
}
  
  
.customColorText
{
	
} 
  
.customColorDiv{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
color: #000000;
height: 40px;
width: 330px;
line-height: 40px;
margin-top: 10px;
position: relative;
} 


.customColorInputButton
{
	top: 0px;
    position: absolute;
    left: 285px;
    height: 40px;
    width: 40px !important;
    background-color: white;
    border: solid 1px;
    border-color: #DADEE3;
  
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  
    transition: 0.3s;
}


#wallColorButton_1_2_1_1,
#wallColorButton_1_1_1_1,
#wallColorButton_1_2_1_1:focus,
#wallColorButton_1_1_1_1:focus
{
background-color: #da5b4a;
}

#wallColorButton_1_2_1_2,
#wallColorButton_1_1_1_2,
#wallColorButton_1_2_1_2:focus,
#wallColorButton_1_1_1_2:focus
{
background-color: #ffb534;
}
