/*
Theme Name: BCAP Group Intranet
Author: BCAP Group
Description: The primary theme used for the BCAP Group Intranet
Version: 1.3.1
*/
/****** THEME GENERAL STYLES ******/
html, body, div.siteWrap {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    display: block;
    background-color: #f8f9fa;
}
h1 {
    text-align: center;
    margin: 0px 0px 10px;
}
div.siteWrap {
    height: 100%;
    display: block;
}
div.container {
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
}

div.container, .ui-widget-content {
    border: 1px solid rgb(151, 151, 151) !important;
}
a.hide {
    display: none !important;
}
/****** THEME HEADER STYLES ******/
div#headerBar {
    height: 50px;
    display: flex;
    width: 100%;
    padding-left: 10%;
    z-index: 9999;
}
div#headerBar > * {
    flex-grow: 1;
    flex-basis: 0;
}
div#headerBar a#logoLink {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a211a;
}
div#headerBar {
    background-color: #0ac985;
}
div#headerBar.bg-dev {
    background-color: #ed544a;
}
div#headerBar.bg-stage {
    background-color: #12abcf;
}
div#headerBar.lp-header {
    padding-left: 0;
}
div#menuBar {
    background-color: #3c3c3d;
}
div#headerBar img#mobileLogo {
    display: none;
}
div#navbarTogglerDiv {
    display: flex;
    align-items: center;
}
button.navbar-toggler {
    background-color: #FFF !important;
    padding: 1rem 1.5rem !important;
}
@media only screen and (max-width: 991px) {

    div#headerBar {
        position: unset;
        padding-left: 10px;
        justify-content: space-between;
        height: 120px;
    }
    div#headerBar img#logo {
        display: none;
    }
    div#headerBar img#mobileLogo {
        height: 50%;
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    div#navbarTogglerDiv {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    div#highResFiller {
        display: none;
    }
}
/****** THEME HEADER USER STATUS DISPLAY ******/
div#loginStatusContainer {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
div#loginStatusContainer > * {
    color: #0a211a;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    width: max-content;
    margin: 0px 10px;
}
div#loginStatusContainer p {
    margin: 0px;
}
img#headerProfilePhoto {
    border-radius: 10px;
    height: 90%;
    width: auto;
}
a#logoutLink {
    font-size: 28px;
    text-decoration: none;
}
@media only screen and (max-width: 992px) {
    div#loginStatusContainer p {
        display: none;
    }
    img#headerProfilePhoto {
        height: 60%;
    }
    a#logoutLink {
        font-size: 44px;
    }
}
/****** THEME MENU STYLES ******/
div#menuAndContent {
    display: flex;
    min-height: 100%;
}
div#menuBar {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    width: 10%;
    min-width: 100px;
}
div.mainMenu {
    width: 100%;
}
div.mainMenu, div.mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
    list-style-position: outside;
}
div.mainMenu li {
    font-weight: bold;
    display: block;
}
div.mainMenu a {
    transition: background-color 0.7s;
}
div.mainMenu li.current_page_item a, div.mainMenu a:hover {
    background-color: #0ac985;
}
div.mainMenu a, div.mainMenu a:visited {
    color: #fff;
    text-decoration: none;
    padding: 45px 5px 10px;
    margin-top: 1px;
    font-family: sans-serif;
    display: block;
    line-height: 1.2;
}
div.mainMenu li.fas:before {
    display: block;
    margin-top: 10px;
    margin-bottom: -40px;
    color: #FFF;
    font-size: 30px;
    pointer-events: none;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    div#menuBar {
        min-width: 70px;
    }
    div.mainMenu a, div.mainMenu a:visited {
        line-height: 0;
        font-size: 0;
        color: transparent;
    }
    div.mainMenu li.fas:before {
        margin-bottom: -45px;
    }
}
@media only screen and (max-width: 991px) {
    div#menuBar {
        padding-top: 0px;
        min-width: 200px;
    }
    div.mainMenu li.fas:before {
        font-size: 60px;
    }
    div.mainMenu li a {
        font-size: 2rem;
    }
    div.mainMenu li.fas:before {
        margin-bottom: -70px;
    }
    div.mainMenu a, div.mainMenu a:visited {
        padding-top: 90px;
    }
}
/****** THEME CONTENT STYLES ******/
div#mainContent {
    width: 100%;
    padding: 80px 20px 40px;
}
div#titleDiv {
    margin-bottom: 50px;
}
div#titleDiv:after {
  content: "";
  display: block;
  margin: auto;
  left: 20%;
  height: 1px;
  width: 60%;
  border-bottom: 1px solid #3c3c3d;
}
@media only screen and (max-width: 991px) {
    div#mainContent {
        padding: 30px 20px;
    }
}
/****** DASHBOARD PAGE STYLES ******/
div#dashboardContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
div#dashboardContainer > div {
    max-width: 500px;
    height: fit-content;
    margin-bottom: 80px;
}
div#dashboardContainer > div > p {
    text-align: center;
}
div#dashboardContainer h2 {
    text-align: center;
    margin-bottom: 20px;
}

/****** DOCUMENT PAGE STYLES ******/
div#quickLinks a {
    margin: 0px 10px;
    padding: 0px;
}
div#quickLinks a button {
    margin-top: 10px;
}
div#quickLinks a:first-child {
    margin-left: 0px;
}
div#backToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}
div#backToTop img {
    width: 50px;
    height: auto;
}
/****** LOGIN PAGE STYLES ******/
form#miniorange-saml-sp-sso-login-form {
    text-align: center;
    margin-top: 30px;
}
form#miniorange-saml-sp-sso-login-form a {
    font-size: 30px;
    background-color: #28a745;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
}
form#miniorange-saml-sp-sso-login-form a:hover {
    background-color: #218838;
    text-decoration: none;;
}
/****** PROFILE PAGE STYLES ******/
.um-meta-text {
    font-size: 18px !important;
}
/****** MEMBER DIRECTORY PAGE STYLES ******/
.um-member-card .um-meta-text {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
.um-member.with-cover .um-member-photo img {
	border-radius: 100px !important;
}
/****** EVENTS PAGE STYLES ******/
iframe.calendarEmbed {
    width: 100%;
    height: 750px;
    position: relative;
    left: 0px;
    top: 0px;
}
div.calendarEmbedContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
button.calBtn {
    font-size: 24px;
}
/****** FAQ PAGE STYLES ******/
.accordion {
    visibility: hidden;
}
.accordionContainer {
    max-width: 1000px !important;
    margin: 0px auto;
}
.accordion h3 {
    font-weight: bold;
}
.accordion a {
    text-decoration: underline;
}
@media only screen and (max-width: 991px) {
    .accordion h3 {
        font-size: 180% !important;
    }
    .accordion p, .accordion div, .accordion li {
        font-size: 160% !important;
    }
}
/****** NEWS AND SOCIAL PAGE STYLES ******/
.socialWrapper {
    text-align: center;
}
.socialEmbed {
    text-align: center;
    display: inline-block;
    width: unset !important;
    min-width: 550px !important;
    max-width: 1300px !important;
    vertical-align: top;
    margin: 70px 15px 0px;
}
.socialEmbed .socialLogo, .container .socialLogo {
    margin: -50px 0px 10px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    height: 90px;
    width: auto;
}
/****** SERVICES PAGE STYLES ******/
.serviceContainer {
    max-width: 900px;
    margin: 0px auto;
}
.serviceContainer .heading {
	font-weight: bold;
	font-size: 20px;
}
.serviceContainer .row {
	border-bottom: 1px solid #c9c9c9;
}
.serviceContainer .col, .serviceContainer .col-5 {
	padding: 10px 10px 0px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.serviceAppLogo {
	max-width: 350px;
	min-width: 180px;
	width: 100%;
	height: auto;
}
.appLogo {
	max-width: 100px;
	min-width: 20px;
	width: 100%;
	height: auto;
    border-radius: 20px;
}
/****** JIRA TABLE STYLES ******/
table.bridge-to-jira-filter-table td, table.bridge-to-jira-filter-table th {
    border: 1px solid rgb(151, 151, 151) !important;
    padding: 10px 30px;
}
table.bridge-to-jira-filter-table thead tr:first-child {
    background-color: rgb(236, 236, 236);
    font-size: 18px;
    font-weight: bold;
}
table.bridge-to-jira-filter-table tbody tr:nth-child(even) {
    background-color: rgb(225, 250, 255);
}
table.bridge-to-jira-filter-table tbody tr:nth-child(odd) {
    background-color: rgb(230, 255, 232);
}
/****** Custom table floating header style ******/
.stickyHeader th {
    position: sticky;
    top: 0;
    background: inherit;
}
.votingCell {
    padding: 10px;
    border: 1px solid #000;
}
@media only screen and (max-width: 991px) {
    .stickyHeader th {
        /* BCAP header is hidden. */
        top: 0px;
    }
}

/****** Tooltip Styles ******/

.tooltip {
    padding: 6px;
    z-index: 9999;
}

.tooltip-inner {
    padding: 7px;
    background-color: white;
    color: black;
    border: 1px solid black;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

/* Style to offset in-page bookmark anchor links */
.bookmark-anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
