.home-button {
    color: green;
    border: 3px solid green;
    border-radius: 50%;
    margin-right: 10px;
}

.home-button > i {
    transform: translateX(5px);
}

.quick-access-buttons > button {
    margin-bottom: 5px;
    width: 100%;
}

.dashboard-panel {
    border: 1px solid #B8C9FF;
    border-radius: 5px;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.dashboardlabelttl {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    color: #449d44;
}

.dashboard-block {
    min-height: 208px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.dashboard-block-header {
    background: #9CC2E5;
    padding: 6px 10px 10px 5px;
    color: black;
    font-weight: bold;
    line-height: 20px;
}

.dashboard-border {
    border: 1px solid #89CAE4;
}

table.AppDetailsHeader {
    width: 100%;
    background: rgb(13, 131, 221);
    color: white;
    height: 28px;
    line-height: 28px;
}




.dashboard-nav .individual-navigation-tabs {
    padding: 0px;
}

.dashboard-nav .nav-tabs>li>a {
    line-height: 1.5;
    border: 3px solid #1784B5;
    margin-top: 5px;
    padding: 4px 10px;
    margin-bottom: 5px;
}

.dashboard-nav .nav>li>a {
    margin-right: 15px;
    background-color: #1784B5;
}

.dashboard-nav .nav-tabs>li.active>a,
.dashboard-nav .nav-tabs>li.active>a:focus,
.dashboard-nav .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 3px solid #1784B5;
}

.dashboard-nav .nav-tabs {
    margin-left: 0px;
}

.dashboard-icon {
    width: 110px;
    display: inline-block;
    border: 2.5px solid #0061ab;
    height: 70px;
    border-radius: 15px;
    position: relative;
    margin-left: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.dashboard-icon .dropdown-menu {
    width: 250px;
}

.dashboard-icon .dropdown-menu > li {
    line-height: 25px;
}

.dashboard-icon:last-child .dropdown-menu {
    left: unset !important;
    right: 0px;
}

.dashboard-icon > .dropdown-toggle {
    height: 100%;
}

.dashboard-icon span.icon-content {
    font-size: 12px;
    margin-top: 24px;
    text-align: center;
    float: left;
    line-height: 18px;
    font-weight: bold;
    color: #0061ab;
    width: 100%;
}

.dashboard-icon .message-icon {
    position: absolute;
    top: -20px;
    left: 34px;
    font-size: 25px;
    background-color: white;
    border: 2.5px solid #0061ab;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.message-icon {
    position: relative;
}

.message-icon img {
    top: unset !important;
    left: -50% !important;
    width: 25px !important;
    height: 25px !important;
    border: unset !important;
    border-radius: unset !important;
    transform: translate(23px,5px);
}

.dashboard-icon .message-icon span {
    position: absolute;
    left: 15px;
    font-size: 10px;
    top: 3px;
    background-color: white;
    color: red;
}

.message-icon i {
    margin-right: 5.5px;
}

.dashboard-icon.dashboard-icon-announcement span.icon-content {
    font-size: 11.5px;
}

.dashboard-left-banner {
    color: white;
    background-color: #73B77B;
    position: relative;
    border: 1px solid #73B77B;
    padding: 2px 3px;
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.dashboard-banner-header {
    color: black;
    background-color: white;
    border-radius: 25px;
    min-height: 80px;
    margin-bottom: 15px;
    position: relative;
}

.dashboard-banner-header .banner-info {
    border-radius: 50%;
    font-size: 35px;
    color: #73B77B;
    background-color: white;
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    display: inline-block;
    border: 3px solid #73B77B;
    padding-left: 10px;
}

.dashboard-banner-header h1 {
    font-size: 20px;
    margin-top: 0px;
    /* float: left; */
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.dashboard-banner-item {
    color: white;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    text-decoration: underline;
}

.dashboard-banner-item[disabled=disabled] {
    color: gray;
    pointer-events: none;
}