.column-title-level-pipeline {
	float: left;
	padding-bottom: 100px;
	// border: 1px solid salmon;
}

.column-title-level-admon-pipeline {
	float: left;
	padding-bottom: 100px;
	margin-right: 40px;
	// border: 1px solid salmon;
}

.column-level-pipeline {
	float: left;
	padding-bottom: 100px;
	margin-left: 4px;
}

.portlet {
	margin: 0 1em 1em 0;
	padding: 0.3em;
	display: grid;
}

.portlet-admon-level {
	margin: 0 1em 1em 0;
	padding: 0.3em;
}

.portlet-header {
	min-width: 95%;
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
    position: relative;
    float: left;
    height: 40px;
    overflow: hidden;
}

.portlet-admon-level-header {
	padding: 0.2em 0.3em;
	margin-bottom: 0.5em;
	position: relative;
	margin-top: 10px;
	width: 87%;
	float: left;
}


.portlet-toggle {
	<!-- position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px; -->
}

.portlet-admon-level-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}

.portlet-content {
	max-width: 100%;
	padding: 0.4em;
	overflow: hidden;
}

.portlet-admon-level-content {
	padding: 0.4em;
}

.portlet-placeholder {
	border: 1px dotted black;
	margin: 0 1em 1em 0;
	height: 50px;
}

.portlet-admon-level-placeholder {
	border: 1px dotted black;
	margin: 0 1em 1em 0;
	height: 50px;
}

.level-header {
	margin: 2px;
    text-align: center;
    border-radius: 3px;
    background-color: #9f9f9f;
    padding: 2%;
    color: black;
    font-weight: 600;
	display: flex;
}

.label-level {
	width: -webkit-fill-available;
	height: 40px;
    text-align: left;
    margin-left: 10px;
}

.label-admon-level {
	width: -webkit-fill-available;
	font-size: 14px;
}

.plus-lead, .plus-level {
	cursor: pointer;
	font-size: 16px;
    font-weight: 900;
}


.move-lead, .move-level {
	cursor: grab;
}

.translate-lead {
	cursor: pointer;
}

.contenedor-pipeline {
	clear:left;
	// border: 2px solid red;
}

.dato-lead {
	width: 80%;
	overflow: hidden;
}

.ico-dato-lead {
	float:left;
	width:10%;
	margin-right: 10px;
	color: #dc3545!important;
}

.background-error {
	background-color: #ffe2df;
}

.action-icon {
	cursor: pointer;
	float: right;
    margin-top: 17px;
}

.show-icon {
	float: right;
    margin-top: 17px;
}

.portlet-lead {
	float:left;
	width: 80%;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
	max-height:30px;
	height:30px;
	overflow: hidden;
}

// div {
	// border: 2px solid salmon;
// }
