/*///////////////////////////////////Others*/


/*/////BOXES STYLE*/
img.LONGBOX { width: 100%;}
.SPACELINE{height:24px;margin:auto;}

/*/////DISPLAY AND HIDE*/
.TABDISPLAY{}
.TABHIDE{display:none;}
.TABSELECTOR
{
opacity: 0.6;
text-decoration: none;
}

/*/////////////////////////////////Buttons type and style*/

.TEXTBUTTON
{
/*Text*/
text-decoration: none;
transition: all 0.3s ease 0s;
}
.TEXTBUTTON:hover
{
/*Text*/
font-weight: bold;
text-decoration: underline;
background-color:#212121;
}


.IMGBUTTON
{
/*Text*/
text-decoration: none;
transition: all 0.3s ease 0s;
}
.IMGBUTTON:hover 
{
filter:blur(2px);
}
.IMGBUTTON:active 
{
filter:grayscale(100%);
}

.ICONBUTTON
{
/*Text*/
text-decoration: none;
transition: all 0.3s ease 0s;
}
.ICONBUTTON:hover 
{
filter:brightness(60%);
}

.SettingBUTTON
{
display: block;
height: 50px;
width: 50px;
/*background button image*/
background-image:url(Images/GearPress.png);
background-repeat:no-repeat;
background-size: 50px 50px;
/*Text*/
color: #FFFFFF;
text-align: center;
line-height: 50px;
text-decoration: none;
font-weight: bold;

transition: all 0.3s ease 0s;
}
.SettingBUTTON:hover
{
/*background button image*/
background-image:url(Images/GearHover.png);
background-repeat:no-repeat;
background-size: 50px 50px;
/*Text*/
color: #00FF24;
text-decoration: underline;

}

.BUTTON
{
display: block;
height: 50px;
width: 100px;
/*background button image*/


/*Text*/
color: #00FF24;
text-align: center;
line-height: 50px;
text-decoration: none;
font-weight: bold;

transition: all 0.3s ease 0s;
}
.BUTTON:hover
{
/*Text*/
background-color:#212121;
color: #ffffff;
text-decoration: underline;

}

.SELECTEDBUTTON
{
display: block;
height: 50px;
width: 100px;
/*background button image*/
background-color:#FFFFFF;
/*Text*/
color: #000000;
text-align: center ;
line-height: 50px;
text-decoration: none;
font-weight: bold;

transition: all 0.3s ease 0s;
}
.SELECTEDBUTTON:hover
{
/*Text*/
color: #FF0000;
text-decoration: underline;

}

.GICONBUTTON
{
/*Text*/
text-decoration: none;
color: #ff0000;
transition: all 0.5s ease 0s;
}
.GICONBUTTON:hover 
{
color: #000000;
text-decoration: none;
}



