/* Default joudove styles */

body {
    background-color: #CCC;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow-y: hidden;
    overflow-x: hidden;
}

#main_box {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#in_box, #out_box {
    width: 100%;
}

#wall_info {
	min-width: 1px;
	font-size: 9px;
	opacity: 0.3;
	z-index: -1;
}
#wall_info:hover {
	font-size: 12px;
	opacity: 1;
}

input:focus {
    border-style: none;
    outline: none;
}

.jou-blur {
	backdrop-filter: blur(10px);
}

.jou-opacity-none {
	opacity: 1;
}

.jou-opacity {
	opacity: 0.5;
}

.jou-background-none {
	background-color: rgba(255, 255, 255, 0);
}

.jou-info-panel {
    opacity: 0;
    height: 40px;
    animation-name: jou_info_panel_fadeout;
    animation-duration: 4s;
}
@keyframes jou_info_panel_fadeout {
    0% {opacity: 1; height: 40px;}
    75% {opacity: 1; height: 40px;}
    100% {opacity: 0; height: 40px;}
}

hr.jou-hr {
	margin: 1px;
}

i.jou-icon {
	margin-right: 12px;
}