/* shelving-estimator-container by basilah */
.shelving-estimator-container {
    max-width: 800px !important;
    min-width: 200px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
}

/* shelving-estimator-container by basilah */

/* form-box & step */
.form-box p {
    color: #000;
    margin: 0;
    font-size: 14px;
}

.form-box {
    background: #c7eaeb;
    padding: 0 20px 20px 20px;
    border: 2px solid #000;
    position: relative;
    margin: 0 0 50px 0;
}

.form-box h4 {
    padding: 2px 5px;
    font-size: 16px;
    font-weight: normal;
    border: 2px solid #000;
    display: table;
    margin: 0 auto;
    line-height: normal;
    background: #fff;
    position: relative;
    top: -15px;
}

.form-box .mb-select span.wpcf7-form-control-wrap .customer-category-options {
    margin-bottom: 15px;
}

.form-box .mb-form-0 .wpcf7-form-control-wrap input {
    margin-bottom: 0;
}

.form-box .form-inner .custom-file-attachment input {
    background: #99c5b8;
    border: 1px solid #84b4a6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 0 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 0 #ffffff inset;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 6px 10px;
    text-transform: uppercase;
    height: 44px;
    width: 120px;
}

.form-box .form-inner .codedropz-upload-inner h6 {
    font-size: 14px;
}

.form-box .form-inner .codedropz-upload-inner .codedropz-btn-wrap {
    margin-top: 6px;
    height: 30px;
}

.form-box .form-inner .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    background: #99c5b8;
    border: 1px solid #84b4a6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 0 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 0 #ffffff inset;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 6px 10px;
    text-transform: uppercase;
    height: 44px;
    width: 120px;
    margin-bottom: 18px;
}

.form-box .form-inner .dnd-upload-counter {
    display: none;
}

.form-box .form-inner .custom-file-attachment input:hover {
    background: #767676;
}

.form-box .form-inner .custom-file-attachment .attach-file-name {
    font-size: 14px;
}

form.wpcf7-form .form-box .form-inner.tubing-size-inner {
    margin-top: 20px;
}

.step {
    position: absolute;
    top: -20px;
    background: #acacac;
    width: 33px;
    height: 33px;
    font-size: 22px;
    color: #000;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #000;
    left: -20px;
}

/* form-box & step */

/* form-inner */
.form-inner.horizontal-post-rear .vertical-radio {
    margin-left: 0;
}

.form-inner.horizontal-post-rear .vertical-radio span.wpcf7-list-item {
    margin: 0 10px 0 0;
}

.form-inner.horizontal-post-rear span.wpcf7-list-item.last {
    display: none !important;
}

.form-inner {
    background: #fff;
    padding: 5px 20px;
}

.form-inner span {
    margin: 0;
    font-size: 15px;
    color: #000;
}

.form-inner .wpcf7-list-item {
    margin: 0 20px 0 0;
}

.form-inner input.wpcf7-form-control.wpcf7-file {
    color: #9a9a9a;
    font-size: 14px;
}

.form-inner .wpcf7-list-item {
    display: inline-flex;
}

/* .form-inner .wpcf7-list-item input{margin:1px 5px 0 5px;vertical-align:middle;float:left;} */
.form-inner>.ceiling-flat-or-angled {
    display: inline-block;
    margin-left: 25px;
}

.form-inner span {
    margin: 0;
    font-size: 15px;
    color: #000;
}

/* form-inner */

/* form-box div with customer-id */
.customer-id .dd-rd span.wpcf7-list-item-label {
    color: #9a9a9a;
}

.customer-id input {
    margin-bottom: 15px;
}

.customer-id .form-inner {
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

.customer-id .form-inner p {
    display: inline-block;
    font-size: 14px;
    color: #9a9a9a;
}

.customer-id .form-inner .firstcontact-radio-btn .wpcf7-list-item.last {
    display: none;
}

.customer-id span.wpcf7-not-valid-tip {
    margin: -10px 0 15px 0;
}

.customer-id .form-inner .firstcontact-div {
    display: inline-block;
    margin-left: 34px;
}

/* form-box div with customer-id */

/* form-box div with project-id */
.project-id span.wpcf7-list-item-label {
    color: #9a9a9a;
}

.project-id input {
    margin-bottom: 15px;
}

.project-id span.wpcf7-not-valid-tip {
    margin: -10px 0 15px 0;
}

/* form-box div with project-id */

/* form-box div with unit-block */
.unit-block .form-inner .title p {
    margin: 0;
    font-size: 14px;
    display: inline-block;
}

.unit-block .form-inner {
    margin-bottom: 20px;
}

.unit-block .form-inner:last-child {
    margin: 0;
}

.unit-block .wpcf7-list-item {
    width: 100%;
}

.unit-block .form-inner p {
    margin: 0;
    display: inline-block;
}

.unit-block .solid-wood-blocking-radio .wpcf7-list-item {
    width: auto;
}

.unit-block .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: inline-block;
}

.unit-block .final-option span {
    width: 100%;
}

.unit-block .form-inner span {
    font-size: 14px;
}

/* .unit-block .form-inner p{display: block;} */
/* form-box div with unit-block */

/* form-box div with shelving-unit */
.shelving-unit .form-inner:last-child {
    margin: 0;
}

.shelving-unit .form-inner {
    margin-bottom: 15px;
}

.shelving-unit .horizontal-post p {
    width: 100%;
}

.shelving-unit input {
    width: 50px !important;
    height: 26px !important;
}

.shelving-unit input[type="radio"] {
    width: auto !important;
    height: auto !important;
}

.shelving-unit .horizontal-post .vertical-radio {
    margin: 0;
}

.shelving-unit p {
    margin: 0 0 5px 0;
    display: inline-block;
}

.shelving-unit .col-md-6.col-sm-6 p>a {
    font-size: 15px;
}

.shelving-unit .col-md-6.col-sm-6 {
    padding-right: 0;
}

/* form-box div with shelving-unit */

/* form-box div with specify-shelving-system-options */
.form-box.specify-shelving-system-options .form-inner {
    margin-bottom: 20px;
}

.form-box.specify-shelving-system-options .form-inner .select-wrap select {
    background: #c7eaeb;
    margin-bottom: 10px;
}

.form-box.specify-shelving-system-options .form-inner .vertical-radio {
    margin: 0;
}

.form-box.specify-shelving-system-options .form-inner .vertical-radio span.wpcf7-list-item.first {
    display: block;
}

.form-box.specify-shelving-system-options .form-inner p.wc_no_attachment {
    text-align: center;
    color: red;
    margin: 3px 0 5px 0;
}

.specify-shelving-system-options .wc_no_attachment,
.temp-hide {
    display: none;
}

/* form-box div with specify-shelving-system-options */

/* form-box div with finish-block */
.finish-block p {
    margin: 0 0 0 20px;
}

.finish-block p:last-child {
    margin: 0;
}

.finish-block .col-md-12 {
    margin-bottom: 8px;
}

.finish-block .row .col-md-12:last-child {
    margin: 0;
}

.finish-block p {
    margin: 0 0 5px 0;
}

/* form-box div with finish-block */

/* form-box div with dimensions */
.dimensions p {
    margin: 0 0 6px 0;
}

.dimensions ul {
    list-style: disc;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.dimensions ul li {
    font-size: 14px;
}

.dimensions .row {
    display: flex;
    flex-flow: row wrap;
}

.dimensions .dimansion-note {
    height: 100%;
}

.dimensions .dimansion-note textarea {
    min-height: 125px;
}

.dimensions textarea {
    height: 100px;
}

/* .dimensions .col-md-6.col-sm-12{width:100%;} */
/* form-box div with dimensions */

/* form-box div with notes */
.notes .row {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.notes .row textarea {
    min-height: 125px;
}

.notes .form-inner {
    padding: 10px;
}

/* .notes .row .col-md-8.col-sm-12{width:100%;margin-bottom:10px;} */
.numberofidentifyshelfunits-section {
    padding: 5px 10px;
    background-color: #fff;
    overflow: hidden;
    display: block;
}

.numberofidentifyshelfunits-section p:nth-child(1) {
    padding-top: 6px;
    padding-right: 5px;
}

.numberofidentifyshelfunits-section p {
    float: left;
}

.numberofidentifyshelfunits-section select {
    width: 72px;
}

.img-none {
    display: none !important;
}
/* form-box div with notes */

/* form-box div with fisnih-block */
.fisnih-block .col-md-12 {
    margin-bottom: 10px;
}
/* form-box div with fisnih-block */

/* Closet Rod */
.form-boxdimensionsexcel {
    background: #c7eaeb;
    padding: 0 12px 20px 12px;
    border: 2px solid #000 !important;
    position: relative;
    margin: 0 0 50px 0;
    width: 1400px;
}

.roomids {
    padding: 2px 5px;
    font-size: 16px;
    font-weight: normal;

    display: table;
    margin: 0 auto;
    line-height: normal;
    background: #fff;
    position: relative;
    top: -15px;
}

tr {
    mso-height-source: auto;
    background-color: white;
}

col {
    mso-width-source: auto;
}

br {
    mso-data-placement: same-cell;
}

.style0 {
    mso-number-format: General;
    text-align: general;
    vertical-align: bottom;
    white-space: nowrap;
    mso-rotate: 0;
    mso-background-source: auto;
    mso-pattern: auto;
    color: black;
    font-size: 11.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    border: none !important;
    mso-protection: locked visible;
    mso-style-name: Normal;
    mso-style-id: 0;
}

td {
    mso-style-parent: style0;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    mso-ignore: padding;
    color: black;
    font-size: 11.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    mso-number-format: General;
    text-align: general;
    vertical-align: bottom;
    border: none !important;
    mso-background-source: auto;
    mso-pattern: auto;
    mso-protection: locked visible;
    white-space: nowrap;
    mso-rotate: 0;
}

.xl153 {
    mso-style-parent: style0;
    font-size: 13.0pt;
    font-weight: 700;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    text-align: center;
    vertical-align: middle;
    border: 1.6pt solid #99CCCC !important;
}

.xl154 {
    mso-style-parent: style0;
    font-size: 13.0pt;
    font-weight: 700;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    text-align: center;
    vertical-align: middle;
    border: 1.6pt solid #99CCCC !important;
    white-space: normal;
}

.xl254 {
    mso-style-parent: style0;
    font-size: 1.0pt;
    font-weight: 700;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    text-align: center;
    vertical-align: middle;
    border: 1.6pt solid #99CCCC !important;
    white-space: normal;
}

.xl155 {
    mso-style-parent: style0;
    border: 1.6pt solid #99CCCC !important;
    font-size: 13.0pt;
}

.xl156 {
    mso-style-parent: style0;
    font-size: 13.0pt;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    border: 1.6pt solid #99CCCC !important;
}

.xl157 {
    mso-style-parent: style0;
    font-size: 13.0pt;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    border: 1.6pt solid #99CCCC !important;
    white-space: normal;
}

.xl158 {
    mso-style-parent: style0;
    font-size: 13.0pt;
    font-weight: 700;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    text-align: center;
    vertical-align: middle;
    border-top: 1.6pt solid #99CCCC !important;
    border-right: 1.6pt solid #99CCCC !important;
    border-bottom: none !important;
    border-left: 1.6pt solid #99CCCC !important;
}

.xl159 {
    mso-style-parent: style0;
    font-size: 11.0pt;
    font-weight: 700;
    font-family: Arial, sans-serif;
    mso-font-charset: 0;
    text-align: center;
    vertical-align: middle;
    border-top: none !important;
    border-right: 1.6pt solid #99CCCC !important;
    border-bottom: 1.6pt solid #99CCCC !important;
    border-left: 1.6pt solid #99CCCC !important;
}

#rod {
    padding: 2px 5px;
    font-size: 16px;
    font-weight: normal;
    border: 2px solid #000 !important;
    display: table;
    margin: 0 auto;
    line-height: normal;
    background: #fff;
    position: relative;
    top: -15px;
}
/* Closet Rod */

/* blue-link */
.blue-link {
    font-size: 14px;
    color: #0000ff;
    margin-bottom: 2px;
    display: inline-block;
}

.blue-link.hide {
    font-size: 14px;
    display: none;
}

.blue-link a {
    color: #0000ff;
}
/* blue-link */

/* Popup */
.white-popup {
    margin: initial;
}

.white-popup {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#error-popup {
    background: #c7eaeb;
    padding: 30px;
    position: relative;
    margin-left: 32px;
    max-width: 480px;
    position: relative;
}

#error-popup:before {
    content: '';
    right: 40px;
    bottom: 10px !important;
    position: absolute;
    bottom: 0;
    height: 140px;
    width: 90px;
    z-index: 0;
}

#error-popup .popup-inner p:last-child {
    margin-bottom: 0px;
}

#error-popup .popup-inner p span span span:first-child {
    margin-left: 0;
}


#qty-error-popup {
    margin: initial;
    max-width: 530px;
    background: #fff;
    text-align: center;
    padding: 25px 30px;
    margin: 180px;
}

#qty-error-popup .popup-inner {
    width: 100%;
}

#qty-error-popup .popup-inner p {
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
}

#qty-error-popup .popup-inner p span {
    color: #ff0000;
}

#qty-error-popup .popup-inner p:before {
    content: '';
    width: 36px;
    height: 54px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

#qty-error-popup .popup-inner p:after {
    content: '';
    width: 36px;
    height: 54px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 10px;
}

#qty-error-popup .radio-btn-div {
    text-align: left;
    margin-top: 20px;
    content: '';
    height: 200px;
    text-align: left;
}

#qty-error-popup .radio-btn-div .wpcf7-list-item label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#qty-error-popup .radio-btn-div .wpcf7-list-item {
    margin: 5px 165px 0 5px;
}

@media only screen and (max-width: 767px) {
    #qty-error-popup {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 599px) {
    #qty-error-popup {
        padding: 10px;
    }

    #qty-error-popup .popup-inner p {
        padding: 10px 35px;
    }

    #qty-error-popup .radio-btn-div .wpcf7-list-item {
        margin: 15px 165px 0 5px;
    }
}

@media only screen and (max-width: 467px) {

    #qty-error-popup .popup-inner p:before,
    #qty-error-popup .popup-inner p:after {
        top: 25%;
    }

    #qty-error-popup .radio-btn-div {
        max-width: 290px;
        margin: 0 auto;
    }

    #qty-error-popup .radio-btn-div .wpcf7-list-item {
        margin: 43px 85px 0 5px;
    }

    #qty-error-popup .popup-inner p {
        margin-bottom: 0;
    }
}

.popup-inner button.mfp-close {
    opacity: 1;
    border-radius: 100%;
    z-index: 9;
    width: 38px !important;
    height: 38px !important;
    right: 7px;
    top: 10px;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

/* Popup */

/* submit & clear form btn */
.form-btm p input {
    background: #99c5b8;
    border: 1px solid #84b4a6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 0 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 0 #ffffff inset;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 0 30px;
    padding: 6px 10px;
    text-transform: uppercase;
    height: 44px;
    width: 120px;
}

.clar-form {
    background: #a0a0a0;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 0 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 0 #ffffff inset;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 10px 0 0 30px;
    padding: 14px 10px;
    text-transform: uppercase;
    height: 44px;
    width: 120px;
    float: left;
    cursor: pointer;
}

/* submit & clear form btn */

/* other */
.main-xip .col-md-12.col-sm-12 {
    padding: 0;
}

.wpcf7-list-item {
    display: inline-block;
}

.title {
    margin-bottom: 12px;
}

.title h5 {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal;
    color: #000;
    display: inline-block;
    margin: 0;
}

.form-inner .wpcf7-list-item input {
    margin: -2px 0 0 2px;
    vertical-align: middle;
}

.solid-wood-blocking-radio {
    display: inline-block;
    margin: 0 0 0 20px;
}

.solid-wood-blocking-radio span {
    margin-bottom: 0 !important;
    font-size: 15px;
    color: #000;
}

.solid-wood-blocking-radio {
    margin: 0;
}

.solid-wood-blocking-radio-btn .wpcf7-list-item {
    margin-top: 8px;
}

.mfp-hide {
    display: none !important;
}

.form-flex .dimensions-left {
    display: flex;
    justify-content: space-between;
}

.form-flex .dimensions-left .blue-link {
    font-size: 15px;
}

.dimensions-left p {
    vertical-align: top;
    margin-top: 6px;
    font-size: 14px;
    display: inline-block;
}

.overall-width,
.dimensions-field {
    width: 125px;
    display: inline-block;
    text-align: left;
    margin-bottom: 7px;
}

.elmnt-none {
    display: none !important;
}

.specify-shelving-system-options .wc_no_attachment,
.temp-hide {
    display: none;
}