/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/

.single-nimble_rfq #content {
   width: 100%;
   float: none;
}
.single-nimble_rfq h5 {
   /*border-bottom: 1px solid #747474;*/
   margin-top: 20px;
}
.wrap-list-rfq-parts table {
   /*border: 1px solid #dedede;*/
}
.wrap-list-rfq-parts th {
   font-size: 11px;
   font-weight: 600;
}
.wrap-list-rfq-parts th, .wrap-list-rfq-parts td {
   padding: 3px;
}
.wrap-list-rfq-parts tr {
   /*border-bottom: 1px solid #dedede;*/
}
.wrap-list-rfq-parts input {
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
   width: 90px;
   border-radius: 4px;
   border: 1px solid;
   border-color: #dee2e6
/*border-color: rgba(212, 212, 212, 0.3);*/
}

.wrap-scroll {
   overflow: scroll;
}
/*
.wrap-actions {
   margin: 20px 0 20px 0;
}

.wrap-actions input[type=submit]{
   padding: 10px;
}
*/

.gray_col {
   background-color: #ebebeb!important;
}

.has_bom {
   vertical-align: bottom;
   color: #86c350;
   font-size: 12px;
   width: 40px;
   display: inline-block;
   margin-bottom: 13px;
   padding: 5px;
   border: solid 1px #86c350;
   border-radius: 3px;
   text-align: center;
}
