body {
    background: #F1F3FA;
}

.main {
    margin: 20px;
}

.main-sidebar {
    padding: 10px;
    background: #fff;
    max-width: 300px;
    min-height: 700px;
    height: calc(100vh - 100px);
}

.main-sidebar ul li i {
    padding-right: 10px;
}

.main-sidebar ul li .fa {
    font-size: 20px;
}

.main-content {
    padding: 20px;
    background: #fff;
    min-height: 700px;
    height: calc(100vh - 100px);
}

.index-list-group .list-group-item:hover {
    cursor: pointer;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.action-bar {
    /*cursor: pointer;*/
    position: absolute;
    bottom: -1px;
    margin-bottom: 20px;
    /*width: 200px;*/
    /*margin-bottom: 20px;*/
}