/*
#59a7dc		blue
#5e8e42		green
#c7d300		green, check/completed
#f6a200		orange, partly completed
#ff0000		red, not completed

#fafafa		ultra light grey, background topbar and bottombar
#f0f0f0		ultra light grey, background center for question part
#afafaf		grey, border topbar and bottombar
#909090		grey, icons bottombar
#000000		black, tekst
#d9d9d9		light grey, not filled in
#b4b4b4		grey, grayed buttons
*/


html{
	position: relative;
	min-height: 100%;
}
body{
	height: 100%;
	font-family: 'SF UI Text', sans-serif !important;
	background: #ffffff;
    padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
    padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}

img{
	max-width: 100%;
	border: 0px;
}

.container_center{
	width: 90%;
	margin: 0px auto;
}

.centering_hor_ver{
	padding: 15px 15px;
}

.grey{
	background-color: #f0f0f0;
}

/*********************
 	BASE
*********************/
.wrap{
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 200;
}
.topbar{
	position: fixed;
    /*top: 46px;*/
	width: 100%;
	height: 50px;
	background-color: #fafafa;
	border-bottom: 1px solid #afafaf;
	overflow: auto;
	z-index: 200;
}
.tb_left{
	float: left;
	width: 12%;
	height: 100%;
	font-size: 24px;
	text-align: center;
}
.tb_right{
	float: right;
	width: 12%;
	height: 100%;
	font-size: 24px;
	text-align: center;
}
.tb_left a, .tb_right a{
	display: block;
	width: 100%;
	padding: 5px 0px;
	color: #59a7dc;
}
.tb_right a {
	margin-top: -8px;
	color: #ffffff;
}
.standard_styling a {
	margin-top: 0;
	color: #59a7dc;
}
.tb_name{
	float: left;
	width: 76%;
	padding: 14px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}

.center_container{
	margin-top: 49px;
	margin-bottom: 71px;
}
.center_container2{
    position: relative;
	top: 48px;
	max-height: calc(100vh - 49px - 125px);
	overflow-y: scroll;
    /*ENABLE FOR MOMENTUM SCROLLING IOS*/
    -webkit-overflow-scrolling: touch;
}
.center_container2.large_list{
	margin-top: 49px;
	margin-bottom: 71px;
	max-height: calc(100vh - 49px - 71px);
	overflow-y: scroll;
    /*ENABLE FOR MOMENTUM SCROLLING IOS*/
    -webkit-overflow-scrolling: touch;
}

.device_uren_wk{
	padding: 20px 5%;
	border-bottom: 1px solid #afafaf;
}
.device_uren_wk::after {
	content: "";
	display: block;
	clear: both;
}
.small_inputs_grid{
	width: 100%;
	overflow: auto;
}
.sig_left{
	float: left;
	width: 80%;
}
.sig_right{
	float: right;
	width: 16%;
	margin-left: 4%;
}
.sig_right a{
	display: block;
	margin-top: 4px;
	text-align: center;
}
.sig_right .fas{
	font-size: 24px;
}
.sig_left_row{
	overflow: auto;
}
.slr_left{
	float: left;
	width: 50%;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	color: #8c8c8c;
}
.slr_right{
	float: left;
	width: 50%;
}


.settings_row{
	width: 100%;
	overflow: auto;
	padding: 8px 0px;
}
.setting_text{
	float: left;
	width: 78%;
	margin-right: 4%;
	font-weight: 400;
	font-size: 15px;
}
.setting_switch{
	float: right;
	width: 18%;
}
.float_right{
	float: right;
}


/*********************
 	BOTTOMBAR
*********************/
.bottombar{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #fafafa;
	border-top: 1px solid #afafaf;
	overflow: auto;
	z-index: 201;
    margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
    margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}
.bottombar_company{
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #afafaf;
}
.bb_part{
	float: left;
	width: 20%;
	text-align: center;
}
.bb_part a{
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0px;
	color: #909090;
	text-decoration: none;
}

.bb_part a.disabled{
    color: #c8c8c8;
}

.bb_part a.active{
	color: #59a7dc;
}
.bb_part .bb_icon{
	font-size: 20px;
}
.bb_part .bb_name{
	font-size: 12px;
}
.bb_part .bb_dot{
	position: absolute;
	top: 6px;
	right: 15px;
	width: 20px;
	height: 20px;
	background-color: #ff0000;
	border-radius: 50px;

	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

/* second bottom bar */
.bottombar2{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 125px;
	background-color: #fafafa;
	overflow: hidden;
	z-index: 201;
}
.bb2_status{
	padding: 6px 10px;
	background-color: #59a7dc;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
    height: 60px;
}
.bb2_status1{
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bb2_status2 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.bb2_status_right {
	float: right;
}
.bb2_icons{
	border-top: 1px solid #afafaf;
}
.bb2_part{
	/*float: left;*/
	width: 20%;
	text-align: center;
}
.bb2_left {
	position: absolute;
	left: 0;
	width: 33%;
    /*float: left;*/
}
.bb2_right {
	position: absolute;
	left: 66%;
	width: 33%;
	/*float: right;*/
}
.bb2_mid {
	position: absolute;
	left: 33%;
	width: 33%;
	/*float: none;*/
	/*margin: 0 auto;*/
}

.bb2_part a{
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0px;
	color: #909090;
	text-decoration: none;
}
.bb2_part a.active{
	color: #59a7dc;
}
.bb2_part .bb2_icon{
	font-size: 24px;
}

.bb2_part .bb2_label {
	position: relative;
	top: -5px;
	font-size: 8px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}


/*********************
 	LOGIN
*********************/
.wr_login{
	background-image: url('../img/login-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.login_logo{
	width: 80%;
	margin: 0px auto;
	margin-top: 80px;
}

.login_form{
	margin-top: 50px;
}
.login_form .inputfield{
	width: 100%;
}


/*********************
	LOCATIONS
*********************/
.list_style_one .lso_item{
	border-bottom: 1px solid #afafaf;
}
.list_style_one .lso_item a{
	display: block;
	padding: 14px 10px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.list_style_one .lso_item .lso_item_img{
	float: left;
	width: 56px;
	height: 56px;
	background-position: center center;
	background-size: cover;
	border-radius: 66px;
	background-repeat: no-repeat;
}
.list_style_one .lso_item .lso_item_title{
	float: left;
	width: 65%;
	margin-left: 12px;
	padding: 9px 0px;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list_style_one .lso_item .lso_item_title span{
	font-weight: 600;
}
.list_style_one .lso_item .lso_item_icon{
	float: right;
	width: 10%;
	padding: 9px 0px;
	
	font-size: 24px;
	color: #d9d9d9;
	text-align: right;
}
.list_style_one .lso_item .lso_item_icon.active{
	color: #c7d300;
}


/********************************
 	QUESTIONLISTS AND QUESTIONS
********************************/
.question_list .ql_item_cap{
    border-bottom: 1px solid #afafaf;
}
.question_list .ql_item{
	border-bottom: 1px solid #afafaf;
}
.question_list .ql_item a{
	position: relative;
	display: block;
	padding: 14px 10px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.question_list .ql_item .ql_item_content {
	overflow: inherit;
}
.question_list .ql_item .ql_item_icon{
	float: left;
	width: 15%;
	padding-left: 10px;

	font-size: 34px;
	line-height: 34px;
	color: #d9d9d9;
	text-align: left;
}
.question_list .ql_item .ql_item_icon.device_icon{
	position: absolute;
	width: 15%;
	height: calc(100% + 1px);
	top: 0;
	left: 0;
	padding: 14px 10px;
	margin: 0;
	box-sizing: border-box;
}
.question_list .ql_item .ql_item_title{
	float: left;
	width: 65%;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.question_list .ql_item .ql_item_title.question_title{
	white-space: normal;
}
.question_list .ql_item .device_title{
	padding-left: 15%;
}
.question_list .ql_item .ql_item_title span.title{
	font-weight: 600;
}
.question_list .ql_item .ql_item_title span.status{
	font-size: 14px;
	color: #ff0000;
}
.question_list .ql_item .ql_item_arrow{
	float: right;
	width: 10%;
	margin-top: 7px;
	
	font-size: 24px;
	line-height: 24px;
	color: #d9d9d9;
	text-align: right;
}
.question_list .ql_item .ql_item_save{
    float: right;
    width: 10%;
    margin-top: 7px;

    font-size: 24px;
    line-height: 24px;
    color: #d9d9d9;
    text-align: right;
}
.question_list .ql_item.completed .ql_item_icon, .question_list .ql_item.completed .ql_item_title span.status{
	color: #c7d300;
}
.question_list .ql_item.partly .ql_item_icon, .question_list .ql_item.partly .ql_item_title span.status{
	color: #f6a200;
}

.questions .ql_item .ql_item_icon{
	margin-top: 12px;
	font-size: 15px;
	line-height: 15px;
	color: #ff0000;
}
.questions .ql_item .ql_item_title span.status, .questions .ql_item.completed .ql_item_title span.status, .questions .ql_item.partly .ql_item_title span.status{
	color: #000000;
}


/*********************
 	QUESTION
*********************/
.question_container{
	width: 90%;
	margin: 0px auto;
	margin-bottom: 15px;
	padding-top: 20px;
	border-radius: 4px;
}
.question_container .question_nr{
	padding: 12px 0px;
	background-color: #59a7dc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	font-weight: 700;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
}
.question_container .question_asked{
	width: 100%;
	height: 175px;
	padding: 20px 20px;
	background-color: #ffffff;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: table;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	text-align: center;
}
.question_container .question_asked {
	padding-top: 0;
}
@media only screen and (max-width: 768px) {
	.question_container .question_asked {
		height: 105px;
		padding: 10px 10px;
	}
}
.question_container .question_asked p{
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	
	font-weight: 600;
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
	.question_container .question_asked p{
		font-size: 14px;
	}
}
.question_btns a{
	margin-bottom: 8px;
}
.question_extra{
	overflow: hidden;
	width: 90%;
    margin: 0px auto;
	padding: 10px 0px 30px 0px;
}
.question_extra .qe_left{
	float: left;
}
.question_extra .qe_right{
	float: right;
}
.question_extra a{
	color: #59a7dc;
	text-decoration: none;
}


/*********************
 	COMPANIES
*********************/
.default_list .def_item{
	position: relative;
	border-bottom: 1px solid #afafaf;
}
.default_list .def_item a{
	display: block;
	padding: 14px 10px;
	overflow: auto;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.default_list .def_item .swipe_con {
    transform: translateX(0);
    transition: all 0.3s;
}
.default_list .def_item .def_item_status{
	float: left;
	width: 15%;
	padding-left: 10px;
	margin: 9px 0 0;
	border-radius: 100%;
}
.default_list .def_item .def_item_status.status_sync{
	color: #c7d300;
}
.default_list .def_item .def_item_status.status_no_sync{
	color: #ff9950;
}
.default_list .def_item .def_item_title{
	float: left;
	width: 65%;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
    /* white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
}

.default_list .def_item .def_item_title .area{
    font-weight: 100;
    font-style: italic;
}

.default_list .def_item .def_item_title.full {
	width: 90%;
}
.default_list .def_item.single .def_item_title .title {
    line-height: 38px;
}
.default_list .def_item .def_item_title span.title{
	font-weight: 600;
}
.default_list .def_item .def_item_arrow{
	float: right;
	width: 10%;
	margin-top: 7px;
	
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #d9d9d9;
	text-align: right;
}
.default_list .def_item .def_item_delete,.default_list .def_item .def_item_image{
	position: absolute;
	width: 80px;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
}
.default_list .def_item .def_item_image{
	right: 80px;
	pointer-events: none;
}
.default_list .def_item .def_item_delete .def_item_delete_con{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	background: #ce2323;
	color: #ffffff;
	transform: translateX(80px);
	transition: all 0.3s;
}
.default_list .def_item .def_item_image .def_item_image_con{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	background: #59A7DC;
	color: #ffffff;
	transform: translateX(80px);
	transition: all 0.3s;
}
.default_list .def_item.is-swiped .swipe_con{
	transform: translateX(-80px);
}
.default_list .def_item.is-swiped .swipe_con.extra{
	transform: translateX(-160px);
}
.default_list .def_item.is-swiped .def_item_delete .def_item_delete_con{
	transform: translateX(0);
}
.default_list .def_item.is-swiped .def_item_image {
	pointer-events: inherit;
}
.default_list .def_item.is-swiped .def_item_image .def_item_image_con{
	transform: translateX(0px);
}

.default_list .def_item .def_item_edit{
	position: absolute;
	width: 80px;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.default_list .def_item .def_item_edit .def_item_edit_con{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background: #2351ce;
    color: #ffffff;
    transform: translateX(-80px);
    transition: all 0.3s;
}
.default_list .def_item.is-swiped_edit .swipe_con{
    transform: translateX(80px);
}
.default_list .def_item.is-swiped_edit .def_item_edit .def_item_edit_con{
    transform: translateX(0);
}


/*********************
 	FORMS
*********************/
.intro_text{
	padding-top: 20px;
}
.form_container{
	padding-top: 20px;
}

.form_label {
	padding: 0 10px;
	margin-top: 20px;
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 300;
}
.form_label:first-child {
	margin-top: 0px;
}
.form_label.small {
	float: left;
	width: 60%;
	padding: 16px 0;
	margin: 0;
}
.form_input.small {
	float: right;
	width: 35%;
}

.clear_text{
	font-weight: 300;
	font-size: 20px;
	line-height: 48px;
}

.half_half{
	overflow: hidden;
}
.half_half .half{
	width: 48.5%;
	float: left;
}
.half_half .half:first-child{
	padding-right: 3%;
}

.left_small{
	overflow: hidden;
}
.left_small .ls_left{
	width: 37%;
	float: left;
	padding-right: 3%;
}
.left_small .ls_right{
	width: 60%;
	float: left;
}

.right_small{
	overflow: hidden;
}
.right_small .rs_left{
	width: 60%;
	float: left;
	padding-right: 3%;
}
.right_small .rs_right{
	width: 37%;
	float: left;
}


/*********************
 	STYLES
*********************/
.inputfield{
	display: block;
	width: 100%;
	height: 48px !important;

	font-weight: 300;
	font-size: 18px;
	color: #000000 !important;
}
.inputfield_small{
	display: block;
	width: 100%;
	height: 30px !important;

	font-weight: 300;
	font-size: 15px;
	color: #000000 !important;
}
.select{
	position: relative;
}
select{
	display: block;
	width: 100%;
	height: 48px !important;
	-webkit-appearance: none;

	font-weight: 300;
	font-size: 18px;
	color: #000000 !important;
}
.select::after{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
	font-size: 16px;
	position: absolute;
	top: 12px;
	right: 12px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000000;
}

.btn_blue{
	display: block;
	width: 100%;
	height: 48px !important;
	background-color: #59a7dc !important;
	border: 0px !important;
	border-radius: 4px;

	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 48px !important;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal !important;
}
.btn_green{
	display: block;
	width: 100%;
	height: 48px !important;
	background-color: #5e8e42 !important;
	border: 0px !important;
	border-radius: 4px;
	margin: 0px;

	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 48px !important;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal !important;
}
.btn_width_50{
	width: 49%;
	display: inline;
}

.btn_grey{
	display: block;
	width: 100%;
	height: 48px !important;
	background-color: #909090 !important;
	border: 0px !important;
	border-radius: 4px;
	margin: 0px;

	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 48px !important;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal !important;
}

.btn_red{
    display: block;
    width: 100%;
    height: 48px !important;
    background-color: #e5a3a3 !important;
    border: 0px !important;
    border-radius: 4px;

    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 48px !important;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    letter-spacing: normal !important;
}

.btn_dark_red{
    display: block;
    width: 100%;
    height: 48px !important;
    background-color: #ff0000 !important;
    border: 0px !important;
    border-radius: 4px;

    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 48px !important;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    letter-spacing: normal !important;
}

.btn_btm_margin{
	margin-bottom: 8px;
}
.btn_margin {
	margin: 8px 15px;
}
.grayed{
	background-color: #b4b4b4 !important;
}


/*********************
 	SWITCHES
*********************/
.onoffswitch {
	position: relative;
	width: 44px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* fix for select on mobile device */
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 22px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	border: 2px solid #E3E3E3; 
	border-radius: 22px;
    background-color: #CCCCCC;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
	display: block;
	width: 22px;
	margin: 0px;
    background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
    right: 20px;
	border: 2px solid #E3E3E3;
	border-radius: 22px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #59A7DC;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
	border-color: #59A7DC;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}

/*********************
 	EXTRA STATUS
*********************/
.tb2_status{
    padding: 15px 10px;
    background-color: #59a7dc;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}
.tb2_status1{
    font-weight: 500;
}

.sticky{
    position: fixed;
    width: 100%;
    z-index: 100;
}
.spacer{
    height: 50px;
}


::-webkit-input-placeholder { /* Edge */
    color: gray;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: gray;
}

::placeholder {
    color: gray;
}

.textarea_margin_bottom{
    margin-bottom: 6px;
}

.no_connection{
    color: #59a7dc;
}

.image__grid {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.image__grid img{
	width: calc(100vw - 30px);
	height: 100%;
	margin-bottom: 10px;
	display: inline-block;
	object-fit: cover;
}

#image-overlay-container {
	height: calc(100vh - 49px - 125px);
	width: 100%;
	overflow: scroll;
}
#image-overlay-container img {
	display: block;
	height: 100%;
	width: auto;
	object-fit: contain;
	object-position: top left;
	z-index: 1;
}

#image-overlay-container button {
	z-index: 5;
	position: fixed;
	background-color: white;
}

.image__grid .swipe_con {
	position: relative;
	transition: all 0.3s;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.image__grid .swipe_con img {
	transform: translateX(0);
	transition: all 0.3s;
}

.image__grid .swipe_con .image_button_delete {
	position: absolute;
	right: 0;
	height: 100%;
	border: none;
	box-sizing: border-box;
	text-align: center;
	background: #ce2323;
	color: #ffffff;
	transform: translateX(80px);
	transition: all 0.3s;
}

.image__grid .swipe_con.is-swiped img {
	transform: translateX(-80px);
}

.image__grid .swipe_con.is-swiped .image_button_delete {
	transform: translateX(0);
}


#loading-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 500;
}

#loading-image {
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	z-index: 510;
}

#message {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 510;
}

#error-message {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 510;
}

.confirm-box {
	width: max-content;
	max-width: 90%;
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.confirm-box p {
	margin-bottom: 20px;
}
.confirm-box button {
	margin-right: 5px;
}

.no_items{
	padding: 15px 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}

.version_update {
	position: fixed;
	left: 15%;
	top: 50%;
	transform: translate(-10%, -50%);
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}