@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}

a,
.btn-link {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

.validation-error-Header {
/*    background-color: #90CAF9;
*/
    font-weight: bold;
    background-color: #005EAD;
    color: white;
}

.section-Header {
    /*  
        background-color: #90CAF9;
    */
    background-color: #005EAD;
    color: white;
    font-weight: bold;
}

.contractReSubmitt {
  text-decoration: underline;
  font-size: larger;
}

.contractHeader,
.awp-card-header {
    /*    background-color: #90CAF9;
          padding-left: 2px;
    */
    background-color: #005EAD;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
}

hr.panel-section-divider {
  border: 1px solid;
  color: lightgrey;
  width: 100%;
}
hr.header-bottom-bar{
    border: 0.5px solid;
    color: black;
    width: 100%;
}
.footer {
  height: 100px;
}

.hide {
    display: none;
    height: 0;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.spinner1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #A9D0F5;
    border-top-color: #0080FF;
    animation: spinner1 .9s ease infinite;
}

@keyframes spinner1 {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #A9D0F5;
    border-top-color: #0080FF;
    animation: spinner2 .9s linear infinite;
}

@keyframes spinner2 {
    to {
        transform: rotate(360deg);
    }
}
.spinner2 {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid #0080FF;
    border-bottom: 1px solid white;
    animation: spinner3 .9s linear infinite;
}
.awp-toast .btn-close {
    position:absolute;
    top: 5px;
    right: 5px;
}
.awp-toast .btn-close i {
    color: lightgrey;
}
@keyframes spinner3 {
    to {
        transform: rotate(360deg);
    }
}
/* .hide {
  display: none;
  line-height: 0em;
}

.show {
  display: inherit;
  line-height: normal;
} */
