.coachmarks-coach-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999998;
}

.coachmarks-coach-overlay .shadowlayer {
    background-color: rgba(0, 0, 0, 0.35);
    z-index:9999998;
    position:absolute;
}

/*.coachmarks-closeBtn {
  cursor: pointer;
  right: 0px;
  top : 0px;
  position:fixed;
  width: 30px;
  height: 30px;
  background: #0091d3 url(../images/coachMarks/coach_close.png) center  center no-repeat ;
  z-index:99999998;
}*/

.coachmarks-paging {
  width: 100%;
  position: fixed;
  z-index: 99999999;
  bottom: 44px;
  bottom: 43px \9;
  text-align: center;
  opacity:0.2;
}
.coachmarks-disabled-layer {
  cursor: not-allowed;
  border: 0px solid #c2cd23;
  position : absolute;
  background: transparent;
}

.coachmarks-title {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  margin-left: 24px;
  margin-top: 15px;
  margin-top: 14px \9;
  font-family: "Jost",Roboto !important;
}

.coachmarks-description {
  color: #000;
  font-size: 12pt;
  margin-left: 24px;
  margin-top: 2px;
  margin-top: 1px \9;
  font-family: "Jost",Roboto !important;
  font-weight: 500;
}

.coachmarks-note{
  color: #999;
  margin-left: 24px;
  font-size: 11pt;
}

.coachmarks-hintHolder {
  width: 90vw;
  position : fixed;      
  padding-bottom: 22px;
  background: #fff;
  border-radius: 5px;
  max-width: 400px;
  margin: 0px 10px;
  padding-right: 5px;
}
.coachmarks-lineDiv {
  /*width : 0px;
  height : 0px;
  position: absolute;
  border : 1px solid #c2cd23;*/
  content: "";
  position: fixed;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.coachmarks-paging:hover{
	opacity:  1;
}
span.coachmarks_pagination {
  width: 12px;
  height: 12px;
  background-image: url("../images/coachMarks/coach_pagination.png");
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 13px;
}

span.coachmarks_pagination.active {
    background-image: url("../images/coachMarks/coach_pagination_active.png");
 }


.coachmarks-leftNavigation {
  width: 42px;
  height: 42px;
  background: url("../images/coachMarks/left_arrow_grey.png");
  border: 0;
  outline: none;
  margin-right: 35px;
  cursor: pointer;
}

.coachmarks-rightNavigation {
  width: 42px;
  height: 42px;
  border: 0;
  outline: none;
  margin-left: 25px;
  background: url("../images/coachMarks/right_arrow_grey.png");
  cursor: pointer;
}
.coachmarks-rightNavigation[disabled] {
  background: url("../images/coachMarks/right_arrow_disabled.png");
  cursor: default !important;
}

.coachmarks-leftNavigation[disabled] {
  background: url("../images/coachMarks/left_arrow_disabled.png");
  cursor: default !important;
}