﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-3 {
    border-width: 3px !important;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.highlightImportant {
    border-left: solid red 10px;
    border-right: solid red 10px;
}

/* TR Dashboard styles
-------------------------------------------------- */
.rotate-chevron-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



/* Apply this class to Html.ValidationSummary() to remove bullet points */
.validation-no-list ul {
    padding-left: 0;
    list-style: none;
}

/* AdminTissuerequestDetail */

select#committeeGroups {
    margin-right: 10px;
}

h5#selectedCommitteeMemberName {
    display: none;
}

#committeeTableDiv {
    display: none;
}

#committeeTable th, #committeeTable td {
    border: 1px solid #eee;
    padding: 5px;
}

/* /AdminTissuerequestDetail */

#FilterOptions_IncludeTasksOlderThanThreeMonths, #FilterOptions_ShowOnlyIncompleteTasks {
    transform: scale(1.2);
}




/* Email form styles
-------------------------------------------------- */

.genEmailLink {
    color: #0366d6;
    cursor: pointer;
}

.emailFormContainer {
    background-color: lightgray;
    padding: 1em;
    border-radius: 1em;
}

.emailLabelContainer {
    padding: 0.25em;
}

.emailLabelContainer label {
    width: 100%;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

.emailFieldContainer {
    padding: 0.25em;
}

.emailFieldContainer input,
.emailFieldContainer label,
.emailFieldContainer textarea {
    width: 100%;
}

.emailSentConfirmationText {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.select2-selection__rendered {
    height: 38px !important; 
    line-height: 38px !important;
}

.select2-selection {
    min-height: 38px !important; 
}

.tooltip-inner {
  background-color: #545458 !important;
  color: #fff !important;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  max-width: 650px;
  text-align: center;
  border-radius: 0.25rem;
  opacity: 1 !important; /* Force full opacity */
}

.tooltip.show {
    opacity: 1 !important; /* Important: overrides Bootstrap animation */
}


.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-color: #6f42c1 !important;
}

.no-show {
    display: none;
}