
/*Lexius CSS*/

.gcClose2{
	color: white;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
	font-size: 20px;
}

/* CAJA FILA*/

.gcCajaTexto{
	width: 98%;
    height: 22px;
    background-color: #ffffff;
    margin: 1px 0px .5px 3px;
    border-radius: 2px;
	border-bottom: 1px dotted #ccc;
}

.CajaInfoDia{
	width: 58px;
    height: 100%;
    float: left;
}

.CajaInfoHora{
	width: 40px;
    height: 100%;
    float: left;
}

.CajaInfoTitulo{
	float:left;
	text-overflow: ellipsis;
	margin-left: 2px;
	white-space: nowrap;
	overflow: hidden;
	width:190px;
	font-size: 12px;
}

.CajaInfoDescripcion{
	float:left;
	text-overflow: ellipsis;
	margin-left: 2px;
	white-space: nowrap;
	overflow: hidden;
	width:210px;
	font-size: 12px;
}

.CajaInfoMonto{
	float:right;
	width: 60px;
    height: 100%;
	margin-left: 2px;
}

.gcResponsableSel {
    padding: 	5px;
    margin: 	10px;
    border: 	1px solid lightgrey;
    display: 	table-cell;
    background: darkcyan;
    color: 		white;
    font-size: 	15px;
    float: 		left;
    width: 		140px;
    height: 	35px;
    box-shadow: #00000030 3px 3px 3px 0px;
    cursor: 	pointer;
	text-align:	center;
}

.gcResponsableNoSel {
    padding: 	5px;
    margin: 	10px;
    border: 	1px solid lightgrey;
    display: 	table-cell;
    background: white;
    color: 		black;
    font-size: 	15px;
    float: 		left;
    width: 		140px;
    height: 	35px;
    box-shadow: #00000030 3px 3px 3px 0px;
    cursor: 	pointer;
	text-align:	center;
}