/* Hide anonymous user icon */
.tundra .anonymousAffectedUserButton {
display:none;
}

.tundra .header .headerImageContainer .headerImage {
    background-image: url(/assystimages/logo/ISTA_Logo_Oceanblue_sRGB_cropped.png);
    background-repeat: no-repeat;
    background-size: 125px 125px;
    width: 125px;
    height: 125px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}

.tundra .subHeader.navigationHeader {
    background-color: #00003c;
}

.tundra .subHeader {
    font-size: 0.875rem;
    font-weight: normal;
    color: #00003c;
    background-color: #00003c;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 35px;
    display: table;
}

.axios-application-search .applicationSearchContainer {
    background: #FFFFFF;
    border: 1px solid #ABDFFD;
    display: flex
;
    max-width: 700px;
    border-radius: 25px;
}

.tundra .dijitSplitterV {
    width: 12px;
    background: linear-gradient(to bottom, #00003c 0%, #00003c 35px, #FFFFFF 35px, #FFFFFF 100%);
    margin-left: 0px;
}

.tundra .subHeader .toolbarContainer .dijitToolbar {
    background-color: #00003c;
}

#applicationDiv {
    background-color: #D6E8FD;
}


/*-------------------------------------------------------------------------------------------------------------------------*/
/*changing the Font colour*/

.loginbox h2, .axios-homepage-panel h2, .axios-tile h2, .axios-message-list h2, .axios-survey-list-tile h2, .bundle-wrapper-container h2, .sidebarPane h2 {
    line-height: 1.3;
    margin-top: 0;
    font-size: 0.9rem;
    font-weight: bold;
    color: #00003c;
}

.axios-homepage .axios-homepage-titlebar-inner {
    font-size: 0.9rem;
    font-weight: bold;
    color: #00003c;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-top: 0;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex
;
    align-items: center;
}

.tundra #axios-navigation-pane .axios-treerow-level-1.axios-treerow-level-1-active .dijitTreeLabel .menuItemLabelNode .labelNameNode {
    color: #00003c;
}
.tundra #axios-navigation-pane .axios-treerow-level-1 .dijitTreeLabel .labelNameNode {
    color: #00003c;
    font-weight: normal;
}

h1 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #00003c;
    line-height: 2rem;
    margin-top: 0;
}

h2 {
    line-height: 1.5rem;
    margin-top: 1.75rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #00003c;
}

h1 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #00003c;
    line-height: 2rem;
    margin-top: 0;
}


/*----------------------------------------------------------------------------------------------------------------------------*/
/*Now we are changing the logout page of ifsassyst frontend*/

.tundra .loginPage, .tundra .logoutPage {
    background-color: #FFFFFF;
    background-image: url(/assystimages/istaWallpaper/ISTA_GettyImages-836272842_RGB.jpg);
    background-size: cover;
    display: flex
;
    flex-direction: column;
}

.tundra .logoutContent .logoutbox {
    padding: 10px 40px 20px 40px;
    color: #FFFFFF;
    background-color: #00003c;
    border: none;
    border-radius: 10px;
}

.tundra .logoutContent .logoutTitle {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 1.8rem;
    background-image: url(/assystimages/logo/ISTA_Logo_Off-White_sRGB.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: center;
    overflow: visible;
    height: 100px;
}
