body.dashboard {
    /*padding: 0;*/
    /*background-color: #f7fbff !important;*/
}
body.dashboard #main {
/*    width: auto !important;
    padding: 0;*/
}
body.dashboard .navbar-default {
/*    border-bottom: 0;
    background-color: transparent;
    display: none;*/
}
body.dashboard .navbar-default .logo {
    /*display: none;*/
}

body.dashboard footer {
    display: none;
}
div.dashboard {
    margin-top: 30px;
}
div.dashboard .sidebar {
    background-color: #FFF;
    /*background-color: #F4F5F7;*/
    color: #3f4652;
    padding: 8px 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    z-index: 999;
    border-radius: 8px;
}



.list-item {
    display: block;
    background: transparent;
    border: 0;
    font-size: 14px;
    padding: 7px 10px;
    overflow: hidden;
    margin-bottom: 4px;
    border-radius: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item:hover, .list-item:focus, .list-item:active { text-decoration: none;}
.list-item .fa { margin-right: 5px; }
.list-item.drop-over { background-color: #f2f2f2; }
.list-item.drop-over .fa { color: #0FACF3; }
.list-item.add-board.active { background-color: #f2f2f2; }
.list-item.active .fa { color: #0FACF3; }
.list-item.saving .fa:before { content: '\f1ce'; color: #0FACF3; }
.list-item.saving .fa { animation: spin 0.5s linear infinite; }
.list-item.loading {opacity: .5; pointer-events:disabled;}
.list-item.loading .fa-spin {display: inline-block;}
.add-board-input {
    position: relative;
}

div.dashboard .empty-design-message {
    margin-bottom: 70px;
    margin-top: 20px;
}
div.dashboard .empty-design-message img {
    float: left;
    width: 120px;
    margin-right: 30px;
    margin-top: -15px;
}

div.dashboard .empty-design-message h4 {
    margin-top: 20px;
    color: #999;
}

div.dashboard .folder-actions {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 100%;
    padding: 15px 20px;
    display: none;
}
div.dashboard .folder-actions .board-secret-msg {
    font-size: 12px;
    position: relative;
    top: 5px;
}


.collaborators-list-item { display: flex; border-bottom: 1px solid rgba(0,0,0,.05); margin-bottom: 10px; padding-bottom: 10px; }
.collaborators-list-item .avatar { margin-right: 10px; }
.collaborators-list-item .user-info { flex-grow: 1; overflow: hidden; margin-top: 3px;}
.collaborators-list-item .user-info > .name { display: block; font-size: 16px; }
.collaborators-list-item .user-info > .email { display: block; font-weight: 300; font-size: 16px; }
.collaborators-list-item .options .fa { position: relative; top: 15px; font-size: 21px; }
.collaborators-list-item .options .fa:hover { color: #ff7979; }

.shape-list {}

.shape-list .shape-list-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.shape-list .aspect-choice:hover,
.shape-list .aspect-choice.selected {
    opacity: 1;
    background: #82919b;
    box-shadow: 0 0 0 3px #fff;
}

.shape-list .aspect-choice {
    cursor: pointer;
    background: #dce0e3;
    display: inline-block;
    margin: 12px 18px;
    zoom: 1.5;
    position: relative;
}

.shape-list .aspect-choice span {
    color: #82919b;
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 150px;
    margin-left: -75px;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
}

.shape-list .aspect-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 21px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.shape-list .aspect-icon { background-image: url('../poster.html'); }
.shape-list .aspect-icon-instagram { background-image: url('../instagram.html'); }
.shape-list .aspect-icon-facebook { background-image: url('../facebook-2.html'); }
.shape-list .aspect-icon-twitter { background-image: url('../twitter.html'); }
.shape-list .aspect-icon-pinterest { background-image: url('../pinterest.html'); }
.shape-list .aspect-icon-youtube { background-image: url('../youtube.html'); }
.shape-list .aspect-icon-linkedin { background-image: url('../linkedin.html'); }
.shape-list .aspect-icon-blog { background-image: url('../blog.html'); }
.shape-list .aspect-icon-email { background-image: url('../email.html'); }

.shape-list .shape-list-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 7px;
    background-color:#eee;
}
.shape-list .shape-list-wrapper::-webkit-scrollbar-thumb {
    background-color:#5d6770;
    background-color:#cad4db;
    border-radius: 8px;
}
.shape-list .shape-list-title {
    text-transform: none;
    font-weight: 600;
    letter-spacing: -1px;
    color: #727f93;
    font-size: 28px;
    padding-left: 15px;
}


.shape-list.shape-list-grid .shape-list-wrapper {
    white-space: normal;
}

.shape-list-grid .aspect-choice {
    margin-bottom: 30px;
}
