@charset "UTF-8";


.blackwhite  {
    -webkit-filter: grayscale(100%);
   
	filter: invert(100%);
	
	
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}


button {
    outline: none;
    border: none;
    background-color: transparent;
}

.keyboard input:focus,
.keyboard input[type="text"]:focus,
.keyboard button:focus {
    outline: solid 2px #fff !important;
}

button img {
    width: 100%;
}

.btn, button {
    cursor: pointer;
}

.center {
    text-align: center;
}

::selection {
    background: rgba(0,0,0,0.20);
}

::-moz-selection {
    background: rgba(0,0,0,0.20);
}

select::-ms-expand {
    display: none;
}

.someinput::-ms-clear {
    display: none;
}

html, body {
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    background: #000;
    background-size: contain;
    font-family: Arial;
    direction: rtl;
}


#negishut_bg {
    position: absolute;
    right: 0.6%;
    bottom: 4.3%;
    z-index: 19000;
    display: none;
    width: 14%;
    height: 22%;
    background: url(negishut/negishut_bg.png) bottom right no-repeat;
    background-size: contain;
}

#negishut_bg img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#negishut_bg .regular {
    z-index: 10;
}

#negishut_bg .selected {
    z-index: 2;
}

#negishut_bg .blackwhite .regular {
    display: block;
}

#negishut_bg .blackwhite.selected .regular {
    display: block;
}


#negishut_bg .blackwhite {
    position: absolute;
    top: 56%;
    right: 4%;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/clear.gif);
}

#negishut_bg .close {
    position: absolute;
    top: 82%;
    right: 4%;
    display: block;
    padding: 0 3px;
    padding-top: 3px;
    width: 92.4%;
    height: 15%;
    background: url(../images/clear.gif);
}

#negishut {
	position: absolute;
	right: -2px;
	bottom: 2px;
	z-index: 8000;
	display: block;
	padding: 0 3px;
	padding-top: 3px;
	width: 9.4%;
}
