/* The page title displayed at the top left of the page */
.pageTitle {
  font-size: 20px;
  font-family:Oracle Sans, Arial, "Helvetica Neue_Light_allcaps_", Helvetica, sans-serif;
  color:#333333;
  font-weight:bold;
}
/* The text displayed below a page title, category or control label */
.subtext {
  font-size: 12px;
  font-family: Oracle Sans, Arial, "Helvetica Neue_Light_allcaps_", Helvetica, sans-serif;
  color:#333333;
  font-weight: normal;
}

.inactive-text {
  color: #16151378;
}

.inactive-subtext {
  color: #16151396;
}

.sub-title {
  font-size: 16px;
  font-weight:bold;
  margin-bottom: 10px;
}

.font-size-14 {
  font-size: 14px !important;
}

.max-height-150px{
  max-height: 150px;
}

.overflow-scroll{
  overflow: scroll;
}

.dialog-full-screen{
  width: 100vw !important;
  height: 100vh !important;
}

 .flex-space-between-fullwidth {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.left-button-group {
  display: flex;
  gap: 10px;
}


.left-pad-50 {
  padding-left: 50px !important;
}

.horizontal-padding {
  padding-left: 2%;
  padding-right: 1%;
}

.italicize  {
  font-style: italic;
}

.no-padding{
  padding:  0px 0px;
}

.pad-30 { padding-right: 30px !important;}

.sm-left-padding { padding-left: 0.5em !important;}
.top-pad-10 { padding-top: 10px !important; }

.bottom-pad-10 { padding-bottom: 10px !important; }

.bottom-padding {
  padding-bottom: 5px;
}

.width-60-percentage{
  width: 60%;
}

.margin-right-10 { margin-right: 10px !important; }

.align-start { text-align: start }

.align-right { text-align: right }

.align-content-end {align-content: end }

.align-center { text-align: center }

.max-width-fit-content {
  max-width: fit-content;
}

.width-75-percent {
  width: 75%;
}

.width-80-vw {
  width: 80vw;
}

.width-50-vw {
  width: 50vw;
}

.width-60-vw {
  width: 60vw;
}

.width-100-percent {
  width: 100%;
}

.width-450px{
  width: 450px;
}

.width-120px {
  width: 120px;
}

.width-35-percent {
  width: 35%;
}

.width-40-percentage {
  width: 40%;
}

.width-50-percentage {
  width: 50%;
}

.height-500 {
  height: 500px !important;
}

.width-40-px{
  width: 40px;
}

.white-space-pre {
    white-space: pre;
}

.width-30vw {
    width: 30vw;
}

.width-550-modal {
  width: 550px;
  white-space: pre-wrap;
}

.vertical-80vh {
  height: 80vh;
}

.unset-height {
  height: unset !important;
}

.global-process-circle {
  --oj-progress-circle-value-bg-color: #8F2719
}
.flex-bottom {
  display: flex;
  align-items: flex-end;
}
.data-source-detail-tab-badge{
  position: relative;
  top: -10px;
  left: -5px;
}

.scoring-table-scored input {
  font-size: 12px !important;
  padding: 0px 1.5em;
}

.scoring-table-category input {
  font-size: 12px !important;
  font-weight: 700;
}

.data-source-detail-tab-badge .oj-badge{
  --oj-badge-font-size: 10px;
}

#study-contacts-table\:remove  .oj-table-column-header {
  justify-content: center !important;
}

.site-grid-column-header {
  font-size: 14px !important;
  padding: 0px 4px;
  text-align: start;
}

.icon-header .oj-table-column-header{
  justify-content: center;
}

.custom-menu-button button svg {
  display: none !important;
}

.custom-menu-button button [class*="endIcon"] {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.study-info-bar-icon-container {
  padding-left: 5em;
}

.note-btns {
  align-content: center;
  justify-content: space-around;
  width: 30%;
}

.site-grid-badge {
  width: 20px !important;
  font-size: 20px !important;
}

.study-info-bar-icon-container {
  padding-left: 5em;
}

html:not([dir="rtl"]) .oj-navigationlist-vertical:not(.oj-navigationlist-icon-only) .selected-nav{
  border-width: 0px 0px 3px 3px;
}

.profile-btn button {
  background-color: unset !important;
  border-style: none;
}

.profile-btn user-profile-badge{
  background-color: transparent !important;
}

.user-profile-container {
  width: 99%;
}

.selected-state {
  color: #357E9B;
  font-size: 14px;
  font-weight: 700;
}

.homepage-container {
  padding: 0px 3em 0px 2.5em;
  height: 100vh;
}

.site-bucket {
  height: 9em;
  min-height: fit-content;
  align-content: center;
  text-align: center;
  padding-bottom: 10px;
}

.nav-bucket-state {
  color: black;
  font-size: 14px;
  padding: 3px;
}

.nav-bucket-state:hover {
  color: black;
}

.bucket-name {
  font-size: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.selected-state {
  color: #357E9B;
  font-size: 14px;
  font-weight: 700;
}

.bucket-nav {
  align-content: center;
}

.bucket-nav i {
  font-size: 58px;
  color: gray;
  filter: drop-shadow(2px 1px 2px gray);
}

.current-nav i {
  color: #357E9B !important;
  font-size: 62px;
  filter: drop-shadow(2px 4px 6px #357E9B);
}

.flex-center-align-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-between-align-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.no-margin { margin: 0 !important; }

.margin-20 { margin: 20px !important; }

.margin-top-5 { margin-top: 5px !important; }

.margin-top-10 { margin-top: 10px !important; }

.margin-top-20 { margin-top: 20px !important; }

.margin-top-30 { margin-top: 30px !important; }

.margin-right-20 { margin-right: 20px !important; }

.margin-bottom-10 { margin-bottom: 10px !important; }

.margin-bottom-15 { margin-bottom: 15px !important; }

.left-margin-20 {
  margin-left: 20px;
}

.margin-left-20px {
  margin-left: 20px;
}

.margin-top-bottom-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.bottom-margin-20 {
  margin-bottom: 20px;
}

.width-100 {
  max-width: none !important;
  width: 100% !important;
}

.max-width-90 { max-width: 90%; }

.max-width-30 { max-width: 30% !important; }

.max-width-90vw {
  max-width: 90vw;
}

.nav-width { max-width: 250px !important;}

.wrap { text-wrap-mode: auto; }

.vertical-align-middle{
  vertical-align: middle;
}

.custom-align-center{
  align-self: center
}

.font-18 { font-size: 18px; }

.bold { font-weight: bold; }

.font-bold { font-weight: bold !important }

.review-section {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
}

.new-message-drawer {
  padding: 2rem 1.4rem 0 1.4rem;
  width: 66rem;
  background-color: #E6E4E6 !important;
}

.side-drawer-width-40-percent {
  padding: 2rem 1.4rem 0 1.4rem;
  width: 40%;
  background-color: #FFFFFF !important;
}

#event-message-table {
  height: 42rem;
}

.inline-block { display: inline-block !important; }

.display-flex {
  display: flex !important;
}
.justify-items-center {
  justify-items: center !important;
}

.justify-content-left {
  justify-content: left !important;
}

.display-flex-justify-content-end {
  display: flex;
  justify-content: end;
}

a.disabled {
  color: #333;
  cursor: default;
}

.workflow-template-tasks-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
  border: 1px solid #999;
  border-radius: 5px;
  width: 350px;
  box-shadow: 6px 6px 4px #DCD6D3;
  list-style: auto;
  padding: 5px 10px 5px 40px !important;
}

.workflow-template-task-conatiner {
  font-size: 15px;
  padding: 5px;
}

.list-badge{
  width: 120px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-badge-bg-c{
  background-color: #b06105;
}
.list-badge-bg-b{
  background-color: #6B6B6B;
}
.list-badge-bg-a{
  background-color: #3c763d;
}

.workflow-template-task-header {
  font-weight: bold;
  font-size: 16px;
  width: 350px;
  margin: auto;
}

.internal-workflow-badge{
  min-width: 65px;
  max-width: 65px;
  background-color: #df7a07;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-group-header {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
}

#resend_invite_modal {
    width: 70vw;
}

#country-milestones-data-grid {
  height: 80vh;
  width: 100%;
}

.history-doc-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  user-select: none;
  cursor: default;
  height: 1.75em;
  line-height: 1;
  align-items: center;
}

/* Select portal layout styling - Start */

.portal-container {
  margin-right: auto;
  margin-left: auto;
  width: 100vw;
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
}

.navbar-drawer {
  padding: 15px 0px;
  height: 100%;
  border-left: 10px solid #464C68;
  font-weight: bold;
}

.header-banner-container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  background-color: #464C68 !important;
}

.site-portal-header-banner-container {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 79px;
    align-items: center;
    background-color: #2d2d2d !important;
}

.site-portal-header-color {
    color: white !important;
}

.no-underline {
    text-decoration: none !important;;
}

.header-select-title {
  font-size: 18px !important;
  padding-bottom: 3px;
  margin-left: 5px;
  color: white;
  font-weight: bold;
}

.header-user-profile-container {
  margin-right: 2%;
  margin-left: auto;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: flex-end
}

oj-menu.user-menu a.oj-menu-option-text-only {
  justify-content: end;
}

.header-navbar-button-icon {
  color: white !important;
  font-size: 24px !important;
}

.main-container {
  display: flex;
  flex-direction: column;
}

.header-container {
  border-bottom: 0px;
  flex-shrink: 0;
}

.footer-container {
  height: 40px;
  flex-shrink: 0;
}

.content-container {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: auto;
}

.sub-title {
  font-size: 16px;
  font-weight:bold;
  margin-bottom: 10px;
}

.main-nav-container {
  height: 100%;
}

.nav-container {
  margin-bottom: 30px;
  height: calc(100vh - 110px) !important;
  overflow-y: auto;
}

.nav-container.expanded {
  width: 260px !important;
}

.nav-container.collapsed {
  width: 70px !important;
}

.nav-toggle-container {
  max-width: 60px;
}

.nav-li-item {
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav-li-item div.oj-navigationlist-group-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.oj-navigationlist-item-label {
  padding-left: 10px !important;
  font-weight: 400 !important;
}

.nav-li-item div.oj-navigationlist-group-item span.oj-navigationlist-item-label {
  font-size: 18px !important;
}

.nav-li-item a.oj-navigationlist-collapse-icon,
.nav-li-item a.oj-navigationlist-expand-icon {
  font-size: 18px;
}

.nav-li-item div.oj-navigationlist-group-item.oj-selected {
  background-color: transparent;
  border-color: transparent;
}

.nav-li-item div.oj-navigationlist-group-item.oj-selected span.oj-navigationlist-item-label,
.nav-li-item div.oj-navigationlist-group-item.oj-selected span.oj-navigationlist-item-icon {
  color: var(--oj-navigation-list-item-label-color);
}

.nav-li-item.collapsed div.oj-navigationlist-group-item {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.nav-li-item.collapsed div.oj-navigationlist-group-item a.oj-navigationlist-expand-icon,
.nav-li-item.collapsed div.oj-navigationlist-group-item a.oj-navigationlist-collapse-icon {
  font-size: 20px;
}

.nav-li-item.collapsed div.oj-navigationlist-group-item span.oj-navigationlist-item-icon {
  font-size: 30px !important;
}

.nav-li-item.collapsed a.oj-navigationlist-item-content {
  padding-left: 2px !important;
}

.no-data-message-black-text {
  font-size: 16px;
  font-family: Oracle Sans, Arial, "Helvetica Neue_Light_allcaps_", Helvetica, sans-serif;
  font-weight: bold;
  white-space: pre-line
}

.tooltip-icon {
  background: url("/images/tooltip.png");
  background-repeat: no-repeat;
  background-size: 14px;
  display: inline-block;
  margin: 0px 5px 0px 5px;
  width: 14px;
  height: 14px;
}

.generic-tooltip {
  width: 500px;
  white-space: pre-wrap;
}

.generic-tooltip-no-top-margin .tooltip-icon{
  margin-top: 0px !important;
}

.library-document-site-scope-icon {
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-image: url('/images/site-library-document.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.width-100vw {
  width: 100vw;
}

 /* SEL-21232: Done button on oj-input-date-time component to be bolder and bigger */
.oj-datepicker-popup .oj-popup-content .oj-datetimepicker-switcher-buttons a[data-handler="switchDone"] {
  font-weight: 700;
  font-size: 16px;
}

/* Select portal layout styling - End */

/* Site portal layout styling - Start */
.site-portal-unread-message-dot {
  color: #0078CA;
  margin-right: 0.7rem;
  font-size: medium;
}

.site-portal-email-icon {
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.email-icon-anchor {
  font-size: xx-large;
}

.num-unread-messages {
  font-weight: bold;
}
/* Site portal layout styling - End */


.docx-upload-note{
padding: 1rem !important;
background-color: #f8f9fa !important;
border-radius: 4px !important;
}


.filter-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.filter-item {
  flex: 1;
  min-width: 400px;
}

.filter-item:first-child {
  margin-left: 0;
}

.search-box-container {
  margin: 16px 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  min-width: 400px;
}

.external-link-item{
  font-weight: bold;
  font-size: 14px;
  display: block !important;
  margin-top: 10px !important;
}

.margin-top-bottom-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.width-70-vw{
  width: 70vw;
}

#workflow-dialog .oj-dialog-header{
  padding: 0 !important;
}

.placeholders-list {
  white-space: pre-wrap;
  line-height: 1.5;
}

.workflow-key-element-site-portal-border {
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}

.workflow-key-element-site-portal {
  flex: 1 1 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.workflow-key-element-site-portal-title {
  height: 6.5vh;
  align-content: center;
  border-bottom: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
}

.workflow-doc-placeholder-dialog-header{
  background-color: lightgrey;
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 4px 4px 10px;
  margin-bottom: 8px;
}

.workflow-doc-placeholder-dialog-footer{
  display:flex;
  align-items: center;
  width: 100%;
  padding: 0px 10px 10px 0px;

}

.notes-input {
  bottom: 0px !important;
  width: -webkit-fill-available;
  padding-right: 5px;
}

.full-height {
  height: -webkit-fill-available !important;
}

.survey-response-notes {
    top: 5% !important;
    position: fixed;
    max-width: 32% !important;
    width: 32% !important;
}

.learn-more-link {
  color: blue !important ;
  text-decoration: underline;
  cursor: pointer !important;
}
.no-margin-left{
  margin-left: 0px !important;
}
.no-padding-left{
  padding-left: 0px!important;
}

.padding-10px {
  padding: 10px;
}

.padding-top-10px {
  padding-top: 10px;
}

.padding-left-10px {
  padding-left: 10px;
}
.rich-text-edit-div {
    position: relative;
    display: inline-block;
    width: 818px;
}
#surveySubmissionCollapsible.oj-accordion-collapsible>.oj-collapsible-header-wrapper{
  border: none !important;
}
#surveySubmissionCollapsible.oj-accordion-collapsible>.oj-collapsible-header-wrapper>.oj-collapsible-header-icon{
  padding: 0px;
}
.button-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.light-gray-top-border {
  border-top: 1px solid #C0C0C0;
}

.custom-badge {
  border-radius: 5px;
  color: white;
  font-size: 12px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.document-library-upload-field{
  width: 250px;
  max-width: 250px;
}
.vertical-align {
  display: flex;
  align-items: center;
}

.custom-badge-green {
  background-color: green;
}

.custom-badge-orange {
  background-color: #df7a07;
}

.custom-badge-grey {
  background-color: grey;
}
.custom-file-picker .oj-filepicker-dropzone {
  height: auto !important;
  padding: 0.5rem !important;
}

.custom-file-picker .oj-filepicker-text {
  font: 1em sans-serif;
}

.custom-file-picker {
  width: auto !important;
}
.email-preview-border{
  border: 1px solid #999;
  margin: 0 auto;
  width: 620px;
}
.email-preview table {
  border-spacing: 4px !important;
  border-collapse: separate !important;
}
.email-preview-content{
  width: 620px;
  margin: 0 auto;
  padding: 0 10px;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.horizontal-rular {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.site-grid-menu-button {
  display: inline-block;
  font-size: 20px;
}

.fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.half-screen-modal {
    width: 50vw;
}

.list-view-no-background-image .oj-listview-item {
  background-image: none;
}

.list-view-no-background-image .oj-listview-item.oj-selected .oj-flex-item {
  color: #0d627c;
}

.list-view {
  overflow-y: auto;
  max-height: 400px;
}

.list-view .list-item {
  font-size: 14px;
  font-weight: 500;
}

.list-view .oj-listview-item-layout {
  padding: 0px;
}

.study-datasources-list-view.oj-focus-ancestor .study-datasources-list-view-no-item {
  border: 1px dotted;
}

.ds-search-input>.oj-text-field-container {
  height: 50px !important;
}

.ds-search-input .oj-inputsearch-input {
  font-size: 18px;
  height: 45px !important;
  background-color: unset;
}

.study-details-desc {
  clear: left;
}

.datasource-list-item-name {
  font-weight: bold;
  color: #161513;
  font-size: 15px;
}
.site-comm-new-message-drawer {
  width: 45%;
}

.new-message-header-title-close {
  max-width: 100px !important;
}

.or-word {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recipient-results-item-main{
  width: 330px;
  background-color: #FFFFFF;
  border: none;
  position: absolute;
  box-shadow: 0 5px 10px #ccc;
  z-index: 1;
  padding: 10px;
}

.recipient-results-item-main .recipient-results-item {
  padding: 10px;
  cursor: pointer;
}

.recipient-results-item-main .recipient-results-item:hover {
  background: #0078CA;
  color: white;
}

.recipient-results-item-main .recipient-results-item:hover,
.temp-highlighted {
  background: #0088cc;
  color: white;
}

#new-message-rich-text .oj-sp-input-rich-text-2-editor-area {
  min-height: 300px;
}

#new-message-confirmation-modal .oj-dialog-header {
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden;
}

.new-message-confirmation-modal-modalBody {
  white-space: pre-wrap !important;
}

a.disabled:hover {
  cursor:not-allowed
}

.modal-padding {
  padding: 0px 50px 0px 50px
}

.custom-pull-right {
  justify-content: end;
}

.padding-15px {
  padding: 15px;
}

.padding-30 {
  padding: 30px;
}

.datasource-refresh-header {
  width: 400px;
  align-items: center;
  padding-bottom: 20px;
}

.datasource-refresh-table {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.select-button-cancel-close {
    display: inline-block;
    width: 69% !important;
    font-size: 14px !important;
    padding: 1px 1px !important;
}

.select-button-close:hover {
    background-color: #e0e0e0; 
    text-decoration: none; 
}

.padding-right-10 {
    padding: 0px 10px 0px 0px;
}

.notes-notify-icon {
  width: 18px;
  height: 20px;
  background-size: 100%;
  background-image: url('/images/notes_notify.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  cursor: pointer;
}

.notes-icon {
  width: 15px;
  height: 20px;
  background-size: 100%;
  background-image: url('/images/notes.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  cursor: pointer;
}

.permission-tooltip-text {
  padding: 0.2rem 1.3rem 0.2rem 1.3rem;
  width: 85%
}

/* GENERIC FLEX BOX STYLING */

.flex-container {
    display: flex;
    justify-content: space-between;
}
  
.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-column-left {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.flex-column-right-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
  
.flex-top-right-corner {
    align-self: flex-start;
    margin-left: auto;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-basis-66-percent {
  flex-basis: 66.67%;
}

.flex-basis-33-percent {
  flex-basis: 33.33%;
}

#message-history-modal {
    min-height: 415px;
    max-height: 80vh;
    width: 850px;
    max-width: 70%;
    overflow: auto;
}

.height-200 {
  height: 200px;
}

#message-history-modal .oj-dialog-header {
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

#message-history-confirmation-modal {
    top: 34em !important;
    left: 50%;
    position: fixed !important;
}

#message-history-confirmation-modal .oj-dialog-header {
    padding: 0 !important;
    height: 0 !important;
}

.message-content.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.message-content.expanded {
    display: block;
}

.toggle-link {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    margin-top: 8px;
    display: inline-block;
}

.toggle-link:hover {
    text-decoration: underline;
}

.reply-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5; 
  cursor: not-allowed;
}

.filter-options {
    display: flex;
    flex-direction: column;
}

.max-height-650 {
  max-height: 650px !important
}
.scrollable-panel {
  max-height: 550px; 
  overflow-y: scroll; 
  border: 1px solid #ccc; 
  padding: 10px;
}
.min-height-300 {
  min-height: 300px;
}

.width-500px{
  width: 500px;
}

.disabled-div {
  background-color: #e0e0e0; 
  opacity: 0.6;      
}

.tabs-disabled {
  color: gray;
}

.height-30vh {
  height: 30vh
}

.height-70vh {
  height: 70vh;
}

.workflow-list-height-container {
  height: 100%;
  overflow-y: auto;
}

.workflow-oj-list {
  height: auto; 
  min-height: 100%;
}

.color-gray {
  color: gray;
}

.border-none{
  border-style : none !important
}

.top-margin-50px {
  margin-top: 50px;
}

.top-margin {
  margin-top: 30px;
}

.reason-input-max {
  overflow: auto;
  height: 50vh;
}

.reason-input {
  overflow: auto;
  height: 20vh;
}

.notes-component-switcher-container{
  max-height: 75vh;
  overflow: auto;
}

.message-indicator-icon-number-color{
  color: white;
}

.message-indicator-dropdown{
  width: 300px !important;
}

.message-indicator-study{
  width: 70%;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#message-indicator-button button {
  width: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#message-indicator-menu-button .oj-button-icon.oj-end{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.max-height-45vh{
  max-height: 45vh;
}

.padding-0px {
  padding: 0px;
}

.cursor-pointer{
  cursor: pointer;
}

.site-grid-table {
  height: 80vh !important;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-align-center-gap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gray-incomplete-badge {
  width: 15px;
  height: 30px;
  background-size: contain;
  background-image: url('/images/incomplete.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.gray-incomplete-badge.overdue {
  width: 17px;
  height: 32px;
  background-size: contain;
  background-image: url('/images/IncompleteOverdue.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.in-progress-badge {
  width: 15px;
  height: 30px;
  background-size: contain;
  background-image: url('/images/InProgress.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.in-progress-badge.overdue {
  width: 17px;
  height: 32px;
  background-size: contain;
  background-image: url('/images/InProgressOverdue.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.green-check-badge {
  width: 15px;
  height: 30px;
  background-size: contain;
  background-image: url('/images/CompletedGreenCheck.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.green-check-badge.overdue {
  width: 17px;
  height: 32px;
  background-size: contain;
  background-image: url('/images/CompletedOverdue.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.red-on-hold-badge {
  font-size: 16px;
  color: rgb(153, 0, 0);
}

.document-on-file-badge {
  width: 15px;
  height: 30px;
  background-size: contain;
  background-image: url('/images/DocumentOnFile.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.document-on-file-badge-declined {
  width: 15px;
  height: 30px;
  background-size: contain;
  background-image: url('/images/DocumentOnFileDeclined.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.completed-external-badge {
  width: 17px;
  height: 32px;
  background-size: contain;
  background-image: url('/images/CompletedExternally.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.internal-pending-icon {
  width: 17px;
  height: 32px;
  background-size: contain;
  background-image: url('/images/internal_task_pending.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.green-do-not-enter-badge {
  font-size: 16px;
  color: #89C528;
  margin-bottom: 5px !important;
}

.not-required-badge {
  width: 15px;
  height: 30px;
  background-size: contain;
  background-image: url('/images/NotRequired.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.thread-subject {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.message-thread-item {
  cursor: pointer;
  color: black;
  background-color: white;
}

.thread-from, .thread-country, .thread-topic, .thread-body-preview {
  font-size: 1.3rem;
  color: black;
}

.drawer-close-button-container {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 1rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

.height-125-rem {
  height: 125rem;
}

.text-align-center {
  text-align: center;
}

.loading-message {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.study-links-tooltip {
  white-space: pre-wrap;
}

.select-lite-workflow {
  width: 400px;
  min-width: 480px;
}

.site-portal-background-color {
  background-color: #f3f0eb;
}

.site-portal-study-info-area {
  background-color: #fefaf6;
}

.white-background {
  background-color: #FFFFFF !important;
}

.workflow-task-container {
  width: 100%;
}

.workflow-task-background-color {
  background-color: #faf8f7;
}

.oracle-life-sciences {
  width: 200px;
  height: 150px;
  background: url('/images/Oracle_Life Sciences_rgb_black.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

.background-size-100 {
  background-size: 100%;
}

.required-tasks-site-portal {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 16px;
}

/*Font size of the task info under the label*/
.task-info-font-size {
  font-size: 16px;
}

.current-activity-name {
  font-size: 16px;
}

.activity-name {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}

.large-text {
  font-size: 24px;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  font: Oracle Sans, Arial, "Helvetica Neue_Light_allcaps_", Helvetica, sans-serif;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*Make the width of the div under the document history icon the same size as the icon*/
.doc-history-popover {
  width: fit-content;
}

.generic-tooltip {
  width: 500px;
  white-space: pre-wrap;
}

.navbar-banner {
  background-image: url(/images/topnav_banner.png);
  height: 10px;
}

.doc-column {
  alignment: right;
}

.select-lite-workflow-completion-message {
  display: flex;
  border: 3px solid #3c763d;
  margin-bottom: 30px;
  padding: 12px;
  font-size: 14px;
  background-color: #dff0d8;
}

.info-column {
  width: 97%;
}

.flex {
  display: flex;
}

.select-lite-body {
  display: flex;
}

.workflow-key-element-site-portal-number {
  padding: 5px 0px 5px 0px;
  font-size: x-large;
  font-weight: bold;
}

.completed-background-color {
  background-color: rgba(118, 172, 109, 0.5);
}

.pending-background-color {
  background-color: rgba(240, 160, 97, 0.3);
}

.current-background-color {
  background-color: rgba(241, 196, 15, 0.3);
}

.discontinue-background-color {
  background-color: rgba(252, 163, 166, 0.3);
}

.incomplete-background-color {
  background-color: rgba(84, 174, 250, 0.3);
}

.transparent-green-background-color {
  background-color: rgba(166, 199, 165, 0.5);
}

.transparent-orange-background-color {
  background-color: rgba(255, 180, 120, 0.5);
}

.transparent-red-background-color {
  background-color: rgba(255, 120, 120, 0.5);
}

.transparent-yellow-background-color {
  background-color: rgba(249, 231, 159, 0.5);
}

.black-border {
  border: 1px solid black;
}

.completed-check-mark {
  font-size: 21px;
  color: darkgreen;
}

.discontinued-mark {
  font-size: 21px;
  color: rgb(153, 0, 0);
}

.orange-popover {
  background-color: #F5D8BF;
}

.center {
  text-align: center;
}

.version-history-popover-subtext {
  margin-left: 33px;
}

.site-score-badge {
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 5px;
}

.site-portal-workflow-task-list {
  border-radius: 5px;
  overflow: hidden;
  padding: 5px 5px 5px 20px;
  margin: 10px;
}

.word-break-all {
  word-break: break-all; 
}


.workflow-closed-message {
  position: fixed;
  top: 30%;
  left: 30%;
  width: 40%;
  border-radius: 15px;
  padding: 20px;
  font-weight: normal !important;
}

.medium-blue {
  color: mediumblue;
}

.navbar-header-portal {
  width: 150px;
  margin-top: -10px;
}

.navbar-brand-portal {
  padding-top:20px;
  padding-bottom:0;
  height: 40px;
}

.ojet-button-dark {
  background-color: #312D2A;
  border-color: #312D2A;
  color: #FFFFFF;
}

.btn.ojet-button-dark:hover:not(:disabled):not(.disabled) {
  background-color: #312D2A;
  border-color: #312D2A;
  color: #FFFFFF;
  opacity: 0.9;
}
#study-home-icon button {
  font-weight: normal !important;
}

#user-and-access-table {
  width: 100%;
  height: 49.3rem;
}

.site-history-badge {
  width: 6rem;
  padding-right: 0.5rem;
}

/*=====================================================================================================================*/
/*mobile*/
/*resize the workflow to fit when the width is very small*/
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .select-lite-workflow {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  /*removing the fix width*/
  div.container {
    width: 100%;
  }

  div.footer.navbar {
    width: 100%;
  }

  div.login-footer {
    width: 100%;
  }

  body {
    width: 100%;
    overflow-x: hidden;
  }

  /*styling for the footer*/
  div.footer ul.nav.navbar-nav.navbar-right {
    margin-right: -15px;
    display: inline-flex;
  }

  div.select-lite-mobile {
    margin: 0;
    padding: 0;
  }

  div.mobile-text {
    text-align: center;
  }

  /*removing the gray right bar from login page*/
  form.login-form.select-lite {
    border-right: none;
    padding: 0;
    margin: 20px 30px 0px 30px;
  }

  /*remove gray bar from the guest logout page*/
  div.border-right-gray {
    border-right: none;
  }

  .navbar.navbar-default.navbar-fixed-top.mobile {
    width: 100%;
    display: inline-flex;
  }

  img.select-lite-logo.mobile {
    margin-left: 0px;
  }

  /*Set the task over the task workflow*/
  div.select-lite-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  div.study-select {
    width: 100%;
  }

  /*hide the icons when switching to mobile mode*/
  .hide-icon-mobile {
    display: none;
  }

  /*mobile icon styling*/
  span.mobile-icon {
    display: block;
    padding-right: 5px;
    font-size: 15px;
    color: #777777;
    position: initial;
    vertical-align: 0px;
  }

  span.mobile-icon:hover {
    /*color: #FFFFFF;*/
  }

  div.navbar-header {
    width: auto;
  }

  .mobile-flex {
    display: flex;
  }

  /*position close message under study dropdown*/
  .close-date-message {
    position: absolute;
    left: 22px;
    top: 35px;
  }

  .mobile-navbar {
    height: 120px;
  }

  .mobile-navbar-right {
    position: fixed;
    left: 0px;
    top: 65px;
  }

  .main {
    padding-top: 50px;
  }

  .select-lite-logo {
    margin-right: 15px;
  }

  .navbar-nav {
    margin: 7.5px 0px;
  }

  .lite-nav-institution {
    text-align: center;
  }

  .width-80-percentage{
    width: 80%;
  }

  .unread-message-dot {
    color: #0078CA;
    margin-right: 0.7rem;
    font-size: medium;
  }

  .unread-button button{
    background-color: green;
    color: white !important;
  }
}

.small-left-margin {
  margin-left: 20px;
}

.overflow-auto {
  overflow: auto;
}

.generic-records-table-dimensions {
  min-height: 20rem;
  max-height: 30rem;
}

.width-30-percent {
  width: 23rem;
}

.max-height-cell {
  max-height: 80px;    
  overflow: auto;       
  white-space: pre-wrap;
}