/* CSS Document */
	@font-face {
		font-family: 'default';
		src: url("gothicb.ttf");
	}
	html,body{
		margin: 0px;
		padding: 0px;
		height: 100vh;
		box-sizing: border-box;
		font-family:'default';
		min-width: 800px;
		overflow-x: hidden; 
		overflow-y: hidden;
		background-color: #2c2c2c;
	}
	.l_outter{
		float:left;
	}
	.liftv{
		position:fixed;
		width: -webkit-fill-available;
		background: #CBBCFF;
	}
.lift_layout{
    flex: auto;
    float: left;
    width: 100%;
    padding: 0px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.base_bottom,.base_top {
    /*border-radius: 5px;*/
    margin: 3px;
    border-style: solid;
    height: 20px;
    border-color: #949494;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.base_top {
position: absolute;
top: 0px;
border-width: 3px 3px 0px 3px;
width: -webkit-fill-available;
border-radius:3px 3px 0px 0px;
}
	.base_no{
		padding-right: 20px;
		padding-left: 20px;
		width: 100%;
		box-sizing: border-box;		
		font-size: 10em;
		color: #A3A3A3;
		text-align: right;
	}
.base_bottom {
position: absolute;
border-radius:0px 0px 3px 3px;
bottom: 0px;
border-width: 0px 3px 3px 3px;
width: -webkit-fill-available;
}
.lift_box{
    position: absolute;
    border-radius: 8px;
    width: -webkit-fill-available;
    margin: 0px 15px;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
    text-align: center;
    display: flex;
    background-color: #327866;
    -webkit-box-shadow: 0px 0px 5px #414141;
    box-shadow: 0px 0px 5px #414141;
}
.l-btt,.l-str,.l-str2{
flex: auto;
float:left;
box-sizing: border-box;
display: table;
height: 5em;
box-sizing: border-box;
}
.l-btt{
    width: 40%;
    padding: 2px;
    background-color: #352B45;
}
.l-str{
width:60%;
}
.l-str2{
width:20%;
padding-right: 2px;
}
.l-str span,.l-btt span{
vertical-align:middle;
display: table-cell;
}
	.cpanel{
	position: fixed;
	bottom: 0;
	box-sizing: border-box;
	height: 50px;
	background-color: #525252;
	width: -webkit-fill-available;
	}
	.cp_btt{
		height: 100%;
		padding: 0px 10px;
		min-width: 30px;
		font-weight: bold;
		color:white;
		box-sizing: border-box;
		border-radius: 8px;
		background: #E45659;
		border-width: 0px
	}
	.cp_btt +.cp_btt {
    margin-left: 10px;
}

.lift_box_2{
    position: absolute;
    /*max-width: 50px;
    max-width: 80px;
	*/
    aspect-ratio: 2 / 3;
    border-radius: 5px 5px 7px 7px;
    width: -webkit-fill-available;
    margin: 0px Auto;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px #414141;
    box-shadow: 0px 0px 5px #414141;
    left: 0;
    right: 0;
    background-color: #5C080A;
}
.lift_box_2	#display{
    background-color: #636363;
    /*border-radius: 2px 2px 7px 7px;*/
    height: 20%;
}
.lift_box_2	#display div{
	float: left;
	height: 100%;
	box-sizing: border-box;
	padding: 3px;
	overflow: hidden;
}
.floor_str{
	width: 70%;
}
.floor_status{
	width: 30%;
}
.door_outer{
    /*padding: 5% 9% 5% 9%;*/
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    border: 5px solid #707070;
}
.door_inner{
    background-color: #D1D1D1;
    height: 100%;
    width: 1px;
    border-radius: 0 0 2px 2px;
    margin: auto;
}
.debug_div,.debug_div_lf{
	/*display: None;*/
	z-index: 1000;
	margin-left: 1em;
	color: white;
	
}
.debug_div_lf{
	position: absolute;
	top:30%;	
}
.debug_div{
	position: fixed;
	bottom:20%;
}