body {
  background-color: rgb(250, 250, 252);
  margin: 0;
}

#welcomeMSG {
  margin: 8px 0px 0px 8px;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #499aed;
  z-index: 999999;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}



@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
.loaderImageContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999998;
  background: #0000001f;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  padding-bottom: 15px;
}

.loaderImg {
  position: fixed;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 9999999;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.loaderImg {
  background: white;
}

#forgetPasswordForm {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -160px;
  width: 320px;
  height: 140px;
  border: 25px solid white;
  background-color: white;
}

#registratoinForm {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -50px;
  margin-left: -160px;
  width: 320px;
  height: 250px;
  border: 20px solid white;
  background-color: white;
}

.mainDivStyle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -160px;
  width: 320px;
  height: 140px;
  border: 25px solid white;
  background-color: white;
}

.formFieldStyle {
}

.cataloglink {
  color: #a70000;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  text-decoration: underline;
}

.showIndicatoreImg {
  display: block;
}

.hideIndicatoreImg {
  display: none;
}
.formheading {
  font-size: 12px;
  color: #000000;
  margin-bottom: 10px;
}
.formmargin {
  margin-top: 20px;
}

.hiLiteGray {
  background-color: #ccc;
}
.hiLiteNone {
  background-color: none;
}

.email-address {
  border: 1px solid #9cadc4;
  margin: 2px;
  padding: 5px;
  float: left;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(
    top,
    #f0fbff 0%,
    #f0fbff 4%,
    #e7f1fe 4%,
    #b4d4fd 96%,
    #9cadc4 96%,
    #9cadc4 100%
  );
}

div.remove-on-hover:hover img {
  opacity: 0.5;
}

div.remove-on-hover:hover input {
  display: block;
  top: 0;
  left: 0;
}

div.remove-on-hover input {
  position: absolute;
  display: none;
}

.email-attachment {
  float: left;
  position: relative;
  padding-bottom: 20px;
  margin-right: 5px;
  border: 1px solid #c3d0e2;
  border-radius: 0px 0px 5px 0px;
  padding: 2px;
  background-color: #d8e1ee;
}

.email-attachment button {
  position: absolute;
  display: none;
}

.email-attachment:hover button {
  display: block;
  top: 0;
  right: 0;
  cursor: pointer;
}

.email-attachment img {
  cursor: pointer;
  height: 32px;
  width: 32px;
  margin: 0 auto;
  display: block;
}

.email-attachment:hover img {
  opacity: 0.5;
}

.fileNameDiv {
  color: black;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
  text-align: center;
}

.renewalInfo {
  font-size: 20px;
  color: #a5c4ee;
}

.pricing-thread-content {
  padding: 0px;
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
  /* background-color: white; */
  border-bottom: 1px solid #00000042;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
}

.fileList ul {
  width: 250px;
  list-style-type: none;
  padding-left: 10px;
}

.supportFileList ul {
  width: 600px;
}

.fileList li {
  width: 100%;
  border: 1px solid transparent;
  margin-top: 8px;
  border-radius: 4px;
  padding: 3px;
  height: 24px;
  background-color: #f5f5f5;
}

.supportFileList li {
  width: 250px;
  float: left;
  margin-right: 5px;
}

.fileList a {
  color: black;
  text-decoration: none;
}

.fileList img {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.fileList div {
  cursor: pointer;
  height: auto;
  width: 215px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fileList div.withRemove {
  width: 200px;
}

.attachFileList ul {
  width: 250px;
  list-style-type: none;
  padding-left: 10px;
}

.attachFileList li {
  width: 100%;
  border: 1px solid transparent;
  margin-top: 8px;
  border-radius: 4px;
  padding: 3px;
  height: 24px;
  background-color: #f5f5f5;
}

.attachFileList a {
  color: black;
  text-decoration: none;
}

.attachFileList img {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.attachFileList div.withRemove {
  width: 200px;
  float: right;
}

.attachFileList {
  cursor: pointer;
  height: auto;
  width: 580px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 3px;
  overflow: visible;
  text-overflow: ellipsis;
}

.imgContainer {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.quoteCheckList .formCell {
  border: 1px solid black;
  height: 30px;
}

.checklist-header {
  border: 1px solid black;
  height: 30px;
  font-weight: bold;
}

.quoteCheckList table {
  border-collapse: collapse;
}

.main-heading {
  font-size: 20px;
  color: #38336c;
  font-weight: bold;
}

.attachmentHeading {
  border: 1px solid black;
  overflow: visible;
  overflow-y: scroll;
  padding: 5px;
}

.requirementHeading {
  border: 1px solid black;
  overflow: visible;
  overflow-y: scroll;
  padding: 5px;
}

.pricingAttachmentCont {
  border-left: 1.5px solid black;
  padding-left: 15px;
}

.pricingAttachmentCont .attachementLeft {
  margin-left: 15px;
  overflow: hidden;
}

.attachementLeft {
  float: left;
  margin-left: 30px;
  width: 40%;
  border: 1px solid transparent;
  margin-top: 8px;
  border-radius: 4px;
  padding: 3px;
  height: 24px;
  background-color: #f5f5f5;
}

.attachementRight {
  float: right;
  width: 40%;
  margin-right: 10px;
  border: 1px solid transparent;
  margin-top: 8px;
  border-radius: 4px;
  padding: 3px;
  height: 24px;
  background-color: #f5f5f5;
}

.supportFileNameDiv {
  color: black;
  width: 290px;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  white-space: nowrap;
}
.quotationRequestID span {
  display: block;
  padding: 5px;
  border: 1px solid aliceblue;
}

.quotationRequestID {
  width: 100%;
  border-collapse: collapse;
}

.quotationRequestID td {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #f0f0f0;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-overflow: ellipsis;
}

.quotationRequestID th {
  background-color: #e6e6e6;
}

.quotationRequestID td {
  text-align: center;
}

.quotationRequestID td:nth-child(1) {
  width: 60%;
}

.quotationRequestID td:nth-child(2) {
  border-left: 1px solid #f0f0f0;
  padding-left: 5px;
}
.negativeGPMessage {
  color: red;
  background: white;
  font-size: 12px;
}
