html, body, #mapMy {
    width: 100%; height: 100%; padding: 0; margin: 0;
}
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: unset;
}
.mt-10px{
	margin-top:10px!important;
}
.map_container{
	background: lightgrey;
    /* height: 100vh;
    width: calc(100% - 430px);
	padding:5px; */
	height: 100vh;
	width: calc(100% - 430px);
	border-right: 1px solid rgba(217, 217, 217, 1);
	position:relative;
}
.lh-1{
	line-height:1;
}
.flex-1{
	flex:1;
}
.text-right{
	text-align:right;
}
.justify-content-end{
    justify-content: end;
}

.small{
	font-size:10px;
}
.left_part{
	width:430px;
	background: rgba(242, 242, 247, 1);
	height:100vh;
	border-left:1px solid	rgba(217, 217, 217, 1);
	border-right:1px solid	rgba(217, 217, 217, 1);
}
.item-table{
	line-height: 1;
    padding-top: 3px;
    padding-bottom: 3px;
}
.online_staff,.nononline_staff{
	width:10px;
	position:relative;
}
.online_staff:after{
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	top:15px;
	left:5px;
	border-radius:10px;
	background: green;
}
.nononline_staff:after{
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	top:15px;
	left:5px;
	border-radius:10px;
	background: grey;
}
.popover.custom_popover.custom_popover_work_shift{
	width:300px;
	margin-left: -58px;
}
.org_name_section{
	display:flex;
	height:25px;
	align-items:center;
	gap:10px;
	padding-right:6px;
}
.org_name_label{
	color:#000;
	opacity:0.5;

}

.item_table:not(:first-child):not(.item_table_active) {
    border-top: 1px solid rgba(60, 60, 67, 0.38);
}
.selectable_row:not(.selectable_row_active){
	margin-left:0;
}
.grey_back{
	background: #E8E8E8;
	padding:0px 5px;
	border-radius:5px;
}
#online_count{
	padding-left:15px;
	position:relative;
}
#online_count:after{
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	top:7px;
	left:5px;
	border-radius:10px;
	background: green;
}
.select_search_ul{
    width: 100%;
    max-width: 250px;
    margin-top: 28px !important;
    min-height: 20px;
}
.nav_header{
	background:blue;
	color:white;
	font-weight:bold;
	font-size:16px;
	height:40px;
	display:flex;
	align-items: center;
	gap:10px;
	padding-left:10px;
	padding-right:10px;
}
.mobile_view{display:none;}
.main_part{
	display:flex;
}
.mobile_footer{display:none;}
.ghostBlock{
    z-index: 1;
    position: absolute;
    height: 100vh;
    width: 100%;
    background: white;
	padding:10px;
}



#coordBlockBody{
	overflow-y: auto;
    max-height: calc(100vh - 50px);
}

.gridCoordHeader{
	display:grid;
	grid-template-columns: 20px 50px 80px 40px 150px 1fr 1fr 3fr ;
	background:lightgrey;
	font-size:12px;
	font-weight:bold;
}
.gridCoordHeader>div,.gridCoordDiv>div{
	padding:3px 5px;
}
.gridCoordDiv{
	display:grid;
	grid-template-columns: 20px 50px 80px 40px 150px 1fr 1fr 3fr ;
	font-size:12px;
	border-bottom:1px solid lightgrey
}
.gridCoordDiv:nth-child(2n+1){
	background: #ededed;
}
#qr-video{
	width:200px;
	height:200px;
}
#outdiv {
    width: 320px;
    height: 240px;
    border: solid;
    border-width: 3px 3px 3px 3px;
}


@media only screen and (min-width: 993px) {
    .container {
        width: 70%;
    }
}
@media only screen and (min-width: 601px) {
    .container {
        width: 85%;
    }

}

@media only screen and (max-width: 701px) {
	.pc_view{display:none;}
	.mobile_view{
		display:block;
	}
	.left_part{
		width:100%;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 1;
		height:calc(var(--viewport-height) - 42px);
        border: 1px solid	rgba(217, 217, 217, 1);
	}
	.map_container,#scanner_QR{
		width:100%;
        height: calc(var(--viewport-height) - 84px);
		overflow:hidden;
		margin-top: 42px;
		border-bottom:1px solid	rgba(217, 217, 217, 1);
	}
	.main_part{
		display:block;
		height:calc(var(--viewport-height) - 42px);
		overflow:hidden;
	}
	.popover.custom_popover.custom_popover_work_shift{
		margin-left: -180px;
	}
	.popover.custom_popover::after{
		left: auto;
		right: 20px;
	}
	.mobile_footer{
		display:block;
		background:white;
		width:100%;
		text-align:center;
		margin-top:7px;
	}
	.mobile_footer_block{
		display:flex;
		align-items:center;
		justify-content: center;
		border-radius:5px;
		background: #F2F2F2;
		width:160px;
		margin:0 auto;
	}
	.mobile_footer_item{
		display:flex;
		align-items:center;
		justify-content: center;
		cursor:pointer;
		text-align:center; 
		padding:3px 0px;
		width:80px;
		/* border:1px solid	rgba(217, 217, 217, 1); */
	}
	/* .mobile_footer_item:first-child{
		border-radius:10px 0 0 10px;
	} 
	.mobile_footer_item:last-child{
		border-radius: 0 10px 10px 0;
	} */
	.mobile_footer_item.active{
		background:white;
		color:black;
		border:1px solid#D9D9D9;
		border-radius:5px;
	}
	.settings_block{
		height: calc(var(--viewport-height) - 145px);
    	overflow-y: auto;
	}
}