.__pc__{display: none!important;}
.print_display{display: none!important;}
a:visited{text-decoration: none;}
a{color: #0427ff;text-decoration: none;}
.list_table tr:nth-child(even) {background-color: rgba(220,220,220,1);}
.list_table tr:nth-child(odd) {background: #FFF}
div.list_table div.int_tr:nth-child(even) {background-color: rgba(220,220,220,1);}
div.list_table div.int_tr:nth-child(odd) {background: rgb(255,255,255)}
he-table.sr_list he-row:nth-child(even) {background-color: rgb(220,220,220);}
he-table.sr_list he-row:nth-child(odd) {background: rgb(255,255,255)}
.he_hover{background-color: rgba(150,150,150,0.8) !important;}
.he_hover_sel{background-color: #e0a300 !important;}
.screen_hide{display: none;}
.popup_hide{display: none !important;}
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
  background: rgb(50,50,50);
  border: 0px none #ffffff;
  /*border-radius: 23px;*/
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(50,50,50);
}
::-webkit-scrollbar-thumb:active {
  background: rgb(50,50,50);
}
::-webkit-scrollbar-track {
  background: rgb(200,200,200);
  border: 0px none #ffffff;
  /*border-radius: 22px;*/
}
::-webkit-scrollbar-track:hover {
  background: rgb(200,200,200);
}
::-webkit-scrollbar-track:active {
  background: rgb(200,200,200);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
input.no_effect{margin: 0;padding: 0;border: 0;width: auto;box-shadow: #000 0 0 5px;background-color: transparent;border-radius: 0;}
input[type=submit]{cursor: pointer;}
input[type=button]{cursor: pointer;}
input[type="button"],input[type="submit"],button{
	margin: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: transparent solid 1px;
	background-color: rgb(150, 150, 150);
	border-radius: 0px;
	color: rgb(0,0,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
input[type="button"]:hover,input[type="submit"]:hover,button:hover{
	margin: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: transparent solid 1px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	/*box-shadow: rgb(0,0,0) 0 0 10px;*/
	box-shadow: var(--main-design-color) 0 0 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
input[type="text"],input[type="number"],input[type="date"],input[type="file"],input[type="password"],input[type="search"],input[type="email"],input[type="time"], select, textarea{
	margin: 2px;
	padding: 5px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: rgb(150,150,150) solid 2px;
	
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
input[type="text"]:hover,input[type="number"]:hover,input[type="date"]:hover,input[type="file"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="email"]:hover,input[type="time"]:hover, select:hover, textarea:hover{
	margin: 2px;
	padding: 5px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: var(--main-design-color) solid 2px;
	/*box-shadow: rgb(0,0,0) 0 0 15px;*/
	background-color: rgb(255,255,255);
	/*border-radius: 5px;*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
app-tab-container, .app_tab_container{display: none;margin: 10px;min-width: 300px;}
app-tab-container.close{
	display: none;margin: 10px;min-width: 300px;
}
app-tab-container.open{
	display: block;margin: 10px;min-width: 300px;
}
.arrow_back{
	background-image: url(../image/svg/circle-left_FFF.svg);
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 3px 10px 0 10px;
	display: inline-block;
	background-size: contain;
}
.arrow_next{
	background-image: url(../image/svg/circle-right_FFF.svg);
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 3px 10px 0 10px;
	display: inline-block;
	background-size: contain;
}
.delete{
	background-image: url(../image/svg/bin_000.svg);
	width: 20px;
	height: 20px;
	padding: 0;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.add{
	background-image: url(../image/button/plus.png);
	width: 15px;
	height: 15px;
	padding: 0;
	display: inline-block;
	background-size: contain;
}
.drag{
	background-image: url(../image/svg/drag_000.svg);
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: contain;
}
.drag_FFF{
	background-image: url(../image/svg/drag_FFF.svg);
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: contain;
}
.setting{
	background-image: url(../image/svg/setting.svg);
	width: 15px;
	height: 15px;
	padding: 0;
	display: inline-block;
	background-size: contain;
}
.mail{
	background-image: url(../image/svg/mail.svg);
	width: 30px;
	height: 30px;
	padding: 0;
	display: inline-block;
	background-size: contain;
}
.full_screen{
	background-color: rgba(0,0,0,0.90);
    width:calc(100vw - 10px);
    height:calc(100vh - 50px); 
    position:fixed; 
    display: none;
    top:50px; 
    left:0; 
    z-index: 100;
    text-align:center;
}
#full_screen{
	background-color: rgba(0,0,0,0.90);
    width:calc(100vw - 10px);
    height:calc(100vh - 160px); 
    position:fixed; 
    display: none;
    top:160px; 
    left:0; 
    z-index: 100;
    text-align:center;
    color: rgb(255,255,255);
}
#main_liste_left{
	background-color: rgba(0,0,0,0);
	min-width: 350px;
	width:30%;
	padding: 0;
}
#main_liste_left table{
	width: 100%;
	border:rgba(150,150,150,1) solid 2px;
	border-radius:0 0 5px 5px;
	padding-bottom:5px;
}
.main_liste_left_data a{
	text-decoration:underline;
	color: #0427ff;
	font-size: 18px;
}
.sr_card{
	margin-right: 10px;
	margin-left: 10px;
	background-color: rgb(255,255,255);
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: rgb(50,50,50) 0 0 15px;
	padding: 10px;
	border-radius: 5px;
	font-size: 12px;
	-webkit-transition:all 0.5s;
}
:hover.sr_card{
	box-shadow: rgba(224,163,0,0.50) 0 0 15px;
	-webkit-transition:all 0.5s;
}
.sr_card .title{
	border-left:rgba(224,163,0,0.25) solid 2px;
	padding-left: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	display: block;
	-webkit-transition:all 0.5s;
}
:hover.sr_card .title{
	border-left:rgb(224,163,0) solid 2px;
	padding-left: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
	color:rgb(204, 150, 0);
	-webkit-transition:all 0.5s;
}
.sr_card .title.hr{
	border-bottom: rgb(180,180,180) solid 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.sr_card .sr_card_hide{
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition:all 0.5s;
}
:hover.sr_card .sr_card_hide{
	max-height: 500px;
	-webkit-transition:all 0.5s;
}
tr.list_tr td{
	border-top: rgb(150,150,150) solid 1px;
}
tr:hover.list_tr td{
	background-color: rgba(200,200,200,1);
}
tr.list_tr_hi td{
	background-color: rgba(180,180,180,1);
	border-top: rgb(150,150,150) solid 1px;
}
tr:hover.list_tr_hi td{
	background-color: rgba(241,230,0,1);
}
tr.list_tr td .hide_menu{
	visibility: hidden;
}
tr:hover.list_tr td .hide_menu{
	visibility: visible;
}

#main_liste_right{
	text-align:left;
	padding-left:20px;
}
.sr_master_title{
	background-color: rgb(30,30,30);
	font-size: 30px;
	color: rgb(255,255,255);
	width: 100%;
	height: 40px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.50);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div:hover.sr_master_title{
	background-color: rgb(0,0,0);
	box-shadow: 0 0 20px rgb(50,50,50);
}
.sr_master_container{
	background-color: rgb(255,255,255);
	box-shadow: 0 0 10px rgba(0,0,0,0.50);
	border-radius:0 0 5px 5px;
	min-height: 25px;
	/*padding:5px; */
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

div:hover.sr_master_container{
	box-shadow: 0 0 20px rgb(50,50,50);
}
table:hover.sr_master_container{
	box-shadow: rgb(50,50,50) 0 0 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sr_slave_title{
	background-color: rgb(75,75,75);
	font-size: 22px;
	color: rgb(255,255,255);
	width: 100%;
	text-align: center;
	/*border-radius: 5px 5px 0 0;*/
	/*margin-top: 10px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sr_slave_container{
	background-color: rgb(255,255,255);
	border-bottom: rgb(75,75,75) solid 3px;
	/*border-left: rgb(75,75,75) solid 1px;
	border-right: rgb(75,75,75) solid 1px;*/
	/*border-radius:0 0 5px 5px;*/
	min-height: 25px;
	padding:5px; 
	/*margin-bottom: 10px;*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sr_title{
	background-color: rgb(0,0,0);
	font-size: 30px;
	color: rgb(255,255,255);
	width: 100%;
	height: 40px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 0 10px rgba(50,50,50);
}
.sr_master_title_in{
	background-color: rgb(0,0,0);
	font-size: 30px;
	color: rgb(255,255,255);
	width: 100%;
	height: 40px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.50);
}
.sr_master_container_in{
	background-color: rgb(255,255,255);
	border: rgb(0,0,0) solid 1px;
	border-radius:0 0 5px 5px;
	min-height: 25px;
	padding:5px; 
	margin-bottom: 10px;
}
.sr_block_element{
	background-color: rgba(0,0,0,0.75);
	font-size: 30px;
	color: #FFF;
	width: 100%;
	height: 40px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.50);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div:hover.sr_block_element{
	background-color: rgba(0,0,0,1);
	font-size: 30px;
	color: #FFF;
	width: 100%;
	height: 40px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
	box-shadow: 0 0 20px rgb(50,50,50);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main_liste_right_data{
	background-color:rgba(0,0,0,0);
	border-top:rgba(150,150,150,1) solid 1px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
:hover.main_liste_right_data{
	background-color:rgba(0,0,0,0.5);
	border-top:#000 solid 1px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.main_liste_right_data td{
	background-color:rgba(0,0,0,0);
	border-top:rgba(150,150,150,1) solid 1px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
tr:hover.main_liste_right_data td{
	background-color:rgba(0,0,0,0.5);
	border-top:#000 solid 1px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.calendar_day{
	background-color: rgba(0,0,0,0);
	text-align: center;
	width: 35px;
	height: 35px;
}
td:hover.calendar_day{
	background-color: rgba(255,255,255,1);
	text-align: center;
}
td.calendar_day a{
	color: #FFF;
	text-decoration: none;
}
td:hover.calendar_day a{
	color: #000;
}
td.calendar_day_select
{
	background-color: rgba(255,255,255,1);
	text-align: center;
}
td.calendar_day_select a
{
	color: #000;
}
#php_fake_loading{
	position: fixed;
	background-image:url(../image/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	width: 300px;
	height: 300px;
	margin: -150px 0 0 -150px;
	top: 50%;
	left: 50%;
}

.search_hilight{
	background-color: #FFCC00;
	color: #000;
}

.input_submit_save{
	background-image:url(../image/svg/save.svg);
	background-repeat: no-repeat;
	border:0;
	background-color: transparent;
	background-size: contain;
	width: 32px;
	height: 32px;
}
.wos_height{height: 50px;}
#wos_top{
	position:fixed;
	top:0;
	left:0;
	background-color:rgb(0,0,0);
	box-shadow: #000 0 0 20px;
	z-index:100;
	width: 100%;
}
#int_logo img{
	height: 50px;
}
#int_menu_sign_in_style{
	width: 25px;
	height: 25px;
	margin-bottom: 10px;
}
#int_top.close #int_top_left{
	height: 160px;
	width: 150px;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
#int_top.open #int_top_left{
	width: 400px;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
#int_top.close.notlogged #int_top_center{
	position: absolute;
	width: calc(100vw - 300px);
	vertical-align: middle;
	text-align: left;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
#int_top.close.logged #int_top_center{
	width: calc(100vw - 300px);
	opacity: 1;
	vertical-align: middle;
	text-align: left;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
#int_top.open #int_top_center{
	width: calc(100vw - 550px);
	opacity: 0;
	vertical-align: middle;
	text-align: left;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
#int_top_center_container{
	position: relative;
	color: rgb(255,255,255);
	overflow: hidden;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    border-right: rgb(51,51,51) solid 1px;
	border-left: rgb(51,51,51) solid 1px;
}
#int_menu_hide{
    display: none;
    background-image: url(../image/svg/circle-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: rgb(255,255,255);
    width: 20px;
    margin: 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
#int_menu_hide_data{
	opacity: 0;
    color: rgb(255,255,255);
    position: fixed;
    left:-400px;
    margin: 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
#int_tr_td1{
	max-width: 20px;
	margin: 0;
	padding: 0;
}
#int_menu_main{
    color: rgb(255,255,255);
}
#int_menu_title_top{
    color: rgb(255,255,255);
}
#int_menu_toggle{
    color: rgb(255,255,255);
}
.int_menu_toggle_button_hi{
    background-color: #e0a300;
    color: #000;
}
.int_admin_switch{
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 17px;
	height: 14px;
}
.int_admin_switch.off{
	background-image: url(../image/svg/toggle-off_FFF.svg);
}
.int_admin_switch.on{
	background-image: url(../image/svg/toggle-on_FFF.svg);
}

#wos_login{
	position: fixed;
	background-color: rgb(0,0,0);
	width: 100%;
	height: calc(100vh - 50px);
	left: 0px;
	right: 0px;
	z-index: 99;
	color: rgb(255,255,255);
	-webkit-transition:all 0.5s;
}
#wos_login.close{
	top: calc(-100vh + 50px);
}
#wos_login.open{
	top: 50px;
}
#int_login_container.close{
	position: fixed;
	right: 0px;
	top: 160px;
	width: 300px;
	height: 0px;
	background-color: rgba(0,0,0,0);
	overflow: hidden;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
#int_login_container.open{
	position: fixed;
	right: 0px;
	top: 160px;
	width: 300px;
	height: 300px;
	background-color: rgba(0,0,0,1);
	overflow: hidden;
	z-index: 150;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
input:focus, select:focus{
    outline: 0;
}
#int_top_left.open #int_menu_boutique{
	max-height: calc(100vh - 220px);
	height: auto;
	color: rgb(255,255,255);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#page_title{
	height: 180px;
}
#wos_app_drawer{
	position: fixed;
	top: 50px;
	width: 300px;
	height: calc(100vh - 100px);
	padding-bottom: 50px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: rgb(0,0,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 170;
}
#wos_app_drawer.right.close{right:-400px;}
#wos_app_drawer.right.open{right:0px;}

#wos_app_drawer.left.close{left:-400px;}
#wos_app_drawer.left.open{left:0px;}
.wos_icon{min-width: 75px;}

.wos_app_drawer_tab_btn{
	background-color:rgb(75,75,75);
	color: #FFF;
}
.wos_app_drawer_tab_btn.active{
	background-color:rgb(150,150,150);
	color: #FFF;
}
#wos_app_drawer_grey{
	background-color: rgba(0,0,0,0.5);
    width:calc(100vw);
    height:calc(100vh - 50px); 
    position:fixed; 
    display: none;
    top:50px;
    left:0; 
    z-index: 90;
    cursor:pointer;
}
#main{
	margin-top: 60px;
	height: calc(100vh - 50px);
	margin-bottom: 200px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 60px;
}
#main.shop{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
}
#main.app{
	margin-top: 100px;
}
#main.popup{
	margin-top: 65px;
	margin-left: 20px;
	margin-right: 20px;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div#head_top_open{
	height: 160px;
	z-index: 55;
	color: #FFF;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
div:hover#head_top_open{
	height: 600px;
	z-index: 50;
	background-color: rgba(0,0,0,1);
	-webkit-transition: all 0.5s;
	-webkit-transition-delay: 1s;
	-moz-transition: all 0.5s;
	-moz-transition-delay: 1s;
}
div#head_top_open #head_data{
	opacity: 0;
	visibility: hidden;
}
div:hover#head_top_open #head_data{
	opacity: 1;
	color: #FFF;
	visibility: visible;
	-webkit-transition: all 0.5s;
	-webkit-transition-delay: 1s;
	-moz-transition: all 0.5s;
	-moz-transition-delay: 1s;
}
div#head_top_close{
	height: 160px;
	z-index: 55;
	color: #FFF;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
div#head_top_close #head_data{
	opacity: 0;
	visibility: hidden;
}
#app_tab_title{
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 90;
	color: #000;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	overflow-y: hidden;
	overflow-x: scroll;
}
.int_app_tab{
	display: inline-block;
	padding: 12px;
	color: #FFF;
	background-color:rgb(50,50,50);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div:hover.int_app_tab{
	color: #000;
	cursor:pointer;
	background-color:rgb(100,100,100);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.int_app_tab.sel{
	background-color:rgb(150,150,150)!important;
}
div#wos_notification{
	color: rgb(255,255,255);
}
.int_noti{
	padding-right:5px;
	border-bottom: #FFF solid 1px;
	border-right: #FFF solid 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div:hover.int_noti{
	padding-right:5px;
	border-bottom: #FFF solid 1px;
	border-right: #FFF solid 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.int_floatl_search{
	display: inline-block;
	background-image: url(../image/svg/search_FFF.svg);
	padding-left: 20px;
	width: 75px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
}
#infobulle{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.90);
	box-shadow: 0 0 20px rgba(0,0,0,0.90);
	border-radius: 10px;
	padding: 10px;
	z-index: 500;
}
div.sr_ha_level{
	width: 75px;
	background-color:#e0a300;
	margin-right: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div.sr_ha_level div{
	display: none;
}
div.sr_ha_level span{
	display: block;
}
div:hover.sr_ha_level{
	width: 75px;
	background-color:#e0a300;
	box-shadow: 0 0 20px #000;
	z-index: 50;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div:hover.sr_ha_level div{
	display: block;
	left: 10px;
}
div:hover.sr_ha_level span{
	display: none;
}
div.cds_client_invoice_view{
	border-left: 1px solid #000;
	-webkit-transition:all 0.5s;
}
div:hover.cds_client_invoice_view{
	border-left: 10px solid #000;
	-webkit-transition:all 0.5s;
}
.rotate90{
	 -webkit-transform: rotate(90deg);
	 -webkit-transition:all 0.5s;
}
div.bl_block{
	border-left: 1px solid #000;
	-webkit-transition:all 0.5s;
}
div:hover.bl_block{
	border-left: 10px solid #000;
	-webkit-transition:all 0.5s;
}
#int_scroll_to_top{
	display: none;
}
.facture_popup_td_head{
	 border-right:#FFF solid 2px;
	 background-color:rgb(0,74,131);
	 color: rgb(255,255,255);
}
.facture_popup_td_line{
}
div:hover.int_menu_main_element{
	background-color: rgba(100,100,100,0);
}
div:hover.int_menu_main_element{
	background-color: rgb(100,100,100);
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.sr_blink {
	animation: blink 1s infinite;
}
.sr_blur{
	-webkit-filter: blur(2px) grayscale(1);
}
.sr_o0{
	opacity: 0;
}
.from_upload_progress{
	background-color: rgb(100,100,100);
	height: 10px;
	width: 0px;
}
.search_user_form{
	margin: 8px!important;
}
#wos_user{
	position: fixed;
	top: 5px;
	right: 5px;
	color: rgb(255,255,255);
	z-index: 101;
}
.wos_center_button{
	padding-top: 8px;
	/*border-bottom:rgb(150,150,150) solid 1px;*/
	margin-left:0px;
	margin-right:5px;
	font-size: 12px;
	padding-bottom: 7px;
	/*background-image: url(image/shop_dot.png);
	background-position: left;
	background-repeat: no-repeat;*/
	padding-left: 10px;
	text-align: center;
}
:hover.wos_center_button{
	background-color: rgb(50,50,50);
}
#wos_upload{
	position: fixed;
	width: 400px;
	height: calc(100vh - 160px);
	top: 160px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 50;
}
#wos_upload.close{
	display: none;
}
#wos_upload.open{
	display: block;
}
.hover_show .hide{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
:hover.hover_show .hide{
	opacity: 1;
}
#wos_bubble_menu{
	position: absolute;
	background-color: rgb(255,255,255);
	border-radius: 3px;
	box-shadow: rgb(150,150,150) 0 0 10px;
	min-width: 100px;
	min-height: 100px;
}
.wos_login_ue_chooser{
	height:calc(100vh - 160px);
}
:hover.wos_login_ue_chooser span{
	font-weight: bold;
	-webkit-transition: all 0.5s;
}
.wos_login_ue_chooser img{
	height:30%;
	-webkit-transition: all 0.5s;
}
:hover.wos_login_ue_chooser img{
	height:55%;
	-webkit-transition: all 0.5s;
}
.wos_app_sel{
	font-size: 18px;
	padding: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 5px;
	border-left:3px solid transparent;
}
:hover.wos_app_sel, .wos_app_sel.active{
	border-left:3px solid #e0a300;
	background-color:rgba(217,137,0, 0.2);
	text-decoration: none;
}
.wos_app_cat_sel{
	margin-top: 10px;
	font-size: 22px;
	color:#e0a300;
	text-align: center;
	border-bottom:1px solid #e0a300;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(188,144,0,0.25) 52%,rgba(0,0,0,0) 100%);
}
.wos_app_cat_sel:first-child{
	margin-top: 0;
}
.sr_more_option{
	cursor: pointer;
}
.sr_rightclick .rightclick_menu, .sr_more_option .rightclick_menu{
	display: none;
}
#wos_uw{
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 100;
}
#wos_uw .element{
	box-shadow: rgb(0,0,0) 0 0 2px 2px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	margin-top: 20px;
	border-radius: 5px;
}
#wos_uw he-col{
	padding: 10px;
}
#wos_uw .element .txt_container{
	max-width: calc(100vw - 75px);
	overflow-y: auto;
}
.sr_spin{
	animation: spin 2s infinite;
}
@keyframes spin {
	0% {
		-webkit-transform:rotate(0deg);
	}
	50% {
		-webkit-transform:rotate(180deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
	}
}