﻿body {
  padding-top: 0px;
}

.container {
    /*position: static;*/
    position: absolute;
    left: 0;
    top: 125px;
    right: 0;
    bottom: 65px;
    width:100%;
}

.dashboard {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .container {
        /*position: static;*/
        position: absolute;
        left: 0;
        top: 125px;
        right: 0;
        bottom: 125px;
        width: 100%;
    }

    .dashboard {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }


}

div .dx-list-item a {
        color: blue;
    }

div .dx-list-item.dx-state-focused a {
    color: white;
}

div .list {
    width:96%;
    margin-left:2%;
}