.disponible-row .x-grid-cell{ 
    background-color: #e2ffe2; 
    color: #090; 
}
.no-disponible-row .x-grid-cell { 
    background-color: #FFE8E2; 
    color: red !important;
}

.extendido-row .x-grid-cell { 
    background-color: #f9f9dd; 
    color: orange !important;
}

.dado_baja-row .x-grid-cell { 
    background-color: #FEFED8; 
    color: black !important;
}

.array-grid-buy-col:before {
    font: 18px/1 FontAwesome;
    color: #81cb31;
    content: "\f058";
}
.array-grid-alert-col:before {
    font: 18px/1 FontAwesome;
    color: #ffc839;
    content: "\f071";
}

.array-grid-sell-col:before {
    font: 18px/1 FontAwesome;
    color: #dd6550;
    content: "\f056";
}

.center-modal {
	top: 10%!important;
	left: 30%!important;
}

/* CSS para loas adjuntos del dasboard */
.adjunto-items {
    width: 100%;
    margin: 10px auto;
	padding: 0 7%;
}
.adjunto-item-contenedor {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; 
	border: 1px solid #bfbfbf;
	background: rgba(250, 250, 250, 0.5);
	/* line-height: 30px;
	height: 32px; */
	border-radius: 15px;
	min-width: 60px;
	max-width: 160px;
	margin-right: 15px;
	margin-bottom: 8px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.adjunto-item-icon {
	color: #606060;
	font-size: 32px !important;
	padding: 40.5px;
}
.adjunto-item-img {
	margin: -5px;
	height: 120px;
	width: 160px;
}
.adjunto-item-text {
	font-size: 11px;
	color: #606060;
	text-decoration: none;
	/* padding-right: 15px;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis; */
	white-space: nowrap;
	padding: 0 10px;
}
.adjunto-item-link {
	text-decoration: none;
}
.comunicadoHeaderCls {
	height: 34px;
}
.comunicadoTitleCls {
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.comunicadoTypeCls {
	font-size: 14px;
	text-align: right;
}
.comunicadoFechaCls {
	font-size: 9px;
	text-align: right;
}
.comunicadoDateCls {
	float: right;
}
.comunicadoVotos {
	margin: 15px 0;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
	padding: 7px;
}
.titulo-Votos {
	font-weight: 500;
}
.cantidad-Votos {
	font-size: 9px;
	color: #606060;
}
.btn-Votos {
	color: #606060;
	cursor: pointer;
	font-size: 16px;
	padding: 4px;
}

.textarea_50 textarea{
	height: 50px!important;
	min-height: 50px!important;
}