﻿/*Tooltip component by www.menucool.com */

/*For tooltip target element that has set class="tooltip" */
.tooltip {
    text-decoration: none;
    border-bottom: 1px dotted #36c;
    color: #36c !important;
    outline: none;
}

/*For tooltip box*/
div#mcTooltip {
    line-height: 16px;
    border-width: 1px;
    color: #333;
    border-color: #BBBBBB;
    padding: 20px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius: 6px; /*Rounded corners. N/A for IE 8 and below.*/
    box-shadow: 0 1px 4px #AAAAAA; /*Drop shadow. N/A for IE 8 and below.*/
}

div#mcTooltip, div.mcTooltipInner {
    background-color: #EAECF0;
}

    /* For hyperlink within tooltip */
    div#mcTooltip a {
        color: #36c;
    }

/*Close button. Available when sticky or overlay has been set to true, or is on iPhone, iPad, Android, BlackBerry, or IEMobile devices. */
div#mcttCloseButton {
    width: 14px;
    height: 14px;
    position: absolute;
    background-image: url(closeBtn.gif);
    cursor: pointer;
    overflow: hidden;
    top: 12px;
    right: 12px;
    left: auto;
}

/* Only applies when overlay has been set to true or 1 */
div#mcOverlay {
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 4;
}

/*Only available when calling by tooltip.ajax(...). It will be a spinning image indicating a request is in progress.*/
div#tooltipAjaxSpin {
    margin: 20px 50px;
    background: transparent url(loading.gif) no-repeat center center;
    width: 50px;
    height: 30px;
    font-size: 0;
}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {
    position: absolute;
    visibility: hidden;
    overflow: visible;
    z-index: 9999999999;
    top: 0px;
}

div#mcTooltip {
    float: left;
    border-style: solid;
    position: relative;
    overflow: hidden;
}

div.mcTooltipInner {
    float: left;
    position: relative;
    width: auto;
    height: auto;
}

div#mcttCo {
    position: absolute;
    text-align: left;
}

    div#mcttCo em, div#mcttCo b {
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
    }

.tooltip {
    float: left
}

    .tooltip:hover {
        color: #000 !important
    }
/*workable with bootstrap*/
div#mcTooltip, div#mcTooltip div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

img {
    vertical-align: middle;
    border: 0;
}

/* Tooltip changes By Nilesh*/
.mcTooltipInner img {    width: 120px !important;    height: auto !important;}
#CAS_Icon1024x1024Preview img.eventImg {    width: 100px !important;    height: 100px !important;}
.mcTooltipInner #CAS_FeatureGraphicsPreview img {    width: 180px !important;    height: 88px !important}
.mcTooltipInner #CAS_CompanyBanner640x150Preview img {    width: 200px !important;   height: 63px !important}
.mcTooltipInner #CAS_Splash320x480Preview img {    width: 160px !important;    height: auto !important}
.mcTooltipInner #CAS_Splash480x320Preview img {   width: 180px !important;    height: auto !important}
.mcTooltipInner #CAS_Splash640x960Preview img {   width: 180px !important;    height: auto !important}
.mcTooltipInner #CAS_Splash640x1136Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash750x1334Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash768x1024Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash828x1792Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash1024x768Preview img {
    width: 160px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash1125x2436Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash1136x640Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash1242x2208Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash1242x2688Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash1536x2048Preview img {
    width: 180px !important;
    height: auto !important
}
.mcTooltipInner #CAS_Splash2048x1536Preview img {  width: 180px !important;    height:auto !important}
/*  Splash screens */
div#mcTooltip {   border-width: 0px !important;    border-color: #f7f7f7 !important;    box-shadow: none;    background: transparent;}
