Newer
Older
Import / applications / MakePDF / Website / style.css

/*

html, body {
  background-color: #636363;
  background-image: url('background.png');
  background-repeat: no-repeat;
}
.navbar {
  background-image: linear-gradient(#484e5555, #3a3f4455, #31353955);
  filter: alpha(opacity=95);
  opacity: 0.95;
}

*/

html, body {
  height: 100%;
}
.content-wrapper {
  min-height: 100%;
  margin-bottom: -75px;
  padding-bottom: 75px;
}
.footer {
  height: 75px;
  padding: 7px;
}
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
.form-control {
  height: 32px;
  margin-top: 1px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-inner {
  height: 70vh;
}
.carousel-inner .item {
  height: 70vh;
}

.main-title h1 {
  font-weight: 600;
  font-size:   37pt;
}

.footer > .container > .h-divider {
  height: 10px;
  padding: 0px;
  margin: 0px;
}

.faq-item {
  margin-bottom: 5px;
}