﻿/* 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. */
.grecaptcha-badge {
    z-index:99;
}

.jp-seek-bar{
    pointer-events: none;
}

.jp-controls-holder{
    top:0 !important;
}


element.style {
}

#jp_container_1 {
    /* margin: auto; */
}

.jp-video-270p {
    width: 769px !important;
}

#jp_container_1{
   /* margin: auto;*/
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

a[data-delegated-user=True] i.fa-user-tag{
    color: black;
}

.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-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 */
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/* Survey JS */
.btn-green {
    background-color: #1ab394;
    color: #fff;
    border-radius: 3px;
}

.btn-green:hover, .btn-green:focus {
    background-color: #18a689;
    color: #fff;
}

.panel-footer {
    padding: 0 15px;
    border: none;
    text-align: right;
    background-color: #fff;
}

#usersTable .new-line {
    display: block;
}

#skillslist tr {
    max-height: 5em;
}

/*#frmSkill .tab-pane {
    border: solid 1px blue;
    border-top: 0;
}

*/
#frmSkill a:not([data-section-completed="true"]).nav-link {
    background-color: lightyellow !important;
}

#frmSkill a[data-section-completed="true"].nav-link {
    background-color: lightgreen !important;
}

#frmSkill a.active.nav-link {
    background-color: lightgray !important;
}

#frmSkill a[data-section-completed="true"].active.nav-link {
    background-color: lawngreen !important;
}

/* User List */

.projectsColumn {
    width: 10em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tooltip-inner {
    max-width: 400px; /* Example width, adjust as needed */
    /*width: 300px;  You can also use width to set a fixed width */
    white-space: normal; /* Allow the text to wrap within the tooltip */
}