﻿:root {
    --m1black: #2a3636;
    --m1navygreen: #638080;
    --m1armygreen: #6c776b;
    --m1gray: #d7d7d2;
    --m1purple: #6d407b;
    --m1lightpurple: #a36db5;
    --m1lightgray: #d7d7d280;
    --m1lightgreen: #74b959;
    --m1red: #f44336;
    --m1orange: #f0ab21;
    --m1white: #ffffff;
}

.widget-title {
    font-size: 16px;
    height: 22px;
    border: 1px solid gray;
    /*background: linear-gradient(90deg, #6A00FFFF 0%, #5388FCFF 99%);*/
    background: var(--m1purple);
    color: white;
    text-align: center;
}

.widget-sub-title {
    font-size: 16px;
    height: 22px;
    border: 1px solid gray;
    background: var(--m1lightpurple);
    color: black;
    text-align: center;
}

#pageContent {
    /*max-width: calc(100vw - 10px) !important;*/
    width: 100%;
    height: calc(100vh - 50px);
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

/*_SideMenu*/
.sideDrawer {
    height: calc(100vh - 50px);
    background-color: #f9f9f9;
    box-shadow: 0px 1px 5px;
    position: relative;
    padding-left: 3px;
}

.dx-drawer-expand.dx-drawer-right .sideDrawer {
    float: right;
}


.sideDrawer .dx-list-item {
    color: black;
    border-top: 1px solid rgba(221, 221, 221, .2);
}

    .sideDrawer .dx-list-item .dx-icon {
        color: black !important;
    }


#sideDrawerButton {
    border-radius: 0%;
    /*position: relative;
    border: none;
    border-radius: 50px;
    top: 0px;
    left: -17px;
    border: 1px solid #d9d9d9;
    height: 35px;
    width: 35px;
    z-index: 2;*/
}

    #sideDrawerButton .dx-icon {
        color: #fff !important;
        font-size: 30px !important;
        padding-top: 3px;
        padding-right: 25px;
        margin: 0px;
    }
