@charset "utf-8";
/* CSS Document */
@import url("main.css");

#form-login{
	position:relative;
	margin:0 auto;
	width:250px;
}

#form-generales{
	width:100%;
}

#form-expediente{
	width:100%;
}
#form-productos{
	width:100%;
}

#form-productos .subResumen, #form-cxp .subResumen, #form-proveedores .subResumen,#form-cxc .subResumen,#form-lista_precios .subResumen, #form-lista_costos .subResumen, #form-comisiones .subResumen{
	margin:0 auto;
	position:relative;
	height:500px;
	overflow:auto;
	width:100%;
}
#form-seguimiento{
	position:relative;
	float:left;
	width:300px;
	height:820px;
	border:#333 1px solid;
}
#form-cxp{
	width:100%;
}
#form-pie{
	position:relative;
	float:left;
	width:100%;
	top:10px;
}
#form-pie input{
	text-align:right;
}
.tituloSubs{
	color:#FFF;
	font-weight:bold;
	background:#999;
}
#seg-captura{
	position:relative;
	float:left;
}
#seg-chat{
	clear:left;
	position:relative;
	float:left;
	height:350px;
	overflow:auto;
	width:100%;
}
#formulario table{
	width:100%;
}
#formulario table td{
	text-align:left;
	width:auto;
}
#formulario table th{
	text-align:left;
	width:auto;
}
#formulario input,select,textarea{
	width:100%
}
#botones{
	float:right;
	position:relative;
}

#botones .btn-toolbar{
	margin-top: 10px;
}
.subResumen{
	margin:0 auto;
	position:relative;
	height:225px;
	overflow:auto;
	width:100%;
}

#tabla_partidas{
	width:100%;
	max-height:500px;
	overflow-y: scroll;
    overflow-x: hidden;
}

#datos_disponibles li, #datos_seleccionados li{
	padding: 10px;
	margin-bottom: 5px;
}

#datos_disponibles, #datos_seleccionados{
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
	width:45%;
    height: 500px;
    padding: 19px;
	overflow-y: scroll;
    overflow-x: hidden;
}