 /* Foyr Product Config Buttons */
.foyrlogo_productconfig,
.clientlogo_productconfig,
.tiles_select_productconfig,
.rooms_select_productconfig,
.fullview_button_productconfig,
.options_productconfig
 {
    position: absolute;
    cursor: pointer;
}

.foyrlogo_productconfig {
    bottom: 10px;
    left: 10px;
    height: 40px;
    width: 250px;
}
.foyrlogo_productconfig img {
    max-height: 100%;
    max-width: 100%;
}


.clientlogo_productconfig {
    top: 10px;
    left: 10px;
    height: 40px;
    width: 250px;
}
.clientlogo_productconfig img {
    max-height: 100%;
    max-width: 100%;
}


.fullview_button_productconfig {
    top: 10px;
    right: 10px;
    height: 32px;
    width: 32px;
}
.fullview_button_productconfig img {
    max-height: 100%;
    max-width: 100%;
}


.options_productconfig {
    bottom: 20px;
    right: 20px;
    height: 32px;
    width: 32px;
    background: #2b363c;
}
.options_productconfig img {
    max-height: 100%;
    max-width: 100%;
}

.tiles_select_productconfig {
    left: 0;
    top:0;
    bottom: 0;
    height: auto;
    max-height: 25%;
    margin: auto;
}

.tiles_select_productconfig img{
    max-width: 100%;
    max-height: 100%;
}


.rooms_select_productconfig img{
    max-width: 100%;
    max-height: 100%;
    float: right;
}

.rooms_select_productconfig {
    right: 0;
    top:0;
    bottom: 0;
    height: auto;
    max-height: 25%;
    margin: auto;
    float: right;
}





 /* Foyr Product Config Overlay */

.overlay_productconfig{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}






 /* Foyr Product Config Item Info */


.product_info_container_productconfig{
    width: 55%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 55%;
    margin:auto;
    background-color: white;
    display: none;
    font-family: 'Roboto';
}

.product_info_container_productconfig_left{
    height: 100%;
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    padding: 5%;
}

.product_info_container_productconfig_right{
    padding: 5% 5%;
    text-align: center;
    background: #e9e9e9;
    float: right;
    height: 100%;
    width: 50%;
    overflow: auto;
}

.product_info_container_right_heading_productconfig
{
    color: rgb(0, 172, 172);
    text-decoration: underline;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: left;
}
.product_info_container_right_property_container_productconfig
{
    padding: 5px 0;
    text-align: left;
}

.product_info_container_right_property_container_productconfig span:first-child
{
    color: rgb(125, 125, 125);
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    display: block;
}
.product_info_container_right_property_container_productconfig span:last-child
{
    color: rgb(0,0,0);
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    display: block;
    
}



.product_info_container_close_productconfig{
     right:0;
     top:0;
    cursor: pointer;
    position: absolute;
    padding: 0 5px;
    background: white;
}






 /* Foyr Product Config Tile Container */


.tiles_container{
    max-width: 500px;
    min-width: 280px;
    width: auto;
    position: absolute;
    height: 100%;
    top:0;
    bottom: 0;
    left: 0;
    background-color: #e9e9e9;
    display: none;
}
.tiles_container_header{
    background-color: #2b363c;
    height: 45px;
    padding: 0px 10px;
}

.tiles_container_search{
    float: left;
    margin: 5px 0; 
    height: 33px;
}
.tiles_container_search_input{
    padding: 0 10px;
    height: 100%;
}
.tiles_container_search i{
    color: white;
    font-size: 22px;
    padding: 0 10px;
    cursor: pointer;
    height: 100%;
}


.tiles_container_close{
font-size:22px;
float: right; 
color:white;
cursor: pointer;
padding: 7px 5px;
}



.tiles_container_body{
text-align: left;
overflow-y: auto;
overflow-x: hidden;
max-height: 90%;
height: auto;
padding: 10px 15px;
}
 
.tile-Row{
    margin: auto;
    width: auto;

}
.tiles-column{
    height: 180px;
    width: auto;
    margin: 5px 10px;
    display:  inline-block;
    background-color: white;
    padding: 3px;
}

.tiles_selected{
    box-shadow: 0 0 0 2px #11cacc;
}

.tiles_column_image_container{
    width:120px;
    height:120px;
}

.tiles_column_image_container img{
    max-width:100%;
    max-height:100%;
}
.selected_img_icon {
    height: 20px;
    width: 20px;
    position: relative;
    float: right;
    margin: -20px 0 0 0;
    display: none;
}
.tiles_selected .selected_img_icon{
    display: block;
}


.tiles_column_image_text_container{
    height: 60px;
    width: 100%;
    padding-top: 5px;
}


.tiles_column_image_text_container span:first-child{
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}

.tiles_column_image_text_container:hover div{
    visibility: visible;
}

.tiles_image_name_hover{
    position: absolute;
    z-index: 999;
    margin: -60px 0;
    background: white;
    padding: 0px 10px;
    visibility: hidden;
}

.tiles_column_image_text_container span:last-child{
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin-top: -5px;
    width: 80px;
    margin: 0 auto;
}




 /* Foyr Product Config Room Container */
 
 .concept_layout{
    max-width: 420px;
    min-width: 210px;
    width: auto;
    height: 100%;
    background-color: #e9e9e9;
    right: 0; 
    top:0;
    display: none;
    z-index: 25;
    position: absolute;
 }
 .concept-column{
    margin: 5px;
    height: auto;
    width: auto;
    display:  inline-block;
 }

 .concept-column h4{
    margin: 0;
 }
 .room_selected_productconfig{
    box-shadow: 0 0 0 2px #11cacc;
}
 .concept-column img{
     width: 180px;
     height: 90px;
     border: 1px solid grey;
 }

 .concept_close{
    font-size:22px;
    position: absolute;
    color:white;
    cursor: pointer;
    margin: 5px 10px;
    }
    .concept_container{
        /* padding: 0 10px; */
        display: inline-block;
    }
    .selectconcept_header{
        background-color: #2b363c;
        height: 40px;
        text-align: left;
    }
    .selectconcept_container_body{
        text-align: left;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 90%;
        height: auto;
        padding: 20px 15px;
        }
 









@media screen and (max-width:560px){

    .tiles_container_search{
        display: none;
    }

    .tiles_container{
        max-width: 200px;
        min-width: 200px;
    }

}            








@media screen and (min-width:560px) and (max-width:600px){
   

    .tiles_container{
        max-width: 340px;
        min-width: 250px;
    }

    .concept_close{
        top: 5px;
        font-size:18px;
    }
    .concept_container h4{
        margin: 5px 0;
        font-size: 15px;
    }
    
    .product_info_container_right_heading_productconfig
    {
        font-size: 10px;
    }
    .product_info_container_right_property_container_productconfig
    {
        padding: 0;
        text-align: left;
    }

    .product_info_container_right_property_container_productconfig span:first-child
    {
        font-size: 10px;
        letter-spacing: 0px;
        margin: -5px 0;
        
    }
    .product_info_container_right_property_container_productconfig span:last-child
    {
        font-size: 8px;
        letter-spacing: 0px;
        margin: -5px 0;
    }
 
 }





 @media screen and (min-width:601px) and (max-width:680px){
 

    .tiles_container{
        max-width: 340px;
        min-width: 250px;
    }
    .concept_close{
        top: 5px;
        font-size:18px;
    }

    .concept-column img{
        width: 120px;
        height: 60px;
    }
    .concept_container h4{
        margin: 5px 0;
        font-size: 15px;
    }


    .product_info_container_productconfig{
        width: 60%;
    }
    .product_info_container_right_heading_productconfig
    {
        font-size: 14px;
    }
    .product_info_container_right_property_container_productconfig
    {
        padding:0;
        text-align: left;
    }

    .product_info_container_right_property_container_productconfig span:first-child
    {
        font-size: 14px;
        letter-spacing: 0px;
        margin: -5px 0;
    }
    .product_info_container_right_property_container_productconfig span:last-child
    {
        font-size: 12px;
        letter-spacing: 0px;
        margin: -5px 0;
    }
 }







 @media screen and (min-width:680px) and (max-width:800px){
     

    .tiles_container{
        max-width: 340px;
        min-width: 250px;
    }
    .concept_close{
        top: 5px;
        font-size:18px;
    }
   
    .concept-column img{
         width: 140px;
         height: 70px;
     }
    .concept_container h4{
        margin: 5px 0;
        font-size: 15px;
     }

    .product_info_container_productconfig{
        width: 60%;
    }

    .product_info_container_right_heading_productconfig
    {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .product_info_container_right_property_container_productconfig
    {
        padding: 5px 0;
        text-align: left;
    }

    .product_info_container_right_property_container_productconfig span:first-child
    {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .product_info_container_right_property_container_productconfig span:last-child
    {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .product_info_container_close_productconfig{
        padding: 0 5px;
    }     
}






/* Common CSS */

     
.container_display{
    display: block;
} 

.ellipsis_foyrproductconfig{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

