.dskb{
    margin: 10px 5px 5px 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-right: 2px;
    padding-bottom: 2px;
}
.dskb-item-container{
    cursor: move !important;
}
.dskb-cell {
    vertical-align: top;
}
.dskb-cell.dskb-row-header.dskb-toggle-button-area {
    width: 1px;
    margin-right: 0;
    padding-right: 0;
}
.dskb-group-collapsed .dskb-cell.dskb-row-header.dskb-toggle-button-area {
    padding-left: 3px;
    padding-right: 1px;
}

.dskb-state{
    text-transform: uppercase;
    font-size: 13px !important;
    font-family: Roboto-Medium;
    margin: 0;
    color: #808692;
}

.dskb-state > p{
    line-height: 15px;
    font-family: 'Roboto-Medium';
    text-transform: none;
}

.dskb-state-header .dskb-state{
    padding: 10px;
    background: rgb(230, 230, 230);
    border-radius: 5px 5px 0 0;
    margin: 0 5px;
}
.dskb-group-container {
    margin: 4px;
    padding: 0;
}
.dskb-group {
    margin: 0;
    border: solid 1px #c0c0c0;
    padding: 0;
    margin-top: 8px;
    margin-left: 2px;
}
.dskb-items-container {
    position: relative;
    margin: 4px;
}
.dskb-item-container {
    margin: 2px;
}
.dskb-item-container .item-content .responsavel {
    font-family: "Roboto-Medium";
}
.dskb-item {
    margin: 0;
    border: solid 1px #c0c0c0;
    padding: 0;
    cursor: move;
}
.dskb-content-box {
    overflow: hidden;
}
.dskb-group-collapsed {
    background-color: #f0f0f0;
}
.dskb-group-collapsed .dskb-group {
    margin-right: 6px;
}
.dskb-group-collapsed .dskb-toggle-button-area {
    border-top: 4px solid white;
}
.dskb-toggle-button {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}
.dskb-group-collapsed .dskb-toggle-button {
    margin-top: 16px;
    margin-bottom: 16px;
    vertical-align: top;
}
.dskb-cell.dskb-items-container {
    background: rgb(230, 230, 230);
    border-right: 10px solid #F3F3F4;
    border-left: 10px solid #F3F3F4;
    min-width: 320px;
    max-width: 320px;
    height: 100%;
}


.dskb-toggle-button-expanded {
    stroke: #808080;
    fill: #808080;
}
.dskb-toggle-button-collapsed {
    stroke: #808080;
    fill: white;
}
.dskb-gripper {
    width: 12px;
    cursor: move;
}
.dskb-item-content {
    width: 100%;
    padding: 3px 2px;
}
.dskb-group-content {
    width: 100%;
    padding: 3px 2px;
}
.dskb-editors-area {
    position: relative; 
    top: -45.5px;
    left: 10px;
    margin-right: 15px;
}
.dskb-group-editors-area {
    top: -66px;
    left: 12px;
    margin-right: 17px;
}
.dskb-group-collapsed .dskb-group-editors-area {
    top: -24px;
    margin-right: 23px;
}
.dskb-item-commands-container {
    float: right;
    margin-left: 1px;
    margin-right: -2px;
    margin-top: -1px;
    font-size: smaller;
}
.dskb-group-container .dskb-item-commands-container {
    margin-top: -0.5px;
}
.dskb-property {
    height: 20px;
    font-size: smaller;
    overflow: hidden;
}
.dskb-property-secondary {
    color: gray;
}
.dskb-property-editor {
    margin-left: 1px;
}
.dskb-property-label {
    float: left;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    color: gray;
}
.dskb-property-image {
    float: left;
    margin: 1px;
    height: 18px;
}
.dskb-property-table {
    width: 100%;
}
.dskb-commands-container {
    height: 100%;
    width: calc(100% - 5px);
    position: absolute;
    top: 0;
    background: rgb(230, 230, 230);
    border-radius: 0 0 5px 5px;
}
.dskb-button {
    font-size: smaller;
    border: 1px solid #c0c0c0;
    background-color: #f8f8f8;
    padding: 2px 4px;
    margin-right: 1.5px;
}
.dskb-button:hover {
    border-color: #84cbff;
}
.dskb-button.dskb-new-item-command {
    padding: 2px 6px;
}
.dskb-no-items-label {
    padding: 6px;
}
.dskb input, .dskb select {
    border-style: none;
    background-color: transparent;
    width: 100%;
}
.dskb input {
    padding-left: 3px;
    padding-right: 2px;
}
.dskb input.dskb-select-replacement {
    margin-left: 1px;
}
.dskb table {
    border-collapse: collapse;
    border-spacing: 0;
}
.dskb a {
    text-decoration: none;
    color: initial;
}
.dskb a:visited {
    color: initial;
}
.dskb * {
    box-sizing: border-box;
}
.dskb .item{
    padding: 0 !important;
    margin: 5px 13px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px !important;
}
.dskb .item-content{
    margin: auto;
}
.dskb .item.remove-bg{
    background-color: inherit;
}
.dskb-container{
    min-height: calc(100vh - 288px);
}

.dskb .btn.btn-default.btn-block{
    border: 1px solid rgba(158, 158, 158, 0.5);
    width: calc(100% - 26px);
    border-radius: 5px;
    background-color: #FFF;
    margin: 0 13px;
    color: #b2b2b2;
}

.dskb .btn.btn-default.btn-block:hover{
    background-color: rgba(255, 255, 255, 0.85);
}

.dskb .item-valor{
    font-size: 14px;
    font-family: "Roboto-Bold";
}

.dskb .items-container{
    margin-top: 40px; 
    max-height: calc(100vh - 205px); 
    height: calc(100vh - 205px); 
    overflow-y: scroll;
}

.dskb-item-container.item .item-content p{
    max-width: 100%;
    padding-right: 0;
}