
* {
    color: #eceff1;
}

body {
    background-color: #263238;
    color: #eceff1;
}

.sideNavLinks {
    width:100%;
    margin-bottom: 2%;
}

form {
    color: #eceff1;
}

.select-wrapper .caret {
    fill: rgba(255,255,255);
}

/* Summernote custom */
.note-toolbar {
    background-color: #37474f;
}
.note-btn {
    background-color: #546e7a;
}
.note-btn:hover {
    background-color: #546e7a;
}

.note-btn:focus {
    background-color: #546e7a;
}
.note-btn:active {
    background-color: #546e7a;
}
.note-dropdown-menu {
    width:300px;
    background-color: #546e7a;
}
.note-dropdown-item:hover {
    background-color: #546e7a;
}