/***
 * Popover Tooltip styles
 ***/

#sfc-container .jlr-custom-popover-container {
    width: 0px;
    vertical-align: top;
    padding-left: 6px;
}

@media (max-width: 635px) {
    #sfc-container .jlr-custom-popover-container {
        padding-top: 17px;
    }
}

#sfc-container .jlr-custom-popover {
    width: 16px;
}

#sfc-container .jlr-custom-popover a.tooltip-btn:before,
#sfc-container .jlr-custom-popover a.tooltip-btn:after,
#sfc-container .jlr-custom-popover .tooltip-btn button:before,
#sfc-container .jlr-custom-popover .tooltip-btn button:after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background-position: 50% 50%;
    background-size: 16px 16px;
    position: absolute;
    top: 0px;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}

#sfc-container .jlr-custom-popover a.tooltip-btn:before,
#sfc-container .jlr-custom-popover .tooltip-btn button:before {
    opacity: 1;
}

#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn:before,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn button:before {
    display: block;
}

#sfc-container .jlr-custom-popover a.tooltip-btn:after,
#sfc-container .jlr-custom-popover .tooltip-btn button:after {
    opacity: 0;
}

#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn:after,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn button:after {
    display: none;
}
#sfc-container .jlr-custom-popover a.tooltip-btn:hover:before,
#sfc-container .jlr-custom-popover a.tooltip-btn:focus:before,
#sfc-container .jlr-custom-popover a.tooltip-btn:active:before,
#sfc-container .jlr-custom-popover a.tooltip-btn.is-active:before,
#sfc-container .jlr-custom-popover .tooltip-btn button:hover:before,
#sfc-container .jlr-custom-popover .tooltip-btn button:focus:before,
#sfc-container .jlr-custom-popover .tooltip-btn button:active:before,
#sfc-container .jlr-custom-popover .tooltip-btn.is-active button:before {
    opacity: 0;
}

#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn:hover:before,
#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn:focus:before,
#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn:active:before,
#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn.is-active:before,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn button:hover:before,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn button:focus:before,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn button:active:before,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn.is-active button:before {
    display: none;
    content: " ";
}

#sfc-container .jlr-custom-popover a.tooltip-btn:hover:after,
#sfc-container .jlr-custom-popover a.tooltip-btn:focus:after,
#sfc-container .jlr-custom-popover a.tooltip-btn:active:after,
#sfc-container .jlr-custom-popover a.tooltip-btn.is-active:after,
#sfc-container .jlr-custom-popover .tooltip-btn button:hover:after,
#sfc-container .jlr-custom-popover .tooltip-btn button:focus:after,
#sfc-container .jlr-custom-popover .tooltip-btn button:active:after,
#sfc-container .jlr-custom-popover .tooltip-btn.is-active button:after {
    opacity: 1;
}

#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn:hover:after,
#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn:focus:after,
#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn:active:after,
#sfc-container .jlr-custom-popover .supports-no-opacity a.tooltip-btn.is-active:after,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn button:hover:after,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn button:focus:after,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn button:active:after,
#sfc-container .jlr-custom-popover .supports-no-opacity .tooltip-btn.is-active button:after {
    display: block;
    content: " ";
}
#sfc-container .jlr-custom-popover .tooltip-btn {
    display: inline-block;
    position: relative;
    top: 3px;
}
#sfc-container.device-ff .jlr-custom-popover .tooltip-btn {
    top: 1px;
}
#sfc-container .sfc-wrapper.jlr-custom-popover .sfc-caption {
    display: inline !important;
}
#sfc-container .jlr-custom-popover a.tooltip-btn,
#sfc-container .jlr-custom-popover .tooltip-btn button {
    height: 16px;
    width: 16px;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    text-indent: -99999px;
    cursor: pointer;
    background-color: transparent !important;
    border: none;
    outline: none;
    color: #117788;
    font-size: 16pt;
    text-decoration: underline;
    -webkit-tap-highlight-color: transparent;
    -moz-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
#sfc-container .jlr-custom-popover .tooltip-btn button {
    display: block;
    top: 50%;
}
#sfc-container .jlr-custom-popover .tooltip {
    position: absolute;
    z-index: 9000;
    display: none;
    opacity: 0;
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -moz-transition: opacity 250ms, -moz-transform 250ms;
    -o-transition: opacity 250ms, -o-transform 250ms;
    -webkit-transition: opacity 250ms, -webkit-transform 250ms;
    transition: opacity 250ms, transform 250ms;
}

#sfc-container .jlr-custom-popover .tooltip.is-ready {
    display: block;
}

#sfc-container .jlr-custom-popover .tooltip.is-active {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#sfc-container .jlr-custom-popover .tooltip-alertmsg {
    display: none;
}

#sfc-container .jlr-custom-popover .tooltip-alertmsg.is-active {
    display: block;
}

#sfc-container .jlr-custom-popover .tooltip .content {
    padding: 15px 20px;
    background: #d7d8d6;
    max-width: 480px;
    z-index: 0;
    position: relative;
    top: -4px;
}

#sfc-container .jlr-custom-popover .tooltip .content p,
#sfc-container .jlr-custom-popover .tooltip .content li {
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
}
#sfc-container .jlr-custom-popover .tooltip .content ul,
#sfc-container .jlr-custom-popover .tooltip .content ol {
	padding-top: 12px;
}
#sfc-container .jlr-custom-popover .tooltip .arrow, #sfc-container .jlr-custom-popover .tooltip .arrow2 {
    -webkit-transform: translate3d(0, 0, 0);
    bottom: -20px;
    margin-left: -8px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    z-index: 1;
    pointer-events: none;
}
#sfc-container .jlr-custom-popover .tooltip .arrow2 {;
    bottom: -11px;
}

@media screen {
    #sfc-container .jlr-custom-popover .tooltip .arrow, #sfc-container .jlr-custom-popover .tooltip .arrow2 {
        -moz-transition: border-color 250ms, border-width 250ms;
        -o-transition: border-color 250ms, border-width 250ms;
        -webkit-transition: border-color 250ms, border-width 250ms;
        transition: border-color 250ms, border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 10px solid #d7d8d6;
    }
	#sfc-container .jlr-custom-popover .tooltip .arrow2 {
        border-top: 10px solid #FFF;
    }
}

#sfc-container .jlr-custom-popover .tooltip.is-below {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#sfc-container .jlr-custom-popover .tooltip.is-below.is-active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#sfc-container .jlr-custom-popover .tooltip.is-below .content {
    top: auto;
    bottom: -4px;
}

#sfc-container .jlr-custom-popover .tooltip.is-below .arrow {
    top: -14px;
    bottom: auto;
}
#sfc-container .jlr-custom-popover .tooltip.is-below .arrow2 {
    top: -11px;
    bottom: auto;
}

@media screen {
    #sfc-container .jlr-custom-popover .tooltip.is-below .arrow, #sfc-container .jlr-custom-popover .tooltip.is-below .arrow2 {
        -moz-transition: border-color 250ms, border-width 250ms;
        -o-transition: border-color 250ms, border-width 250ms;
        -webkit-transition: border-color 250ms, border-width 250ms;
        transition: border-color 250ms, border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom: 10px solid #d7d8d6;
    }
    #sfc-container .jlr-custom-popover .tooltip.is-below .arrow2 {
        border-bottom: 10px solid #FFF;
    }
}

#sfc-container .fo-ui-radio .tooltip-btn,
#sfc-container .fo-ui-checkbox .tooltip-btn {
    margin-left: 5px;
}

#sfc-container .jlr-custom-popover .tooltip-btn button:after,
#sfc-container .jlr-custom-popover a.tooltip-btn:after {
    background-image: url('../img/Circle_Information_Solid_v1-1.png');
    background-repeat: no-repeat;
}

#sfc-container .jlr-custom-popover .tooltip-btn button:before,
#sfc-container .jlr-custom-popover a.tooltip-btn:before {
    background-image: url('../img/Circle_Information_v1-1.png');
    background-repeat: no-repeat;
}
