@charset "ISO-8859-1";

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fffcfa;
}

#header {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Regular", "Montserrat", sans-serif;
}

#body {
  position: relative;
  top: -30px;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  min-height: calc(100vh - 300px);
  color: #1a0d06;
}

#main {
  position: relative;
  top: -30px;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  min-height: calc(100vh - 300px);
  color: #1a0d06;
}

#footer {
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  background-color: #fdf7f1;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 26px;
}

/* Custom width for a container  */
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

/* Logo style in header */
#logo-color-bar {
  display: flex;
  height: 60px;
  z-index: -1;
}

#logo-white-bar {
  position: relative;
  top: -40px;
  display: flex;
}

#logo-bar1 {
  flex: 138;
  background-color: #ec9b5e;
}

#logo-bar2 {
  flex: 69;
  background-color: #bb4b2d;
}

#logo-bar3 {
  flex: 202;
  background-color: #c2622f;
}

#logo-bar4 {
  flex: 28;
  background-color: #7d573a;
}

#logo-bar5 {
  flex: 300;
  background-color: #77bbdc;
}

#logo-bar6 {
  flex: 95;
  background-color: #86a36c;
}

#logo-bar7 {
  flex: 238;
  background-color: #f3d46a;
}

#left-margin {
  align-self: flex-end;
  width: 30px;
  height: 30px;
  background-color: #fffcfa;
}

#right-margin {
  align-self: flex-end;
  width: 100%;
  height: 30px;
  background-color: #fffcfa;
}

#skyline-wrapper {
  flex: none;
  width: 275px;
}

/* Text styles in header, footer, and body */
.header_text {
  position: relative;
  top: -60px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #256b8e;
}

.header_text:hover {
  text-decoration: underline;
}

.footer_text {
  font-size: 14px;
  color: #1a0d06;
}

.footer_link_text {
  font-size: 14px;
  text-decoration: underline;
  color: #256b8e !important;
}

.footer_link_text:hover {
  text-decoration: none;
}

.title_text {
  font-size: 36px;
  font-weight: 200;
  color: #a95526;
  text-align: center;
}

.sub_title_text {
  color: #a95526;
  font-weight: 600;
}

.font_mid {
  font-size: 24px;
}

.dropdown-menu {
  background-color: #fffcfa;
}

.menu_text {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #256b8e !important;
}

.menu_text:hover {
  background-color: #f5f1f0;
  text-decoration: underline;
}

.menu_text:active,
.menu_text:focus {
  background-color: #ebe4e0;
  text-decoration: underline;
}

.body_link_text {
  color: #256b8e !important;
  text-decoration: underline;
}

.body_link_text:hover {
  text-decoration: none;
}

.link_text {
  color: #256b8e !important;
}

.text-danger {
  color: #c32232 !important;
}

.modal-title {
  color: #c2622f !important;
  font-family: "Source Sans Pro", sans-serif;
}

.modal-body {
  color: #1a0d06;
  font-family: "Source Sans Pro", sans-serif;
}

/* Overwrite Bootstrap 4 primary buttons with Bootstrap 3 */
.btn-primary,
.btn-primary:hover:disabled {
  background-color: #256b8e !important;
  border-radius: 2px;
  border: 1px solid #256b8e;
}

.btn-primary:disabled {
  border: 1px solid #256b8e;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1f5c7a !important;
  border-radius: 2px;
  border: 1px solid #1a4c65;
}

.btn-primary:active,
.btn-primary:visited,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #1a4c65 !important;
  border-radius: 2px;
  border: 1px solid #153d51;
}

.btn-secondary,
.btn-secondary:hover:disabled {
  background-color: #6e7557 !important;
  border-radius: 2px;
  border: 1px solid #6e7557;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #60674c !important;
  border-radius: 2px;
  border: 1px solid #60674c;
}

.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  background-color: #535841 !important;
  border-radius: 2px;
  border: 1px solid #535841;
}

/* Overwrite outline danger buttons */
.btn-outline-danger,
.btn-outline-danger:focus,
.btn-outline-danger:hover:disabled {
  color: #c72334;
  background-color: #fffcfa;
  border-radius: 2px !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger:focus:hover {
  color: #ffffff;
  background-color: #c72334;
}

.hint-space {
  height: 16px;
}

.hidden {
  display: none;
}

.form-group.required .form-control-label:after {
  content: "*";
  color: red;
}

.form-control-label {
  font-weight: 600;
  color: #1a0d06;
}

.form-control,
.custom-select {
  border: 1px solid #256b8e;
  border-radius: 2px;
}

/* not active tab (yellow background) */
.yellow-bg .nav-item .nav-link:not(.active) {
  background-color: #f7e3a1;
  font-family: "Source Sans Pro", sans-serif;
  color: #256b8e; /* link text blue */
  border-bottom-color: #ffb511 !important; /* orange-warning */
}

.yellow-bg .nav-item .nav-link:not(.active):hover {
  color: white;
  background-color: #f2ce5a;
}

/* active tab (white background) */
.yellow-bg .nav-item .nav-link {
  font-family: "Source Sans Pro", sans-serif;
  border-bottom-color: white !important;
}

#presigned_url {
  background-color: #ebe4e0;
  font-family: "SourceCodePro-Regular", "Source Code Pro", sans-serif;
  line-height: 18px;
}

/* Style for table header and rows */
.table > thead > tr > th,
.table > thead > tr > td {
  background-color: #ed9c5e;
  border-top: 1px solid #ed9c5e;
  border-bottom: 1px solid #ed9c5e;
}

.table > thead > tr > th.border_left {
  border-left: 1px double #c2622f;
}

.table > thead > tr.bg_white > th {
  background-color: white;
  border-left: none;
  border-right: none;
}

.table > thead > tr.bg_white2 > th {
  background-color: white;
  border: none;
}

.table > tbody > tr > td.noborder {
  border-top: none;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  vertical-align: middle;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fffcfa;
}

.table-striped > tbody > tr:nth-child(even) {
  background-color: #ebe4e0;
}

.table > caption {
  caption-side: top;
}

.body_bg_color {
  background-color: #fffcfa;
}

.table-sm th,
.table-sm td {
  padding-left: 1rem;
  padding-right: 1rem;
}

table.fixed {
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

.report_title {
  color: #717859 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.report_border {
  border: 1px solid #ec9b5e;
  border-radius: 0;
}

.alert-success {
  color: #3a4026;
  background-color: #b2bc8f;
  border-radius: 2px;
  border: 1px solid #a7b380;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-radius: 2px;
  border: 1px solid #f5c6cb;
}

.checkmark {
  width: 24px;
  height: 24px;
}

#status legend,
#roles legend {
  font-weight: 600;
  color: #1a0d06;
  font-size: 16px;
}

.yellow-box {
  background-color: #f7e3a1;
}

/* when checkbox is not checked  */
.custom-checkbox .custom-control-label::before {
  border-radius: 0px;
  border: 1px solid #1f5c7a;
}

/* change background color when checkbox is checked */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
}

/* change the check mark color to #1a4c65 */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231a4c65' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  border: 1px solid #1f5c7a;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  background-color: #6e7557;
  color: white;
  height: calc(1.5em + 0.75rem + 2px);
  margin: -1px 0 2px 0;
}

#selectAllStorage,
#selectAllHolderExclusion,
#selectAllBuilderExclusion {
  font-size: 14px;
  font-weight: 600;
  color: #717859;
  text-decoration: underline;
}

#selectAllStorage:hover,
#selectAllHolderExclusion:hover,
#selectAllBuilderExclusion:hover {
  text-decoration: none;
}

/* For Institution Contacts Roster page */
.accordion {
  background-color: #f3d46a;
  border: 1px solid #eec02b;
  border-radius: 0;
}

.accordion:hover {
  background-color: #f0c742;
}

.accordion_text {
  font-weight: 650;
  color: #153d51 !important;
}

.accordion_box {
  border: 1px solid #eec02b;
  border-radius: 0;
}

.list-group {
  border-radius: 0;
}

.list_title_box {
  background-color: #ec9b5e;
  height: 44px;
}

.list_title {
  font-size: 16px;
  font-weight: bold;
}

.bg_orange {
  background-color: #ec9b5e;
}

/* Group scoping multi-select styling */
select[multiple] option {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
}

select[multiple] {
  font-size: 14px;
  min-height: 120px;
}

/* Group scoping checkbox styling */
.group-selector {
  border: 1px solid #256b8e !important;
  border-radius: 2px;
  /* Force scrollbar to always be visible */
  overflow-y: scroll !important;
  background-color: white;
  height: 120px;
}

.group-selector .form-check {
  padding: 4px 8px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.group-selector .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 8px;
  margin-left: 0;
  flex-shrink: 0;
}

.group-selector .form-check-label {
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  flex-grow: 1;
}

/* Hover effect for group selection */
.group-selector .form-check:hover {
  background-color: #f8f9fa;
}

/* Force scrollbar styling for better visibility */
.group-selector::-webkit-scrollbar {
  width: 12px;
}

.group-selector::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.group-selector::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 2px;
}

.group-selector::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}
