/*bathroom visualizer css*/
.accordion.active .bv-accordian-anc{color:#ffffff;}
.img-title {
    width: 110px;
    height: 90px;
    font-size: 12px;
}

.prod-text {
    margin-bottom: 10px;
}

h5, .h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

label {
    margin-bottom: 0px;
}

.prodname_left {
  margin-left: 9px;
  width: 125px;
  display: block;
  height: 48px;
  vertical-align: -moz-middle-with-baseline;
}
#register_link {
    font-size: 16px;
}

.instruct-img {
    width: 52px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.instruct-heading {
    margin: 0;
    position: absolute;
    top: -10px;
    left: 85px;
	font-size:20px;
}

.backsplashprodid, .walltileprodid, .floortileprodid {
    width: 100%;
}

p {
    margin: 0 0 25px;
}

.btn, .btn-outlined, .custom-file-input {
   
}

.social-media {
    margin: 0px 0px 0px 0px !important;
}

.visualizer-box {
    float: right;
    width: 239px;
    margin-right: -20px;
}

.backsplashprodid, .walltileprodid, .floortileprodid {
    font-size: 13px;
    display: block;
}

.nav-tabs-left {
    margin-left:10px;
}
#myModal {
    overflow-y:scroll;
}
    .social-media img {
    width: 25px;
}

.sharepopupbutton {
    max-width: 230px;
    left: 110px;
}

.sharepopupExpand {
    width: 230px;
    left: 4%;
}



#dropdownarrow {
   left:10%;
    top: -11px;
}

.opt-text {
    margin-right: 30%;
}


.panel-group {
    margin-bottom: 0px;
}

.btn-sm.icon-right {
    padding-right: 5px !important;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-outlined {
    padding: 5px 8px !important;
}

.panel-group .panel-title {
    background-color: #fff;
}

.popover.bottom {
    margin-top: 38px;
}



.nav-tabs .dropdown-menu {
    margin-left: 0;
    left: 0%;
    width: 80%;
}

.nav-tabs  li span {
    color: #fff;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color:transparent;
     }
.nav-tabs .dropdown-toggle > .caret {
    color: white;
}

.divFilter img {
    padding: 2px 0px;
    margin-right: 3px;
    margin-bottom: 2px;
}

.divExp-share img {
    padding: 2px 0px;
    margin-right: 3px;
    margin-bottom: 2px;
}

.tabs ul li a:hover, .tabs-Expand ul li a:hover {
    border-bottom: none;
}




.tabs ul li a, .tab-Expand ul li a {
    padding: 0;
    margin: 26px 30px 0px 0px;
    text-transform: initial;
}

#instructions {
    background: url('../../../../bathroom-visualizer/Content/images/box.svg') no-repeat #fff;
    width: 324px;
    height: 202px;
    margin: 0 auto;
}


.divFilter {
    position: absolute;
}

    .divFilter ul {
        padding: 0;
    }

.divExp-share {
    position: relative;
    left: 45%;
}

.bt-filters {
    position: absolute;
    top: 3%;
}

    .bt-filters .panel-title {
        padding: 5px;
    }

    .bt-filters .panel-group {
        margin-bottom: 0;
    }

        .bt-filters .panel-group .panel-title a {
            padding: 0;
        }

.selected-opt {
    width: 100%;
    margin-left: 15px;
}

    .selected-opt img {
        margin: 0 auto;
    }



#bt-tips p {
    position: relative;
    font-size: 16px;
}

.image123 {
    display: inline-block;
    width: 52px;
}

.instruct {
    padding: 30px 24px;
    position: relative;
}

.instruct-text {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}





.p1 {
    margin: 8px 0 5px -10px;
	max-width: 220px;
  line-height: 1.2;
  height: 40px;
}

.p2 {
    margin: 0px 0px 5px 0px;
	max-width: 219px;
  line-height: 1.2;
  height: 40px;
}

.p3 {
    margin: 5px 0px 5px -10px;
	max-width: 220px;
  line-height: 1.2;
  height: 40px;
}

.thumbimgmd {
    width:110px;
    height:110px;
}

/* Style the element that is used to open and close the accordion class */
p.accordion {
    background-color: #fff !important;
    color: #8b6f4e;
    text-decoration-color: #8b6f4e !important;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    border-color: #696969 !important;
    margin: 0;
    text-transform: uppercase;
    margin-top: -2px;
    border: 1px solid #cccccc transparent !important;
}



    /* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    p.accordion.active {
        background-color: #8b6f4e !important;
        color: #fff !important;
    }



    /* Unicode character for "plus" sign (+) */
    p.accordion:after {
        content: '\002b';
        font-size: 13px;
        color: #8b6f4e !important;
        float: right;
        margin-left: 5px;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: normal;
        vertical-align: middle;
    }



    /* Unicode character for "minus" sign (-) */
    p.accordion.active:after {
        content: "\2212";
        font-size: 13px !important;
        color: #fff !important;
    }


/* Style the element that is used for the panel class */

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin: 0 !important;
    border: 1px solid #cccccc;
}


    div.panel.show {
        opacity: 1;
        max-height: 300px;
        padding: 17px 15px;
        line-height: 1.45;
        font-weight: 400;
        background-color: #fff;
        overflow-y: scroll;
        text-decoration: none; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    }

/*end*/

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    text-align: left !important;
}


/*styles used for tab & expand  functions*/
.tabs {
    background-color: #cccccc;
    padding: 20px 20px 0px 20px;
    margin-left: 10px;
}

.tab-Expand {
    background-color: #cccccc;
    padding: 20px 20px 0px 20px;
    max-width: 100%;
    margin: auto;
    max-height: 100%;
}

    .tabs p, .tab-Expand p {
        margin: 0;
    }

.Expand-img-title {
    width: 100%;
    height: 90px;
    font-size: 12px;
}

#BathroomVisualizer {
    -webkit-animation: fadeInTop 1.2s ease-in-out 0s forwards;
    animation: fadeInTop 1.2s ease-in-out 0s forwards;
}

.nav-tabs {
    border-bottom: 1px solid #888888;
}

.tabs ul li.active a, .tab-Expand ul li.active a {
    background-color: #cccccc !important;
}



    .tabs ul li.active a:hover, .tab-Expand ul li.active a:hover {
        border-bottom: 1px solid #888888;
    }


.tab-Expand ul li a:hover {
    border-bottom: 1px solid #888888;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

a, a:hover {
    cursor: pointer !important;
}

.prodName-medium {
    height: 75px;
}

.prodName-small {
    font-size: 14px;
    padding: 5px 0;
}

.prodName {
    margin-bottom: 20px;
    padding: 5px;
    text-transform: uppercase;
    display: table;
    width: 100%;
    line-height: 1.25;
    text-align: center;
    font-weight: 400;
}

.thumbimg {
    width: 90px;
    height: 90px;
    margin: auto;
    display: block;
}

.tab-scroll {
    display: flex;
    overflow-x: auto;
    white-space: normal;
}

.tab-height {
    height: 700px;
    overflow-y: scroll;
    z-index:1;
}

.scrollhidden {
    overflow-y: hidden;
}



.text-left {
    margin-left: 10px;
}

.popover-content {
    background-color: #fff;
}





.subcategory-tab {
    padding: 0 !important;
}

.col-xs-4, .col-sm-2, .col-lg-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.modal-content-canvas {
    height: 920px;
    background-color: #cccccc !important;
}

.content-right {
    float: right;
}

.filterimg {
    height: 19px;
    width: 19px;
}

.Expandimg {
    height: 16px;
    width: 16px;
}

.shareimg {
    height: 17px;
    width: 17px;
}
/*end*/

/*scroll bar for google chrome*/
::-webkit-scrollbar {
    height: 15px;
    width: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #cccccc;
    border-radius: 10px;
}

/*end*/


@media  screen and (min-width:270px) and (max-width:767px) {
    .popover.bottom {
        margin-top: 40px;
    }

    #ExpandText {
        font-size: 28px;
    }

    .Expand-img-title {
        width: 110px;
        height: 75px;
        font-size: 12px;
    }

    .filterimg {
        height: 21px;
        width: 21px;
    }

    .Expandimg {
        height: 20px;
        width: 20px;
    }

    .shareimg {
        height: 20px;
        width: 20px;
    }

    .btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-outlined {
        border-radius: 30px !important;
        max-width: 100%;
    }

    .btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-outlined {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    .tabs ul li a, .tab-Expand ul li a {
        padding: 0;
        margin: 26px 20px 0px 0px;
        text-transform: initial;
    }

    .bth_visualizerwidth {
        padding-left: 10px;
        padding-right: 10px;
    }

    .visualizer-box {
        border: 2px solid #8B6F4E;
        width: 239px;
        float: left;
        margin-right: auto;
        margin-top: 12px;
    }

    .mobile-expand-tab {
        max-width: 33.333%;
    }

    .thumbimg {
        width: 90px;
        height: auto;
        margin: 5px;
    }

    .subcategory-tab .col-xs-4 {
        width: 33.33%;
    }

    #dropdownarrow {
        left: 50%;
        top: -11px;
    }

    .nav-tabs .dropdown-menu {
        margin-left: auto;
        left: auto;
    }

    .popover.bottom > .arrow {
        left: 80%;
    }

    .sharepopupbutton {
        width: 100%;
        left: 0%;
    }


    .tab-Expand {
        max-width: 100%;
        margin-left: 0%;
    }

    h2, .h2 {
        font-size: 32px;
    }

    .popover-content {
        width: 230px;
        margin-left: -60%;
    }

    .tabs {
        background-color: #cccccc;
        padding: 15px 10px 0px 10px;
        margin-left: 0px;
    }
}



@media screen and (min-width:270px) and (max-width:370px) {
    .backsplash, .walltile, .floortile {
        font-size: 15px!important;
    }

    .tabs ul li a, .tab-Expand ul li a {
        padding: 0;
        margin: 26px 20px 0px 0px;
        text-transform: initial;
    }
}

   

@media screen and (min-width:768px) and (max-width:1199px) {
    .bth_visualizerwidth {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tabs {
        margin: auto;
    }

    .thumbimagelist {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .visualizer-box {
        margin-right: 0px;
    }



    .tab-Expand {
        max-width: 100%;
        margin-left: 0%;
    }

    .social-media img {
        width: 23px;
    }
    .dropdown-menu{
        min-width:200px;
    }
}


@media (min-width:880px) and (max-width:1199px) {
    .Expand-img-title {
        width: 110px;
        height: 90px;
        font-size: 12px;
       
    }
}

/*@media (min-width:992px) and (max-width:1199px) {


    .bth_visualizerwidth {
        padding-left: 10px;
        padding-right: 25px;
    }

    .tabs {
        margin: auto;
    }

    .visualizer-box {
        margin-right: 15px;
    }

   
}*/

@media (min-width:1200px) and (max-width:1599px) {

    .tab-Expand ul li a {
        padding: 0;
        margin: 20px 20px 0px 0px;
        text-transform: initial;
    }

    #Expandzoom {
        margin-left: 4%;
    }

    h5, .h5 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .selected-opt {
        margin-left: 15px;
    }

    #instructions {
        display: none;
    }

    p {
        margin: 0 0 12px;
    }

    h1, .h1, h2, .h2 {
        font-size: 30px;
    }

    h4, .h4 {
        font-size: 20px;
    }



    .bathroom_text {
        font-size: 15px;
    }

    #EnvisionBathroom {
        margin-top: 0px;
    }

    .box-img img {
        width: 340px;
        height: 160px;
    }

    .selected-opt img {
        width: auto;
        height: auto;
    }




    .opt-text {
        margin-right: 25%;
    }



    #bt-tips p {
        position: relative;
        font-size: 16px;
    }


    .bt-filters {
        left: 68%;
    }





    .thumbimagelist {
        margin-top: 5px;
    }

    .tab-Expand {
        background-color: #cccccc;
        padding: 15px 0 0 11px;
        max-width: 100%;
        margin-left: auto;
    }

    #ExpandText {
        font-size: 38px;
    }

    .selected-backsplash-left {
        margin-left: 5%;
    }

    .col-lg-3 {
        width: 30%;
    }

    .prodname_left {
        margin-left: 0px;
    }
}



@media (min-width:1600px) {

    #Expandzoom {
        margin-left: 6%;
    }

    #ExpandText {
        font-size: 42px;
    }

    .selected-backsplash-left {
        margin-left: 14%;
    }
}


/*.badge-warning {
    background-color: rgba(139,111,78,.92);
    float: right;
    margin-top: -12px;
    margin-left: -4px;
}*/
.selected-prod {
    border: 2px solid black;
}

/*bathroom visualizer css*/