/* Over right*/
td, th {
    border: none !important;
    color: #494a52 !important;
}
thead th {
    background-color: transparent !important;
    color: #fff;
}
/* Background color */
body {
  background-color: #f2f2f2;
}

/* Form styles */

form {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}


input[type="text"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}

input[type="number"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}

input[type="submit"] {
  background-color: #007bff;
  color: #4acfed;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

/* button styles */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;   
    padding: 2px 8px !important;
    font-size: 19px !important;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 2px 8px !important;
    font-size: 19px !important;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 2px 8px !important;
    font-size: 19px !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.add-more-button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0px;
    border: none;
    background: rgb(255, 255, 255);
    cursor: pointer;
    margin-top: 10px;
    border: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0px;
    color: inherit;
    text-transform: none;
}

.add-more-button:hover, .add-more-button:focus, .add-more-button:active {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: inherit;
    border-color: inherit;
}

.add-more-button-svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}

.add-more-button-txt {
    font-size: 0.675rem;
    font-weight: bold;
    line-height: 1.42857;
}

/* form control*/
.form-control {
  display: block;
  width: 100%;
/*   font-size: 14px; */
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}

/* Results styles */
#floor-plan-table {
/*   display: none; */
}

.flooring-results {
  display: none;
/*   background-color: #4acfed; */
  
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.result-label {
  font-weight: bold;
  margin-bottom: 10px;
}

.result-value {
  font-size: 1em;
  margin-bottom: 20px;
}

.result-value:last-child {
  margin-bottom: 0;
}

/* Image styles */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 10px;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Structure css */

  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }


input {
    width: 100%;
    box-sizing: border-box;
}

/* table structure*/
.result-table{
  overflow-x:auto !important;
}
.table {    
    word-break: keep-all !important;
    border: none !important;
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
    font-size: 17px !important;
}


thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6 !important;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6 !important;
}
th {
    text-align: inherit;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}


/* Icons */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-trash:before {
    content: "\f1f8";
}
.fa-print:before {
    content: "\f02f";
}


/*Print styles*/
@media print {
    div.do-not-print {display: none;}
    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}
    .pagebreak {
        clear: both;
        page-break-after: always;
    }


@media only screen and (max-width: 479px) {
   .mobile-hide{ display: none !important; }
}
In this CSS definition, we're positioning the element absolutely and setting its height and width to 1 pixel with negative margins to ensure that it doesn't take up any space on the page. We're also using the clip property to clip the element's content to a 0x0 pixel box. This ensures that the element is hidden visually while still being accessible to screen readers and other assistive technologies.



