﻿.reportselect .udiv{padding:15px 0;text-align:center;}
.reportselect .formatlist {padding: 5px 0;width:auto;margin:auto;text-align:center;}
.formatselect img{
	width:40px;
}
.formatselect {
	width:50px;
    height:50px;
	padding:5px;
    margin:2px;
	float:right;
	display:inline-block;
    border-radius:10px;
    border:1px #ccc dashed;
   cursor:pointer;

}
.formatselect:hover{
  border:1px  #ff6a00 dashed;
}
.formatselect.isactive{
    border:1px #ff6a00 dashed;
    background-color:#f9f1c9;
}



.ag-cell-value input{
	width:80px;
	display:inline-block;
}
.sp{
 display: inline-block;
 width: 20px;
}
  