.view-color-old {
    background-color: rgba(173, 155, 047, 0.3);
}
.view-color-green {
    background-color: rgba(77, 250, 144, 0.3);
}
.view-color-yellow {
    background-color: rgba(250, 190, 77, 0.3);
}
.view-color-red {
    background-color: rgba(255, 84, 104, 0.3);
}

.view-item-disabled {
    opacity: 0.5;
}

.toolbar-header-style {
    background-color: #5c5ad0 !important;
}

body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: #bbbbbb !important;
}

.x-fieldset {
    overflow: visible !important; /* workaround for Safari issue */
}

#attribution {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: x-small;
}

#spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border-top: 6px solid #5fa2dd;
    border-right: 6px solid transparent;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.dashboard>*>.x-inner, .dashboard>*>*>.x-inner {
	padding: 20px 0 0 20px
}

.dashboard-item {
	margin: 0 20px 20px 0;
	float: left
}

.small-100 {
	width: calc(100% - 20px)
}

.small-60 {
	width: calc(60% - 20px)
}

.small-50 {
	width: calc(50% - 20px)
}

.small-40 {
	width: calc(40% - 20px)
}

.small-20 {
	width: calc(20% - 20px)
}

@media ( min-width : 1000px) {
	.big-100 {
		width: calc(100% - 20px)
	}
	.big-60 {
		width: calc(60% - 20px)
	}
	.big-50 {
		width: calc(50% - 20px)
	}
	.big-40 {
		width: calc(40% - 20px)
	}
	.big-33 {
		width: calc(33.3% - 20px)
	}
        .big-30 {
            width: calc(30% - 20px)
        }
        .big-25 {
            width: calc(25% - 20px)
        }
	.big-20 {
		width: calc(20% - 20px)
	}
}