/**
 * This file is a template for client theme changes. 
 * This file would serve as a one stop solution for branding and theming of the client as per their requirements.
 * 
 */

 :root {
/****************************FOR SEEKER APPLICATIONS*************************************************/
    --theme-color-primary: rgb(32, 112, 197); 
    --theme-color-secondary: rgb(0, 51, 102);
    --theme-color-tertiary: rgb(32, 122, 197);
    --theme-color-buttons: var(--theme-color-primary) !important;
    --theme-color-buttons-font: rgb(51, 53, 57);
    --theme-color-buttons-hover: var(--theme-color-section-back) !important;
    --theme-color-segments: rgb(255, 255, 255);
    --theme-color-labels: var(--theme-color-primary);
    --theme-color-section-back: rgba(232, 236, 235);
    --theme-color-font-link: rgb(0, 51, 102);
    --theme-color-font-link-active: rgb(255, 255, 255);
    --theme-color-icons: var(--theme-color-tertiary);
    --theme-color-navbar:  var(--theme-color-primary);
    --theme-color-navbar-links: rgb(255, 255, 255);
}

#tablist .tabOff > a {
    color: var(--theme-color-primary) !important;
}

#welcomeMessage h1, #caMain h1, #applyTitle + #caSidebar + #caMain h2, #searchPostings h1, #jobdetail h1, #stepperHeader, #resumeSaved h1, #resumeUpload h1, #resumeText h1, #coverLetter h1, #coverLetterCreateEdit h1, #changeUsername h1, #changePassword h1, .messageHeader, .resumeHeading {
    color: white;
}

.seekerLogoPath {
    background-image: url(../../../static/Securitas/ParagonV10/CE/Logo.png);
}

.btn-primary {
    color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: rgb(51, 92, 133) !important;
}

body {
    font-family: 'Open Sans', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.ui.cards > .card .meta, .ui.card .meta, .ui.cards > .card > .extra a {
  color: var(--theme-color-buttons-font);
}
body {
    font-family: Arial;
}
a .attached.bottom, a .attached.bottom:hover {
    color: rgb(255, 255, 255) !important;
}
.nav-pills li.tabOn a {
    color: rgb(255, 255, 255);
}
.ui.theme.label {
    color: rgb(255, 255, 255) !important;
}
.dropdown-menu 
{
    background-color: var(--theme-color-primary);
}
.carousel-caption {
display: none;
}
.tableContainer table tr th a, .tableContainer table tr td a {
color: rgb(32, 112, 197);
}