﻿* {
    margin: 0;
    padding: 0;
}

html body {
    height: 100%;
    background-color: black;
    color:white;
}

th[align="left"] {
    padding-right: 5px;
    text-align: left;
}

th[align="right"] {
    padding-right: 5px;
    text-align: right;
}

th[align="center"] {
    padding-right: 5px;
    text-align: center;
}

td[vertical-align="top"] {
    padding-right: 5px;
    vertical-align: top;
}

#divPageContainer {
    position: absolute;
    min-height: 100%;
    width: 100%;
    background-color: black;
}

#header {
    position: absolute;
    padding: 10px;
    top: 0px;
    width: 100%;
    height: 90px;
    color: white;
}

#headleft {
    width: 20%;
    float: left;
}

#headcenter {
    width: 60%;
    float: left;
    text-align: center;
    font-family: 'Arial';
    font-size: 3vw;
    font-weight: bold;
    text-shadow: 3px 3px #8499B6;
}

#headright {
    width: 20%;
    float: right;
    text-align: center;
    font-family: 'Arial';
    font-size: 2.7vw;
    font-weight: bold;
    text-shadow: 3px 3px #8499B6;
}

#divContent {
    position: relative;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 100px;
    height: 100%;
    width: 100%;
    color: white;
    background-color: black;
    font-size: 1vw;
    min-height: 100vh;
}

.divHomeImg {
    width: 98%;
    margin: auto;
    padding-bottom:10px;
    text-align: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.divDesignImg {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.divMainWrapper {
    position: relative;
    width:98%;
    margin-top: 110px;
    clear: both;
    float: left;
    vertical-align: top;
}

.divMainLeft {
    width:10%;
    float: left;
    text-align: left;
    vertical-align: top;
    padding-bottom: 30px;
}

.divMainRight {
    width: 90%;
    float: right;
    text-align: center;
    vertical-align: top;
    padding-left: 30px;
}

.divcontainer {
    float: left;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.divMeasurements {
    float:left;
    width:30%;
    text-align:left;
}

.divDesign1 {
    float: left;
    width: 31%;
    margin: 2px;
    border-width: 10px;
    border-color: silver;
    border-style: groove;
}

.divDesign2 {
    float: left;
    width: 25%;
    /*     margin: 2px;
        border-width: 1px;
    border-color: silver;
    border-style: solid; */
}

.divDesign3 {
    float: left;
    width: 98%;
    margin: 2px;
    border-width: 10px;
    border-color: silver;
    border-style: groove;
}

.btnStopEnter {
    position:absolute;
    margin-top:0;
    margin-left:0;
    background-color:black;
    color:black;
}

.divCheckListLeftRight {
    float: left;
    width: 30%;
}

.divCheckListCenter {
    float: left;
    width: 40%;
    text-align: left;
    padding-bottom:20px
}

.imgDesign {
    width:100%;
}

.imgDesign2 {
    width: 50%;
}

.imgDesignSelected {
    float: left;
    width: 75%;
}


.divLabel1 {
    float: left;
    width: 30%;
    margin: 2px;
}

.divLabelImageWrapper {
    float:left;
    width:100%;
    background-color:goldenrod;
}

    .divDesign1 img {
        max-width: 100%;
        max-height: 100%;
    }

.divButton {
    float: left;
    vertical-align: middle;
    width: 3%;
    height:100%;
    background-color: orangered;
}

.btnArrow {
    font-size:2em;
}

.divBathroomsImg {
    float: left;
    width: 98%;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.divPrivacyWrapper {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.divPrivacyLeft {
    position: relative;
    float: left;
    width: 24%;
    margin-left: auto;
    margin-right: auto;
}

.divPrivacyRight {
    position: relative;
    float: right;
    width: 24%;
    margin-left: auto;
    margin-right: auto;
}

.divPrivacy {
    position: relative;
    float: left;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.divContactImg {
    float: left;
    width: 98%;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.divContact1 {
    float: left;
    width: 45%;
    text-align: center;
    margin: 2px;
}

.divContact2 {
    float: left;
    width: 30%;
    text-align: left;
    margin: 2px;
    background-color:yellow;
}

hr {
    width: 85%;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    background-color: #666;
    border: 0 none;
    margin-top: 100px;
    margin-bottom: 100px;
}

#footer {
    float:left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    width: 100%;
    height: 80px;
    background-color: black;
    color: white;
    font-size: 0.8vw;
    z-index:1;
}

#divfooterleft {
    width: 20%;
    float: left;
}

#divfootercenter {
    width: 60%;
    float: left;
    text-align: center;
}

#divfooterright {
    width: 20%;
    float: left;
    text-align: center;
}

.bgBlue {
    background-color:blue;
}

.bgAqua {
    background-color: aqua;
}

.bgYellow {
    background-color: yellow;
}

.bgGreen {
    background-color: green;
}

.foreWhite {
    color:white;
    font-weight:bold;
}

.divMenu {
    float: left;
    width: 98%;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.divMenuContainer {
    display: inline-grid;
    width: 12%;
    text-align: center;
    vertical-align:middle;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.divMenuButton {
    background: linear-gradient(grey, silver, grey);
    margin: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: bold;
    color: black;
    height: 30px;
    width: 70%;
    max-width: 70%;
    float: left;
    border-color: silver;
    border-style: groove;
    border-width: 3px;
    border-radius: 6px;
}

.divDesignRequestContainer {
    display: inline-grid;
    width: 90%;
    text-align: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.divDesignRequestButton {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}


#divPageTitle {
    text-align: left;
    padding-top:10px;
    padding-left:50px;
}

/* unvisited link */
    a:link { color: black; }

/* visited link */
a:visited { color: black; }

/* mouse over link */
a:hover { color: aqua; }

/* selected link */
a:active { color: black; }


.manufacturercontainer {
    width: 22%;
}

.manufacturerimage {
    width: 55%;
    height: auto;
}

.divStockWidth {
    width:50%;
}

.divLine {
    position:relative;
    width:100%;
    height:10px;
}

.pnl100 {
    float:left;
    width:100%;
    text-align:center;
}

.divSelectAsset {
    float:left;
    width: 33%;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
}

.divSelectAssetCenter {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: left;
    /* background-color: grey; */
    font-size: 1.1em;
    border-width: 3px;
    border-radius: 6px;
}

    .divSelectAssetCenter label {
        margin-left:20px;
    }

    .divSelectFloorPlan {
        float: left;
        width: 34%;
        margin-left: auto;
        margin-right: auto;
    }

.divSelectNotes {
    float: left;
    width: 33%;
    margin-left: auto;
    margin-right: auto;
}

.divAddressDetails {
    float: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.tblAddress {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.txtEmail {
    width: 80%;
}

.txtnormal {
    width: 80%;
    font: normal;
    color: black;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
}

.txtstatus {
    font: normal;
    color: black;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
}

.txtFileUpload {
    width: 80%;
    font: normal;
    color: aqua;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    background-color:black;
}

.tblLabel {
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
    width: 10%;
}

.tblDetail {
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
    width: 20%;
}

.tblDocuments {
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
    width: 70%;
    color: white;
}

.tblHyperlinkRight {
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
    color: white;
}

.tblHyperlinkLeft {
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
    color: white;
}

.GVHeader {
    /* background-color: #0971ce;
    color: white;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;*/
    box-shadow: 2px 3px #999;
    border-style:none;
    border-width:0px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 2000
}

.videoDesign {
    position: absolute;
    right: 0;
    bottom: 0;
    /*    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;*/
    width: 50%;
    height: 50%;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

.divLabel18 {
    font-weight: bold;
    font-size: 1.8em;
    text-align: left;
    padding-left: 20px;
}

.divAboutUs {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.divUploadImages {
    width: 50%;
    height: 60%;
    position: absolute;
    background-color: black;
    text-align:center;
    margin-left: 25%;
    border: groove;
    border-width: 15px;
    border-color: rgba(192, 192, 192, 0.71);
    box-shadow: 2px 3px #999;
    z-index: 999;
}

.pnlUploadImages {
    text-align:center;
}

.FileUploadField {
    width:75%;
    color:silver;
    opacity:0.75;
    border:solid;
    border-color:azure;
    border-width:1px;
}

.lblError {
    color:red;
    font-weight:bold;
    font-size:1.4em;
}

.GVHdr {
    /*  background-color: #0971ce;
        box-shadow: 2px 3px #999;
    */
    background: linear-gradient(grey, silver, grey);
    color: black;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 2000
}

.GVBody {
    color: white;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
}
h4 {
    text-align:left;
    color: white;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.adminbutton {
    width: 80px;
    border-radius: 5px;
    border: 1px solid #000000;
    margin-top:4px;
    margin-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    /* background-color: #ffffff; */
    background-image: linear-gradient(lightgray,white,lightgray);
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 1px 1px #999;
}

    .adminbutton:hover {
        background-image: linear-gradient(darkgray,white,darkgray);
    }

.adminMenubutton {
    width: 140px;
    border-radius: 5px;
    border: 1px solid #000000;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    /* background-color: #ffffff; */
    background-image: linear-gradient(lightgray,white,lightgray);
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 1px 1px #999;
}

    .adminMenubutton:hover {
        background-image: linear-gradient(darkgray,white,darkgray);
    }

.labelleft {
    text-align: left;
    margin-left: 7px;
    padding-left: 7px;
    vertical-align: top;
}

.labelright {
    text-align: right;
    margin-right: 7px;
    padding-right: 7px;
    vertical-align:top;
}

.labelLink {
    color: white; font-weight: normal; text-decoration: underline;
}

#divterms {
    /*   visibility: hidden;*/
    color: black;
}

#txtasfTerms {
    color: green;
    background-color:yellow;
}



    .txtnormaldate {
    text-align: center;
    white-space: normal;
    width: 90px;
    word-wrap: break-word;
    background-color: white;
}

.txtnormaldateerror {
    text-align: center;
    white-space: normal;
    width: 90px;
    word-wrap: break-word;
    background-color:red;
}

.txtSort {
    text-align: right;
    white-space: normal;
    width: 90px;
    word-wrap: break-word;
}

.divHeader {
    width:95%;
    text-align:right;
}

.FormButton {
    background: linear-gradient(grey, silver, grey);
    margin: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: bold;
    color: black;
    height: 30px;
    width: 60px;
    float: left;
    margin:5px;
    border-color: silver;
    border-style: groove;
    border-width: 3px;
    border-radius: 6px;
}
  .FormButton:hover {
        background-image: linear-gradient(darkgray,white,darkgray);
    }

.pnlImageDetail {
    position: absolute;
    margin-left: 70px;
    margin-top: 20px;
    height: 270px;
    width: 850px;
    z-index: 1000;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: black;
    border-style: solid;
    border-width: 7px;
    border-color: #61573E;
    box-shadow: rgba(0,0,0,.25) 8px 8px;
    border-radius: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    background-color: #FFFEEE;
}

.img-responsive {
    width:100%;
    height:auto;
}

.divAlertNotice {
    position: absolute;
    top: 50px;
    background-color: white;
    color: black;
    font-size:1em;
    font-weight: bold;
    width: 50%;
    height: auto;
    z-index: 2000;
    border: double;
    border-color:darkgrey;
    border-width: 6px;
    border-radius: 10px 10px;
    box-shadow: rgba(0,0,0,.4) 0px 3px;
    margin-top: 0px;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 25px;
    padding: 20px 20px 20px 20px;
}