.__mob__{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: rgb(220,220,220);}
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-table.sr_pad he-col {padding: 5px;}
.he_hover{background-color: rgba(150,150,150,0.8) !important;}
.he_hover_sel{background-color: #e0a300 !important;}
.hover_sel{background-color: #e0a300 !important;}
.screen_hide{display: none;}
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;}
body{
	background-color: rgb(200,200,200);
}
::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
::-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;
}
.table_font{
	font-family: "Arial", Sans-serif;
}
#int_logo_img{
	transition: all 3s;
}
#int_logo_img.effect{
	-webkit-filter: blur(5px) grayscale(1);
	-o-filter: blur(5px) grayscale(1);
	filter: blur(5px) grayscale(1);
}
input[type="button"],input[type="submit"],button{
	margin: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border: rgb(0,0,0) solid 1px;*/
	border: transparent solid 1px;
	color: rgb(0,0,0);
	/*background-color: rgb(255,255,255);*/
	background-color: rgb(150, 150, 150);
	border-radius: 0px;
	-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;
	/*box-shadow: rgb(0,0,0) 0 0 5px;*/
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	/*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"]: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: rgb(0,0,0) solid 2px;*/
	border-bottom: var(--main-design-color) solid 2px;
	/*box-shadow: rgb(0,0,0) 0 0 15px;*/
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	/*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"]:focus,input[type="number"]:focus,input[type="date"]:focus,input[type="file"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="email"]:focus,input[type="time"]:focus, select:focus, textarea:focus{
	margin: 2px;
	padding: 5px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	/*border-bottom: rgb(0,0,0) solid 2px;*/
	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;
}
input[type="checkbox"]{
	width: 20px;
	height: 20px;
}
input[type="checkbox"]:hover{
	width: 20px;
	height: 20px;
	box-shadow: rgb(150,150,150) 0 0 10px;
}



.sr_material-switch > input[type="checkbox"] {
    display: none;   
}
.sr_material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative; 
	width: 40px;  
}
.sr_material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.sr_material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.sr_material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.sr_material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.label-primary{
	background-color: var(--main-design-color);
}




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;
}
delete,.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;
}
upload {
	background-image: url(../image/svg/upload_000.svg);
	width: 32px;
	height: 32px;
	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 - 100px);
    height:calc(100vh - 210px); 
    position:fixed; 
    display: none;
    top:160px; 
    left:0; 
    z-index: 100;
    /*text-align:center;*/
    color: rgb(255,255,255);
    overflow:auto;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
#full_screen_close{
	background-image: url(../image/svg/close2_000.svg);
	position: fixed;
	top:170px;
	right: 30px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
	display: none;
}
#full_screen_close:hover{
	-webkit-transform:rotate(360deg);
	-webkit-transition:all 2s;
}
#full_screen.tiny, .full_screen.tiny{
    height:calc(100vh - 50px); 
    top:50px; 
}
#full_screen .sr_card{
	color: rgb(0,0,0);
}
.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;
    padding: 10px;
}
.sr_card{
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	background-color: rgb(255,255,255);
	margin-top: 10px;
	box-shadow: rgb(50,50,50) 0 0 5px;
	padding: 10px;
	border-radius: 3px;
	-webkit-transition:all 0.5s;
}
:hover.sr_card{
	box-shadow: var(--main-design-color) 0 0 10px;
	/*box-shadow: rgb(255, 204, 153) 0 0 10px;*/
}
.sr_card .title{
	border-left:rgba(224,163,0,0.25) solid 2px;
	padding-left: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	color:rgb(160, 81, 0);
	-webkit-transition:all 0.5s;
	display: block;
}
:hover.sr_card .title{
	border-left:var(--main-design-color) solid 2px;
	/*border-left:rgb(224,163,0) solid 2px;*/
	padding-left: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	color:var(--main-design-color);
	/*color:rgb(204, 150, 0);*/
	-webkit-transition:all 0.5s;
}
#wos_app_header .sr_card{
	color: rgb(0,0,0);
}
:hover.sr_scale1 {
	-webkit-transform: scale(1.1);
}
.sr_card .sub_title{
	border-left:rgba(224,163,0,0.25) solid 2px;
	padding-left: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	-webkit-transition:all 0.5s;
	display: block;
	color: rgb(150,150,150);
}
:hover.sr_card .sub_title{
	border-left:rgb(224,163,0) solid 2px;
	padding-left: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	color:rgb(204, 150, 0);
	-webkit-transition:all 0.5s;
}
.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;
}
.sr_card sr-card-bottom{
	position: absolute;
	height: 40px;
	width: 100%;
	bottom: -46px;
	left:0px;
	background-color: rgba(50,50,50,0.25);
	padding: 3px;
	-webkit-transition:all 0.5s;
}
:hover.sr_card sr-card-bottom{
	position: absolute;
	height: 40px;
	width: 100%;
	bottom: 0px;
	background-color: rgba(50,50,50,0.75);
}
.search_hilight{
	background-color: #FFCC00;
	color: #000;
}
.wos_height{height: 160px;}
.wos_height_tiny{height: 50px;}
#wos_top{
	position:fixed;
	top:0;
	left:0;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(43,43,43,1) 100%);
	box-shadow: #000 0 0 20px;
	z-index:100;
	width: 100%;
}
#int_logo img{
	max-height: 160px;
	max-width: 480px;
}


.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.svg);
}
.int_admin_switch.on{
	background-image: url(../image/svg/toggle-on.svg);
}
#wos_app_drawer{
	position: fixed;
	top: 160px;
	width: 400px;
	height: calc(100vh - 160px);
	overflow-y: scroll;
	overflow-x: hidden;
	/*background-color: rgb(10,10,10);*/
	background: -webkit-linear-gradient(left, rgba(43,43,43,1) 0%,rgba(0,0,0,1) 99%);
	-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 - 390px);
    height:calc(100vh - 160px); 
    position:fixed; 
    display: none;
    top:160px; 
    left:400px; 
    z-index: 90;
}
#main{
	margin-top: 160px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#main.app.no_tab{
	padding-top:10px; 
}
#main.app{
	margin-bottom: 100px;
	padding-top:50px; 
	padding-left: 20px;
	padding-right: 20px;
}
#main.shop{
	margin-bottom: 50px;
	padding-top:20px; 
}
#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;
}
#main.blur{
	filter: blur(3px);
}
#app_tab_title{
	position: fixed;
	top: 160px;
	left: 0;
	width: 100%;
	z-index: 45;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	display: table;
}
#app_tab_title.tiny{
	top: 50px;
}
.int_app_tab{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	color: #000;
	padding-left:10px; 
	padding-right:10px;
	cursor: pointer;
	background-color:rgb(255,255,255);
	border-bottom: rgb(150,150,150) solid 1px;
	border-right: rgb(150,150,150) solid 1px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.int_app_tab:last-child{
	border-right: transparent;
}
span: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;
}
#wos_notification{
	color: rgb(255,255,255);
}
.int_floatl_search{
	display: inline-block;
	background-image: url(../image/svg/search.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;
}
.rotate90{
	 -webkit-transform: rotate(90deg);
	 -webkit-transition:all 0.5s;
}
#int_scroll_to_top{
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: none;
	margin: 20px;
	z-index: 150;
	background-image: url(../image/svg/circle-up.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
@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;
}
.search_user_form{
	margin: 8px!important;
}
.wos_center_button{
	padding-top: 8px;
	margin-left:0px;
	margin-right:5px;
	font-size: 12px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
}
:hover.wos_center_button{
	background-color: rgb(50,50,50);
}
.wos_center_button.active{
	background-color: rgb(50,50,50);
}
#wos_upload{
	position: fixed;
	width: 25%;
	height: 150px;
	right:0px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	box-shadow: rgb(0,0,0) 0 5px 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 105;
	margin-bottom: 10px;
	margin-right: 10px;
	-webkit-transition:all 0.5s;
}
#wos_upload.close{
	bottom:-150px;
	opacity: 0;
}
#wos_upload.open{
	bottom:0px;
	opacity: 1;
}
.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;
}
.sr_input_0{
	margin: 2px;
	padding: 5px;
	border: 0px;
	box-shadow: rgb(0,0,0) 0 0 5px;
	background-color: transparent;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
:hover.sr_input_0{
	margin: 2px;
	padding: 5px;
	border: 0;
	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;
}
.sr_input_1{
	margin: 5px;
	background-color: rgb(255,255,255);
	border: rgb(150,150,150) solid 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition:all 0.5s;
}
:hover.sr_input_1{
	margin: 5px;
	background-color: rgb(255,255,255);
	box-shadow: rgb(0,0,0) 0 0 10px;
	border: rgb(0,0,0) solid 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	-webkit-transition:all 0.5s;
}
#wos_notification .wos_noti{
	cursor: pointer;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
	box-shadow: rgb(100,100,100) 0 0 5px;
	border-radius: 3px;
	padding: 3px;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.5s;
}
#rightclick{
	position: absolute;
	width: auto;
	height:auto;
	max-width: 300px;
	max-height: 500px;
	background-color: rgb(255,255,255);
	box-shadow: rgb(0,0,0) 0 0 10px;
	border-radius: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	margin-bottom: 20px;
	z-index: 110;
}
#rightclick .rc_link{
	padding: 5px;
	cursor: pointer;
	white-space: nowrap;
	display: block;
}
#rightclick :hover.rc_link{
	background-color: rgb(255, 153, 0);
}
#rightclick .rc_info{
	padding: 5px;
	cursor: default;
	white-space: nowrap;
	display: block;
}
#rightclick :hover.rc_info{
	background-color: rgb(255, 153, 0);
}
#rightclick .rc_title{
	padding: 5px;
	background-color: rgb(200,200,200);
	font-weight: bold;
	cursor: default;
	display: block;
}
.sr_rightclick{
	cursor:url(../image/cursor_rightclick.png), auto;
	/*cursor:context-menu;*/
}
.sr_more_option{
	cursor: pointer;
}
.sr_rightclick .rightclick_menu, .sr_more_option .rightclick_menu, .sr_more_option .sr_more_option_menu{
	display: none;
}
.wos_tiny_show{
	display: none;
}
#wos_login{
	position: fixed;
	left: 0px;
	right: 0px;
	background: linear-gradient(to bottom, rgb(43,43,43) 0%,rgb(0,0,0) 100%);
	-webkit-transition:all 0.5s;
	height: calc(100vh - 160px);
	color: rgb(255,255,255);
	z-index: 99;
}
#wos_login.close{
	top: calc(-100vh + 160px);
}
#wos_login.open{
	top: 160px;
}
.wos_login_ue_chooser{
	height:calc(50vh);
}
: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;
}
.sr_scroll_fixed{
	position: fixed;
	top:180px;
	left:20px;
	height:calc(100vh - 180px);
	padding-left: 10px;
	overflow-y: auto;
}
.wos_app_sel{
	font-size: 18px;
	padding: 2px;
	-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;
}
div.shop_right_elm_block .shop_marquee{
	width: 300px;
	overflow:hidden;
	height: 15px;
	position: relative;
}
.marquee .marque_anim{
	position: absolute;
	left: 10px;
}
.marquee:hover .marque_anim{
	animation: marquee 15s infinite;
}
@keyframes marquee {
	0% {
		left:10px;
	}
	50% {
		left:-250px;
	}
	100% {
		left:10px;
	}
}
.sr_header{
	border-top: rgb(255,255,255) solid 1px;
	border-bottom: rgb(255,255,255) solid 1px;
	background-color: rgba(150,150,150, 0.75);
	color: rgb(255,255,255); 
	font-size: 24px;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#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);
}
.sr_spin{
	animation: spin 2s infinite;
}
@keyframes spin {
	0% {
		-webkit-transform:rotate(0deg);
	}
	50% {
		-webkit-transform:rotate(180deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
	}
}

.wos_noti_card{
	background-color: rgba(0,0,0,0.5);
	border: rgb(255,255,255) solid 1px;
	border-radius: 3px;
	margin: 3px;
	padding: 3px;
	color:rgb(255,255,255);
	-webkit-transition:all 0.5s;
}
:hover.wos_noti_card{
	background-color: rgb(0,0,0);
}
.wos_noti_card .wos_noti_title{
	color: rgb(255,255,255);
	font-weight: bold;
	display: block;
	padding: 5px;
	border-bottom: rgb(150,150,150) solid 1px;
}