/* ========================================================================
 * bootstrap-tour - v0.11.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.tour-backdrop {
  position: absolute;
  z-index: 1100;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.popover[class*="tour-"] {
  z-index: 11002;
  font-size: 16px;
  max-width: 375px;
}

.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}

.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}

.popover[class*="tour-"].orphan .arrow {
  display: none;
}

.popover[class*="tour-"] .popover-title {
  font-size: 16px;
  border-radius: 5px 0 0 0;
}

.popover[class*="tour-"] .popover-navigation .btn-xs{
  height: auto;
}

.popover[class*="tour-"] .popover-content {
  padding: 9px 0px;
  margin: auto;
}

.popover[class*="tour-"] .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popover[class*="tour-"] .popover-close{
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}

.popover[class*="tour-"] .popover-navigation.prev:hover {
  background-image: -webkit-linear-gradient(right, #fff 0, #eee 100%);
  background-image: linear-gradient(right, #fff 0, #eee 00%);
}

.popover[class*="tour-"] .popover-navigation.prev:hover .arrow {
  background: #eee;
}

.popover[class*="tour-"] .popover-navigation.next:hover {
  background-image: -webkit-linear-gradient(left, #fff 0, #eee 100%);
  background-image: linear-gradient(left, #fff 0, #eee 00%);
}

.popover[class*="tour-"] .popover-navigation .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popover[class*="tour-"] .popover-navigation .btn:hover {
  color: rgba(0, 0, 0, .7 )
}

.popover[class*="tour-"] .popover-navigation .glyphicon.disabled {
  color: rgba(0, 0, 0, .2 );
}

.popover[class*="tour-"] .popover-navigation .glyphicon-remove {
  font-size: 14px;
  padding: 0;
}

.popover[class*="tour-"] .popover-navigation .glyphicon-chevron-left{
  float: left;
  font-size: 20px;
  color: rgba(0, 0, 0, .5 );
}

.popover[class*="tour-"] .popover-navigation .glyphicon-chevron-right{
  float: right;
  font-size: 20px;
  color: rgba(0, 0, 0, .5 );
}

.modal-body.guide div {
  margin: 0 auto;
  padding: 4px;
  width: 50%;
}

#guideModal{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: none;
  border: none;
  width: unset;
  height: unset;
  padding: 0;
}