﻿/* 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;
    scroll-behavior: smooth !important;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

#Page5DataDiv {
    scroll-margin-top: 100px; /* adjust to match your nav bar height */
}

.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 */
}

label{
    font-weight: bold;
}

.label2 {
    font-weight: bold;
    font-size: 12px !important;
}

.modal-footer-run{
    display: block !important;
}

#channelBtns {    
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;    
}

.channelBtn {    
    display: inline-block !important; 
    width: 10%;
    height: 100px !important;
    vertical-align:middle;
}

.select2-selection {
    height: 34px !important;
    font-size: 14px !important;
    padding: 2px 8px !important;
}

.tList {
    padding: 0 1rem !important;
}

.sidebar {
    padding-left: 0 !important;
}

.sidebar-sticky {    
    overflow: visible !important;
    z-index: 1000;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.traineeTbl td{
    font-size: 0.9rem !important;
    padding-left: 20px !important;
}

.green{
    color:green;
}

.red {
    color: red;
}

#task-list{
    position: absolute;
    bottom:0;
    width: 100%;
}

.validation-summary-errors {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    color: #721c24;
    padding-top:.75rem;    
    margin-bottom:.75rem;
}

.content-section {
    scroll-margin-top: 60px; /* adjust to match your nav bar height */
}

.equal-width-btn {
    min-width: 30px; /* or any value you prefer */
    text-align: center;
}

.big-checkbox {
    transform: scale(1.5); /* makes the box 150% size */
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    margin-right: 8px; /* spacing so label doesn’t touch box */
}

td .big-checkbox {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.text-primary-dark {
    color: #0056b3 !important; /* Bootstrap's darker primary shade */
}

.text-primary-dark:hover {
    color: #004085 !important; /* even darker on hover (optional) */
}

/*Diagnostics-----------------------------------------*/
#main {
    column-width: 350px;
    column-gap: 15px;
    max-width: 1100px;
}

div#main .pin {
    width: 350px;
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    -moz-box-align: end;
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}

.loaderGif {
    display: block;
    margin: 0 auto;
    position: relative;
}
