
.gridContenedor
{
    padding: 10px 15px;
}

    
/*DATAGRID*/
.gridCelda{
    vertical-align: middle !important;
    font-family: Oxygen;
    color: #0d1224;
    font-size: 12px;
}

.gridCelda img {
    width: 50px !important;
    height: 50px !important;
    border: 0;
}

.gridHeader{
    font-weight: 700;
    font-size: 14px;
    color: #007CBA;
    margin-top: 10px;
    text-align: center;
}

/*#histPedidos td {
    vertical-align: middle;
}
*/
/*PANEL DE FILTROS*/

.aspel_panelfilter {
    display:none; 
    width: 100%;
    margin-bottom: 20px;
    font-family: Oxygen;
}

.aspel_titlefilter {
    color: #435363;
}

.aspel_selectfilter {
	background: url(/assets/aspelcom/images/controles/botones/html/slate.svg) no-repeat right center #F8F8FA;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.20);
	border-radius: 4px;
	height: 25px;
	border-style: none;
	padding-left: 8px;
    font-family: Oxygen;
	font-weight: 400;
	font-size: 12px;
	color: #707070;
	display: block;
	width: 80%;
	margin-bottom: 8px;
	-webkit-appearance: none;
}

.aspel_inputfilter {
    font-family: Oxygen;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-bottom: 8px;
	width: 80%;
	background: #F8F8FA;
}

.aspel_btnfilter{
    padding: 5px 25px;
    margin: 10px;
    border-radius: 25px;
    background-color: rgba(67, 83, 99, 0.2);
    color: #435363;
    font-family: Oxygen;
    font-size: 14px;
    font-weight: 400;
    border-style: none;
}

.aspel_btnfilter:active{
  border-style: none;
}

.aspel_btnfilter:active:after{
  border-style: none;
}

.aspel_btnfilterGrid{
    border-radius: 25px;
    background-color: rgba(67, 83, 99, 0.2);
    font-family: Oxygen;
    color: #435363;
    font-size: 14px;
    font-weight: 400;
    border-style: none;
}

.toolbarAspel-der {
	top: 0;
	display: table;
	height: 100%;
	right: 0;
	position: absolute;
}
.btnAspel-close {
	display: inline-block; 
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
}	
.btnAspel-close1 {
	padding: 5px;
	line-height: 0;
	height: 100%;
	max-height: 100%; 
}

.txtFilterAspel{
	width: -webkit-fill-available; !important;
}

/*MASTER DETAIL*/

.detMasterDiv{
    font-family: Oxygen;
	background-color:#fff; 
	border: 1px solid #e5e5e5;
	padding: 10px;
}

.detMasterDiv table td{
    padding-top: 0;
}

/*tabla en Master Detail */
.detTableDiv {
    width : 80%;
}

.detTableDiv thead {
	background-color: #F8F8FA;
}

.detTableDiv thead th {
	font-weight: 500;
	font-size: 12px;
	color: #5C5C5C;
	line-height: 27px;
	text-align: center;
}
