
/* tour css -start */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Quicksand',  sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
  color: black;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #107EBF;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  color: white;
  font-family: 'Quicksand',  sans-serif;
}

.btn_tour_default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn_tour_default:focus,
.btn_tour_default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn_tour_default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn_tour_default:active,
.btn_tour_default.active,
.open > .dropdown-toggle.btn_tour_default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn_tour_default:active:hover,
.btn_tour_default.active:hover,
.open > .dropdown-toggle.btn_tour_default:hover,
.btn_tour_default:active:focus,
.btn_tour_default.active:focus,
.open > .dropdown-toggle.btn_tour_default:focus,
.btn_tour_default:active.focus,
.btn_tour_default.active.focus,
.open > .dropdown-toggle.btn_tour_default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn_tour_default:active,
.btn_tour_default.active,
.open > .dropdown-toggle.btn_tour_default {
  background-image: none;
}
.btn_tour_default.disabled:hover,
.btn_tour_default[disabled]:hover,
fieldset[disabled] .btn_tour_default:hover,
.btn_tour_default.disabled:focus,
.btn_tour_default[disabled]:focus,
fieldset[disabled] .btn_tour_default:focus,
.btn_tour_default.disabled.focus,
.btn_tour_default[disabled].focus,
fieldset[disabled] .btn_tour_default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn_tour_default .badge {
  color: #fff;
  background-color: #333;
}
.btn_tour_primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn_tour_primary:focus,
.btn_tour_primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn_tour_primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn_tour_primary:active,
.btn_tour_primary.active,
.open > .dropdown-toggle.btn_tour_primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn_tour_primary:active:hover,
.btn_tour_primary.active:hover,
.open > .dropdown-toggle.btn_tour_primary:hover,
.btn_tour_primary:active:focus,
.btn_tour_primary.active:focus,
.open > .dropdown-toggle.btn_tour_primary:focus,
.btn_tour_primary:active.focus,
.btn_tour_primary.active.focus,
.open > .dropdown-toggle.btn_tour_primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn_tour_primary:active,
.btn_tour_primary.active,
.open > .dropdown-toggle.btn_tour_primary {
  background-image: none;
}
.btn_tour_primary.disabled:hover,
.btn_tour_primary[disabled]:hover,
fieldset[disabled] .btn_tour_primary:hover,
.btn_tour_primary.disabled:focus,
.btn_tour_primary[disabled]:focus,
fieldset[disabled] .btn_tour_primary:focus,
.btn_tour_primary.disabled.focus,
.btn_tour_primary[disabled].focus,
fieldset[disabled] .btn_tour_primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn_tour_primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* tour css -end */