﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 15px 15px 15px 65px;
    min-height: 100%;
    height: 100%;
    margin: 0 auto -60px;
    z-index: 1;
    position: relative;
}

#password-instructions {
    background-color: #0E273B;
    padding: 10px;
    width: 350px;
    border: 1px solid white;
    color: white;
}

#password-instructions.dark-theme {
    background-color: #FFFFFF;
    color: #000000;
}

#password-instructions div {
    margin-bottom: 10px;
    font-weight: bold !important;
    color: white;
}

#password-instructions.dark-theme div{
    color: #000000;
}

#pwdRules i {
    color: #269B96;
    font-weight: bold;   
}

#pwdRules.dark-theme i {
    color: #20A775;
}

.errorTriangle {
    background: url('Images/alert-triangle-login.png') no-repeat;
    background-position-y: center;
    height: 32px;
    width: 32px;
    content: " ";
    margin-right: 15px;
}

#LoginError {
    margin-left: 16px;
    /*max-width:280px;*/
}

    #LoginError ul {
        list-style: none;
        padding-left: 15px;
        color: #ca220e;
    }

#ResetPasswordError {
    margin-left: 16px;
    max-width: 280px;
}

.has-error input {
    background-color: #FFD5C1;
}

.divider-flex {
    display: flex;
    align-items: Center;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: white;
}

.text {
    padding: 0 10px;
    color: white;
}
.align-baseline {
    align-items: baseline;
}

/*RSS Feed*/
.text-muted-new * {
    margin: 0 !important;
    padding: 0 !important;
    float: none;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.header-image-div {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
}

.header-body-div {
    position: relative;
}

.widget-body {
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
}

.widget-main {
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scrollbar-wrapper {
    overflow-y: auto;
    height: 400px;
    border: none;
}

.feedSmall {
    position: absolute;
    top: -2px;
    right: 0px;
    font-size: .7em;
}

.feedSmallMin {
    position: absolute;
    top: -2px;
    right: -140px;
    font-size: .7em;
}

.feedSmallType2 {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: .7em;
}

.afeedSmall {
    text-decoration: none !important;
    display: block !important;
}

.side-image-div {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    position: absolute;
}

.side-body-div {
    margin-left: 50px;
    position: relative;
}

.d-none {
    display: none;
}

.contact {
    width: calc(100%);
}