/* Tourbus leg definitions element */
.tourbus-legs {
  display: none;
}
/* Container for tourbus leg */
.tourbus-leg {
  position: absolute;
  visibility: hidden;
  top: 0;
  border: 2px solid #455262;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  
/*   background: #C1D2D6; */
  background: #DAE9EC;
}
/* Interior of leg, clearfixed */
.tourbus-leg-inner {
  padding: 8px;
  position: relative;
  zoom: 1;
}
.tourbus-leg-inner:before,
.tourbus-leg-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.tourbus-leg-inner:after {
  clear: both;
}
/*
  remove top padding/margin on headings
  because the interior of the leg has padding
*/
.tourbus-leg h1,
.tourbus-leg h2,
.tourbus-leg h3,
.tourbus-leg h4,
.tourbus-leg h5,
.tourbus-leg h6 {
  margin-top: 0;
  padding-top: 0;
}
/* Tourbus leg arrow */
.tourbus-arrow:before,
.tourbus-arrow:after {
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
}
/* set the :after to be the _interior_ size of the arrow */
/* set the :before to be the _interior + desired border width_ */
.tourbus-arrow:after {
  border-width: 14px;
}
.tourbus-arrow:before {
  border-width: 16px;
}
/* Arrow background and border colors */
/*
  change margin-top/left values here to
  match the border width for :after above

  border colors here are for the _interior_ of the arrow
*/
.tourbus-arrow-right:after {
  border-right-color: #DAE9EC;/*#C1D2D6;*/
  margin-top: -14px;
  top: 50%;
}
.tourbus-arrow-left:after {
  border-left-color:  #DAE9EC;/*#C1D2D6;*/
  margin-top: -14px;
  top: 50%;
}
.tourbus-arrow-bottom:after {
  border-bottom-color: #DAE9EC;/*#C1D2D6;*/
  margin-left: -14px;
  left: 50%;
}
.tourbus-arrow-top:after {
  border-top-color: #DAE9EC;/*#C1D2D6;*/
  margin-left: -14px;
  left: 50%;
}
/*
  change margin-top/left values here to
  match the border width for :before above

  border colors here are for the _border_ of the arrow
*/
.tourbus-arrow-right:before {
  border-right-color: #455262;
  margin-top: -16px;
  top: 50%;
}
.tourbus-arrow-left:before {
  border-left-color: #455262;
  margin-top: -16px;
  top: 50%;
}
.tourbus-arrow-bottom:before {
  border-bottom-color: #455262;
  margin-left: -16px;
  left: 50%;
}
.tourbus-arrow-top:before {
  border-top-color: #455262;
  margin-left: -16px;
  left: 50%;
}
/* you shouldn't need to change these */
.tourbus-arrow-right:after,
.tourbus-arrow-right:before {
  right: 100%;
}
.tourbus-arrow-left:after,
.tourbus-arrow-left:before {
  left: 100%;
}
.tourbus-arrow-bottom:after,
.tourbus-arrow-bottom:before {
  bottom: 100%;
}
.tourbus-arrow-top:after,
.tourbus-arrow-top:before {
  top: 100%;
}

.tour-discuss {	
  font-size: 13px;	
  border-radius: 5px;
/*   background: #F5CF94; */
  border: solid 1px #CA9F42;
  padding: 2px;
  
/*   color: #6a7D8e; */
  margin-bottom: 8px;
  
  background: #FFE7C5;
  color: #012A4E;
}
.tour-action {
  font-size: 13px;	
  line-height:15px;
  margin-bottom: 5px;
/*   color: #5E7703; */
  font-weight: bold;
  
  color: #3A7B00;
}
.tourbus-next,
.tourbus-prev ,
.tourbus-stop{
  font-size: 14px;	
  border-radius: 5px;
  font-weight: bold;
  padding: 5px 8px;
  display: inline-block;
  margin-top: 5px;
}
.tourbus-next,
.tourbus-stop {
  background: #B1BB86;
  color: #5E7703;
  border: solid 1px #5E7703;
  
}
.tourbus-next:hover,
.tourbus-stop:hover {
  background: #A1B157;
  color: #36650C;
/*   color: #B8E696; */
}


.tourbus-prev {
 margin-right:10px;
  background: #F5CF94;
  border: solid 1px #CA9F42;
  color: #C18401;
}


.my-tour-div {
  display: none;
}
#tour-stop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 125px;
  z-index: 998;
  
	height:50px;
	width:200px;
	border-radius: 5px;
	background: -webkit-linear-gradient(#FF0000, #5A0000); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#FF0000, #5A0000); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#FF0000, #5A0000); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#FF0000, #5A0000); /* Standard syntax */
	
	color: #F9F9F9;
	border: none;
	font-size: 15px;
	font-weight: bold;
	padding: 18px 30px;
	margin-bottom:10px;
	margin-right:10px;
	text-align: center;
	opacity: 1;
}
#tutorial_mark {	
  width: 35px;
  height:35px;
  border-radius: 3px;
  border: solid 1px #803301;
  font-size:18px;
  padding:3px 10px;
  color:white;  
  background: linear-gradient(#FFA500, #BF4C02); /* Standard syntax */
  background: -webkit-linear-gradient(#FFA500, #BF4C02); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFA500, #BF4C02); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFA500, #BF4C02); /* For Firefox 3.6 to 15 */
  
}
a#tutorial {
	text-align: center;
}

.my-tour-overlay {
  background: #666;
  opacity: 0.5;
  z-index: 990;
  min-height: 100%;
  height: 100%;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}
.my-tour-overlay-child {
  background: #666;
  opacity: 0.5;
  z-index: 992;
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0; 
}
li.my-tour-overlay {
  opacity: 1;
  z-index: 989 !important;
}
li.my-tour-overlay > a{
  background: #B3A681 !important;
}

.my-tour-highlight {
  background: white;
  position: relative;
  border-radius: 4px;
  box-shadow: inset 0 0 2px rgba( 0, 0, 0, 0.2 );
  z-index: 993 !important;
}
input[type=button].my-tour-highlight {
  background: #321114;
  border: 2px solid #e7d481;
}
li.my-tour-highlight > ul > li > a.my-tour-highlight{
  background: #ffe59b !important;
  border: 2px solid #19596D !important;
}
#inputdiv.my-tour-highlight {
  background: #fdffec;
}
div.table_scroll th div.my-tour-highlight {
  
  border-width: 2px;
  border-color: #e7d481;
  border-radius: 0px;
	
}
div.table_scroll tr .my-tour-highlight {
  
  border-width: 2px;
  border-color: #e7d481;
  border-radius: 0px;
}

div#innerPanel.my-tour-highlight {	
  box-shadow: none;
}

div#tutorialHeader {
  border-radius: 3px;
  border: solid 1px #3C6101;
  padding:8px 10px;
  color:white;  
  font-weight: bold;
  width:150px;
  
  background: linear-gradient(#7ECC01, #528402);
  background: -webkit-linear-gradient(#7ECC01, #528402); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#7ECC01, #528402); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#7ECC01, #528402); /* For Firefox 3.6 to 15 */
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

