/*!
 * Resource /res/cms/css/cms.css from 2024-11-08 13:55:04
 *
 */
.cms-list-square {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: gray;
}

.cms-list-square.tiny {
	width: 5px;
	height: 5px;
}

.cms-list-square.medium {
	width: 15px;
	height: 15px;
}

.cms-list-square.big {
	width: 20px;
	height: 20px;
}

.web-admin-icon {
	display: inline-block;
	padding: 2px 5px;
	background: black;
	color: white;
	font-size: 8px;
}

.web-admin-icon.virtual {
	background: rgb(50, 109, 197);
}

.web-admin-icon.ssl {
	background: #01ac37;
}

.web-admin-icon.redirect {
	background: rgb(153, 68, 125);
}

.web-admin-icon.empty {
	background: rgb(78, 78, 78);
}
.web-admin-icon.error {
	background: red;
}
.text-color-red {
	color: rgb(192, 0, 0);
}
.text-color-blue {
	color: blue;
}
.text-color-green {
	color: green;
}
.text-color-orange {
	color: rgb(231, 95, 16);
}
