.side-menu {
    /* background-color: #DDDDDD; */
    background-color: #44465c;
    padding-top: 56px;
    overflow: auto;
}

.maindisplay{
    /* background-color: #b0e3f0; */
    /* background-color: #DDDDDD; */
    background-color: #ffffff;
    padding-top: 56px;
}

.iframe-responsive {
    position: relative;
    width: 100%;
}
.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.side-menu a {
    color:rgb(242, 253, 253);
}

.side-menu li {
    margin-top: 10px;
}

.messages_ul {
    margin-bottom: 0px;
}

.alert {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
