﻿/* www.menucool.com/tooltip/javascript-tooltip */

/*For tooltip target element that has set class="tooltip" */
.tooltip {text-decoration: none; /*border-bottom:1px dotted #36c;color: #36c;*/ outline:none; }

/*For tooltip box*/
div#mcTooltip 
{
    line-height:16px;
    border: 1px solid #ccc; 
    color:#000; 
    padding:0px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius:1px;
    background-color:white;
	 
}
/*.mcTooltipInner{
	transition:all ease 0.9s;
	width:450px!important;
	height:500px!important;
	overflow:scroll;
	overflow-x:none;
}*/
div#mcTooltip, div#mcttCo b {
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#fff; }

/*Close button. Available when sticky or overlay has been set to true, or is on touch-enabled devices. */
div#mcttCloseButton
{ 
    width:18px;
    height:18px;
    margin-right:4px;
    margin-top:4px; 
}
/*Close button X symbol*/
div#mcttCloseButton:after {
    font:normal 38px/18px arial, sans-serif;
    color:black;
    top:0;left:-2px;
}

/*Give the close button a bigger size on smaller devices
@media only screen and (max-width: 736px) {
    div#mcttCloseButton {
        width:28px;
        height:28px;
    }
    div#mcttCloseButton:after {
        font-size:48px;
        line-height:28px;
    }    
} */

/* Useful when overlay has been set to true or 1 in JS */
div#mcOverlay 
{
    background-color: rgba(0,0,0,0.5);
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; 
}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
div#mcTooltip {float:left;border-style:solid;position:relative;}
div.mcTooltipInner {position:relative;width:auto;height:auto;
height:500px!important;
overflow:scroll;
overflow-x:hidden;
background:#FFFFFF;
}
div#mcttCo,  div#mcttCo b{position:absolute;overflow:hidden;}
div#tooltipAjaxSpin{ background:url(https://www.lawcrossing.com/employers/images/images_lc/grey.gif) no-repeat; background-position:center; margin-top:30%; width:100%; height:209px;}

/*compatible with bootstrap*/
div#mcTooltip, div#mcTooltip div {box-sizing:content-box;}

/*Update for resume popup*/
.title-new{font-weight:bold;}
.submitbtn{background:#1c72e4 !important; font-weight:bold!important; padding:3px 5px; text-align:center; color:#fff!important;}
.submitbtn:hover{background:#000000 !important;color:#FFFFFF !important}