#foti_module_wrapper {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;	
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#foti_module_wrapper *{
	outline : 0;	
}

#foti_module_wrapper *, #foti_module_wrapper *:before, #foti_module_wrapper *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
#foti_module_wrapper *, #foti_module_wrapper *:before, #foti_module_wrapper *:after {
	box-sizing: inherit;
}
*/

#foti_module_wrapper .absolute-center {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#foti_module_wrapper .background_alpha {	
	background-color: rgba(0, 0, 0, 0.3);
}

/* ie8*/
#foti_module_wrapper .button {
	display: inline\0/;
	width: 100px\0/;
}

#foti_module_loader_wrapper {
	z-index: 19999;	
}

#foti_module_loader_wrapper #super_loader {
	clear: both;
	width: auto;
	height: 90px;
	font-size: 16px;	
	z-index: 20000;
	text-align: center;
}

#foti_module_loader_wrapper #super_loader #loader_text_wrapper {
	display: inline-block;	
}

#foti_module_wrapper .selectable_item.selected 
{	
	outline: 3px solid #69F !important;	
}

#foti_module_wrapper .selectable_item:hover 
{	
	outline: 1px solid #F89A00;	
}

#foti_module_wrapper .transparent_texture{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQYV2OcMmXKfwY0kJOTw4guxjgUFKI7GsTH5m4M3w1ChQBUJCGy+ZinIwAAAABJRU5ErkJggg==) repeat;
}

[v-cloak] {
  visibility: hidden;
}

/*overlay touch screen*/
#foti_dialog_fullscreen_enabler, 
#foti_dialog_orientation_portrait,
#foti_dialog_orientation_landscape{
	z-index: 9999999999;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    background: rgba(153,204,51,0.92);
}
#foti_dialog_orientation_portrait .title i,
#foti_dialog_orientation_landscape .title i {
	font-size: 30px;
    color: #2196F3;
}
#foti_dialog_orientation_portrait, #foti_dialog_orientation_landscape {
	background: rgba(153,204,51,1);
}

#foti_dialog_fullscreen_enabler .absolute-center .title, 
#foti_dialog_orientation_portrait .absolute-center .title, 
#foti_dialog_orientation_landscape .absolute-center .title {
	font-size: 22px;
    font-weight: 600;
}
#foti_dialog_fullscreen_enabler .absolute-center, #foti_dialog_orientation_portrait .absolute-center, #foti_dialog_orientation_landscape .absolute-center {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 240px;
	 -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
    text-align: center;
}

#foti_dialog_fullscreen_enabler img {
    width: 100px;
}

#foti_dialog_orientation_portrait img, #foti_dialog_orientation_landscape img {
    width: 192px;
}


@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}