﻿#HomeLogo {
	position: relative;
	left: 777px;
}

.tutorial-wrapper 
{
    position: relative;
}

.tutorial-tip
{
    display: block;
	position: absolute;
	top: -2px;
	right: -34px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
}

.tutorial-tip:before
{
	content:'?';
	font-weight: bold;
	color:#fff;
}

/*.tutorial-tip:hover > p
{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}*/

.tutorial-tip > p {	
	/*display: none;*/
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	/*width: 300px;*/
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
    z-index: 2
}
.tutorial-tip > p.tutorial-below 
{    
	right: -4px;
}
.tutorial-tip > p.tutorial-right 
{    
    top: -25px;
    left: 38px;
}

.tutorial-tip > p:before 
{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
}
.tutorial-tip > p.tutorial-below:before 
{ 
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;

}
.tutorial-tip > p.tutorial-right:before 
{     
	border-right-color:#1E2021;
	left: -12px;
    top: 25px;
}

.tutorial-tip > p:after
{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}
.tabs[data-tab-name="help"] {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #F7F7F7;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.tabs[data-tab-name="help"] nav {
    background: #E0E0E0;
    position: relative;
    z-index: 2;
}

.tabs[data-tab-name="help"] nav ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.tabs[data-tab-name="help"] nav a {
    color: #3B3B3B;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
    font-family: sans-serif;
    background: #F7F7F7;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
}

.tabs[data-tab-name="help"] .content {
    background: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 400px;
    position: relative;
    z-index: 1;
}

.tabs[data-tab-name="sales"] h3 {
	text-align: left;
}
.tabs[data-tab-name="sales"] [src*=logo] {
	max-width: 400px;
}

.sales-primary-color {
	color: #42f1e7;
}

.sales-primary-backgroundcolor {
	background-color: #42f1e7;
}