@font-face{
    font-family: 'robotoregular';
    src: url('/resource/Interactive_map/css/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('/resource/Interactive_map/css/fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'robotobold';
    src: url('/resource/Interactive_map/css/fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('/resource/Interactive_map/css/fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'robotolight';
    src: url('/resource/Interactive_map/css/fonts/roboto-light-webfont.woff2') format('woff2'),
         url('/resource/Interactive_map/css/fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,body{
    height: 100%;
}
body{
    font-family: 'robotoregular';
    font-size: 15px;
}
header{
    position: relative;
    height: 117px;
    text-align: center;
    background: var(--colorback);
}
#body_scan header{
    height: 57px;
}
header img{
    max-height: 100%;
}
header a#btn_logout{
    position: absolute;
    top: 50%;
    right: 25px;
    height: 28px;
    padding:0 25px;
    line-height: 24px;
    border: #C4C4C4 solid 1px;
    background: #C4C4C4;
    color: var(--colorback);
    text-decoration: none;
    transform: translateY(-50%);
    transition-property: background,color;
}
header a#btn_logout:hover{
    background: var(--colorback);
    color: #C4C4C4;
}
#body_scan header a#btn_logout{
    top: 15px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding:0;
    background: none;
    border:none;
    transform: none;
}
#body_scan header a#btn_logout svg{
    width: 25px;
    height: 25px;
    fill:#C4C4C4;
    transition-property: fill;
}
#body_scan header a#btn_logout:hover svg{
    fill:var(--color);
}
nav{
    width: 100%;
    height: 40px;
    padding: 0 3%;
    background: var(--color);
}
#body_scan nav{
    display: flex;
}
nav ol{
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav ol li{
    margin-right: 38px;
}
#body_scan nav ol li{
    margin-right: 0px;
}
nav ol a{
    position: relative;
    padding-right: 20px;
    color:#fff;
    text-decoration: none;
    font-family: 'robotobold';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    transition-property: padding;
}
#body_scan nav ol a{
    display:flex;
    align-items: center;
    height: 30px;
    margin: 5px 0;
    padding: 0 20px;
    border-radius: 15px;
    text-align: center;
    border:#E5E5E5 solid 1px;
    background: none;
    color:#fff;
    font-family: 'robotoregular';
    text-transform: none;
    font-size: 18px;
    transition-property:background, color;
}
#body_scan nav ol a:hover,#body_scan nav ol a.menuOn{
    background:#E5E5E5;
    color:#000;
}
nav ol a:hover,nav ol a.menuOn{
    padding-left: 20px;
    padding-right: 0;
}
#body_scan nav ol a:hover,#body_scan nav ol a.menuOn{
    padding: 0 20px;
}
nav ol a::before{
    position: absolute;
    top: 50%;
    right: calc(100% - 15px);
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#fff;
    opacity: 0;
    transform: translateY(-4px);
    transition-property: opacity,right;
}
#body_scan nav ol a::before{
    display: none;
}
main{
    position: relative;
    height: calc(100% - 157px);
}
#body_scan main{
    overflow-y: auto;
}
#interactive_map_list main{
    display: flex;
    flex-direction: column;
}
nav ol a:hover::before,nav ol a.menuOn::before{
    opacity: 1;
    right:100%;
}
#map_users_list,#map_users_edit,#list_actions,#map_delegation{
    float: left;
    width: 100%;
    padding: 25px 6%;
    font-family: 'robotolight';
}
#list_actions{
    margin: auto 0 0;
}
#map_users_edit_actions{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}
#list_actions{
    padding-top: 0;
}
#map_users_actions_top{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}
#map_searcher,#map_pop_searcher{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 454px;
    height: 38px;
    padding: 0 0 0 8px;
    border:#000 solid 1px;
}
#body_scan #map_searcher{
    border: none;
    width: 100%;
    height: 40px;
}
#map_pop_searcher{
    width: 100%;
    padding: 0;
}
#map_searcher #svg_loupe{
    width: 19px;
    height: 19px;
    fill: #000;
}
#body_scan #map_searcher #svg_loupe{
    fill: #fff;
}
#map_searcher input,#map_pop_searcher input{
    width: 100%;
    height: 36px;
    padding:0 14px;
    font-family: 'robotolight';
    border: none;
}
#body_scan #map_searcher input{
    height: 40px;
    background: var(--color);
    color: #fff;
}
#body_scan #map_searcher input::placeholder{
    opacity: 0.9;
    color: #fff;
}
#map_pop_searcher input{
    padding: 0 8px;
}
#map_pop_searcher input:disabled,#pop_map_in textarea:disabled{
    background:#f1f1f1;
}
#item_comment{
    width: 100%;
    height: 55px;
    margin: 10px 0 0;
    padding: 5px;
    border:#000 solid 1px;    
    font-family: 'robotolight';
    font-size: 15px;
}
#map_autocomplete_results{
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    z-index: 99;
    display: block;
    max-height: 220px;
    background: #fff;
    border:#000 solid 1px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #f1a106 #fff;
    scrollbar-width: thin;
    transition-property: transform, box-shadow, max-width;
}
#body_scan #map_autocomplete_results{
    border: none;
}
#map_autocomplete{
    display: flex;
    flex-direction: column;
}
#map_autocomplete a{
    width: 100%;
}
#map_autocomplete_results::-webkit-scrollbar{
    width: 3px;
    background-color: #fff;
}
#map_autocomplete_results::-webkit-scrollbar-thumb{
    background: #f1a106;
}
#map_autocomplete_results a{
    padding: 8px;
    color:#000;
    font-family: 'robotolight';
    font-size: 15px;
    text-decoration: none;
    transition-property: background,color;
}
input[name="searcher_result"]{
    position: absolute;
    display: block;
    z-index: -1;
    opacity: 0;
    width: 0;
}
#map_autocomplete_results a:hover,#map_autocomplete_results a.map_users_line_checked:hover,#map_autocomplete_results input[name="searcher_result"]:checked + label a{
    background:var(--color);
    color:#fff;
}
#user_add{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 38px;
    border-radius: 19px;
    background: #F1A106;
    color:#fff;
    font-family: 'robotobold';
    font-size: 20px;
    text-decoration: none;
    transition-property: background;
}
#user_add:hover{
    background: var(--color);
}
#map_users_actions_bottom{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:40px 0 50px;
}
#map_users_actions_bottom a{
    height: 28px;
    line-height: 23px;
    margin:0 12px 10px 0;
    padding: 0 25px;
    background:#e5e5e5;
    border: var(--colorback) solid 1px;
    border-radius: 14px;
    text-decoration: none;
    color: var(--colorback);
    white-space: nowrap;
    transition-property: background, color;
}
#map_users_actions_bottom a:hover,#map_users_actions_bottom a.menuOn{
    background: var(--colorback);
    color:#fff;
}
#list_actions a{
    display: inline-flex;
    align-items: center;
    height: 38px;
    line-height: 23px;
    margin-right: 12px;
    padding: 0 19px;
    background:#e5e5e5;
    border: var(--colorback) solid 1px;
    text-decoration: none;
    color: var(--colorback);
    transition-property: background, color;
}
#list_actions a:hover{
    background: var(--colorback);
    color:#fff;
}
#list_actions a:not(.svg_navigation) svg{
    width: 19px;
    height: 19px;
    margin: 0 10px 0 0;
    fill:var(--colorback);
    transition-property: fill;
}
#list_actions a:hover svg{
    fill:#fff;
}
#map_users_title{
    margin-bottom: 20px;
    border-bottom:#000 solid 1px;
    text-transform: uppercase;
}
.map_users_line{
    display: flex;
    align-items: center;
}
.map_users_line_checked,#map_autocomplete_results a.map_users_line_checked{
    color:#4CB050;
}
.map_users_bloc{
    width: calc((100% - 254px) / 5);
    padding: 6px 20px 6px 0;
}
.map_users_pmr,.map_users_vip{
    width: 70px;
}
.map_users_pmr,.map_users_bracelet{
    width: 90px;
}
.map_users_place{
    width: 90px;
}
.map_users_name{
    text-transform: uppercase;
}
.map_users_actions{
    flex:0 0 24px;
    text-align: right;
}
.map_users_actions a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border:var(--colorback) solid 1px;
    transition-property: background;
}
.map_users_actions a:hover{
    background: var(--colorback);
}
.map_users_actions a svg{
    width: 14px;
    height: 14px;
    fill:var(--colorback);
    transition-property: fill;
}
.map_users_actions a:hover svg{
    fill:#fff;
}
#list_actions .paginationControl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 25px 0 0;
}
#list_actions .paginationControl a:not(.svg_navigation),
#list_actions .paginationControl span:not(.svg_navigation){
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  padding: 0;
  background: #000;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  transition-property: background,border, font-size, margin, width, height;
}
#list_actions .paginationControl a:not(.svg_navigation):hover,
#list_actions .paginationControl span:not(.svg_navigation){
  background: var(--color);
  border-color: var(--color);
}
#list_actions .paginationControl .svg_navigation{
    background:none;
    border: none;
    padding: 0;
}
#list_actions .svg_navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
}
#list_actions .svg_navigation_next {
  margin: 0 0 0 5px;
}
#list_actions .svg_navigation svg {
  width: 35px;
  height: 35px;
  fill: #000;
  transition-property: fill;
}
#list_actions .paginationControl a.svg_navigation:hover svg {
  fill: var(--color);
}
.svg_navigation_previous svg {
  transform-origin: 50%;
  transform: rotate(180deg);
}
#list_actions span.svg_navigation svg {
    opacity: 0;
}
#btn_back_list{
    color:#000;
    text-decoration: none;
}
#map_form_user{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin:25px 0 10px;
}
#map_form_user .map_form_line,#map_form_user label{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: auto;
}
#map_form_user .map_form_line{
    width: calc(100% / 5);
    margin: 0 0 15px;
}
#map_form_user .map_form_line:nth-of-type(8),#map_form_user .map_form_line:nth-of-type(11){
    width: calc(100% / 10);
}
/* #map_form_user .map_form_line:last-of-type{
    flex:0 0 84px;
} 
#map_form_user .map_form_line:not(:last-of-type) input,#map_form_user .map_form_line:not(:last-of-type) select{
    width: calc(100% - 8px);
}*/
#map_form_user .map_form_line:not(:last-of-type) input,#map_form_user .map_form_line:not(:last-of-type) select{
    width: calc(100% - 8px);
}
#map_form_user .map_form_line input,#map_form_user .map_form_line select{
    font-family: 'robotolight';
    height: 28px;
    padding:0 9px;
    background: #fff;
    font-size: 15px;
    border:var(--colorback) solid 1px;
}
#map_form_user .map_form_line select option{
    font-family: Arial, Helvetica;
}
.this-is-form .form_FK_interactive_map_item_group_id::before,.this-is-form .form_FK_interactive_map_item_id::before{
    position: absolute;
    bottom: 1px;
    right: 9px;
    content: '▼';
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 26px;
    font-size: 15px;
    color: #000;
    text-align: center;
    background: #fff;
    pointer-events: none;
    cursor: pointer;
}
.this-is-form .form_FK_interactive_map_item_id::before{
    right: 1px;
}
.this-is-form ul.form_errors{
    width: 100%;
    margin: 0;
    padding: 0;
	color:#e2001a;
	list-style-type: none;
}
.this-is-form #map_btn_forms input,.this-is-form #map_btn_forms a,#pop_map_action span,.this-is-form #map_btn_forms a,#pop_map_disable span{
    height: 29px;
    margin: 0 12px 0 0;
    padding: 0 18px;
    border: var(--colorback) solid 1px;
    background: var(--colorback);
    color:#fff;
    font-family: 'robotobold';
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    transition-property: background, color;
}
.this-is-form #map_btn_forms a,#pop_map_action span#delete_item_btn{
    border: #D10B0A solid 1px;
    background: #D10B0A;
}
.this-is-form #map_btn_forms a#map_valid_check{
    border: #4CB050 solid 1px;
    background: #4CB050;
}
.this-is-form #map_btn_forms a#map_print_user{
    border: #F1A106 solid 1px;
    background: #f1a106;
}
#pop_map_action span,#pop_map_disable span{
    font-family: 'robotoregular';
    font-size: 17px;
}
.this-is-form #map_btn_forms input:hover,#pop_map_disable span:hover,#pop_map_action span:hover{
    color:var(--colorback);
    background:#c4c4c4;
}
.this-is-form #map_btn_forms a:hover,#pop_map_action span#delete_item_btn:hover{
    background:#fff;
    color:#D10B0A;
}
.this-is-form #map_btn_forms a#map_valid_check:hover{
    background:#fff;
    color:#4CB050;
}
.this-is-form #map_btn_forms a#map_print_user:hover{
    background:#fff;
    color:#f1a106;
}
#map_form_user label span{
    margin-bottom: 10px;
    font-family: 'robotobold';
    text-transform: uppercase;
    border-bottom: var(--colorback) solid 2px;
}
#container_map{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 24px 2%;
    overflow:hidden;
}
#list_map{
    width: 20%;
    height: 100%;
    padding-right: 25px;
    overflow-y: scroll;
    scrollbar-color: #c4c4c4 #fff;
    scrollbar-width: thin;
    transition-property: transform, box-shadow, max-width;
}
#list_map::-webkit-scrollbar{
    width: 3px;
    background-color: #fff;
}
#list_map::-webkit-scrollbar-thumb{
    background: #c4c4c4;
}
#interactive_map{
    position: relative;
    width: 80%;
    height: 100%;
    overflow:hidden;
    box-shadow:inset 0 0 1px 1px rgba(0,0,0,0.3);
}
#plan-svg{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	cursor:move;
}
#plan-svg *{
    font-family: 'robotoregular';
}
#plan-svg #viewport{
    position: relative;
}
polyline.interactive_item,.interactive_item ellipse,.interactive_item rect,.interactive_item circle,polyline.administrable_item,.administrable_item ellipse,.administrable_item rect,.administrable_item circle{
    cursor: pointer;
    fill: var(--color);
}
polyline.disabled_item,.disabled_item ellipse,.disabled_item rect,.disabled_item circle{
    fill: #d8d8d8;
}
polyline.unclickable_item,.unclickable_item ellipse,.unclickable_item rect,.unclickable_item circle{
    pointer-events: none;
}
polyline.invisible_item,.invisible_item ellipse,.invisible_item rect,.invisible_item circle{
    pointer-events: none;
    opacity: 0;
}
#plan-svg #viewport polyline.special_item,#plan-svg #viewport .special_item ellipse,#plan-svg #viewport .special_item rect,#plan-svg #viewport .special_item circle{
    fill: #fca53e;
}
polyline.booked_item,.booked_item ellipse,.booked_item rect,.booked_item circle{
    fill: #58FFF5;
}
polyline.checked_item,.checked_item ellipse,.checked_item rect,.checked_item circle{
    fill: #00FF0A;
}
.map_item_name{
    fill:#fff;
    font-size: 11px;
    pointer-events: none;
}
#pop_map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.61);
    transition-property: opacity;
}
.pop_map_invisible{
    opacity: 0;
    pointer-events: none;
}
.pop_map_visible{
    opacity: 1;
    pointer-events: all;
}
#pop_map_in{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 350px;
    padding:16px 20px;
    background:#fff;
    font-family: 'robotobold';
    font-weight: normal;
    font-size: 20px;
    transform: translate(-50%,-50%);
}
#pop_map_in p{
    margin-bottom: 0;
}
#pop_map_closer{
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#pop_map_closer::before{
    content: ' ';
    position: absolute;
    top: -2px;
    left: 50%;
    width: 1px;
    height: 24px;
    background: #000;
    transform: rotate(45deg);
    transition-property: transform;
}
#pop_map_closer::after{
    content: ' ';
    position: absolute;
    top: -2px;
    left: 50%;
    width: 1px;
    height: 24px;
    background: #000;
    transform: rotate(-45deg);
    transition-property: transform;
}
#pop_map_closer:hover::before{
    transform: rotate(-45deg);
}
#pop_map_closer:hover::after{
    transform: rotate(45deg);
}
#map_allocate_error{
    color:#D10B0A;
    font-family: 'robotoregular';
    font-size: 15px;
}
#map_allocate_error .green{
    color: green;
}
#pop_map_action{
    margin: 10px 0;
}
.map_list_zone{
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}
.map_list_zone_title{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 3px 5px;
    background: #C4C4C4;
    font-family: 'robotobold';
    cursor: pointer;
}
.map_list_zone_container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 0;
    padding:0 5px;
    overflow-y: hidden;
    transition-duration: 0.6s;
}
.zone_container_opened{
    height: auto;
    padding:30px 5px;
}
.map_list_zone_container span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 34px;
    font-size: 13px;
    background: #e5e5e5;
    border: #000 solid 1px;
    border-radius: 17px;
    cursor: pointer;
    transition-property: background, color;
}
.map_list_zone_container span.unclickable_item{
    cursor: default;
}
.map_list_zone_container span:hover{
    background: var(--color);
    color: #fff;
}
.map_list_zone_container span.item_on{
    background:#58FFF5;
}
.map_list_zone_container span.item_checked{
    background:#00FF0A;
}
.map_list_zone_count{
    margin-left: auto;
    font-family: 'robotoregular';
    font-size: 14px;
}
.map_list_zone_arrow{
    margin: 1px 0 0 5px;
    transform: rotate(180deg);
}
.map_list_zone_title_on .map_list_zone_arrow{
    transform: rotate(0deg);
}
#category_button{
    position: absolute;
    top: 0;
    right: 0;
    padding:5px 15px;
    background: #F1A106;
    cursor: pointer;
    color:#fff;
    box-shadow: 0px 0px 1px 0.5px rgba(0,0,0,0.3);
    transition-property: background;
}
#category_button:hover{
    background: var(--color);
}
#scan_list{
    float: left;
    width: 100%;
}
.user_line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 60px;
    padding: 10px 3%;
    border-bottom: #000 solid 1px;
}
.user_line_name{
    flex: 0 0 calc(100% - 18px);
}
.user_line{
    color: #000;
    text-decoration: none;
}
.user_line svg{
    width: 18px;
    height: 18px;
    fill:#000;
}
#scanner_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: #F1AF06;
    text-align: center;
    color: #000;
    cursor: pointer;
    font-family: 'robotobold';
    text-transform: uppercase;
    user-select: none;
    transition-property: background, color;
}
#scanner_btn:active{
    background:var(--color);
    color: #fff;
}
#user_infos,#stats_infos{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding:15px 3%;
}
#user_infos{
    padding:0 3% 15px 3%;
}
#user_name{
    width: 100%;
    padding-bottom: 10px;
    font-family: 'robotobold';
}
.pmr_info{
    float: right;
    color: #D10B0A;
}
#user_item{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#user_item_place{
    margin-top: 10px;
    font-size: 18px;
    color:#696961;
    text-transform: uppercase;
}
#info_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.info_list_title{
    flex:0 0 40%;
    padding-bottom: 10px;
    font-weight: bold;
}
.info_list_data{
    flex:0 0 60%;
    padding-bottom: 10px;
}
#user_status{
    float: left;
    width: 100%;
    margin:auto 0;
    padding:10px 0;
}
#scan_result{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    min-height: 230px;
}
#scan_result *{
    text-align: center;
}
#scan_result h2{
    margin: 0;
    padding: 0;
    font-size: 20px;
}
#scan_result p{
    margin-top: 0;
}
#scan_result.scan_green{
    background: #4CB050;
}
#scan_result.scan_blue{
    background: #2078B8;
}
#scan_result.scan_red{
    background: #D10B0A;
}
#scan_result svg{
    width: 50px;
    height: 50px;
    margin:10px 0;
    fill: #fff;
}
#scan_result a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    margin-top: auto;
    background: #E5E5E5;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition-property:background;
}
#scan_result a:active{
    background: #f1af06;
}
#scan_result a svg{
    width: 20px;
    height: 20px;
    fill: #000;
    margin: 0;
}
#info_list_title{
    width: 100%;
    margin:0 0 10px;
    padding: 7px 20px;
    background: #e5e5e5;
    font-weight: bold;
    color:#696961;
}
.status_checked{
    font-size: 11px;
    color:#0500FF;
}
#map_users_edit .status_checked{
    font-size: 15px;
    color:#4CB050;
    font-family: 'robotoregular';
}
#scanner_bloc{
	position: fixed;
    display: flex;
    flex-direction: column;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.8);
	transition-property: opacity;
}
#video_scan_container{
    position: relative;
	min-width: 100%;
	max-height: calc(100% - 60px);
	max-width: 100%;
    margin: auto 0;
}
#scanner_video{
	width: auto;
	height: auto;
	min-width: 100%;
	max-height: 100%;
	max-width: 100%;
}
#scanner_loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
}
.custom-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    padding-bottom: 30%;
    transform: translate(-50%,-50%);
}
#scanner_loader svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #f1a106;
    animation: rotate 1.5s infinite linear;
}
#scanner_animator{
  	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	margin: auto;
	padding-bottom: 100%;
	pointer-events: none;
	transform: translate(0,-50%);
	transition: all 200ms ease-in;
}
@keyframes rotate{
	0%{
		transform: rotate(0deg) scale(1);
        opacity: 1;
	}
	50%{
		transform: rotate(180deg) scale(0.8);
        opacity: 0.3;
	}
	100%{
		transform: rotate(360deg) scale(1);
        opacity: 1;
	}
}
.custom-scanner{
	position: absolute;
	display: none;
	left: 50%;
	transform: translate(-50%,0);
	width: 70%;
	height: 2px;
	background: var(--color);
	transition: all 200ms linear;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
}
.scan_invisible{
	visibility: hidden;
	opacity:0;
}
.scan_visible{
	visibility: visible;
	opacity:1;
}
.scan_btn_line{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 0;
}
.scan_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px;
    height: 60px;
	color:#fff;
	background:var(--color);
	cursor: pointer;
    user-select: none;
	text-transform: uppercase;
	transition-property: background;
}
.scan_btn:active{
    background: #f1a106;
}
#scanner_error{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 60px);
    background: #D10B0A99;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#scanner_error svg{
    width: 70px;
    height: 70px;
    margin: 0 0 20px;
    fill: #fff;
}
#stats_numbers{
    display: flex;
    margin: 15px 0;
    font-size: 20px;
    font-family: 'robotobold';
}
#body_scan #stats_numbers{
    flex-direction: column;
}
.stats_number{
    display: flex;
    align-items: center;
}
.stats_number:nth-of-type(1){
    margin-right: 30px;
}
#body_scan #stats_numbers .stats_number:nth-of-type(1){
    margin:0 0 15px;
}
#stats_numbers span{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    margin-left:20px;
    padding: 0 10px;
    border-radius: 25px;
    background: #F1A106;
}
#body_scan #stats_numbers span{
    margin-left: auto;
}
#stats_groups{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.stats_group_line{
    display: flex;
}
.stats_group_title{
    font-family: 'robotobold';
    font-size: 20px;
}
#body_scan .stats_group_title,#body_scan .stats_group_name{
    font-size: 15px;
}
.stats_group_title .stats_group_wait,.stats_group_title .stats_group_here{
    border-top: #000 solid 1px;
    padding:15px 10px;
}
.stats_group_name{
    font-family: 'robotobold';
    font-size: 18px;
    min-width: 20%;
    padding:18px 20px 16px;
    border-bottom: #000 solid 1px;
}
#body_scan .stats_group_name{
    width: 30%;
    padding:18px 5px;
}
.stats_group_name:not(.stats_group_title .stats_group_name){
    border-left: #000 solid 1px;
}
.stats_group_wait,.stats_group_here{
    min-width: 20%;
    padding:10px 30px;
    text-align: center;
    border-bottom: #000 solid 1px;
    border-left: #000 solid 1px;
}
#body_scan .stats_group_wait,#body_scan .stats_group_here{
    padding:10px 5px;
}
#body_scan .stats_group_wait,.stats_group_here{
    width: 35%;
}
.stats_group_here{
    border-right: #000 solid 1px;
}
.stats_group_wait span,.stats_group_here span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin:0 auto;
    border-radius: 20px;
    background:#F1A106;
    font-family: 'robotobold';
}
.stats_group_here span{
    background: #c4c4c4;
}
.stats_group_here span.number_green{
    background: #4CB050;
}
.stats_list{
    display: none;
    width: 100%;
    padding: 10px 0;
    text-align: left;
}
.stats_btn_viewer{
    float: right;
    cursor: pointer;
}
.stats_btn_viewer_on{
    transform: rotate(180deg);
}
#map_legend{
    position: absolute;
    bottom: 0;
    left: 0;
    transition-property: transform;
}
.legend_invisible{
    transform:translateX(-100%);
}
.legend_visible{
    transform:translateX(0);
}
#map_legend_in{
    display: flex;
    padding:15px 25px;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
}
#map_legend_in h2{
    margin: 0 0 10px;
    padding:0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.map_legend_in_bloc:first-of-type{
    margin-right: 25px;
}
.map_legend_in_bloc{
    display: flex;
    flex-direction: column;
}
.map_legend_line{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.map_legend_color{
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}
#map_legend_btn{
    position: absolute;
    left: calc(100% + 34px);
    bottom: 0;
    width: 100px;
    height: 34px;
    padding:5px 10px ;
    background:#f1a106;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    transform-origin: 0% 100%;
    transform: rotate(-90deg);
    cursor: pointer;
    user-select: none;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    transition-property: background;
}
#map_legend_btn:hover{
    background: var(--color);
}
.delegation_bloc{
    float: left;
    width: 100%;
    margin: 0 0 15px;
    border: #F1A106 solid 1px;
}
.delegation_bloc_checked{
    border: #4CB050 solid 1px;
}
.delegation_bloc_missing{
    border: #D10B0A solid 1px;
}
.delegation_title{
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'robotobold';
    transition-property: background, color;
}
.delegation_title span{
    width: 100%;
}
.delegation_title span.presence{
    display: flex;
    align-items: center;
    width: auto;
}
.delegation_title span.presence span{
    position: relative;
    display: flex;
    align-items: center;
    width: 60px;
    height: 30px;
    margin: 0 10px;
    border-radius: 15px;
    background: #fff;
}
.delegation_title span.presence span::before{
    position: absolute;
    content: ' ';
    top: 1px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #696961;
    pointer-events: none;
    transition-property: left;
}
.delegation_bloc_missing .delegation_title span.presence span::before,.delegation_bloc_checked .delegation_title span.presence span:hover:before{
    left: calc(100% - 30px);
}
.delegation_bloc_checked .delegation_title span.presence span::before,.delegation_bloc_missing .delegation_title span.presence span:hover::before{
    left: 2px;
}
.delegation_title span.presence span a{
    width: 60px;
    height: 30px;
    background: none;
}
.delegation_title a{
    padding: 5px 10px;
    font-family: 'robotolight';
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
    background: #F1A106;
    color:#fff;
    transition-property: background, color;
}
.delegation_bloc_on .delegation_title a,.delegation_title a:hover{
    background: #fff;
    color:var(--color);
}
.delegation_bloc_on .delegation_title,.delegation_title:hover{
    background:#F1A106;
    color: #fff;
}
.delegation_bloc_checked .delegation_title{
    background: #4CB050;
    color:#fff
}
.delegation_bloc_missing .delegation_title{
    background: #D10B0A;
    color:#fff
}
.delegation_in{
    display: none;
}
.delegation_in_bloc{
    padding: 5px 10px;
}
.delegation_line{
    display: flex;
    align-items: center;
    text-decoration: none;
    color:#000;
    transition-property: background, color;
}
.delegation_line:hover{
    color: #fff;
    background: var(--color);
}
.delegation_line_on{
    color:#4CB050
}
.delegation_line span{
    width: calc(100% / 4);
    padding: 5px;
}
.delegation_line:not(:last-of-type){
    border-bottom: var(--color) dashed 1px;
}
.bracelet_line{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin: 5px 0;
}
.bracelet_line span{
    flex: 0 0 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background: #000;
}
.bracelet_or{
    color:#dbc655;
}
.bracelet_or span{
    background: #dbc655;
}
@media print{
	body,html{
		height: 100%;
		margin: 0;
		padding: 0;
		box-shadow: 0 0 0;
		overflow: hidden;
	}
	main,#interactive_map{
		width: 100%;
		height: 100%;
    	margin: 0;
		padding: 0;
		box-shadow: 0 0 0;
	}
    #interactive_map{
        transform: rotate(90deg);
    }
    header,nav,#map_legend,#list_map,#category_button,#pop_map{
        display: none;
    }
}