﻿body {
  padding-top: 60px;
  /* 60px to make the container go all the way to the bottom of the topbar */
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none;
}
#tbUrlSource {
  height: 33px;
}
.btnSelectListType {
  font-weight: bold;
}
/*.modal-dialog.large {
    width: 50%;
}

.modal-body {
    min-height: 80%;
    max-height: 90%;
}*/
.carousel-inner img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.carousel-inner .item {
  width: 100%;
  height: 400px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  background: #747d85;
}
.glyphicon-inverse,
.glyphicon-inverse a {
  color: #fff;
}
span.glyphicon {
  padding-right: 3px;
}
.tab-pane {
  margin-top: 5px;
}
.tab-content {
  overflow: visible;
}
#tabInputSourceHtmlContent input {
  margin: 0px 5px 2px 0px;
}
ul.wysihtml5-toolbar > li {
  margin: 0 0;
}
.tooltip {
  z-index: 50000;
}
#SmartLinkList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 500px;
  max-height: 70%;
}
 #tabInputSourceHtmlContent > ol > li {
  margin-top: 10px;
  font-weight: bold;
}
#tabInputSourceHtmlContent > ol > li li {
  font-weight: normal;
}
.olderBrowser {
  display: none;
}
.dialogContent {
  height: 100%;
  overflow: auto;
}
.carousel-control-old {
  position: absolute;
  /* already here */
  top: 56%;
  /* Was top: 40% */
}
#helpCarousel-old .carousel-indicators {
  position: absolute;
  /* already here */
  top: 66%;
  /* Was top: 15px*/
}
#aboutCarousel-old .carousel-indicators {
  position: absolute;
  /* already here */
  top: 75%;
  /* Was top: 15px*/
}
/*iframe {
    -moz-transform: scale(0.25, 0.25); 
    -webkit-transform: scale(0.25, 0.25); 
    -o-transform: scale(0.25, 0.25);
    -ms-transform: scale(0.25, 0.25);
    transform: scale(0.25, 0.25); 
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    border: solid #ccc 10px;
}*/
