
.measurement-select label:last-child {
    margin-left: 30px;
}
.paint-calculator-wrapper{
    padding: 30px 0px;
    display:none;
    width: 80%;
    position: absolute;
    left:10%;
    top:2%;
    background: #fff;
    margin: 30px auto;
    z-index: 5;
}
.overlay-calculator{
    position: fixed; 
    display: none; 
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
.close-paint-calculator {
    float: right;
    font-size: 25px;
    font-weight: 700;
    margin-top: 0px;
    text-decoration: none;
}
.close-paint-calculator:hover {
    text-decoration: none;
}
.measurement-select {
    padding-top: 5px;
}
.big-room{
    border-top: 1px solid #ccc;
    padding-top:30px;
}
.room-option {
    padding-left:0px;
    width:100%;
    display: flex;
    margin-bottom:20px;
}
.room-option li{
    list-style-type: none;
    display: inline-block;
    width:20%;
    flex:1;
    border: 1px solid #ccc;
    margin-right:10px;
    text-align: center;
    background: #afd9d5;
    border-radius: 15px;
}
.room-option li:hover {
    background: #ccd8d0;
}
.room-option li .btn:hover{
    color: #475c6b !important;
}
.room-option li:focus {
    background: #9fb0ac;
}
.room-option button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #475c6b;
    flex: 1;
    width: calc(27% - 45px);
    background: #bad8d4;
    margin: 0px 15px;
    border-radius: 25px;
    border: none;
}
.room-option button:focus, .room-option button:active {
    background: #9fb0ac;
    color: #475c6b;
}

.btn-primary:focus, .btn-secondary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #9fb0ac;
}
.sub-heading span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
.cal-info-shade{
    display: flex;
}
.custominterior .cal-info-shade{
    display: block;
}
.custominterior .cal-info-shade .mesurement-dimension {
    width:49%;
    float: left;
}
.custominterior .cal-info-shade .mesurement-dimension:nth-child(2) {
    float: right;
}

.door-window-info>div, .door-window-info>div:nth-child(2){
    width: 49%;
    float: left;
}
.door-window-info>div:nth-child(2){
    float: right;
}
.make-input{
    flex: 1;
    border: 1px solid #ccc;
    max-height: 50px;
    border-radius: 10px;
    background: #fbfbfb;
}
.mt-40 {
    margin-top: 40px;
}
#custom-paint-touchup, #custom-paint-vaulted {
    width:50%;
    float: left;
}
#custom-paint-touchup span.mr-5, #custom-paint-vaulted span.mr-5 {
    float: left;
}
.paint-calculator .table-bordered td, .paint-calculator  .table-bordered th {
    border: none !important;
}
.paint-calculator td>label {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3d3d3e;
}
.paint-calculator td span label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.gallon-value, .quart-value {
    font-family: 'bebas';
    color: #475c6b;
    font-size: 24px;
    margin-right: 5px;
}
.interior-paint-results td div{
    border-bottom: 1px solid #ccc;
}
.table tbody+tbody {
    border: none;
}
.make-input:first-child {
    margin-right:15px;
}
.make-input:last-child {
    margin-right:15px;
}
.make-input {
    padding: 12px;
}
.room-option button:hover {
    background: #ccd8d0;
    color: #475c6b;
}
.door-window-info {
    display: flex;
}
input.form-control {
    height: 50px !important;
}
.custominterior .door-window-info {
    display: block;
}
.room-option button.btn-secondary{
    background: #fff;
    border: 1px solid #ccc;

}
.room-option button:last-child {
    margin-right:0px;
}
.room-option li.active {
    background: #fff;
}
.room-option li:last-child{
    margin-right: 0px;
}
.heading-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:600;
    padding-left: 15px;
    padding-right:30px;
    color:#3d3d3e;
}
.touch-ceiling .heading-desc{
    float: left;
}
.custom-input {
    height: 60px;
    border-radius:15px;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.pos-relate {
    position: relative;
    overflow: hidden;
    padding-bottom:10px;
}
.pos-relate button {
    height:5px;
}
.top-minus {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 50%;
    width: 30px;
    z-index: 5;
}
.top-minus button, .btm-plus button{
    padding: 0px;
    width: 100%;
    height: 100%;
}
.btm-plus {
    position: absolute;
    bottom: 10px;
    right: 0px;
    height: 50%;
    width: 30px;
    z-index: 5;
}
.label-wrapper {
    float: left;
    display: inline-block;
}
.label-wrapper label {
    padding-left:50px;
}
.touch-ceiling .heading-desc {
    padding-left:0px;
}
.touch-ceiling {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.label-wrapper .form-check-label{
    position: relative;
    cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.label-wrapper input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
.label-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
.label-wrapper input[type='radio'] ~ .checkmark {
    border: 1px solid #ccc;
    background-color: #fff;
  }
  
  /* When the radio button is checked, add a blue background */
.label-wrapper input[type='radio']:checked ~ .checkmark {
    background-color: #bad8d4;
  }
 .label-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
.label-wrapper input[type='radio']:checked ~ .checkmark:after {
    display: block;
  }
  
.label-wrapper .checkmark:after {
      top: 5px;
      left: 5px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #5a828c;
  }

.unit-wrap {
    width:100%;
    padding-bottom:30px;
    border-bottom: 1px solid #ccc;
}
.gallon {
    font-family: 'bebas';
    font-size: 24px;
    color: #475c6b;
}
.gallon-unit, .per-coat {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color:#3d3d3e;
    font-weight:600;
}
.gallon-unit {
    padding-right:20px;
}
.per-coat {
    font-style: italic;
    float: right;
}
.results .sub-heading {
    padding-bottom: 30px;
}
.share {
    padding:30px 0px;
    border-bottom: 1px solid #ccc;
}
.share span{
    width:40px;
    height: 40px;
    background: #bad8d4;
    display: inline-block;
    padding:11px;
    border-radius: 50%;
}
.mail {
    margin-right: 20px;
    margin-left:20px;
}
.share i{
    vertical-align: super;
    color: #6a808d;
}
.share h5{
    display: inline-block;
    vertical-align: bottom;
}
.disclaimer {
    border-bottom: none;
}
.disclaimer p{
    font-family: 'Open Sans', sans-serif;
    display: inline;
    vertical-align: super;
    font-size: 16px;

}
.cal-info-custom {
    font-family: 'OpenSansLight';
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3e;
}
.mesurement-dimension div .length-uofm, .door-window-info>div div {
    font-family: 'OpenSansLight';
    font-weight:600;
    color: #3d3d3e;
}
.form-control {
    border-radius: 15px;
}
.mesurement-dimension div, .mesurement-dimension .label-text{
    font-family: 'OpenSansLight';
    font-weight: 600;
    color: #3d3d3e;
}
@media  (min-width: 100px) and (max-width: 991px){
    .measurement-select .label-wrapper label {
        margin-left: 0px; 
    }
    .measurement-select .label-wrapper:last-child label {
        margin-left:30px;
    }
    .touch-ceiling .heading-desc {
        padding-bottom:20px;
        width:45%;
    }
    .paint-calculator-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .sub-heading .heading-desc {
        display: block;
        padding-left: 0px;
        margin: 10px 0px;
    }
    .room-option {
        flex-wrap: wrap;
    }
    .room-option button {
        flex: 45%;
        margin-bottom: 20px;
        margin: 0 0;
        margin-right: 10px;
    }
    .room-option button:nth-child(2n){
        margin-right: 0px;
        margin-left: 10px;
    }
    .cal-info-shade, .door-window-info {
        display: block;
    }
    .cal-info-shade .make-input, .door-window-info .make-input {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    #custom-paint-touchup, #custom-paint-vaulted {
        width:100%;
    }
    .head-title h4 p {
        display: block;
        margin-left: 0px;
    }
    .howtobutton {
        width:100% !important;
        margin: 0px;
    }
    #custom-paint-touchup span, #custom-paint-vaulted span, th .calc-small-font.calc-center, .pc-results-tb label {
        font-family: 'OpenSansLight';
        font-weight: 700;
        font-size: 16px;
        color: #3d3d3e;
    }
    #custom-paint-touchup span.mr-5, #custom-paint-vaulted span.mr-5{
        width:100%;
    }
    .paint-calculator .table-bordered td, .paint-calculator .table-bordered th{
        display: block;
        width:100%;
        padding:0px;
    } 
    .paint-calculator-wrapper {
        position: absolute;
        left: 0%;
        right: 0%;
        width:95%;
    }
    .close-paint-calculator{
        position: absolute;
        right: 15px;
        top: -50px;
    }
    .custominterior .cal-info-shade .mesurement-dimension, .door-window-info>div, .door-window-info>div:nth-child(2){
        width:100%;
    }
    .sub-heading p{
        margin-left:0px !important;
    }
    div[class*='col-md-']:not([class*='col-sm-']) {
        flex: 0 0 100%  !important;
        max-width:100%  !important;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Send Email Overlay */
@media (max-width: 991px) {
    .overlay .overlay-calc-content {
        padding: 14px 33px 20px;
        width: 375px;
        background-color: #FFFFFF;
    }

    .overlay .overlay-calc-content h3 {
        font-size: 26px;
    }

    .calc-center {
        display: flex!important;
        text-align: left;
    }
    .pc-results thead th h4 {
        padding-top:10px !important;
        border-top: 1px solid #ccc !important;
    }
    .calc-large-only {
        display:none;
    }
    .paint-calculator .btn {
        box-shadow: none;
        margin-right: 7px;
        margin-left: 7px;
    }
    .cal-info-custom {
        padding-bottom: 2.5rem;
        margin-top: -20px;
        font-size: 14px;
    }
    .calc-small-font {
        font-size: 14px;
    }
	
	#calc-email-send {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 14px;
		color: #475c6b;
		flex: 1;
		width: calc(45% - 45px);
		background: #bad8d4;
		margin: 0px 15px;
		border-radius: 25px;
		border: none;
	}
	
	.calc-padding-top-30 {
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
    .overlay-calc-email {
        position:absolute;
        top:50%;
        left:50%;
        width:600px;  /* adjust as per your needs */
        height:400px;   /* adjust as per your needs */
        margin-left:-300px;   /* negative half of width above */
        margin-top:-300px;   /* negative half of height above */
    }
    .overlay .overlay-calc-content {
        padding: 14px 33px 20px;
        width: 599px;
        background-color: #FFFFFF;
    }
    .overlay .overlay-calc-content h3 {
        font-size: 30px;
    }
    .calc-padding-top-30 {
        padding-top: 30px;
    }
    .calc-small-only {
        display:none;
    }
    .paint-calculator .btn {
        box-shadow: none;
        margin-right: 25px;
    }
    .cal-info-custom {
        padding: 2.0rem;
        font-size: 14px;
    }
	
	#calc-email-send {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 16px;
		color: #475c6b;
		flex: 1;
		width: calc(27% - 45px);
		background: #bad8d4;
		margin: 0px 15px;
		border-radius: 25px;
		border: none;
	}
}

.overlay-calc-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    z-index: 9999;
}

.overlay .overlay-calc-content .form_row {
    margin-top: 20px;
}

.overlay .overlay-calc-content .textarea {
    width:100%;
    border-radius: 12px !important;
    resize: none;
    line-height: 24px;
    font-size: 16px;
    transition: none 0s ease 0s;
    background: transparent !important;
}

.overlay.overlay-calc-email .overlay-top {
    height: 0px;
    border-bottom: 0px;
    background-color: #FFFFFF;
}

.overlay.overlay-calc-email .overlay-bottom {
    height: 0px;
    border-top: 0px;
    background-color: #FFFFFF;
}

.overlay-calc-email .overlay-bottom button {
    float: right;
    margin-right: 35px;
}

.overlay-calc-email .overlay-emailerror_message {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 38px;
    color: red;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.overlay {
    moz-box-shadow: 0 0 12px 1px #888;
    -webkit-box-shadow: 0 0 12px 1px #888;
    box-shadow: 0 0 12px 1px #888;
	background-color: #FFFFFF;
	z-index: 999999;
}

.overlay .overlay-top .overlay-close {
    position: relative;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    background-image: url(/binaries/content/assets/behrdotcomrefresh/web/css/images/deletecolorred.jpg);
}

#calc-email-send:focus {
    background: #9fb0ac;
}

@media (max-width: 375px) {
	.overlay-calc-email {
        position:absolute;
        top:50%;
        /*left:50%;*/
        width:375px;  /* adjust as per your needs */
        height:425px;   /* adjust as per your needs */
        /*margin-left:-200px;*/   /* negative half of width above */
        margin-top:-210px;   /* negative half of height above */
    }
}

@media (min-width: 376px) and (max-width: 415px) {
	.overlay-calc-email {
		position: absolute;
		top: 50%;
		left: 5%;
		width: 375px;
		height: 425px;
		margin-top: -210px;
	}
}


@media (min-width: 416px) and (max-width: 469px) {
	.overlay-calc-email {
		position: absolute;
		top: 50%;
		left: 8%;
		width: 375px;
		height: 425px;
		margin-top: -210px;
	}
}

@media (min-width: 470px) and (max-width: 599px) {
	.overlay-calc-email {
		position: absolute;
		top: 50%;
		left: 15%;
		width: 375px;
		height: 425px;
		margin-top: -210px;
	}
}

@media (min-width: 600px) and (max-width: 991px) {
	.overlay-calc-email {
		position: absolute;
		top: 50%;
		left: 25%;
		width: 375px;
		height: 425px;
		margin-top: -210px;
	}
}