#loading {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("../img/loading-icon.gif");
  background-size: 15% auto;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 9990;
}
.entity-browser-iframe-container iframe {
  z-index: 0;
}
.entity-browser-iframe-container {
  z-index: 0;
}
.ajax-progress-fullscreen {
  display: none!important;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  #loading {
    background-size: 35% auto;
  }
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-image: url(pages/images/sort_both.png);
  background-repeat: no-repeat;
  background-position: center right;
}
body .datepicker td, body .datepicker th {
  width: 45px;
  height: 45px;
}
.datepicker table td {
  padding: 10px;
}
.datepicker {
  z-index: 9999!important;
}

.btn-finish-red:hover {
  color: #FFFFFF !important;
}

.btn-finish-red {
  font-size: 16px !important;
  color: #FFFFFF !important;
}

#order-summaries-table tr td a {
  width: 100%;
  min-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
#order-summaries-table tr td a:hover,
#order-summaries-table tr td a:active,
#order-summaries-table tr td a:focus {
  text-decoration: unset;
  color: #000000;
}
#order-summaries-table tr td.text-name a:hover,
#order-summaries-table tr td.text-name a:active,
#order-summaries-table tr td.text-name a:focus,
#order-summaries-table tr td.text-name a {
  color: #1C81DF;
}
.form-item select.error {
  outline-color: red;
}
#order-summaries-table tr td a.color-red:hover,
#order-summaries-table tr td a.color-red:active,
#order-summaries-table tr td a.color-red:focus,
#order-summaries-table tr td a.color-red,
.color-red {
  color: red;
}
#order-summaries-table tr td a.color-blue:hover,
#order-summaries-table tr td a.color-blue:active,
#order-summaries-table tr td a.color-blue:focus,
#order-summaries-table tr td a.color-blue,
.color-blue {
  color: #1C81DF;
}
/*#order-summaries-table tr td a.color-blue:hover,*/
table tbody tr .status {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-bottom: 2px;
  background: #262626;
  border-radius: 100px;
}

table tbody tr .status.rejected {
  background: #EE1000;
}

table tbody tr .status.approved {
  background: #52C41A;
}

table tbody tr .status.closed {
  background: #D9D9D9;
}
table tbody tr .status.pending_takeda_review {
  background: #52C41A;
}
table tbody tr .status.pending_hcp_input {
  background: #1C81DF;
}

span.arrow-2 {
  border: 1px solid #999999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.3s;
  margin-right: 8px;
  margin-top: 2px;
  cursor: pointer;
}
span.arrow-2.collapsed {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 6px;
}

.label-request {
  font-size: 32px;
  font-weight: bold;
  line-height: 24px;
  margin: 20px 0;
}

.breadcrumb .breadcrumb-item {
  color: #1C81DF;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item-last {
  color: #8C8C8C;
  font-size: 14px;
}

.breadcrumb .seperator {
  font-size: 14px;
}

main.d-xl-block {
  margin-top: 30px;
}

#home main.d-xl-block {
  margin-top: 0;
}

.sectionpage .breadcrumb-border {
  padding: 0;
}

@media screen and (max-width: 767px) {
  main.d-xl-block {
    margin-top: 0;
  }
}
.sub-description {
  color: #777;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .pending-takeda-message {
    height: 675px;
  }
}
@media screen and (max-width: 1024px) {
  .pending-takeda-message {
    padding-bottom: 0!important;
  }
}
.pending-takeda-message .login-title p {
  font-family: 'opensans',serif;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  font-size: 16px;
}
.hide {
  display: none!important;
}
.table-toolbar input[type="search"] {
  width: 300px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 0;
  padding: 6px 6px 6px 36px;
}

@media (max-width: 1000px) {
  #delivery-address-table_filter input[type="search"] {
    width: 100%;
  }
}

#edit-table_filter,
#delivery-address-table_filter {
  position: relative;
  float: left;
  margin: 15px 0;
}

.icon-search {
  position: absolute;
  top: 7px;
  left: 14px;
}
@media (max-width: 768px) {
  #edit-table_filter,
  #delivery-address-table_filter {
    width: 90%;
  }
}
@media (max-width: 467px) {
  #edit-table_filter,
  #delivery-address-table_filter {
    width: 85%;
  }
}
#edit-table_filter input[type="search"],
#delivery-address-table_filter input[type="search"] {
  width: 100%;
  max-width: 300px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 0;
  padding: 6px 6px 6px 40px;
  outline: none;
}

#delivery-address-table_wrapper .table-toolbar {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #delivery-address-table_filter {
    text-align: left;
  }
}


div[role="contentinfo"].messages--error,
div[role="contentinfo"][aria-label^="Error"] {
  display: none !important;
}

input[type="submit"].form-disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ced4da !important;
}

.path-frontpage article {
  min-height: 400px;
}
.external-link-popup {
  width: 85%;
  max-width: 800px;
}
div.ui-dialog[class*=external-link-popup] .ui-dialog-titlebar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.25rem 0;
  width: 100%;
  align-items: flex-end;
  border: none;
  background-color: #fff;
}
div.ui-dialog[class*=external-link-popup] .ui-dialog-titlebar .ui-dialog-title {
  overflow: visible;
  color: #000;
  white-space: unset;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0.7em 0;
  text-align: center;
}
.external-link-popup .external-link-popup-content {
  padding: 0 5em;
  overflow-y: auto;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 1em;
}
div.ui-dialog[class*=external-link-popup] .ui-dialog-buttonpane {
  text-align: center;
  display: flex!important;
  padding: 0 1.25rem;
  justify-content: center;
  border: none;
  background-color: #fff;
  align-items: center;
  margin: 1.5em 0 2em 0;
}
div.ui-dialog[class*=external-link-popup] .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  flex-direction: row-reverse;
}
div.ui-dialog[class*=external-link-popup] .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #4c4948;
  color: #fff;
  height: 40px;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
  min-width: 130px;
  margin: 0 10px;
  cursor: pointer;
  border: 0;
  outline: none;
}
div.ui-dialog[class*=external-link-popup] .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background-color: #e10;
}
