.hidden {
	display: none;
}

div.floor-plan .w:has(> input:disabled) {
	background-color: #dadde2
}

.ui-dialog.brief-summary.center {
	z-index: 9999 !important;
}

#cys li > a.selected {
	padding-bottom: 25px;
	background-color: rgba(var(--color-primary-r), var(--color-primary-g), var(--color-primary-b), 0.05) !important;
	border-width: 2px;
	border-color: var(--color-primary);
	}

#modal-of-tier #floor-plan header button{
	color: #567383;
	font-weight: 700;
	font-size: 16px;
	text-decoration-line: none;
	letter-spacing: 0.5px;
	background-color: transparent;
	border-width: 0;
	transition: color 200ms;
}

:is(#modal-of-tier #floor-plan) header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px;
    padding-top: 1px;
    letter-spacing: 0.5px;
}

#modal-of-tier #floor-plan {
	padding-top: 0
}
#modal.forgotpopup {
	height: auto;
	padding: 8px;
        top:20%;
        left:0;
        bottom:0;
        right:0;
        margin:auto;
	position: absolute !important;
	display: none;
	width: 40%;
	z-index: 999999;
}

.forgotpopup .login_outr_new {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E7E6E4;
    /*margin: 70px auto 50px;*/
    height:auto;
    padding-top: 30px;
    width: 100%;
    position:relative;
}


#overlayDiv.forgotpopup {
background-color: rgb(0, 0, 0);
display: none;
height: 100%;
left: 0;
opacity: 0.2;
position: fixed;
top: 0;
width: 100%;
z-index: 999999
}
.closeicon{
    position:absolute;
    top:0;
    right:0;
}

.login_outr_new h4{
	text-align: center;
	font-size: 28px;
	color: #000000;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 35px;
	
}	
.closeicon{
    position:absolute;
    top:0;
    right:0;
}

.lock_icn{
	 display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
}
.lognform_outr{
	padding: 20px 60px 0;
}
.lognrw_dtl {
	margin: 0 0 15px;
}

.ml_dt{
	display: inline-block;
	width: 28%;
	margin: 0 2% 0 0;
	color: #010101;
	font-family: Arial;
}

.ml_dt span{
	float: right;
}

.ml_dt{
	display: block;
	width: 100%;
	margin: 0 0% 0 0;
	color: #010101;
	font-family: Arial;
}

.eml_txtbx{
	border: 1px solid #d3d3d3;
	color: #d3d3d3;
	width: 100%;
	display: inline-block;
	height: 35px;
	margin-top:5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.lognrw_dtl {
	margin: 0 0 15px;
}

.chk_area{
	width: 100%;
	display: block;
}

.f_acnt{
	font-size: 12px;
	display: block;
	margin: 5px 0 10px;
	color: #6c6c6c;
}

input.lg_in_bt {
    background: #ec7710;
    border: none;
	color: #fff;
    width: 150px;
    height: 38px;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
	border-radius: 5px;
}
input.lg_in_bt:hover {
    background: #ffa453;
    box-shadow: -6px 6px 18px 0 rgba(255, 164, 83, 0.5);
    border: none;
    text-decoration: none;
}
.frgt_pw{
	display: block;
	font-size: 13px;
	margin: 10px 0 0;
}
.frgt_pw a{
	color: #0090bb;
}
.frgt_pw a:hover{
	color: #000;
}
.sky-form {
	margin-bottom: 18px;
	}

.sky-form a {
    color: #2da5da;
}
#forget_email {
    font-size: 12px;
    color: #6c6c6c;
}
@media(max-width: 1024px)
{
    #modal.forgotpopup {
        width:55%;
    }
}
@media(max-width: 990px)
{
    #modal.forgotpopup {
        width:80%;
    }
}
@media(max-width: 767px)
{
    #modal.forgotpopup {
        width:70%;
    }
}
@media(max-width: 639px)
{
    #modal.forgotpopup {
        width:90%;
    }
   
    .login_outr_new h4 {
    text-align: center;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 35px;
}
.lock_icn {
    display: block;
    padding: 0;
    margin: 0 5px 0 0;
}
}