@charset "utf-8";
/* CSS Document */

/* tooltip */


.tool-tip{
	color: #fff;
	background-color: #000;	
	text-shadow: none;
	font-size: 12px!important;;
	visibility: hidden;
	-webkit-border-radius:10px!important;; 
	-moz-border-radius: 10px!important;; 
	-o-border-radius: 10px!important;; 
	border-radius: 10px!important;;	
	text-align: center;	
	opacity: 0;
	z-index: 10000000;
	padding:2px 5px;	
	position: absolute;
	line-height:12px!important;;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
	font-family:'Source Sans Pro', sans-serif !important;
}

.tool-tip,
.tool-tip.top{
	top: auto;
	bottom: 100%;
	left: 50%;	
		
}
.sp1{width:200px!important;}
.sp2{width:140px!important;}
.sp3{width:120px!important;}

.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left:0px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: rgba( 0, 0, 0, .7);
	z-index:100000000;
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
	width:70px;
	height:15px;
	padding-top:7px;
	margin-left: -40px;
}

/* tool tip position right */

.tool-tip.right{
	top: 50%;
	right: auto;
	left: 106%;
	margin-top: -15px;
	margin-right: auto;	
	margin-left: auto;
	z-index:100000000;
}

.tool-tip.right:after{
	left: -5px;
	top: 50%;	
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-right-color: rgba( 0, 0, 0, .7);	
	z-index:100000000;
}

/* tool tip position left */

.tool-tip.left{
	top: 50%;
	left: auto;
	right: 105%;
	margin-top: -15px;	
	margin-left: auto;	
}

.tool-tip.left:after{
	left: auto;
	right: -12px;
	top: 50%;
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position bottom */

.tool-tip.bottom{
	top: 115%;
	bottom: auto;
	left: 40%;
	margin-bottom: auto;	
}

.tool-tip.bottom:after{
	position: absolute;
	top: -12px;
	left: 40%;
	margin-left:0px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: transparent;	
    border-bottom-color:#000;	
}


.tool-tip.bottom2{
	top: 115%;
	bottom: auto;
	left: 40%;
	margin-bottom: auto;	
}

.tool-tip.bottom2:after{
	position: absolute;
	top: -12px;
	left: 20%;
	margin-left:0px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: transparent;	
    border-bottom-color:#000;	
}





/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
	display: block;
}

.on-focus > .tool-tip.slideIn{
	z-index: -1;
}

.on-focus > input:focus + .tool-tip.slideIn{
	z-index: 1;
}

/* bottom slideIn */

*:not(.on-focus) > .tool-tip.slideIn.bottom2,
.on-focus > .tool-tip.slideIn.bottom2{
	top: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom2,
.on-focus > input:focus + .tool-tip.slideIn.bottom2{
	top: 115%;
}	

.on-focus > input:focus + .tool-tip.slideIn.bottom2{
	top: 100%;
}



*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom2{
	top: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 115%;
}	

.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 100%;
}








/* top slideIn */

*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
	bottom: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
	bottom: 110%;
}	



/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
	right: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
	right: 105%;		
}

/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
	left: 50%;		
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
	left: 105%;
}



