/*
 * ************************************************************* *
 * Name         :  PowerTour style : clean                       *
 * Description  :  CSS styling for the tour plugin.              *
 * Version      :  Version 2.0                                   *
 * Author       :  CreativeMilk                                  *
 * Author URI   :  www.creativemilk.net                          *
 * Updated      :  2014-06-30 00:13:58 UTC+02:00                 *
 * Copyright    :  (c) 2014 CreativeMilk                         *
 * ************************************************************* *
 */
 
#powertour-mask{
	background-color : #000;
	filter           : alpha(opacity=80);
	-moz-opacity     : 0.8;
	-khtml-opacity   : 0.8;
	opacity          : 0.8;
}
.single-step{
	position         : relative;
	display          : none;
	z-index          : 9001;
	/*
	-webkit-box-shadow : 0 0 4px 0 #ccc;
	-moz-box-shadow    : 0 0 4px 0 #ccc;
	box-shadow         : 0 0 4px 0 #ccc;
	*/
	padding          : 20px;
	background-color : #FFF;
	color            : #333;
	text-align       : left;
	border           : 6px solid black;
	border-radius: 5px;
	z-index: 9999;
}
.single-step header{
	float       : left;
	height      : 30px;
	width       : 100%;
	margin      : 5px 0 10px 0;
	line-height : 30px;
}
.single-step header h3{
	margin      : 0;
	font-size   : 18px;
	line-height : 22px;
}
.single-step footer{
	float       : left;
	height      : auto;
	width       : 100%;
	margin      : 20px 0 0 0;
	line-height : 30px;
}
.single-step .close-btn{
	position         : absolute;
	top              : -34px;
	right            : -1px;
	height           : 24px;
	width            : 24px;
	background-color : #eee;
	font-family      : Verdana, Geneva, sans-serif;
	font-size        : 14px;
	font-weight      : 700;
	color            : #333;
	color            : #999;
	line-height      : 18px;
	text-align       : center;
	text-decoration  : none;
	border           : 1px solid #ccc;
}

.tour-button {
    border-radius: 0;
    float: left;
    margin-right: 5px;
    padding: 4px 10px;
    -moz-user-select: none;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}
.tour-button-primary-blue-left {
     
    
    background-color: #0093d5;
    color:white;
    border-color:white;  

}
.tour-button-primary-blue-right {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
    float: right;
}
.tour-button-primary-grey-right {
    background-color: black;
    border-color: #fff;
    color: #fff;
    float: right;
}
.tour-button-primary-grey-left {
    background-color: black;
    border-color: white;
    color: #fff;
}
.tour-button-primary-green-left {
    background-color: green;
    border-color: white;
    color: #fff;  
  /* background-color:transparent;
    border-color:#0093d5;
    color:white;   */
}
