.overlay-panel.overlay-black {
	background-color: #F3F3F3EB;
}

.overlay-panel {
	font-size: .889rem;
}

.overlay-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 16px 24px;
	background-color: rgba(0, 115, 230, .85);
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	max-height: 56px;
}

.overlay-panel span {
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.overlay-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.btn-outline-danger {
	color: #ff0018;
	background-color: transparent;
	border-color: #ff0018;
}

.btn-outline-danger.active {
	color: #fff!important;
	background-color: #ff0018!important;
	border-color: #ff0018!important;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff0018;
	border-color: #de0419;
}

.btn-outline-cc {
	color: #234b7d;
	background-color: transparent;
	background-image: none;
	border-color: #234b7d;
}

.btn-outline-cc.active {
	color: #fff!important;
	background-color: #234b7d!important;
	border-color: #234b7d!important;
}

.btn-outline-cc:hover {
	color: #fff;
	background-color: #234b7d;
	border-color: #234b7d;
}

.reg {
	width: 0.8em;
	height: 0.8em;
	border-radius: 0.4em;
	background-color: #FF0000;
	float: right;
	margin-top: 0.3em
}

.card-body .col-4 {
	font-size: 0.9em
}

@keyframes blink {
	0% {
		box-shadow: 0 0 20px red;
	}
	50% {
		box-shadow: none;
	}
	100% {
		box-shadow: 0 0 20px red;
	}
}

@-webkit-keyframes blink {
	0% {
		box-shadow: 0 0 20px red;
	}
	50% {
		box-shadow: 0 0 0;
	}
	100% {
		box-shadow: 0 0 20px red;
	}
}

.blink {
	-webkit-animation: blink 1.0s linear infinite;
	-moz-animation: blink 1.0s linear infinite;
	-ms-animation: blink 1.0s linear infinite;
	-o-animation: blink 1.0s linear infinite;
	animation: blink 1.0s linear infinite;
}

.table>tbody>tr>td {
	vertical-align: middle;
}
.btn-danger{
	background:red;
}
.ui-sortable-placeholder{
	background-color:#dbdbdb!important;
}