#spa.admin,
#spa.admin #spa-shell-wrapper,
#spa.admin #spa-shell-wrapper #spa-shell-main,
#spa.admin #spa-shell-wrapper #spa-shell-main > .row,
#spa.admin #spa-shell-wrapper #spa-shell-main-content,
#spa.admin #spa-shell-wrapper #spa-shell-main-content > .row {
    /*height: 100%;*/
}

#spa-admin table tr .spa-admin-list-td-title {
    text-align: left;
    font-weight: 700;
}

#spa-admin table tr th.spa-admin-list-td-title,
#spa-admin table tr td.spa-admin-list-td-title {
    width: 55%;
}

#spa-admin table tr th.spa-admin-list-td-categ,
#spa-admin table tr td.spa-admin-list-td-categ {
    width: 20%;
    overflow: visible;
    padding: 5px !important;
}

#spa-admin table tr .spa-admin-list-td-order .form-group,
#spa-admin table tr .spa-admin-list-td-categ .form-group,
#spa-admin table tr .spa-admin-list-td-categ .form-group .bootstrap-select {
    margin: 0;
    padding: 0;
}

#spa-admin table tr th.spa-admin-list-td-order,
#spa-admin table tr td.spa-admin-list-td-order {
    width: 10%;
    padding: 5px !important;
}

#spa-admin table tr td.spa-admin-list-td-order input {
    text-align: right;
}

#spa-admin table tr td:last-child,
#spa-admin table tr th:last-child {
    width: 14%;
    text-align: right;
}

#spa-admin table th, #spa-admin table td {
    padding: 15px !important;
    vertical-align: middle;
    border: none !important;
}

#spa-admin > table thead {
    border-bottom: 1px solid #dddddd;
}

#spa-admin table tr td {
    position: relative;
    z-index: initial;
}

#spa-admin table tr td {
    vertical-align: top;
}

#spa-admin table th, #spa-admin table td {
    display: inline-block;
    box-sizing: border-box;
}

#spa-admin table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn.spa-admin-list-item-action {
    padding: 0px 12px;
    margin: 0;
}

#spa-admin table td .material-icons, #spa-admin table th .material-icons {
    float: left;
    margin-top: -2px;
    margin-right: 5px;
}

#spa-admin-content {
    min-height: 600px;
    /*height: 100%;*/
    overflow-y: scroll;
}