﻿/* General styling and layout */
/* light blue */
/* sky blue */
/* very dark blue */
/* All mixins */
/* All extends */
/* All animations */
@keyframes bouncy {
  0%, 100%, 30%, 50% {
    transform: translateX(3px);
  }
  10% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(5px);
  }
  40% {
    transform: translateX(4px);
  }
}
html {
  position: relative;
  min-height: 100%;
  background: #fafafa;
}

body {
  font-family: "effra", sans-serif;
  font-size: 1em;
  color: #4F4F4F;
  font-weight: 100;
  background: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 500;
  margin: 1em 0 0.5em;
}

h1 {
  font-size: 2em;
  margin-bottom: 2em;
  text-align: center;
}

h2 {
  font-size: 1.5em;
}

h2 span {
  font-weight: 100;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 5.25px !important;
}

h6 {
  font-size: 1.1em;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1em;
  }
}
p + h2, p + h3, p + h4, p + h5, p + h6, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6 {
  margin-top: 50px;
}

p {
  margin: 0 0 25px;
  line-height: 1.5;
}

a {
  color: #00AEEF;
  text-decoration: none;
}
a:hover {
  color: #00AEEF;
  text-decoration: underline;
}

ul, ol {
  margin: 0 0 25px 25px;
  padding: 0;
}

ul ul, ol ul, ul ol, ol ol {
  margin: 5px 0 5px 10px;
}

.border-top {
  border-top: 1px solid #f6f6f6;
}

.border-bottom {
  border-bottom: 1px solid #f6f6f6;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

footer .container {
  padding: 25px;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 767px) {
  footer .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
footer a {
  color: rgba(0, 0, 0, 0.3) !important;
}
footer p {
  line-height: 1;
  margin: 0;
}
@media all and (max-width: 767px) {
  footer p {
    margin-bottom: 25px;
  }
}

.centeredtext, .centeredtext p, .centeredtext h1, .centeredtext h2, .centeredtext h3, .centeredtext h4, .centeredtext h5, .centeredtext h6 {
  text-align: center;
}

.topbar {
  position: fixed;
  z-index: 100;
  top: 0;
  height: 40px;
  background-color: #333;
  width: 100%;
  max-width: 1640px;
  left: 50%;
  transform: translateX(-50%);
}

.topbar a {
  line-height: 40px;
  color: white;
  font-weight: 400;
}

.topbar a:hover {
  color: #FFD200;
  text-decoration: none;
}

.topbarlinks {
  float: right;
  margin-right: 2%;
}

.topbarlinks a {
  display: inline-block;
  margin-left: 2em;
  font-size: 0.8em;
}

.topbarlinks a:nth-child(2)::after {
  padding-left: 27px;
  content: "|";
}

.topbarlinks a:nth-child(2):hover::after {
  color: white;
}

.topbarlinks ul {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.topbarlinks ul li {
  position: relative;
  font-weight: 400;
  color: #fff;
}

.topbarlinks ul li a {
  margin: 0;
}

/* Menu Levels */
/* level 1 */
.topbarlinks > ul {
  float: right;
}

.topbarlinks > ul > li {
  display: inline-block;
  margin-left: 1.7em;
}

/* level triggers */
.topbarlinks > ul > li:hover > a {
  color: #FFD200;
}

header {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: white;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-brand img {
  width: 150px;
  height: auto;
}

.nav-item {
  margin-left: 25px;
}
@media all and (max-width: 575px) {
  .nav-item {
    margin-left: 0;
    text-align: center;
  }
}

.dropdown-toggle::after {
  vertical-align: 0.1em;
}

.nav-link, .nav-link.text-dark {
  color: #353535 !important;
  text-align: center;
  font-weight: 600;
}

@media all and (max-width: 575px) {
  button.nav-link.text-dark {
    width: 100%;
  }
}

.nav-link:hover, .nav-link.text-dark:hover {
  color: #353535 !important;
  text-decoration: underline;
}

main form {
  transition-delay: 0.25s;
  transition-duration: 0.75s;
}

.formFancies .form-check {
  padding-left: 0;
}
.formFancies input[type=checkbox] {
  top: 5px;
}

body.pageloaded main form {
  opacity: 1;
}

.container {
  background-color: #f3f3f3;
}
@media all and (min-width: 1200px) {
  .container {
    max-width: calc(100% - 20px);
  }
}
@media all and (min-width: 1442px) {
  .container {
    max-width: 1640px;
  }
}
@media all and (max-width: 991px) {
  .container {
    max-width: calc(100% - 50px);
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

header + .container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 105px;
}

header.container, header .container {
  background-color: white;
}

header {
  z-index: 99;
}

.container .row + .row {
  margin-top: 30px;
}
@media all and (max-width: 1023px) {
  .container .row + .row {
    margin-top: 0;
  }
}

img.heading {
  border-bottom: 10px solid #00AEEF;
  position: relative;
  top: -50px;
  left: -25px;
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
}
@media all and (max-width: 767px) {
  img.heading {
    display: none;
  }
}

.pad_top {
  padding-top: 100px;
}

.pad_top_sm {
  padding-top: 25px;
}

.pad_bottom {
  padding-bottom: 100px;
}

main {
  padding: 50px 25px;
}
@media all and (max-width: 767px) {
  main {
    padding: 50px 15px;
  }
}

.form-group .btn-primary {
  padding: 10px 20px;
  min-width: 160px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
.form-group .btn-primary:hover {
  background: #0a64b5;
  border-color: #0a64b5;
}
@media all and (max-width: 480px) {
  .form-group .btn-primary {
    min-width: auto;
    text-align: center;
  }
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
  background-color: white;
  border-radius: 5px;
}

input[type=checkbox]:checked {
  background-color: #00AEEF;
}

input[type=checkbox]:checked:after {
  content: url("/images/checkmark.svg");
  position: absolute;
  top: -1px;
  left: 2px;
  width: 16px;
  height: auto;
}

input[type=checkbox]:focus {
  outline: none;
}

.checkbox label {
  position: relative;
  top: -3px;
}

.checkbox input {
  position: relative;
  top: 5px;
}

.prevlink {
  margin: 0 !important;
}
.prevlink a {
  position: absolute !important;
  left: 10px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #353535 !important;
}

code {
  color: #999;
  display: block;
}

.btn-primary {
  background: #00AEEF;
  border-color: #00AEEF;
}
.btn-primary:hover {
  background: #0a64b5;
  border-color: #0a64b5;
}

.btn-primary + .btn-primary {
  margin-left: 15px;
}

.btn-secondary {
  background-color: #353535;
  border-color: #353535;
}
.btn-secondary:hover {
  background: black;
  border-color: black;
}

.btn-info {
  background: #353535;
  border-color: #353535;
}
.btn-info:hover {
  background: #00AEEF;
  border-color: #00AEEF;
}

.btn-danger {
  background-color: #b10011;
  border-color: #b10011;
}
.btn-danger:hover {
  background-color: black;
  border-color: black;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #0a64b5 !important;
  border-color: #0a64b5 !important;
  box-shadow: 0 0 0 3px #bddff9 !important;
}

@media all and (max-width: 1023px) {
  .navbar-collapse { /*padding-bottom: 25px*/ }
}

.dropdown-menu {
  top: calc(100% + 10px);
  min-width: 100%;
}

.navbar-light .navbar-nav .dropdown-menu button.nav-link {
  padding: 0.25rem 1.5rem;
  color: #212529 !important;
  font-weight: 400;
}

.navbar-nav .nav-item .btn-group {
  display: block;
}

.navbar-nav .nav-item .btn-group .dropdown-menu {
  text-align: center;
  position: relative;
  margin-top: 25px;
  min-width: auto;
  margin-left: 25px;
  margin-right: 25px;
}
@media all and (min-width: 1024px) {
  .navbar-nav .nav-item .btn-group .dropdown-menu {
    position: absolute;
    margin-top: 0;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

@media all and (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media all and (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
    display: block !important;
    flex-basis: 100%;
  }
}

@media all and (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .navbar-expand-sm .navbar-collapse.collapse:not(.show) {
    display: flex !important;
    flex-basis: auto;
  }
}

@media all and (min-width: 576px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: wrap;
  }
}

.navbar-expand-sm .navbar-nav {
  margin-left: 0;
}
@media all and (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-left: 0;
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .nav-item {
    margin-left: 25px;
  }
}

@media all and (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    width: 100%;
  }
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
}

.vs {
  color: gray;
  margin: 5px 0;
  font-weight: 400;
}

.matterNumber h3 {
  font-size: 15px;
  color: gray;
  font-weight: 100 !important;
  margin-bottom: 0;
}

.matterNumber h2 {
  min-height: 46px;
}

.enddate {
  margin: 15px 0;
  color: gray;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.enddate span {
  display: block;
}

.partiesInvolved p {
  color: #353535;
  margin: 0;
}

.amountDisplay {
  font-weight: 600;
  color: #2896f8;
  line-height: 1.1;
}
.amountDisplay span {
  color: gray;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.card-deck .card {
  margin-bottom: 50px;
  background: #353535;
  align-items: center;
  padding: 25px;
  border: none;
  cursor: pointer;
}
.card-deck .card .bg-info {
  background-color: transparent !important;
  padding: 0 0 25px;
}
.card-deck .card .bg-info .card-title {
  margin: 0;
  font-size: 22px !important;
  color: white;
}
.card-deck .card .card-footer {
  background-color: transparent;
  border: none;
}
.card-deck .card .card-footer a {
  padding: 0;
}
.card-deck .card a.nav-link:hover {
  background-color: white;
  text-decoration: none;
}
.card-deck .card:hover a.nav-link {
  background-color: white;
  text-decoration: none;
}
.card-deck .card:hover .card-footer {
  background-color: white;
}

.card-deck a .card .card-footer {
  display: none;
}

.card-deck a .card .card-body {
  padding-bottom: 0;
}

.card-deck a .card .card-body:first-child h1.card-title {
  min-height: auto;
}

h1.card-title {
  font-size: 22px !important;
  margin: 0;
  color: white;
}

.card-deck .card:nth-child(3) .card-body h1.card-title {
  font-size: 16px !important;
  text-align: left;
}

.card-deck .card:nth-child(3) .card-body:first-child h1.card-title {
  font-size: 22px !important;
}

.card-deck .card:nth-child(4) .card-body:first-child h1.card-title {
  font-size: 22px !important;
  color: #353535;
}

.card-deck .card .card-body:first-child h1.card-title {
  min-height: 70px;
  text-align: left;
}

.wrapper_medium.detailspage {
  max-width: 1200px;
}

.detailspage .card-deck .card {
  background: white;
  border-radius: 15px;
  display: block;
  border: 2px solid #bddff9;
}

.detailspage .card-deck .card h1.card-title {
  color: #353535;
}

.detailspage .card-deck .card .card-body {
  padding: 10px;
}

.card-footer .text-muted {
  display: block;
  font-size: 16px;
  color: gray !important;
}

.detailspage .bg-danger, .detailspage .bg-light, .detailspage .bg-success {
  background-color: transparent !important;
  border: 1px solid #353535;
  margin-bottom: 25px;
  border-radius: 5px;
}

.detailspage .bg-danger:hover, .detailspage .bg-light:hover, .detailspage .bg-success:hover {
  background-color: #353535 !important;
}

.detailspage .bg-danger:hover h1.card-title, .detailspage .bg-light:hover h1.card-title, .detailspage .bg-success:hover h1.card-title {
  color: white !important;
}

.detailspage h1.card-title button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: #353535;
  font-weight: 700;
  transition-delay: 0s;
}

.detailspage h1.card-title:hover button, .detailspage .card-body:hover h1.card-title button, .detailspage .card-body h1.card-title button:hover {
  color: white;
}

.detailspage h1.card-title button:hover {
  color: white;
}

.detailspage .bg-warning {
  background-color: transparent !important;
  padding: 0 10px !important;
  text-align: left;
  display: inline-block;
}

.card-deck .card:nth-child(4) .card-body h1.card-title {
  font-size: 16px !important;
  color: gray;
}

.ruletabs .flex-column {
  flex-direction: row !important;
  justify-content: center;
  margin: 0 0 25px;
}
.ruletabs .flex-column .nav-item {
  margin: 0 10px;
}

.ruletabsbody h4 {
  display: none;
}
.ruletabsbody .col-md-6 {
  max-width: 100%;
}
.ruletabsbody .form-group:last-of-type {
  margin-bottom: 50px;
}

body .input-group > .custom-select:not(:last-child), body .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

body .nav-pills .nav-link.active, body .nav-pills .show > .nav-link {
  color: white !important;
}

main > .row {
  margin-left: auto !important;
  margin-right: auto !important;
}

input[type=radio] {
  border: 2px solid #353535;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
}

input[type=radio]:checked {
  background-color: #353535;
}

input[type=radio]:checked:after {
  content: url("../images/checkmark.svg");
  position: absolute;
  top: -1px;
  left: 2px;
  width: 16px;
  height: auto;
}

input[type=radio]:focus {
  outline: none;
}

.w_radio .w_radio label {
  position: relative;
  top: -6px;
}
.w_radio label + input {
  clear: both;
}
.w_radio .labelgroup {
  float: left;
  width: 50%;
}
.w_radio:after {
  clear: both;
  display: block;
  content: "";
}

label, .form-group p, legend {
  font-weight: 600;
  color: #353535;
  margin-bottom: 5px;
  font-size: 16px;
}

input, .form-control {
  border: 2px solid #bddff9;
  border-radius: 5px;
  height: auto;
  font-size: 16px;
  padding: 10px 15px;
  color: #0a64b5;
}

.form-control:focus {
  font-size: 16px;
  padding: 10px 15px;
  color: #0a64b5;
}

.wrapper_sm .form-control {
  width: 400px;
}

select.form-control {
  height: 48px;
  border-radius: 15px !important;
  margin-bottom: 25px;
}

.wrapper_sm {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.col.wrapper_sm {
  padding-left: 0;
  padding-right: 0;
}

.wrapper_medium {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.wrapper_large {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.mixedfields form > div {
  margin-bottom: 25px;
}

.labelgroup label {
  position: relative;
  top: -6px;
}

.field-validation-error {
  font-size: 14px;
}

#wizard-p-0, #wizard-p-1, #wizard-p-2, .actions {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

#wizard-p-3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
#wizard-p-3 .form-group {
  display: block;
  width: 100%;
  text-align: justify;
  margin-bottom: 50px;
}
#wizard-p-3 label {
  position: relative;
  top: -6px;
  width: 112px;
  text-align: left;
}
#wizard-p-3 .field-validation-error {
  display: block;
}

.costText {
  margin-bottom: 25px;
}
.costText a {
  margin-left: 5px;
}

.termsText {
  margin-bottom: 25px;
}
.termsText a {
  margin-left: 5px;
}

.text-muted div {
  font-weight: 600;
  color: #2896f8;
  line-height: 1.1;
}

.timelineSeparator {
  border-left: 2px solid #2896f8;
  margin: 10px 20px;
  height: 30px;
}
.timelineSeparator:first-child {
  display: none;
}

.actionbox {
  text-align: center;
}
.actionbox h2 {
  font-size: 22px;
}
.actionbox .card-body {
  margin: 0 15px;
  display: inline-block;
  padding: 0 !important;
}
.actionbox button {
  padding: 10px 20px !important;
  min-width: 250px;
}

.modal-content {
  padding: 15px;
}

.access_bids {
  border: 1px solid #000;
  padding-top: 50px;
  margin-top: 50px;
  background: linear-gradient(to left, rgba(204, 218, 229, 0) 0, rgb(204, 218, 229) 640px, rgb(204, 218, 229) 690px), url("/images/backsil.png") no-repeat;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #ccdae5;
  margin-bottom: 40px;
}

.learnMore {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  width: 40%;
  margin-left: 25%;
}

.infoBox {
  background: white;
  border-radius: 15px;
  padding: 35px;
  margin: 0 0 30px;
}

.leftBottomSection img {
  width: 60%;
}

.rightBottomSection img {
  width: 80%;
}

.left_align {
  float: left;
  padding-right: 15px;
}

.arrow_toLeft {
  float: right;
  width: 15%;
}

.bottomImage {
  height: 400px;
  width: 400px;
}

div.access_bids {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.infoSection {
  text-align: center;
}
div.infoSection h3 {
  max-width: 75%;
  margin: 15px auto;
}
div.infoSection h3 a {
  min-height: 55px;
  display: block;
}
@media all and (max-width: 767px) {
  div.infoSection {
    flex: 100%;
    max-width: 100%;
  }
}

.form-group .btn-primary.liketext {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  color: #00AEEF;
  min-width: auto;
}
.form-group .btn-primary.liketext:hover {
  text-decoration: underline;
}

.lowerWrapper .infoSection {
  background: transparent;
  padding: 15px;
}
.lowerWrapper .lowerLeftContent {
  padding: 20px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.lowerWrapper .lowerLeftContent img {
  height: auto;
  max-width: 100%;
}
.lowerWrapper .lowerLeftContent p {
  min-height: 75px;
}

.oppWrap {
  height: 100%;
  background: white;
  padding: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.oppWrap h5 {
  min-height: 75px;
}
@media all and (max-width: 480px) {
  .oppWrap h5 {
    min-height: auto;
  }
}
.oppWrap li {
  list-style-type: square;
  margin: 0 0 15px;
  color: #bbb;
}
.oppWrap li a {
  font-weight: 400;
  color: #00AEEF;
}
.oppWrap li a:hover {
  color: #00AEEF;
}
@media all and (max-width: 767px) {
  .oppWrap {
    padding: 10px 15px 25px;
  }
}

.bidEnd {
  margin: 15px 0 25px;
  color: gray;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}

.rightColumn {
  padding-left: 50px;
}

.nofiles {
  color: brown;
  font-size: 1.5em;
}

.passwordLink {
  font-size: 12px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #2896f8;
}

#vendors tr td {
  height: 20px !important;
}

.mb0 {
  margin-bottom: 0;
}

.sorting_1 {
  font-weight: 500;
}

.table {
  background: white;
}
.table tr:nth-child(even) {
  background: #f6f6f6;
}
.table thead th {
  border-bottom: none;
  background: #353535;
  color: white;
  font-weight: 400;
  font-size: 1.2em;
}
.table tbody {
  border-bottom: 2px solid #353535;
}
.table ul {
  margin: 0 0 0 16px;
}
.table .btn {
  width: 100%;
  margin-bottom: 10px;
}
.table .btn-secondary {
  background-color: #00AEEF;
  border-color: #00AEEF;
}
.table .btn-secondary:hover {
  background-color: #0a64b5;
  border-color: #0a64b5;
}

.dataTables_scroll {
  margin-bottom: 15px;
}

.dataTables_filter input {
  padding: 5px 7px;
}

.dataTables_length select {
  padding: 5px 20px;
  margin: 0 5px;
  height: auto;
  border-radius: 5px !important;
}

.page-item.active .page-link {
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.dataTables_info {
  padding-top: 0;
  line-height: 30px;
}

.homecontent > div > div:first-child {
  margin-bottom: 50px;
}
.homecontent .col {
  margin-bottom: 50px;
  flex-basis: 50%;
}
@media all and (max-width: 767px) {
  .homecontent .col {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.homecontent .row + .row {
  margin-top: 0;
}
.homecontent > .col-8 .oppWrap {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-top: 2px solid gray;
  padding-top: 25px;
}
.homecontent .oppWrap h5 {
  min-height: 50px;
}
.homecontent .bidEnd {
  border: none;
}
@media all and (max-width: 1279px) {
  .homecontent > div:nth-child(1) {
    order: 1;
    flex-basis: 50%;
    max-width: 50%;
  }
  .homecontent > div:nth-child(2) {
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  .homecontent > div:nth-child(3) {
    order: 2;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 767px) {
  .homecontent > div:nth-child(1) {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  .homecontent > div:nth-child(2) {
    margin-top: 50px;
  }
  .homecontent > div:nth-child(3) {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  .homecontent > div > div:first-child {
    text-align: left !important;
  }
}
@media all and (max-width: 480px) {
  .homecontent .form-group .btn-primary {
    min-width: 160px;
  }
}

@media all and (max-width: 1023px) {
  .homecontent .rightColumn p:first-of-type {
    margin-bottom: 50px;
  }
}

.sidebox {
  margin-top: 43px;
}

@media all and (max-width: 1023px) {
  .col {
    flex-basis: 50%;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .col {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}

.width100 {
  width: 100%;
}

.ncode {
  padding-bottom: 15px;
}

.naicsList {
  display: block;
  list-style: none;
}

.form-section {
  border: 2px solid #bddff9;
  border-radius: 5px;
  height: auto;
  font-size: 16px;
  padding: 10px 15px;
  color: #0a64b5;
}

.file-list {
  list-style: none;
}

/*.naicsListlist-inline li {
	display: inline-block;
}

.naicsList li:after {
	content: '|';
	margin: 0 10px;
}*/
.admintable thead > tr > th {
  font-size: 12px !important;
}

.admintable th, .table td {
  padding: 0.6rem;
  font-size: 13.5px;
}

.text-danger {
  color: #dc3545 !important;
  background-color: #f3f3f3;
  position: absolute;
  width: 553px;
  top: -48px;
  padding-top: 20px;
}

.text-danger > ul > li {
  list-style: none;
  margin-left: -20px;
  padding: 5px;
  font-weight: 400;
}

.passwordForget {
  top: -57px;
}

.passwordTitle {
  margin-bottom: 65px;
}
