﻿/*--------------------------
Sticky               
--------------------------*/

.sidebar-stickyNav {
    position: fixed;
    right: 0;
    top: 40%;
}

ul.nav-sticky {
    background: #fff;
    padding: 10px;
    list-style: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
}

.nav-sticky li a i {
    color: #fff;
}

li.nav-sticky-item {
    padding: 5px 3px;
}

.cwt-ellipsis
{
    overflow:hidden;
    text-overflow:ellipsis;
    display:block !important;
}
.cwt-menu-link .dx-button, .cwt-menu-link .dx-button.dx-state-hover, .cwt-menu-link .dx-button.dx-state-focused {
    border-radius: 50% !important;
    background-color: #03A9F4;
}

.cwt-menu-link .dx-button-content {
    padding: 5px !important;
}
.cwt-menu-link .dx-button-mode-text .dx-icon {
    color: #fff;
}

.cwt-roles-menu .dx-button, .cwt-roles-menu .dx-button.dx-state-hover, .cwt-roles-menu .dx-button.dx-state-focused, .cwt-dropdown-menu .dx-button, .cwt-dropdown-menu .dx-button.dx-state-hover, .cwt-dropdown-menu .dx-button.dx-state-focused {
    border-radius: 50% !important;
    min-width: 28px;
}
    .cwt-roles-menu .dx-button.dx-state-hover, .cwt-dropdown-menu .dx-button.dx-state-hover {
        border-radius: 50% !important;
        background-color: rgba(0, 0, 0, 0.08);
    }


.cwt-roles-menu .dx-button-content, .cwt-dropdown-menu .dx-button-content {
    padding: 5px !important;
}

.dx-label-v-align .dx-field-item-content .dx-textarea {
    margin-top: 0;
}

.card-header .card-title .dx-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: 0px 0px;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    background-size: 13px 13px;
    padding: 0;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
    margin: 0 5px;
}
.cwt-tab-icon-image.dx-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: 0px 0px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    padding: 0;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 5px;
}

.cwt-bpprimarychartpostval {
    font-size: smaller;
    color: blue;
}
.cwt-bpprimarychartSigningRevenuepostval {
    font-size: smaller;
    color: #f1f505;
}

.dx-diagram-floating-toolbar-container
{
    width:90% !important;
    bottom:0;
    top:auto !important;
}