.deletedrow {
    display: none;
}

.jqGridCell {
    max-height: 20px;
}

.customelement {
    height: 20px;
}

.customelement button.input_box_double_btn {
	padding-top: 0px;
}

.customelement div.input_box_btn {
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.customelement div.input_box_input input {
	padding-top: 0px;
	padding-bottom: 0px;
}

.customelement div.input_box_input {
	padding-top: 0px;
	padding-bottom: 3px;
}

table.jqgrid-data div.input_box_input {
	padding-top: 0px;
	padding-bottom: 3px;
}

table.jqgrid-data div.input_box_input input {
	padding-top: 0px;
	padding-bottom: 0px;
}

.ui-jqgrid tr.jqgrow td
{
	height: 20px;
border-bottom-color: #ddd;
}

.ui-jqgrid tr.ui-row-ltr td {
border-right-color: #ddd;
border-right-style: solid;
}

.ui-jqgrid .ui-paging-info {
position: relative;
float: left;
color:#329bd7;
}

.jqgrid-container {
overflow-y: hidden!important;
width: 100%;
}


.ui-jqgrid .ui-jqgrid-titlebar
{
display: none;
}

#id_inline_html_editor_editor_container { 
position: relative;
height: 300px;
width: 400px;
top: 25px;
border:solid;
 border-width: 1px;
}

/* Grid cell colors */

.grid_cell_color1 {
	background: #FFFF00;
}
				
.grid_cell_color2 {
	background: #FF4719;
}

.grid_cell_color3 {
	background: #5EDD8B;
}
