body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
}

label {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}

.bg-steel {
  background-color: #5f788a;
}

.bg-krohne {
  background-color: #0065B9!important;
}

/* Overrides for KROHNE color */

.btn-primary {
  background-color: #0073d3!important;
  border-color: #0073d3!important;
}
.pagination>.active>a {
  background-color: #0073d3!important;
  border-color: #0073d3!important;
  color: #fff!important;
}
.pagination>li>a {
  color: #0073d3!important;
}

/* End overrides */

.alert-warning {
  background-color: #f8d7da!important;
  color: #721c24!important;
  border-color: #f5c6cb!important;
  font-size: 1.2rem!important;
}

label[for=id_is_superuser] {
  margin-left: 20px;
}

.pagination {
  float: right;
}

.table-header {
  background-color: #f2f2f2;
  padding-top: 10px;
  border-radius: 5px 5px 0px 0px;
}

.table {
  border-width:0 5px 0 5px;
  border-style: solid;
  border-color: #f2f2f2;
  margin-bottom: 0;
}

.table-footer {
  background-color: #f2f2f2;
  border-radius: 0px 0px 5px 5px;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

#quotes-table-filter-input {
  font-size: 14px;
}

 #product-list-filter-input{
   background-image: url("../images/searchicon.be93f525885d.png");
   background-position: 10px 7px;
   background-repeat: no-repeat;
   width: 100%;
   font-size: 16px;
   padding: 6px 20px 7px 40px;
   border: 1px solid #ddd;
   margin-bottom: 12px;
 }

 #quote-table{
   width: 800px;
   margin: 20px auto;
   padding: 20px;
 }
 #quote-table td{
   padding:10px;
   border: 0.094rem solid black;
 }
 #quote-table dd{
   margin-left: 8%;
 }

 #cart-contents .wrapper {
   background-color: #fff;
   padding: 20px;
   float: left;
   width: 100%;
   margin-bottom: 30px;
 }
 #cart-contents .column-labels {
   display: block;
 }
 #cart-contents .column-labels .list-item {
   min-height: 0;
 }
 #cart-contents .list-item{
   width: 50%;
   float: left;
   border: none;
 }
 #cart-contents .price {
   width: 20%;
   float: left;
   margin-bottom: 20px;
 }
 #cart-contents .qty {
   width: 10%;
   float: left;
   margin-bottom: 20px;
 }
 #cart-contents .discount {
   width: 90px;
   border-bottom: 1px solid #ccc;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-bottom: 10px;
 }
 #cart-contents .subtotal {
   width: 20%;
   float: left;
   font-weight: 700;
   text-align: right;
 }

 #summary-options table, #options-static table {
   width: 100%;
   font-size: 16px;
   font-size: 1.4rem;
   line-height: 1.6;
 }
 #summary-options table td, #summary-options table th{
   width: 50%;
   padding: 10px 0;
   border-top: 1px solid #ccc;
 }

 #options-static table td, #options-static table th {
   width: 50%;
   padding: 12px 0;
   border-top: 1px solid #ccc;
 }

 #reports-filter-options-div {
   padding: 15px;
   margin: 15px;
   width: 40%;
   background-color: #E8E8E8;
 }
 #reports-filter-options-div input[type="date"] {
   height: calc(2.25rem + 2px);
 }

 .profile-p {
   margin-left: 20px;
 }

 .page-title {
   text-align:center;
   margin:15px;
   padding-bottom: 9px;
   border-bottom: 1px solid #eee;
 }
 .reports-sub-tables{
   width: 60%;
 }

 .pad-left {
   padding-left: 10px!important;
 }

 .margin-bottom-10 {
   margin-bottom: 10px;
 }

 .width-100 {
   width: 100%;
 }

 .summary-btn {
   width: 100%;
   padding: 5px;
   margin: 5px 0px;
 }

 .column-labels .no-table {
   float: left;
   width: 100%;
   border-bottom: 1px solid #ccc;
   padding-bottom: 10px;
   margin-bottom: 10px;
 }
 .column-lables .no-table div {
   padding: 0!important;
   margin: 0!important;
 }

 .column-labels {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
 }

 .form-control {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
 }

 .list-item {
   border-bottom: 1px solid #ccc;
   margin-bottom: 20px;
   padding: 0 0 20px 0;
   float: left;
   width: 100%;
   clear: both;
   position: relative;
   min-height: 84px;
 }

 .list-item .info {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
   width: 100%;
   font-size: 1.5rem;
 }

 .list-item .product-name {
   color: #0073d3!important;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
 }

 .product-name a{
   color: #0073d3!important;
 }

 .content-label {
   color: #0073d3!important;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
 }

 .info {
   padding-left: 80px;
 }

 .radio-wrapper {
   transition: background-color .4s linear;
   padding: 12px 10px 12px 40px;
   margin-bottom: 1px;
   position: relative;
 }
 .radio-wrapper.selected {
   background-color: #f9f9f9;
   border-radius: 4px;
   box-shadow: 0 0 5px #0073d3;
 }
 .radio-wrapper input {
   position: absolute;
   left: 15px;
 }
 .radio-wrapper label {
   margin-bottom: 0;
 }

 #options {
   margin-bottom: 75px;
   padding: 15px;
   background-color: white;
 }

 #options-static {
   height: 50%;
   position: sticky;
   top: 60px;
 }

 #options-static input{
   margin-bottom: 0;
 }

 #list-price, #configured-price, #configured-part-number {
   font-size: calc(1rem + .15vw);
 }

 .config-padding {
   padding-left: 20px;
 }

.option {
  padding: 5px;
}
.option label[id] {
  color: #0073c3;
  font-size: calc(1.4rem + .15vw);
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.option label {
  color: #494949;
  width: 100%;
}

 .config-summary {
   margin-left: 65px;
   margin-top: 10px;
   padding: 20px;
   position: fixed;
   width: 300px;
   background-color: white;
   font-size: 1rem;
 }
 .config-name {
   font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 13.33333px;
    font-size: calc(1.1rem + .15vw);
    line-height: 1.6;
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
 }

 #config-box {
   padding: 10px;
 }

 .config-btn {
   text-align: center;
   padding: 10px;
 }

 .configuration-summary dd {
   font-size: 1.4rem!important;
 }

 #configure-submit-btn {
   width: 100%;
 }

 #login-div, #register-div {
   width: 40%;
   margin: 40px auto;
 }
