/* LOGIN SCREEN**********************************************/

/*#loginform  {
    color: #444;
    position: relative;
    width: 30em;
    background-color: white;
    border-bottom: 4px solid rgb(208, 180, 132);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
} 
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    font-size: 12pt;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    background-color: #fbfbfb;
    height: 100%;
}


#logos::before {
    content: "";
    position: absolute;
    left: calc(50% - 40px);
    bottom: -80px;
    width: 0;
    height: 0;
    border: none;  
}

#loginbutton, #mfasubmit {
    display: flex;
    height: 40px;
    padding: var(--Spacing-s, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-xxs, 4px);
    align-self: stretch;
    border-radius: var(--Border-xxs, 4px);
    background: var(--Grey-Scale-900, #1B1B1B);
    color: var(--Shades-White, #FFF);
    /* Paragraph Medium/R */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    width: 100%;
    transition: 0.5s;
}

#loginbutton:hover, #mfasubmit:hover {
    background: #2c2c2c;
}

#loginmessage {
    color: #1B365D;
    /* H6/SB */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

#loginbutton:hover {
    background-color: #006e75;
}

.community-one {
    margin-top: 1rem;
}

.forgot-pw {
    color: #353535 !important;
    /* Paragraph Small/R */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Spacing-m, 16px); /* 133.333% */
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.forgot-pw:hover {
    color: #88459A;
}

/* Header */
body header {
    background-color: #fff;
    color: #000;
    font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
}

#content-wrapper {
    background-color: #FBFBFB;
    padding-left: 1.6rem;
    padding-right: 1.6rem; /*added extra*/
    padding-bottom: 3.2rem;
}

body header a, body header a:visited { 
    color: #1A365D;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
}

body header a:hover {
    color: #2574A9;
    text-decoration-color: #2574A9;
}

header #realheader {
    background-color: #f4f4f4;
    height: 64px;
    padding: 7px 20px;
}

header #realheader .logo-section {
    height: 50px;
    vertical-align: middle;
    display: flex;
    gap: 5px;
    align-items: center;
}

header #realheader > div {
    flex-grow: initial;
}

.school-name {
    padding: 0.25rem;
    vertical-align: middle;
}

/* .menu-section {
    position: absolute;
    left: 30%;
} */

@media (max-width: 1350px) {
    /* .menu-section {
        position: absolute;
        left: 11%;
    } */

    .school-name {
        display: none;
    }
}

.menu-section ul.tabs li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

header #search {
    border: 1px solid #F0F3F6;
    background-color: white;
    display: flex;
    align-items: center;
    font-size: small;
}

#mastersearchbox {
    background-color: white;
    color: #262626;
}

header .globalcontrols > div {
    height: 2rem;
    width: 2rem;
}

header .globalcontrols {
    column-gap: 10px;
}

.globalcontrols #nine-dot-menu-toggle, .globalcontrols .rav-dropdown-menu.right {
    color: #1A365D;
}

.globalcontrols-light #nine-dot-menu-toggle, .globalcontrols-light .rav-dropdown-menu.right {
    color: #ffffff;
}

.lightLink {
    color: #ffffff !important;
}

.logo-section-light hr{
    border-left: 1.3px solid #ffffff;
}
/* Dasboard and Cards*/
body main {
    margin-top: 0;
}

body main #content-wrapper h1 {
    color: #262626;
	font-size: 2.1rem;
	padding: 1.3rem 0;
}

body main #content-wrapper h2 {
	font-size: 17px;
	color: #262626;
	font-weight: 800;
	padding: 4px 0;
}

body main #content-wrapper h3 {
	font-size: 14pt;
	margin-top: .6rem;
}

a, a:visited, .ui-widget-content a {
	text-decoration: none;
	color: #295395;
}

#content-wrapper .countBlockContainer .countBlock span {
    line-height: 1.4;
}

#content-wrapper .countBlockContainer .countBlock {
    border-radius: 8px;
    width: 6.8rem;
    line-height: 1.2;
    border: 1px solid transparent;
}

#content-wrapper .countBlockContainer .noticeBlock {
    width: 16rem;
}

#content-wrapper .countBlockContainer .countBlock:hover {
    border-radius: 8px;
    border: 1px solid aliceblue;
    background-color: #dfe7ee;
    color: #295395;
}

#content-wrapper .countBlockContainer .noticeBlock:hover {
    color: #212529;
}

#content-wrapper .countBlockContainer .countBlock:hover a {
    color: #295395;
}

.countBlockContainer {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.blocks-wrapper .countBlock {
    min-width: 100px;
    max-width: calc(9% - 8px);
}

.noticeBlock {
    flex: 0 0 auto;
    width: 250px;
    min-width: 250px;
    order: 999;
}

div.floatybox, div.legacyContentBox  {
	padding: .5em 1em 1em 1em;
	background-color: white;
	border-radius: 5px;
	width: 100%;
}

#task {
    margin-right: 0;
}

/* Side Nav */
nav.sidebar .chevron-icon {
    font-size: 11px;
    color: #acacac;
}
    
nav.sidebar {
    padding-top: 75px;
}
/* scrollbar */
/*::-webkit-scrollbar {*/
/*width: 5px;*/
/*height: 5px;*/
/*}*/

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 255, 255, 0.3);
}

nav .sidebox { /* otherwise known as ul in the nav */
   border-bottom: 1px solid #dfdfdf;
   margin-bottom: 0;
}

.nav.nav-nested.d-block li:last-of-type {
   /*margin-bottom: .6rem;*/
}

nav {
	padding-left: 0;
	padding-right: 0;
	background-color: #f6f6f6;
	border-right: 1px solid #dfdfdf;
    border-radius: 5px 0 0 5px;
}

.sidebar-container nav.sidebar {
    width: 232px;
}

nav .menu .menuHeader a {
	color: #555;
	line-height: 2rem;
}

.nav-item {
    font-size: 14px;
}

a.nav-link {
    border-radius: 5px 0 0 5px;
}

a.nav-link.selected {
    font-weight: 700;
    line-height: 21px;
    font-size: 14px;
    background-color: #1b365d;
    color: white;
}

.side-nav-menu {
    color: #333;
    line-height: 2rem;
}

nav .menuHeader i.fa {
    margin-left: 0.5rem;
}

ul.nav.nav-nested.sidebox.menu {
    display: block;
}

/* .sidebox.menu li a {
    color: #2574A9;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
} */

span.filter {
	height: 38px;
	margin-block: .25rem;
	background-color: #e9eff4;
}

/*.form-select {*/
/*  font-size: 12px;*/
/*}*/

.category-select,
.rename-file {
    font-size: inherit;
}

.step-status-table {
    width: 100%;
}

.step-status-table th,
.step-status-table td {
    text-align: left;
}

.step-status-table tbody tr:hover,
tr:hover.application-document,
div:hover.engagement-log-item,
li:hover.template-item {
    background-color: lightgrey;
}

.addone {

}

/* COLORS **********************************************/
.page-link.active, .active > .page-link {
    background-color: #295395;
}

.btn-primary {
    --bs-btn-bg: #00537d;
    --bs-btn-border-color: #00537d;
}

/* DATA EXPLORER */
.data-explorer .tabs a {
    color: #5F83A1;
	background-color: #e6ecf0;
}

.data-explorer .tabs a.active, .data-explorer .tabs a.active:hover {
    color: #262626;
    font-weight: bold;
}

.data-explorer th {
    white-space: nowrap;
}

.pvtAxisContainer, .pvtVals {
    background-color: #f9f9f9;
    border: 1px solid #bfbfbf;
}

div.applicantNote {
    border-bottom: 1px solid #dfdfdf;
}

@media (max-width: 767px) {
    .noteControls {
        padding-bottom: 1em;
    }
}

.template-list {
    margin-top: 55px;
}

.Canny_Badge {
    top: -4px !important;
    right: -3px !important;
}