.csf-field-select select {
	min-width: 200px;
}
@media (min-width: 1120px){
    .ocdi__gl-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 30px) !important;
        flex: 0 0 calc(33.3333% - 30px)!important;
    }
}


.ta-inactive, mark.error {
    background-color: rgba(230, 30, 31, 0.1);
    color: #e61e1f;
}
mark.green {
    background-color: rgba(0, 230, 64, 0.1);
    color: #000;
}

table.system-status-table {
    border: 1px solid #d5d5d5;
    border-collapse: collapse;
}

table.system-status-table tr, table.system-status-table td, table.system-status-table th {
    border: 1px solid #d5d5d5;
    padding: 15px;
}
.demo__ip-notice {
    box-shadow: 0px 0px 68px 0px rgba(19, 19, 19, 0.11);
    padding: 30px;
    margin-bottom: 30px;
    width: 50%;
}

.demo__ip-notice h1 {
    font-size: 24px;
    line-height: 35px;
}




.ocdi__gl-item {
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07) !important;
	border: none !important;
	border-radius: 10px !important;
	overflow: hidden;
	position: relative;
}
.ocdi__gl-item-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	/* display: block; */
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	font-weight: 500;
	color: #23282d;
	padding: 5px 0 6px;
	transition: .3s;
}
.ocdi__gl-item:hover .ocdi__gl-item-title {
	display: block;
	opacity: 0;
	transform: translateY(-5px);
}
.ocdi__gl-item:hover .ocdi__gl-item-buttons {
	/* display: block; */
	opacity: 1;
	transform: translateY(0px);
}
.ocdi__gl-item-buttons {
	display: ;
	text-align: center;
	/* transition: 3s; */
	/* position: absolute; */
	opacity: 0;
	transition: .3s;
	display: flex;
	justify-content: center;
	transition: .3s;
	transform: translateY(5px);
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
}
.ocdi__gl-item:hover .ocdi__gl-item-buttons {
	display: flex;
}
.ocdi__gl-item-footer {
	margin: 0;
	padding: 16px 10px;
	border-top: 1px solid #dddddd;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.65);
}