ul,li,h3{
    padding: 0;
    margin: 0;
    font-weight: normal;
    list-style: none;
}
.sz_popout_flex{
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0.5rem 0;
    border:1px solid #cdcdcd;
    border-radius: 0.175rem;
}
.popout_tab{
	font-size: .6rem;
	border-right: 1px solid #e9e9e9;
	width: 2.375rem;
	text-align: left;
	margin:0 0 0 0.5rem;
	position: relative;
	color: #383838;
}
.popout_tab:after{
	content: '';
	position: absolute;
    right: 0.25rem;
    top: 50%;
    margin-top: -0.1125rem;
    width: 0;
    height: 0;
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-top: 0.225rem solid #333;
}
.popout_tab:active {
    color: #383838;
    font-weight: normal;
}
.ui-input-search, div.ui-input-text{
    margin: 0;
}

#courtesyCardCopy{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 3;
    padding: 0 0.5rem;
    box-sizing: border-box;
    display: none;
}
#courtesyCardTzCopy{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 3;
    padding: 0 0.5rem;
    box-sizing: border-box;
    display: none;
}
.tabpopout_div{
    box-sizing: border-box;
    position: fixed;
    bottom: 0.55rem;
    width: 95%;
    transition: all .2s linear;
}
.tabpopout_div_box{
	background: #fff;
	border-radius: 0.225rem;
	margin-bottom: 0.5rem;
    
}
.tabpopout_div_box h3{
	width: 100%;
    font-size: 0.7rem;
    color: #666;
    height: 1.475rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabpopout_ul{
	width: 100%;
	height: 80px;
    display: flex;
    align-items: center;
}
.tabpopout_ul li{
	width: 100%;
	border-top: 1px solid #e4e4e4;
	height: 1.975rem;
	color: #333333;
	font-size: 0.85rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tabpopout_ul li input{
	margin-left: 20px;
    width: 60%;
    height: 25px;
}
.tabpopout_ul li div{
    margin-right: 20px;
    font-size: 0.6rem;
}
#tabpopoutCancel{
    background: #fff;
    color: #e02e32;
    font-size: 0.85rem;
    height: 2.5rem;
    border-radius: 0.225rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
