.tooltip_jbox {
cursor: pointer;
}
.tooltip_jbox.text {
border-bottom: 1px dashed #959595;
}
.tooltip_jbox.text:hover {
border-color: #000000;
}
.tooltip_jbox.sticker {
margin: 0 0 0 5px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
background: #959595;
color: #FFFFFF !important;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 10px;
line-height: 15px;
display: inline-block;
width: 15px;
height: 15px;
}
.tooltip_jbox.sticker.word,
.tooltip_jbox.sticker.word_bold {
padding: 0 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
font-weight: normal;
width: auto;
}
.tooltip_jbox.sticker.word_bold {
font-weight: bold;
}
.tooltip_jbox.black {
background: #959595;
}
.tooltip_jbox.blue {
background: #578EBE;
}
.tooltip_jbox.blue_light {
background: #80BDFF;
}
.tooltip_jbox.green {
background: #35AA47;
}
.tooltip_jbox.orange {
background: #FDB903;
color: #444444 !important;
}
.tooltip_jbox.red {
background: #ED1C24;
}
.tooltip_jbox.white {
background: #FFFFFF;
color: #444444 !important;
}
.tooltip_notice {
margin: -3px -5px 8px -5px;
padding: 6px 3px;
background: #B1B1B1;
color: #FFFFFF;
font-size: 12px;
}
.tooltip_body {
padding: 8px 5px 5px 5px;
text-align: left;
word-wrap: break-word;
word-break: normal;
color: #333333;
}
.tooltip_body_notice {
margin: 8px 0 0 0;
color: #777777;
}

.jBox-wrapper {
text-align: left;
box-sizing: border-box;
}
.jBox-title,
.jBox-content,
.jBox-container {
position: relative;
word-break: break-word;
box-sizing: border-box;
}
.jBox-container {
padding: 5px;
background: #FFFFFF;
color: #333333;
text-align: center;
font-family: Arial, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 14px;
}
.jBox-title {
padding: 5px;
background: #959595;
color: #FFFFFF;
font-size: 12px;
line-height: 16px;
z-index: 1;
}
.jBox-title.black {
background: #959595;
}
.jBox-title.blue {
background: #578EBE;
}
.jBox-title.blue_light {
background: #80BDFF;
}
.jBox-title.green {
background: #35AA47;
}
.jBox-title.orange {
background: #FDB903;
color: #444444;
}
.jBox-title.orange_dark {
background: #EE7600;
}
.jBox-title.red {
background: #ED1C24;
}
.jBox-title.red_dark {
background: #A94442;
}
.jBox-content {
padding: 8px 5px 5px 5px;
overflow-x: hidden;
overflow-y: auto;
word-wrap: break-word;
word-break: normal;
transition: opacity .2s;
}
.jBox-content b {
font-family: Arial, sans-serif;
font-weight: 700;
}
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}
.jBox-Mouse {
pointer-events: none;
}
.jBox-pointer {
position: absolute;
overflow: hidden;
}
.jBox-pointer-top {
top: 0;
}
.jBox-pointer-left {
left: 0;
}
.jBox-pointer-right {
right: 0;
}
.jBox-pointer-bottom {
bottom: 0;
}
.jBox-pointer-top,
.jBox-pointer-bottom {
width: 30px;
height: 12px;
}
.jBox-pointer-left,
.jBox-pointer-right {
width: 12px;
height: 30px;
}
.jBox-pointer:after {
content: "";
position: absolute;
background: #FFFFFF;
transform: rotate(45deg);
width: 20px;
height: 20px;
}
.jBox-pointer-top:after {
top: 6px;
left: 5px;
-webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, .15);
-moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, .15);
box-shadow: -1px -1px 2px rgba(0, 0, 0, .15);
}
.jBox-pointer-right:after {
top: 5px;
right: 6px;
-webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, .15);
-moz-box-shadow: 1px -1px 2px rgba(0, 0, 0, .15);
box-shadow: 1px -1px 2px rgba(0, 0, 0, .15);
}
.jBox-pointer-bottom:after {
left: 5px;
bottom: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}
.jBox-pointer-left:after {
top: 5px;
left: 6px;
-webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, .15);
-moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, .15);
box-shadow: -1px 1px 2px rgba(0, 0, 0, .15);
}
.jBox-Modal .jBox-container {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.jBox-Modal .jBox-content {
padding: 15px 20px;
}
.jBox-Modal .jBox-title {
padding: 15px 20px;
border-bottom: 1px solid #EEEEEE;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
background: #FAFAFA;
}
.jBox-Modal .jBox-footer {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
-o-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.jBox-Modal.jBox-closeButton-title .jBox-title {
padding-right: 55px;
}
.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}
.jBox-closeButton {
position: absolute;
cursor: pointer;
}
.jBox-closeButton svg {
position: absolute;
top: 50%;
right: 50%;
}
.jBox-closeButton path {
transition: fill .2s;
}
.jBox-closeButton path {
fill: #AAAAAA;
}
.jBox-closeButton:hover path {
fill: #888888;
}
.jBox-closeButton:active path {
fill: #666666;
}
.jBox-overlay .jBox-closeButton {
top: 0;
right: 0;
width: 40px;
height: 40px;
}
.jBox-overlay .jBox-closeButton svg {
margin-top: -10px;
margin-right: -10px;
width: 20px;
height: 20px;
}
.jBox-overlay .jBox-closeButton path,
.jBox-overlay .jBox-closeButton:active path {
fill: #DDDDDD;
}
.jBox-overlay .jBox-closeButton:hover path {
fill: #FFFFFF;
}
.jBox-closeButton-title .jBox-closeButton {
top: 0;
right: 0;
bottom: 0;
width: 40px;
}
.jBox-closeButton-title .jBox-closeButton svg {
margin-top: -6px;
margin-right: -6px;
width: 12px;
height: 12px;
}
.jBox-closeButton-box .jBox-closeButton {
top: -8px;
right: -10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background: #FFFFFF;
width: 24px;
height: 24px;
}
.jBox-closeButton-box .jBox-closeButton svg {
margin-top: -5px;
margin-right: -5px;
width: 10px;
height: 10px;
}
.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
background: #FAFAFA;
}
.jBox-closeButton-box:before {
content: "";
position: absolute;
top: -8px;
right: -10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
width: 24px;
height: 24px;
}
.jBox-pointerPosition-top.jBox-closeButton-box:before {
top: 5px;
}
.jBox-pointerPosition-right.jBox-closeButton-box:before {
right: 2px;
}
.jBox-overlay {
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .82);
width: 100%;
height: 100%;
}
.jBox-footer {
padding: 8px 10px;
border-top: 1px solid #EEEEEE;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
background: #FAFAFA;
}
body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
overflow: hidden;
}
.jBox-draggable {
cursor: move;
}
@keyframes jBoxLoading {
    to { transform: rotate(360deg); }
}
.jBox-loading .jBox-content {
opacity: .2;
}
.jBox-loading-spinner .jBox-content {
opacity: 0;
min-height: 38px !important;
min-width: 38px !important;
}
.jBox-spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -12px;
margin-left: -12px;
box-sizing: border-box;
width: 24px;
height: 24px;
}
.jBox-spinner:before {
content: "";
border: 2px solid rgba(0, 0, 0, .2);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border-top-color: rgba(0, 0, 0, .8);
box-sizing: border-box;
animation: jBoxLoading .6s linear infinite;
display: block;
width: 24px;
height: 24px;
}
[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
animation-fill-mode: both;
}
@keyframes jBox-tada {
    0% { transform: scale(1); }
    10%, 20% { transform: scale(0.8) rotate(-4deg); }
    30%, 50%, 70%, 90% { transform: scale(1.2) rotate(4deg); }
    40%, 60%, 80% { transform: scale(1.2) rotate(-4deg); }
    100% { transform: scale(1) rotate(0); }
}
.jBox-animated-tada {
animation: jBox-tada 1s;
}
@keyframes jBox-tadaSmall {
    0% { transform: scale(1); }
    10%, 20% { transform: scale(0.9) rotate(-2deg); }
    30%, 50%, 70%, 90% { transform: scale(1.1) rotate(2deg); }
    40%, 60%, 80% { transform: scale(1.1) rotate(-2deg); }
    100% { transform: scale(1) rotate(0); }
}
.jBox-animated-tadaSmall {
animation: jBox-tadaSmall 1s;
}
@keyframes jBox-flash {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}
.jBox-animated-flash {
animation: jBox-flash .5s;
}
@keyframes jBox-shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
}
.jBox-animated-shake {
animation: jBox-shake .4s;
}
@keyframes jBox-pulseUp {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
.jBox-animated-pulseUp {
animation: jBox-pulseUp .25s;
}
@keyframes jBox-pulseDown {
    0% { transform: scale(1); }
    50% { transform: scale(0.85); }
    100% { transform: scale(1); }
}
.jBox-animated-pulseDown {
animation: jBox-pulseDown .25s;
}
@keyframes jBox-popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.jBox-animated-popIn {
animation: jBox-popIn .25s;
}
@keyframes jBox-popOut {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(0); }
}
.jBox-animated-popOut {
animation: jBox-popOut .25s;
}
@keyframes jBox-fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.jBox-animated-fadeIn {
animation: jBox-fadeIn .2s;
}
@keyframes jBox-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
.jBox-animated-fadeOut {
animation: jBox-fadeOut .2s;
}
@keyframes jBox-slideUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-300px); opacity: 0; }
}
.jBox-animated-slideUp {
animation: jBox-slideUp .4s;
}
@keyframes jBox-slideRight {
    0% { transform: translateX(0); }
    100% { transform: translateX(300px); opacity: 0; }
}
.jBox-animated-slideRight {
animation: jBox-slideRight .4s;
}
@keyframes jBox-slideDown {
    0% { transform: translateY(0); }
    100% { transform: translateY(300px); opacity: 0; }
}
.jBox-animated-slideDown {
animation: jBox-slideDown .4s;
}
@keyframes jBox-slideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-300px); opacity: 0; }
}
.jBox-animated-slideLeft {
animation: jBox-slideLeft .4s;
}
.jBox-closeButton {
z-index: 1;
}
.jBox-countdown {
position: absolute;
top: 0;
left: 0;
right: 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
background: #000000;
opacity: .2;
height: 3px;
z-index: 0;
}
.jBox-countdown_inner {
position: absolute;
top: 0;
right: 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
background: #FFFFFF;
width: 100%;
height: 3px;
}