.padding-btm-15 {
	padding-bottom:15px;
}
.padding-top-15 {
	padding-top:15px;
}
.padding-top-40 {
	padding-top:40px;
}
.padding-0 {
	padding:0;
}
.ns-link{
	cursor:pointer;
}
.margin-0 {
	margin:0;
}
.add-shadow {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.img-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    text-align: center;
}
.door-btn-image {
	max-width:100%;
	padding: 5%;
	max-height:200px;
}
.serial-tag-image {
	max-width:100%;
	padding: 5%;
	max-height:220px;
}
.steps-header {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
}
/*Radio Image CSS Starts*/
.img-radio-label {
	border:1px solid transparent; 
	border-radius:4px; 
	border-color:#ddd;
	cursor: pointer;
}
input.image-radio[type="radio"] { /* HIDE RADIO */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
input.image-radio[type="radio"] + img { /* IMAGE STYLES */
  cursor: pointer;
}
input.image-radio[type="radio"]:checked + img { /* CHECKED STYLES */
  -webkit-box-shadow: 0 2px 5px 0 #93bb1b, 0 2px 10px 0 #93bb1b;
    box-shadow: 0 2px 5px 0 #93bb1b, 0 2px 10px 0 #93bb1b;
}
/*Radio Image CSS Ends*/
.ns-input-labl-grn{
    text-align: left;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
}
.ns-input-labl,labl{
    text-align: left;
    display: inline-block;
    font-size: 12px;
    color: #666666;
}
.ns-input-err{
    text-align: left;
    display: inline-block;
    font-size: 12px;
    color: red;
}

.ns-input,input{
	height: 45px;
    padding-left: 15px;
    font-size: 14px;
}
.ns-btn-group {
    display: flex;
    align-items: center;
    width: 100%;
}
.ns-btn{
    background-color: #99be29;
    border: none;
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 10px;
    color: #fff;
    margin-right:10px;
}
.ns-btn:last-child{
 	margin-right:0px;
}
.msg_video {
    width:100%;
}
.video_thumbnail_margin {
	margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  	.video_thumbnail_margin {
		margin-right: 0;
	}
}
.add-border {
	border: 1px solid #dcd1d1;
}
.flag-border {
	border: 1px solid #dcd1d1;
}
.phone-only-border {
}
@media only screen and (max-width: 600px) {
  	.phone-only-border {
		border: 1px solid #dcd1d1;
		border-radius: 3px;
	}
}
.break-overlap {
	overflow-wrap: break-word;
}
.aligned-row {
    display: flex;
    flex-flow: row wrap;

    &::before {
        display: block;
    }
}
.summary-door-img {
	max-width: 40%;
    max-height: 100px;
}
.copyright{
	display:block;
	text-align:right;
}
@media only screen and (max-width: 600px) {
  	.copyright {
		display:block;
		text-align:center;
	}
}
.footer-links{
	display: flex;
    flex-direction: row;
}
.footer-links a{
	color:#666;
	display:block;
	font-size:13px;
}
.footer-links small{
	margin:0px 10px;
}
.confirmation-notice-detail {
}
.confirmation-notice-detail .header {
	font-weight: bold;
    padding-top: 15px;
}
.img-resposive{
	max-width:100%;
	display:block;
	height:auto;
}
.app-clr {
	color: #99be29;
}
.home-video {
	width:100%; 
	height:400px;
}
@media only screen and (max-width: 600px) {
  	.home-video {
		width:100%; 
		height:300px;
	}
}
.confirmation-title {
	font-weight:bold;
	font-size:21px;
}
.reg-complete {
	margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  	.reg-complete {
		margin-top: 10px;
		margin-left: 0px !important;
	}
	.footer-links{
		flex-wrap: wrap;
	}
	.footer{
		height:auto !important;
		position:relative;
		vertical-align: middle;
    	padding: 1rem 0;
	}
	body{
		margin-bottom:0px;
	}
}
.modal-backdrop {
    opacity: 0.5;
}
.critical-detail {
}
.critical-detail .header {
	font-weight: bold;
    padding-top: 15px;
    color:red;
}
.pex-modal>label{
	width: 100%;
}
.pex-modal>label>input{
	vertical-align: middle;
    margin: 0px 0 0;
}
.pex-modal>label>span{
	font-weight: 100;
}