*:not(i) {
    /*padding: 0;*/ /* This is conflicting with Summernote editing area. */
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto !important;
}

html {
    height: 100%;
}

html body {
    height: 100%;
    overflow: hidden;
}

#MainContent {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-right: 0;
    overflow-y: auto;
    flex: 0 0 calc(100% - 205px);
    max-width: calc(100% - 205px);
}

#MainContent > div {
    height: calc(100vh - 137px);
}

#MainContent > div:not([id='homepage']):not([id='applicationForm']) {
    padding-top: 20px;
}

#bulletinpage .table td img {
    width: 25%;
}

#Login { overflow: auto; padding-bottom: 15px; }

.account_manager h5 {
    font-size: 11pt !important;
}
.account_manager h6 {
    font-size: 10pt !important;
}

.no-pad {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.has_back_img {
    /*background: url("../images/login-bg-image.png");*/
    /*min-height: calc(100vh - 50px);
    min-width: 100vw;*/
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.invalid {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #721c24;
}

.nav_row {
    position: fixed;
    width: 100vw;
    /*border-bottom: 1px solid #000;*/
    height: 50px;
    top: 0;
    background: #fff;
    padding: 5px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    z-index: 999;
}

.nav_menu {
    list-style: none;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav_menu li {
    padding: 0 20px;
}

.nav_menu li a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    color: #005cbf;
}

.padding-bottom-30px { padding-bottom: 30px; }
.padding-bottom-45px { padding-bottom: 45px; }
.padding-bottom-100px { padding-bottom: 100px; }

.btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn_login {
    text-align: center;
    background: #005cbf;
    padding: 4px 15px;
    color: white !important;
    border-radius: 5px;
}

.logo {
    width: 200px;
    height: 30px;
}

.forgot_password {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.table td {
    padding: 8px 0 8px 0;
}

.client-name {
    color: #00369B;
    text-align: center;
    width: 100%;
}

.text-login {
    width: 100%;
    text-align: center;
}

.profile_img {
    width: 40px;
    height: 40px;
}

.fixed-width-side-bar {
    min-width: 205px;
    max-width: 205px;
}

.side_bar {
    width: 200px;
    padding: 30px 5px;
    min-height: calc(100vh - 65px);
    position: fixed;
    left: 0;
    transform: translateX(0%);
    top: 65px;
    z-index: 999;
}

.side_nav {
    list-style: none;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 200px;
}

.side_nav li {
    margin-top: 5px;
    padding: 8px 7px;
    width: 190px;
    transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.side_nav li.active {
    background: #04235b !important;
    width: 190px;
    border-radius: 5px;
    padding: 8px 7px;
    color: #fff !important;
}

.side_nav li.active a {
    color: #fff /*#005cbf;*/
}

.side_nav li:hover {
    background: rgba(255, 255, 255, 0.2);
    width: 190px;
    border-radius: 5px;
    padding: 8px 7px;
}

.side_nav li a {
    width: 100%;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    color: #04235b;
    text-align: left;
}

.mobile_show {
    display: none;
}

.bar_button {
    background: none;
    border: none;
    font-size: 20px;
}

.card {
    margin-top: 10px;
}

.card_img {
    width: 100%;
    height: 200px;
}

.card-header {
    background-color: #04235b;
}

.card-header h4 {
    color: #FFF;
    text-decoration: none;
    font-weight:300 !important;
    font-size: 24px
}
    

.card-body {
    background-color: #f3f3f3 !important;
}

.card-text-green {
    color: green;
}
.card-text-red {
    color: red;
}

.sticky-footer {
    width: 100vw;
    height: 60px;
    position: fixed;
    background: white;
    align-items: center;
    bottom: 0;
    left: 0;
    z-index: 999;
    border-top: 1px solid rgba(0,00,0,0.2);
}

.login-card {
    /*min-width: 500px;
    max-width: 500px;*/
}

.vertical_center {
    display: flex;
    /*min-height: calc(100vh - 137px);*/
    min-height: calc(100vh - 233px);
    align-items: center;
}

.card-columns {
    column-count: 6;

    @include media-breakpoint-only(lg) {
        column-count: 4;
    }

    @include media-breakpoint-only(xl) {
        column-count: 5;
    }
}

.scrollable {
    max-height: 100px;
    overflow-y: auto;
}
