﻿.inlineFlex {
    display: inline-flex;
}
.NotificationsCSS {
    padding-top: 15px;
    color: white;
    font-size: 16px;
}

.dropdownCss {
    padding-top: 15px;
    height: auto;
}

.dropdowntoggleCss {
    padding-top: 15px;
    top: 10px !important;
    color: white
}

.whiteColorCss {
    color: white
}

.logoutCss {
    top: 4px !important;
    left: 40px !important
}

.sidebar-heading {
    color: #06650E;
    font-size: 19px;
    padding-left: 10px;
}

.sidebar-right25 {
    right: 25px
}

.sidebar-text-decoration {
    text-decoration: none
}

.sidebar-Notification {
    font-size: 16px;
    color: #06650E;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.sidebar-margin-bottom {
    margin-bottom: 13px;
}

.sidebar-notificication-red {
    color: red !important;
}

.sidebar-clear {
    clear: both
}

.badge-notify {
    background: #B04C48;
    position: relative;
    top: -10px;
    left: -25px;
}

.badge-notify-mobile {
    background: red;
    position: relative;
    top: -33px;
    left: 7px;
}

a:focus {
    border: 1px solid #0052CC;
}