﻿body {
  padding-top: 70px;
  background-color: #EFEFEF;
  font-family: "Roboto Slab", serif;
  background-image: url(/content/images/charts.jpg);
  /*background-size: cover;*/
}
.mobile-logo-container {
  float: left;
}
@media all and (max-width: 488px) {
  .mobile-logo-container {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .mobile-logo-container {
    display: none;
  }
}
.mobile-logo-fixed {
  height: 0;
}
/* Set padding to keep content from hitting the edges. */
.body-content {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 100px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.m-right-10 {
  margin-right: 10px;
}
.m-right-20 {
  margin-right: 20px;
}
.m-right-30 {
  margin-right: 30px;
}
.clear {
  clear: both;
}
h1 {
  color: #f27420;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 30px;
}
h2 {
  color: #f27420;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 30px;
}
.tab-content {
  padding: 15px 20px 0 20px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-primary {
  border-color: #605ca8;
  -webkit-box-shadow: 3px 6px 6px 3px #ccc;
  -moz-box-shadow: 3px 6px 6px 3px #ccc;
  box-shadow: 3px 6px 6px 3px #ccc;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #807dba;
  border-color: #605ca8;
}
.panel-info {
  border-color: #a19fcb;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
.panel-info > .panel-heading {
  color: #302e56;
  background-color: #c1c0dd;
  border-color: #a19fcb;
}
.btn-primary {
  background-color: #f27420;
  border-color: #d35c0c;
}
.btn-primary:hover {
  background-color: #d35c0c;
  border-color: #a34709;
}
.label-primary {
  background-color: #f27420;
}
/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}
/*Login form*/
.login-form-container {
  border: solid thin silver;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-top: 20px;
  margin-bottom: 15px;
  box-shadow: 6px 7px 18px 2px silver;
  min-height: 325px;
  /*background-color: #EFEFEF;*/
  background-color: rgba(255, 255, 255, 0.7);
}
.field-validation-error {
  color: #ff0000;
}
.contact-info {
  float: right;
  text-align: left;
}
.contact-info a {
  color: #d5d5d5;
  transition: 0.5s;
}
.contact-info a:hover {
  color: #F27420;
  text-decoration: none;
}
.contact-info ul {
  padding: 0;
}
.contact-info li {
  width: auto;
  display: inline-block;
  padding-left: 3em;
}
/*footer Section*/
.footer {
  background-color: #545454;
  color: #fff;
  width: 100%;
  padding: 20px 0 10px 0;
}
.footer .contact-info {
  float: right;
  text-align: left;
}
.footer .contact-info a {
  color: #d5d5d5;
  transition: 0.5s;
}
.footer .contact-info a:hover {
  color: #F27420;
  text-decoration: none;
}
.footer .contact-info ul {
  padding: 0;
}
.footer .contact-info li {
  width: auto;
  display: inline-block;
  padding-left: 3em;
}
.bottom {
  position: absolute;
  bottom: 0;
}
.well-scrollable {
  height: 450px;
  overflow: scroll;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #777;
  background-color: transparent;
}
td.online {
  color: #449d44;
  text-align: center;
  font-size: 1.5em;
}
td.offline {
  color: #c9302c;
  text-align: center;
  font-size: 1.5em;
}
.input-group-btn.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 0 8px 0 10px;
  margin-left: -1px;
  position: relative;
  font-size: 12px;
  line-height: 1.325;
  border-radius: 0;
  background: #605ca8;
  border-color: #4c4988;
  color: #fff;
}
.input-group-btn.input-group-btn-vertical > .btn:hover {
  background: #4c4988;
  z-index: auto;
}
.input-group-btn.input-group-btn-vertical > .btn.up {
  border-bottom: none;
}
.input-group-btn.input-group-btn-vertical > .btn.down {
  border-top: none;
}
.panel-primary,
.panel-info,
.panel-warning,
.panel-success {
  box-shadow: 4px 5px 6px -3px #4c4988;
}
#rfqContainer {
  position: relative;
}
#timerPanel .panel-info,
#timerPanel .panel-success {
  border-color: #f27420;
  height: 47px;
}
#timerPanel .panel-body {
  padding: 8px;
}
#timerPanel.fixed {
  position: fixed;
  z-index: 1050;
  margin: -15px;
  top: 17px;
}
@media all and (max-width: 1200px) {
  #timerPanel.fixed {
    top: 14px;
  }
}
@media all and (max-width: 768px) {
  #timerPanel.fixed {
    width: 100%;
    top: 18px;
  }
}
#timerPanel .end-time {
  text-align: center;
  font-size: 18px;
}
.time-remaining-container {
  text-align: center;
}
.thick {
  border-width: 3px;
  font-weight: bold;
}
.end-time {
  height: 47px;
}
@media all and (max-width: 992px) {
  li.user-info {
    display: none;
  }
}
.time-remaining-fixed {
  font-size: 18px;
}
@media all and (max-width: 600px) {
  .time-remaining-fixed {
    font-size: 15px !important;
  }
}
@media all and (max-width: 440px) {
  .time-remaining-fixed {
    font-size: 14px !important;
  }
}
.mini-status {
  font-size: 7pt;
  position: relative;
  top: -4px;
  margin-left: 5px;
}
.pad-top-97 {
  padding-top: 97px;
}
.hide-absolute-top {
  position: absolute;
  top: -200px;
}
.right-absolute {
  position: absolute;
  right: 0;
  top: 5px;
}
@media all and (max-width: 768px) {
  .nav > li {
    display: none;
  }
}
.container-buyer {
  margin-left: 300px;
  margin-right: 50px;
}
@media all and (max-width: 768px) {
  .container-buyer {
    margin-right: auto;
    margin-left: auto;
  }
}
.bid-remaining-time-fixed {
  position: fixed;
  left: -8px;
  top: 85px;
  width: 330px;
}
@media all and (max-width: 768px) {
  .bid-remaining-time-fixed {
    position: fixed;
    top: 5px;
    width: 100%;
    z-index: 9000;
    left: 0;
  }
}
.bid-remaining-time-fixed .panel-info,
.bid-remaining-time-fixed .panel-success {
  height: 42px !important;
}
.bid-remaining-time-fixed .panel-info .time-remaining-fixed,
.bid-remaining-time-fixed .panel-success .time-remaining-fixed {
  font-size: 13px !important;
}
.bid-remaining-time-fixed .panel-info .mini-status,
.bid-remaining-time-fixed .panel-success .mini-status {
  top: -1px !important;
}
.gradient-orange {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+96,fb955e+100 */
  background: #feccb1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 96%, #fb955e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 96%, #fb955e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 96%, #fb955e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
  /* IE6-9 */
  color: #f1f1f1;
}
.gradient-silver {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}
@media all and (min-width: 768px) {
  .bid-history-panel {
    position: fixed;
    left: 8px;
    width: 300px;
    top: 150px;
    z-index: 1030;
  }
}
.bid-history-panel .list-group-item {
  padding: 8px;
}
@media print {
  .bid-history-panel {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .early-closing-panel {
    position: fixed;
    left: 30px;
    width: 270px;
    top: 100px;
    z-index: 1030;
  }
}
.early-closing-panel .list-group-item {
  padding: 8px;
}
.early-closing-panel .list-group-item span {
  display: block;
  text-align: left;
  color: #302e56;
  background-color: #c1c0dd;
  border-color: #a19fcb;
}
.early-closing-panel .list-group-item h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c0dd;
}
.table-buyers-view thead th:nth-of-type(1) {
  text-align: center;
}
.table-buyers-view thead th:nth-of-type(2) {
  text-align: center;
}
.table-buyers-view thead th:nth-of-type(3) {
  text-align: left;
}
.table-buyers-view thead th:nth-of-type(4) {
  text-align: center;
}
.table-buyers-view thead th:nth-of-type(5) {
  text-align: center;
}
.table-buyers-view thead th:nth-of-type(6) {
  text-align: center;
}
.table-buyers-view tbody td:nth-of-type(2) {
  text-align: center;
}
.table-buyers-view tbody td:nth-of-type(3) {
  text-align: left;
}
.table-buyers-view tbody td:nth-of-type(4) {
  text-align: right;
  padding-right: 20px;
}
.table-buyers-view tbody td:nth-of-type(5) {
  text-align: right;
  padding-right: 20px;
}
.table-buyers-view tbody td:nth-of-type(6) {
  text-align: center;
}
#back-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  font-size: 28px;
  color: #F27420;
  cursor: pointer;
  text-shadow: -1px 0 #E7E7E8, 0 1px #E7E7E8, 1px 0 #E7E7E8, 0 -1px #E7E7E8;
}
@media all and (max-width: 1290px) {
  #back-top {
    right: -200px;
  }
}
.panel table tbody tr td img {
  margin-right: 10px;
}
.hidden {
  display: none;
}
.listBidHistory,
.element-closing {
  font-size: 10pt;
}
div[name^='lotScroll-'],
div[name^='elementScroll-'] {
  height: 0;
}
.bidChange-enter {
  color: #000;
}
.bidChange-enter.bidChange-enter-active {
  -webkit-animation: bounce 3s ease-out;
  -moz-animation: bounce 3s ease-out;
  -o-animation: bounce 3s ease-out;
  animation: bounce 3s ease-out;
  color: #5cb85c;
}
.bidChange-leave {
  visibility: hidden;
  height: 0;
  width: 0;
}
.bidChange-leave.bidChange-leave-active {
  color: #5cb85c;
}
.bidHistoryChanged-enter {
  opacity: 0;
}
.bidHistoryChanged-enter.bidHistoryChanged-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.bidHistoryChanged-leave {
  opacity: 1;
}
.bidHistoryChanged-leave.bidHistoryChanged-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.navbar-inverse {
  border-bottom: 2px solid #605ca8;
  box-shadow: 0 2px 2px 0 #4c4988, -9px 0 8px 0 #4c4988;
}
.navbar-inverse .navbar-toggle {
  display: none;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #F27420 !important;
  border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #fff !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #333 !important;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    -webkit-transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    -webkit-transform: translateY(-50%);
  }
  40% {
    -webkit-transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    -webkit-transform: translateY(-30%);
  }
  70% {
    -webkit-transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    -webkit-transform: translateY(-15%);
  }
  90% {
    -webkit-transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    -webkit-transform: translateY(-10%);
  }
  97% {
    -webkit-transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    -webkit-transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -moz-transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    -moz-transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    -moz-transform: translateY(-50%);
  }
  40% {
    -moz-transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    -moz-transform: translateY(-30%);
  }
  70% {
    -moz-transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    -moz-transform: translateY(-15%);
  }
  90% {
    -moz-transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    -moz-transform: translateY(-10%);
  }
  97% {
    -moz-transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    -moz-transform: translateY(-5%);
  }
  100% {
    -moz-transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    -o-transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    -o-transform: translateY(-50%);
  }
  40% {
    -o-transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    -o-transform: translateY(-30%);
  }
  70% {
    -o-transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    -o-transform: translateY(-15%);
  }
  90% {
    -o-transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    -o-transform: translateY(-10%);
  }
  97% {
    -o-transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    -o-transform: translateY(-5%);
  }
  100% {
    -o-transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    transform: translateY(-50%);
  }
  40% {
    transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    transform: translateY(-30%);
  }
  70% {
    transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}
.swal2-content .list-group-item {
  font-size: 14px;
}
.list-group-item h5 {
  margin-bottom: 5px;
}
.list-group-item .label {
  font-size: 90%;
  line-height: 2em;
}
.swal2-popup {
  font-size: 1.6rem !important;
}
.panel-warning {
  border-color: #f27420;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
.panel-warning > .panel-heading {
  background-color: #f38338;
  color: #fff;
  padding: 5px 10px;
}
.panel-warning .btn {
  background: #605ca8;
  border-color: #4c4988;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.panel-warning .btn:hover {
  background: #434078;
}
.panel-warning .btn .glyphicon {
  padding-right: 5px;
}
.lot-container .panel-primary > .panel-body .panel-info > .panel-heading {
  padding: 5px 10px;
}
.lot-container .form-group {
  margin-bottom: 0;
}
.warning-flag {
  display: inline-block;
  margin-left: 5px;
  color: red;
  cursor: pointer;
}
.warning-flag:hover {
  color: #ee0000;
}
.powered-by-ebridge {
  position: absolute;
  top: 9px;
  right: 70px;
  height: 50px;
}
.container-supplier {
  position: relative;
}
.container-supplier .powered-by-ebridge {
  right: 10px;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 5px;
}
.p-2 {
  padding: 10px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 5px;
}
.pt-2 {
  padding-top: 10px;
}
.pb-0 {
  padding-bottom: 0;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 5px;
}
.m-2 {
  margin: 10px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 5px;
}
.mt-2 {
  margin-top: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 5px;
}
.mb-2 {
  margin-bottom: 10px;
}
.pagination-container {
  display: flex;
  align-content: center;
  justify-content: center;
}
.bid-lot-element {
  display: flex;
  flex-direction: row;
  flex: auto;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.bid-lot-element:nth-child(even) {
  background-color: #efefef;
}
.bid-lot-element .col1 {
  flex: 60%;
}
.bid-lot-element .col2 {
  flex: 40%;
}
.bid-lot-element .form-group {
  margin: 0;
  padding: 0;
}
.bid-lot-element .tbl-pricing-sheet-bids {
  margin-top: 10px;
  margin-bottom: 5px;
}
.bid-lot-element .tbl-pricing-sheet-bids tr th {
  text-align: center;
}
.bid-lot-element .tbl-pricing-sheet-bids tr td {
  vertical-align: middle;
  padding: 3px !important;
}
.bid-lot-element .tbl-pricing-sheet-bids tr td.text-only {
  height: 40px;
  padding: 10px 10px !important;
}
.bid-lot-element .tbl-pricing-sheet-bids tr td.text-only h4 {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0;
  margin: 0;
}
.bid-lot-element .tbl-pricing-sheet-bids tr td.text-only h4 small {
  font-size: 14px;
}
.bid-lot-element .tbl-pricing-sheet-bids tfoot tr td {
  font-weight: bold;
}
.bid-lot-element.initial-bid-lot-element .tbl-pricing-sheet-bids {
  margin-top: 30px;
}
.bid-lot-element.initial-bid-lot-element .tbl-pricing-sheet-bids tfoot tr td {
  font-weight: bold;
  padding: 10px 10px !important;
}
.bid-lot-element.initial-bid-lot-element.pricing-sheet-element {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .bid-lot-element .col100 {
    flex: 100%;
  }
  .bid-lot-element .col1 {
    flex: 75%;
  }
  .bid-lot-element .col2 {
    flex: 25%;
  }
}
#floatingPanel {
  position: fixed;
  left: 8px;
  width: 300px;
  height: calc(100vh - 165px);
  top: 150px;
  z-index: 1030;
  overflow-y: scroll;
  overflow-x: hidden;
  /*scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;*/
  padding-right: 10px;
  /*
    &::-webkit-scrollbar {
        width: 0.5em;
        left: 2px;
    }

    &::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px #c1c0dd;
        border-radius: 2px;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #f27420;
        outline: 1px solid darken(#f27420, 10%);

        &:hover {
            background: darken(#f27420, 5%);
        }
    }*/
}
@media print {
  #floatingPanel {
    display: none;
  }
}
#floatingPanel .panel-info .panel-heading {
  padding: 2px 10px;
}
#floatingPanel .bid-history-panel,
#floatingPanel .early-closing-panel {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  z-index: 1;
}
#floatingPanel .bid-history-panel .list-group-item,
#floatingPanel .early-closing-panel .list-group-item {
  padding: 6px;
}
#floatingPanel .bid-history-panel.suppliers h5,
#floatingPanel .early-closing-panel.suppliers h5 {
  margin: 0;
  padding: 2px;
}
#floatingPanel .computed-bids-panel h4 {
  margin: 0;
  padding: 0;
}