.separator {
  border-top: 1px solid #d3d6da;
  margin-top: 10px;
  padding-top: 10px;
}

.animate {
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

.btn {
  border: none;
  color: #fff;
  padding: 0.6em 1.5em;
  border-radius: 30px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
}
.backbutton{
  color: #333!important;
}
.sent span {
  background-color: #337ab7 !important;
}

.submitted span {
  background-color: #5bc0de !important;
}

.approved span {
  background-color: #006400 !important;
}

.rejected span {
  background-color: #ff0700 !important;
}

.delivered span {
  background-color: #00e64f !important;
}

.PDF.Generated span {
  background-color: #a82424 !important;
}

.Pending span {
  background-color: #f9d10f !important;
}
  
.Voided span {
  background-color: #b55605 !important;
}
.Archived span {
  background-color: #a7001c !important;
}

.Quarantined span {
  background-color: #672f2f !important;
}

.SaveForLater span {
  background-color: #F2B847 !important;
}

.AutoSaved span {
  background-color: #0F9587 !important;
}

#batchResults .table-cell span {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.Sent span {
  background-color: #337ab7 !important;
}

.Delivered span {
  background-color: #00e64f !important;
}

.Active span {
  background-color: #008000 !important;
}

.Inactive span {
  background-color: #FF0000 !important;
}

.Success span {
  background-color: #008000 !important;
}

.Failure span {
  background-color: #FF0000 !important;
}


/* line 109, ../scss/common.scss */
#logResults .table-cell span {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

#profileResults .table-cell span {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

#claimResults .table-cell span {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.modal-content {
  border-radius: 0px;
}

.successModalContent {
  border: 1px solid #3c763d;
}

.errorModalContent {
  border: 1px solid #a94442;
}

.modal-header {
  padding: 10px;
}

.successModal {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.errorModal {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.modal-body {
  padding: 7px;
}

.modal-footer {
  margin-top: 0px;
  padding: 6px 12px;
}

.closeBtn {
  border-radius: 30px;
  background-color: #bfbfbf;
  color: #000;
  font-weight: 500;
}

.actionCenter {
  text-align: center !important;
}
.actionCenter i {
  color: #23527c !important;
}

@media only screen and (max-width: 998px) {
  #claimResults .actionCenter {
    text-align: left !important;
  }
}
@media only screen and (max-width: 998px) {
  #claimResults .select_cell.centerCheck {
    text-align: left !important;
  }
}
.table-cell .SpanWarning img {
  cursor: pointer;
  height: 16px;
}

.table-cell .RCNSpan {
  font-size: 100% !important;
  color: #494949 !important;
}

pre {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  color: #494949;
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table.eligibility {
  border-collapse: collapse;
  background: white;
  table-layout: fixed;
  width: 100%;
}
table.eligibility th{
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  text-align: left;
  padding:12px!important;
  background: #5a738e;
}
table.eligibility th:first-child{
  word-break: break-word;
  max-width: 100px!important;
}
table.eligibility th, table.eligibility td {
  padding: 8px 16px;
  border: 1px solid #ddd;
}

/* custom table */
.custom-content-table th, .custom-content-table td{
  vertical-align: middle !important;
}
.custom-content-table th{
  background: #5a738e;
  color: #fff;
  padding: 5px 10px;
}
.org-tbl-badge{
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  background-color: #444;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  min-width: 40px;
}
.badge-log{
  background-color: #008000;
}
.badge-note{
  background-color: #672f2f;
}
.org-tbl-attachment{
  display: block;
  margin: 0 0 0 -10px;
}
.org-tbl-attachment > a{
  display: inline-flex;
  align-items: center;
  margin: 5px 0 0 10px;
  padding: 3px 10px;
  line-height: normal;
  font-size: 10px;
  border: 1px solid #337ab7;
  border-radius: 5rem;
  text-decoration: none;
  color: #337ab7;
  box-shadow: inset 0 0 4px 0 rgba(51,122,183,0.3);
}
.org-tbl-attachment > a:hover{
  box-shadow: none;
  background: #337ab7;
  color: #fff;
}
.org-tbl-attachment > a > i{
  padding-right: 3px;
}
.custom-inline-field{
  display: flex;
  align-items: center;
}
.custom-inline-field label{
  margin: 0;
}
.custom-inline-field .form-control{
  width: auto;
  max-width: 60px;
  text-align: center;
}
.custom-inline-field .checkbox{
  min-height: auto;
}
.custom-inline-field .custom-input-group{
  display: flex;
  align-items: stretch;
}
.custom-inline-field .custom-input-group > label{
  border-radius: 3px 0 0 3px;
  padding: 6px 18px 6px 12px;
  border: 1px solid #c5c7cb;
  background: #eee;
  border-right: 0;
  position: relative;
}
.custom-inline-field .custom-input-group > label.no-slash{
  border: 1px solid #c5c7cb;
  border-radius: 3px;
  padding: 6px 12px;
}
.custom-inline-field .custom-input-group > label::after{
  content: '/';
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  font-size: 18px;
  top: calc(50% - 13px);
  font-weight: normal;
  color: #777;
  background: #eeeeee;
  border: 3px solid #fff;
  right: -14px;
  border-radius: 100%;
  padding: 0;
}
.custom-inline-field .custom-input-group > label.no-slash::after{
  display: none;
}
.right_col .form-group .custom-inline-field .custom-input-group  input[type="text"]{
  height: auto;
  margin: 0;
  padding: 0 !important;
  border-left: 0;
  width: auto;
  max-width: 60px;
  border-radius: 0 3px 3px 0;
}
.custom-div-tbl-thead, .custom-div-tbl-tbody{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-div-tbl-thead > div[class*="col"], .custom-div-tbl-tbody > div[class*="col"]{
  padding-left: 7px;
  padding-right: 7px;
}
.custom-div-tbl-thead > div.col-sm-3, .custom-div-tbl-tbody > div.col-sm-3{
  width: 15%;
}
.custom-div-tbl-thead > div.col-sm-2, .custom-div-tbl-tbody > div.col-sm-2{
  width: 10%;
}
.custom-div-tbl-thead > div.col-sm-1, .custom-div-tbl-tbody > div.col-sm-1{
  width: 5%;
}
.custom-div-tbl-tbody > div .link-remove{
  top: 0 !important;
}
.custom-div-tbl-tbody {
  color: #000;
}
.custom-default-table table{
  color: #000;
}
.custom-default-table table > thead > tr > th{
  font-size: 12px;
  border: 0;
  padding-top: 0;
  color: #73879c;
  vertical-align: middle;
}
.custom-default-table table > tbody > tr > td{
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
}
.custom-default-table .form-control{
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  margin: 0;
  color: #000;
}
.w-auto{
  width: auto !important;
}
.text-dark{
  color: #000 !important;
}
.right_col .form-group input[type="text"].section-input{
  border: 1px solid #ccc;
  padding: 6px 12px;
  color: #555;
  width: 100%;
  margin: 5px 0 0 0;
  border-radius: 4px;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.custom-responsive-table{
  clear: both;
}
.custom-responsive-table table > thead > tr > th, .custom-responsive-table table > tbody > tr > td{
  border: 0;
  font-size: 12px;
  line-height: 1.1;
  vertical-align: middle;
  text-align: center;
}
.custom-responsive-table table > tbody > tr > td input[type=checkbox]{
  width: 26px;
  display: inline-block;
}
.custom-responsive-table table > thead > tr > th small{
  display: block;
  color: #777;
  font-weight: normal;
}
.custom-responsive-table table > tbody > tr{
  border-bottom: 1px solid #ddd;
}
.custom-responsive-table table > tbody > tr:last-child{
  border-bottom: 0;
}
.custom-responsive-table table > tbody > tr > td .link-remove{
  top: 0 !important;
  display: inline-block;
}
.form-group .addInfoSec .paperClaim{
  margin-top: 18px;
}