.tour-tip {
  display: none;
  position: absolute;
  background: #1C252E;
  color: #FFF;
  z-index: 1000000000;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: 400;
  max-width: 400px;
  border-radius: 5px;
  min-width: 160px;
}

.tour-tip p {
  color: #CBD0D4;
  font-size: .9em;
  line-height: 1.5em !important;
  margin: 0 0 1.125em;
}

.tour-tip button,
.tour-tip .button {
  background-color: #06a7e2;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: background-color 300ms ease-out;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  border-style: solid;
  border-width: 0;
  margin: 0 0 1.25em;
  padding: .5em 1.25em .6em;
  border-radius: 5px;
}

.tour-tip button small,
.tour-tip .button small {
  padding-top: .625em;
  padding-bottom: .5625em;
  -webkit-appearance: none;
}

.tour-tip button:hover,
.tour-tip .button:hover {
  background-color: #0D8CBB;
  color: #FFF;
}

.tour-tip .tour-arrow {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}

.tour-tip .tour-arrow.tt-top {
  border-style: solid;
  /*bottom: -27px;*/
  bottom: -24px;
  border-color: #1c252e transparent transparent !important;
}

.tour-tip .tour-arrow.tt-bottom {
  border-style: solid;
  /*top: -28px;*/
  top: -24px;
  border-color: transparent transparent #1c252e !important;
}

.tour-tip .tour-arrow.tt-right {
  border-style: solid;
  /*left: -27px;*/
  left: -24px;
  top: 28px;
  border-color: transparent #1c252e transparent transparent !important;
}

.tour-tip .tour-arrow.tt-left {
  border-style: solid;
  /*left: 100%;*/
  left: 99%;
  top: 28px;
  border-color: transparent transparent transparent #1c252e !important;
  margin-left: 0;
}

.tour-tip .tour-content-wrapper {
  padding: 9px 35px 13px 13px;
}

.tour-tip .tour-content-wrapper .button {
  margin-bottom: 0 !important;
}

html body .tour-tip a.tour-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: white !important;
  text-decoration: none;
  font-size: 25px !important;
  font-weight: 400;
  line-height: 0.5 !important;
  cursor: pointer;
}

.tour-tip .tour-close-tip:hover,
.tour-tip .tour-close-tip:focus {
  color: #eeeeee !important;
}
#drop1 + .tour-tip { width: 500px;}
.tour-content-wrapper p { color: #FFF !important;font-size: 13px !important;}

.sideNav li .tour-tip { top: -22px !important; }
.blue .tour-tip {left: -315px !important;}
.darkOrange .tour-tip {left: -366px !important;}
.red .tour-tip {left: -413px !important;}
#singlebutton + .tour-tip { top: -20px !important;}
.refresh-page + .tour-tip {top: -75px !important;width: 290px; }
.forTip + .tour-tip {top: -25px !important; }
.forTipSnap + .tour-tip {top: -85px !important; }
.ipTip + .tour-tip {top: -85px !important; width: 370px;}
.machineTip + .tour-tip {top: 45px !important;width: 290px;}
.portforwordTip {position: absolute;top: 126px;right: -150px;}
.portforwordTip  .tour-tip {top: 0 !important; left: 0 !important; right: 0 !important;}
#creditToAddInput + .tour-tip {top: -30px !important;left: 203px !important; }


@media (max-width: 1376px) {
  .portforwordTip {right: 100px !important;}
 }


 @media (max-width: 992px) {
  .tour-tip { display: none !important;}
 }
