﻿/* new clearfix */
.clearfix {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

.center {
  text-align: center;
}

.margin-zero {
  margin: 0 auto !important;
}

body,
html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
}
.bold,
strong {
  font-weight: 700;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #009856 !important;
  border-color: #009856 !important;
}

.progress-bar {
  background-color: #009856 !important;
}

div.dataTables_wrapper div.dataTables_processing {
  top: 20px !important;
  color: #009856 !important;
}

.nav-link.active {
  color: #fff;
  background-color: #009856 !important;
  border-color: #009856 !important;
}

.tab-error {
  color: #dc3545 !important;
}

.line-breaks {
  white-space: pre-line;
}

/* Sticky footer styles
-------------------------------------------------- */
.left {
  float: left;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* End Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #FFFFFF;
}

.control-label {
  font-weight: 700;
}

#rootwizard .navbar {
  padding: 0.5rem 0px;
}
#rootwizard .navbar .nav-link:not(.active) {
  color: #222222;
  transition: 0.2s ease-in-out;
}
#rootwizard .navbar .nav-link:not(.active):hover {
  color: #009856;
}

@media print {
  .tab-content > #tabVendorInfo {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .tab-content > #tabVendorType {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .tab-content > #tabSafety {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .tab-content > #tabInsurance {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .tab-content > #tabFinancial {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .tab-content > #tabBid {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .tab-content > #tabTcp {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .no-print {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
body {
  overflow-x: hidden;
}

::-moz-selection {
  background: rgba(0, 152, 86, 0.5);
}

::selection {
  background: rgba(0, 152, 86, 0.5);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h4.information_headline {
  display: inline-block;
  position: relative;
  width: auto;
}
h4.information_headline:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -0.33em;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #009856;
}

.pager.wizard {
  padding: 1.5rem 0 0;
  border-top: 1px solid #e5e5e5;
}

.btn-margin {
  margin-right: 5px;
}
