/*!
* DevExtreme
* Version: 17.2.7
* Build date: Mar 16, 2018
*
* Copyright (c) 2012 - 2018 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/

/*Llamado de tipografía a utilizar*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,500,600,700');

.dx-datagrid .dx-column-lines > td {
  border-left: none;
  border-right: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  vertical-align: middle;
}
.img-resCompra {
  width: 50px !important;
  height:50px !important;
}
/*
.dx-datagrid-headers {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #959595;
  color: #5C5C5C;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  border:none;
  background-color: #F8F8FA;
  
}
.dx-datagrid-rowsview .dx-row.dx-row-lines > td {
	color: #909AAE;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: .9em;
}

.gridContenedor {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
*/

/*tabla */
/*thead {
	background-color: #F8F8FA;
}
thead th {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	line-height: 27px;
}

tbody td{
	line-height: 27px;
	font-family: 'Montserrat', sans-serif;
	color: #707070;
}*/


