﻿/*
    Jumpeye framework    
	Version: 1.0.0
	www.jumpeye.com
	
	Created by Jumpeye Components
 
 
    Tooltip style-2
*/

.jtip.style-2 {
    -moz-border-radius   : 6px; 
    -webkit-border-radius: 6px; 
    border-radius        : 6px;
    font-size            : 12px;
    padding              : 8px 15px 10px;
    box-shadow           : 0px 0px 1px 0px rgba(0,0,0,0.49), 0px 1px 2px 0px rgba(0,0,0,0.49);
    -moz-box-shadow      : 0px 0px 1px 0px rgba(0,0,0,0.49), 0px 1px 2px 0px rgba(0,0,0,0.49);
    -webkit-box-shadow   : 0px 0px 1px 0px rgba(0,0,0,0.49), 0px 1px 2px 0px rgba(0,0,0,0.49);       
}

.jtip.style-2:before{
    border  : 6px solid;
    bottom  : -12px; /* vertical position of the arrow */
    content : '';
    position: absolute;
    left    : 10px; /* horizontal position of the arrow */ 
    width   : 0; height  : 0;  
}

/* general */
.jtip.style-2.top-center:before    { left: 50% !important; margin-left: -6px; }
.jtip.style-2.top-right:before     { top: auto !important; bottom: -12px !important; left: auto !important; right: 10px !important; }*/
.jtip.style-2.light.bottom-left:before   { top: auto !important; bottom: -120px !important; }
.jtip.style-2.bottom-right:before  { bottom: auto !important; top: -12px !important; left: auto !important; right: 10px !important; }
.jtip.style-2.bottom-center:before { bottom: auto !important; top: -12px !important; left: 50% !important; margin-left: -6px; }
.jtip.style-2.right-top:before     { bottom: auto !important; top: 10px !important; left: -12px !important; right: auto !important; }
.jtip.style-2.right-center:before  { top: 50% !important; left: -12px !important; right: auto !important; margin-top: -6px; }
.jtip.style-2.right-bottom:before  { top: auto !important; bottom: 10px !important; left: -12px !important; right: auto !important; }
.jtip.style-2.left-top:before      { bottom: auto !important; top: 10px !important; right: -12px !important; left: auto !important; }
.jtip.style-2.left-center:before   { top: 50% !important; right: -12px !important; left: auto !important; margin-top: -6px; }
.jtip.style-2.left-bottom:before   { top: auto !important; bottom: 10px !important; right: -12px !important; left: auto !important; }

/* dark */
.jtip.style-2.dark {
    background: #535353;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNTM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #535353 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #535353 0%,#000000 100%);
    background: -o-linear-gradient(top,  #535353 0%,#000000 100%);
    background: -ms-linear-gradient(top,  #535353 0%,#000000 100%);
    background: linear-gradient(to bottom,  #535353 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#000000',GradientType=0 );
    color      : #fff;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);       
}


.jtip.style-2.dark:before,
.jtip.style-2.top-left.dark:before,
.jtip.style-2.top-center.dark:before    { border-color: #000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0); }
.jtip.style-2.bottom-left.dark:before, 
.jtip.style-2.bottom-right.dark:before,
.jtip.style-2.bottom-center.dark:before { border-color: rgba(76,76,76,0) rgba(76,76,76,0) #4c4c4c rgba(76,76,76,0); }
.jtip.style-2.right-top.dark:before     { border-color: rgba(56,56,56,0) #383838 rgba(56,56,56,0) rgba(56,56,56,0); }
.jtip.style-2.right-center.dark:before  { border-color: rgba(42,42,42,0) #2a2a2a rgba(42,42,42,0) rgba(42,42,42,0); }
.jtip.style-2.right-bottom.dark:before  { border-color: rgba(26,26,26,0) #1a1a1a rgba(26,26,26,0) rgba(26,26,26,0); }
.jtip.style-2.left-top.dark:before      { border-color: rgba(56,56,56,0) rgba(56,56,56,0) rgba(56,56,56,0) #383838; }
.jtip.style-2.left-center.dark:before   { border-color: rgba(42,42,42,0) rgba(42,42,42,0) rgba(42,42,42,0) #2a2a2a; }
.jtip.style-2.left-bottom.dark:before   { border-color: rgba(26,26,26,0) rgba(26,26,26,0) rgba(26,26,26,0) #1a1a1a; }


/* light */
.jtip.style-2.light {
    background : #e8e8e8;
    background : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2I3YjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background : -moz-linear-gradient(top,  #e8e8e8 0%, #b7b7b7 100%);
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#b7b7b7));
    background : -webkit-linear-gradient(top,  #e8e8e8 0%,#b7b7b7 100%);
    background : -o-linear-gradient(top,  #e8e8e8 0%,#b7b7b7 100%);
    background : -ms-linear-gradient(top,  #e8e8e8 0%,#b7b7b7 100%);
    background : linear-gradient(to bottom,  #e8e8e8 0%,#b7b7b7 100%);
    filter     : progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b7b7b7',GradientType=0 );
    color      : #000;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.75);        
}


.jtip.style-2.light:before,
.jtip.style-2.top-left.light:before,
.jtip.style-2.top-center.light:before    { border-color: #b7b7b7 rgba(232,232,232,0) rgba(232,232,232,0) rgba(232,232,232,0); }
.jtip.style-2.bottom-left.light:before,
.jtip.style-2.bottom-right.light:before,
.jtip.style-2.bottom-center.light:before { border-color: rgba(232,232,232,0) rgba(232,232,232,0) #e8e8e8 rgba(232,232,232,0); }
.jtip.style-2.right-top.light:before     { border-color: rgba(232,232,232,0) #d8d8d8 rgba(232,232,232,0) rgba(232,232,232,0); }
.jtip.style-2.right-center.light:before  { border-color: rgba(232,232,232,0) #d0d0d0 rgba(232,232,232,0) rgba(232,232,232,0);}
.jtip.style-2.right-bottom.light:before  { border-color: rgba(232,232,232,0) #c7c7c7 rgba(232,232,232,0) rgba(232,232,232,0); }
.jtip.style-2.left-top.light:before      { border-color: rgba(232,232,232,0) rgba(232,232,232,0) rgba(232,232,232,0) #d8d8d8; }
.jtip.style-2.left-center.light:before   { border-color: rgba(232,232,232,0) rgba(232,232,232,0) rgba(232,232,232,0) #d0d0d0;}
.jtip.style-2.left-bottom.light:before   { border-color: rgba(232,232,232,0) rgba(232,232,232,0) rgba(232,232,232,0) #c7c7c7; }