﻿/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

.nav-sidebar li {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.nav-sidebar > .active > a {
    color: #fff;
    background-color: var(--liu-gold);
    border-bottom: 3px solid #FFF !important;
    text-shadow: 2px 2px 4px #000000;
}

.nav-sidebar li > a::selection {
    background-color: var(--liu-gold) !important;
}

.nav > li > a:focus {
    color: #FFF !important;
    background-color: var(--liu-gold);
    border-bottom: 3px solid #FFF !important;
    text-shadow: 2px 2px 4px #000000;
}

.nav-sidebar a:hover {
    color: #FFF !important;
    background-color: var(--liu-gold) !important;
    text-shadow: 2px 2px 4px #000000;
}

/*.nav-sidebar li.active {
    border-bottom: 3px solid #338ecf;
    background: #eee;
}*/

@media screen and (max-width: 992px) {
    #mn_listjobs {
        display: none;
    }
}

.navbar-fixed-top-gold {
    box-shadow: 0 2px 0px 0px #ababab;
}

.nav-center {
    display: table;
    width: 70%;
    margin: 0;
}

.nav-center > li {
    float: none;
    display: table-cell;
    text-align: center;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.padding-bottom{
  padding-bottom:20px;
}

.padding-left {
  padding-left: 20px;
}

#chart_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 1024px;
}
.declined {
    background-color: #800000
}
.offer {
    background-color: #5E9FB6
}
.accepted {
    background-color: #61A552
}

.circle-img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.circle-img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.green-panel {
    padding: 0px 0px 0px 40px;
    border: 2px solid #999;
    border-radius: 10px;
    background-color: #f4f9f3;
}
.green-title {
    font-weight: bold;
    background-color: #ddebe1;
}
@media (max-width: 767px) {
    #my-affix {
        position: static !important; /* Override the affix position */
        width: auto !important; /* Ensure it takes up available space */
        margin-top: 0; /* Reset any margin added by affix */
    }
}

/* Add custom styles for the JobID badge if necessary */
.badge {
    /*background-color: white;*/ /* White background color */
    /*color: #5bc0de;*/ /* text-info color */
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    /*border: 1px solid #5bc0de;*/ /* Add border to match text-info color */
}

.badge-right {
    float: right; /* Right align the badge */
    margin-left: 10px; /* Add some space between the badge and the title */
}

/* Ensure title list item expands for multi-line content with job ID badge */
#summary .list-group-item:first-child {
    min-height: 60px; /* Ensure minimum height for title with badge */
    line-height: 1.4; /* Better line spacing */
}

/* Mobile view - ensure adequate height for wrapped badge */
@media (max-width: 767px) {
    #summary .list-group-item:first-child {
        min-height: 80px; /* Increased height for mobile */
        padding-bottom: 15px; /* Extra padding at bottom */
    }
}

/*
 * Navigation Pills Accessibility - High Contrast
 */
.navigation .nav-pills > li > a {
    color: #333333; /* Dark gray text for better contrast on #eee background */
    background-color: #ffffff; /* White background for inactive tabs */
    border: 1px solid #cccccc; /* Light border for definition */
    font-weight: 500; /* Slightly bolder text for better readability */
}

.navigation .nav-pills > li > a:hover,
.navigation .nav-pills > li > a:focus {
    color: #ffffff; /* White text on hover/focus */
    background-color: #0066cc; /* Blue background for hover/focus states */
    border-color: #0066cc;
}

.navigation .nav-pills > li.active > a,
.navigation .nav-pills > li.active > a:hover,
.navigation .nav-pills > li.active > a:focus {
    color: #ffffff; /* White text for active tab */
    background-color: #004499; /* Darker blue for active state */
    border-color: #004499;
}

/*
 * Button Accessibility - High Contrast
 */
.btn-primary {
    color: #ffffff !important; /* White text */
    background-color: #0066cc !important; /* Blue background for better contrast */
    border-color: #0066cc !important;
    font-weight: 600 !important; /* Bolder text for better readability */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #ffffff !important; /* White text on interaction */
    background-color: #004499 !important; /* Darker blue for interaction states */
    border-color: #004499 !important;
}

/*
 * Footer Accessibility - High Contrast
 */
.footer {
    background-color: #f8f9fa !important; /* Slightly darker background for better contrast */
}

.footer .col-md-12 {
    color: #333333 !important; /* Dark gray text instead of light gray */
    font-weight: 500 !important; /* Slightly bolder for better readability */
}

/*
 * Additional Entry Button Accessibility - High Contrast
 */
.btn-info {
    color: #ffffff !important; /* White text for better contrast */
    background-color: #117a8b !important; /* Darker teal/blue for better contrast */
    border-color: #117a8b !important;
    font-weight: 600 !important; /* Bolder text for better readability */
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: #ffffff !important; /* White text on interaction */
    background-color: #0d5d6b !important; /* Even darker teal for interaction states */
    border-color: #0d5d6b !important;
}

.btn-info:disabled {
    color: #ffffff !important; /* Maintain white text when disabled */
    background-color: #6c757d !important; /* Standard disabled gray with good contrast */
    border-color: #6c757d !important;
}

/*
 * Start/Submit Application Buttons - High Contrast
 */
.btn-success {
    color: #ffffff !important; /* White text for better contrast */
    background-color: #198754 !important; /* Darker green for better contrast */
    border-color: #198754 !important;
    font-weight: 600 !important; /* Bolder text for better readability */
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #ffffff !important; /* White text on interaction */
    background-color: #146c43 !important; /* Even darker green for interaction states */
    border-color: #146c43 !important;
}

.btn-success:disabled {
    color: #ffffff !important; /* Maintain white text when disabled */
    background-color: #6c757d !important; /* Standard disabled gray with good contrast */
    border-color: #6c757d !important;
}

/*
 * Upload Resume Button (Danger) - High Contrast
 */
.btn-danger {
    color: #ffffff !important; /* White text for better contrast */
    background-color: #dc3545 !important; /* Standard red but with high contrast */
    border-color: #dc3545 !important;
    font-weight: 600 !important; /* Bolder text for better readability */
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #ffffff !important; /* White text on interaction */
    background-color: #bb2d3b !important; /* Darker red for interaction states */
    border-color: #bb2d3b !important;
}

.btn-danger:disabled {
    color: #ffffff !important; /* Maintain white text when disabled */
    background-color: #6c757d !important; /* Standard disabled gray with good contrast */
    border-color: #6c757d !important;
}

/*
 * Default Upload Buttons - High Contrast
 */
.btn-default {
    color: #212529 !important; /* Dark text for better contrast */
    background-color: #f8f9fa !important; /* Light background for contrast */
    border-color: #dee2e6 !important;
    font-weight: 600 !important; /* Bolder text for better readability */
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #ffffff !important; /* White text on interaction */
    background-color: #6c757d !important; /* Dark gray for interaction states */
    border-color: #6c757d !important;
}

.btn-default:disabled {
    color: #6c757d !important; /* Gray text when disabled */
    background-color: #e9ecef !important; /* Light gray background */
    border-color: #dee2e6 !important;
}

/*
 * Statement Panel Text Accessibility - High Contrast
 */
.text-primary {
    color: #0d47a1 !important; /* Darker blue for better contrast instead of Bootstrap's light blue */
    font-weight: 600 !important; /* Bolder text for better readability */
}

.panel-default .panel-heading {
    background-color: #f8f9fa !important; /* Slightly darker background for better contrast */
    color: #212529 !important; /* Dark text for better contrast */
}

.panel-default .panel-body {
    color: #212529 !important; /* Dark text for better contrast on white background */
    line-height: 1.6 !important; /* Better line spacing for readability */
}

.panel-title {
    color: #212529 !important; /* Dark text for panel titles */
    font-weight: 600 !important; /* Bolder text for better readability */
}

/*
 * Intro Page Text Accessibility - High Contrast
 */
#welcome-heading {
    color: #212529 !important; /* Dark text for better contrast */
    font-weight: 700 !important; /* Bolder text for headings */
}

#application-goal,
#database-info,
#application-requirements {
    color: #212529 !important; /* Dark text for better contrast on white background */
    line-height: 1.6 !important; /* Better line spacing for readability */
    font-weight: 500 !important; /* Slightly bolder for better readability */
}

/*
 * HR@liu Link Accessibility - High Contrast
 */
.hr-contact {
    color: #0d47a1 !important; /* Darker blue for better contrast */
    font-weight: 600 !important; /* Bolder text for better readability */
    text-decoration: underline !important; /* Ensure underline for accessibility */
}

.hr-contact:hover,
.hr-contact:focus {
    color: #1565c0 !important; /* Slightly lighter blue for hover/focus states */
    text-decoration: underline !important;
}

.hr-contact:visited {
    color: #4527a0 !important; /* Purple for visited links with good contrast */
    text-decoration: underline !important;
}

