@charset "utf-8";

.jex-display-none {
    display: none;
}

jex-template {
    display: none;
}

#jex-logger {
}

.jex-logger-badge {
    position: absolute;

    z-index: 10;

    top: 3%;
    right: 5%;

    width: 30px;
    height: 30px;

    background-color: #FFF;
    border: 3px solid #F00;
}

.jex-logger-badge:hover {
    cursor: pointer;
}

.jex-logger-console {
    background-color: #000;
    border: 1px solid #FFF;
    color: #FFF;
    width: 90%;
    height: 90%;
    left: 3%;
    top: 3%;
    position: absolute;
    overflow: scroll;
}

.jex-logger-console ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
}

.jex-logger-console-line {
    padding: 7px 15px 7px 15px;
}

.jex-logger-console-line:hover {
    cursor: pointer;
    background-color: #BBB;

}


/* indicator css */
.jex-indicator {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999990;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);	/* IE8을 위해 적용*/
}

.jex-indicator.modal {
    background: rgba(0, 0, 0, 0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000);	/* IE8을 위해 적용*/
}

.jex-indicator.active {
    display: block;
}

.jex-indicator-bg {
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    position: fixed;
    text-align: center;
    width: 32px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
}

.jex-indicator-img {
	
    display: block;
    width: 32px;
    height: 32px;
    background: url("img/indicator.gif");
    background-size: 32px 32px;
    background-repeat: no-repeat;
}