.admin-footer-header {
    box-sizing: content-box;
}

.admin-footer-header h1 {
    font-size: 16px;
    margin: 10px 0;
}

.admin-footer.box-primary {
    padding-top: 10px;
}
.admin-footer.grid-stack {
    padding-bottom: 100px;
    box-sizing: content-box;
}
.admin-footer.grid-stack .grid-stack-item {
    padding: 0 30px;
}
.admin-footer.grid-stack .grid-stack-item.has-errors .grid-stack-item-content {
    border: 1px solid #dd4b39 !important;
}

.admin-footer.grid-stack .grid-stack-item-content {
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1);
}
.admin-footer.grid-stack .grid-stack-item .btn-close {
    display: none;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 2;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background-color: #666;
    color: #fff;
    border: none;
    line-height: 16px;
    padding: 0;
}
.admin-footer.grid-stack .grid-stack-item .btn-close:hover {  background-color: #333;  }
.admin-footer.grid-stack .grid-stack-item:hover .btn-close {  display: block;  }
.admin-footer.grid-stack .grid-stack-item.ui-draggable-dragging .btn-close {  display: none!important;  }

.admin-footer.grid-stack .grid-stack-item {
    opacity: 1;
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
    cursor: grab !important;
}

.admin-footer.grid-stack .grid-stack-item.ui-draggable-dragging {
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
}

.grid-new-item {
    padding: 0 10px;
    position: absolute;
}
.grid-new-item-content > button {
    width: 100%;
    border: none;
    height: 40px;
    background-color: rgba(60, 141, 188, 0.15);
    color: #3c8dbc;
    transition: background-color 0.4s;
}
.grid-new-item-content > button:hover {
    background-color: rgba(60, 141, 188, 0.25);
}
.grid-new-item-content .btn-success {
    height: 40px;
}
