﻿.dshbrd-grid {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #b6b6b6 #f5f5f5ee;
    scrollbar-width: thin;
}

/* clearfix */
.dshbrd-grid:after {
    content: '';
    display: block;
    clear: both;
}

.ui-sortable-helper {
    background: #ececec;
    opacity: 0.5;
}

.dshbrd-item {
    width: 50px;
    height: 50px;
    float: left;
    border: 0px solid transparent;
    padding: 5px;
}

.dshbrd-item .card.dshbrd-item-card {
    border: 1px solid #c0c0c0;
    background-color: #ffffffb8;
    width: 100%;
    height: 100%;
}

.dshbrd-item .card.dshbrd-item-card .card-header {
    background-color: transparent;
    border-bottom: 1px solid #cecece;
    user-select: none;
}


.dshbrd-item.col-span-1 {
    width: 50px;
}

.dshbrd-item.row-span-1 {
    height: 50px;
}

.dshbrd-item.col-span-2 {
    width: 100px;
}

.dshbrd-item.row-span-2 {
    height: 100px;
}

.dshbrd-item.col-span-3 {
    width: 150px;
}

.dshbrd-item.row-span-3 {
    height: 150px;
}

.dshbrd-item.col-span-4 {
    width: 200px;
}

.dshbrd-item.row-span-4 {
    height: 200px;
}

.dshbrd-item.col-span-5 {
    width: 250px;
}

.dshbrd-item.row-span-5 {
    height: 250px;
}

.dshbrd-item.col-span-6 {
    width: 300px;
}

.dshbrd-item.row-span-6 {
    height: 300px;
}

.dshbrd-item.col-span-7 {
    width: 350px;
}

.dshbrd-item.row-span-7 {
    height: 350px;
}

.dshbrd-item.col-span-8 {
    width: 400px;
}

.dshbrd-item.row-span-8 {
    height: 400px;
}

.dshbrd-item.col-span-9 {
    width: 450px;
}

.dshbrd-item.row-span-9 {
    height: 450px;
}

.dshbrd-item.col-span-10 {
    width: 500px;
}

.dshbrd-item.row-span-10 {
    height: 500px;
}

.dshbrd-item.col-span-11 {
    width: 550px;
}

.dshbrd-item.row-span-11 {
    height: 550px;
}

.dshbrd-item.col-span-12 {
    width: 600px;
}

.dshbrd-item.row-span-12 {
    height: 600px;
}

.dshbrd-item.col-span-13 {
    width: 650px;
}

.dshbrd-item.row-span-13 {
    height: 650px;
}

.dshbrd-item.col-span-14 {
    width: 700px;
}

.dshbrd-item.row-span-14 {
    height: 700px;
}

.dshbrd-item.col-span-15 {
    width: 750px;
}

.dshbrd-item.row-span-15 {
    height: 750px;
}

.dshbrd-item.col-span-16 {
    width: 800px;
}

.dshbrd-item.row-span-16 {
    height: 800px;
}