﻿div.manageDocType
{
    width:990px!important;
    padding-left:0;
    padding-right:0;
}
.manageDocType.content .dataBlock.top, #gbox_tblJQGrid, #gview_tblJQGrid, #tblJQGrid
{
    width:990px!important;
    margin:0!important;
    padding:0!important;
}
#gview_tblJQGrid .ui-jqgrid-htable, #gview_tblJQGrid .ui-jqgrid-hbox, #gview_tblJQGrid .ui-jqgrid-bdiv,#gview_tblJQGrid > .ui-jqgrid-hdiv, #pager1
{
    width:990px!important;
    margin:0!important;
    padding:0!important;
}
/*table[id*='gview_tblJQGrid_'] div
{
  width:860px!important;
}*/

/*#gview_tblJQGrid_1_tone .ui-jqgrid-hdiv
{
     width:860px!important;
}*/
tr.ui-subgrid .ui-jqgrid-btable, tr.ui-subgrid.ui-jqgrid-htable, tr.subgrid-data div.ui-jqgrid
{
    width:900px!important;
}
tr.ui-subgrid .ui-jqgrid-bdiv, tr.ui-subgrid .ui-jqgrid-hdiv, tr.ui-subgrid .ui-jqgrid-hbox
{
    width:900px!important;
    height:auto!important;
}
#gview_tblJQGrid
{
    border: 0px !important;
}
#tblJQGrid tr:nth-child(even) {
    background-color: #AAAFB9;
}
tr.ui-subgrid .ui-jqgrid-btable tr:nth-child(even)
{
    background-color: #F4F4F4!important;
}
tr.ui-subgrid .ui-jqgrid-btable tr:hover
{
    background-color: #F4F4F4!important;
}

#criteriaWrapper ul li, #transIdList li
{
    float:left;
    padding-left:10px;
}
#criteriaWrapper ul li input, #criteriaWrapper ul li select
{
    margin-left:6px;
    height:22px;
}
#enableTranSearch
{
    margin-bottom: 18px;
    margin-left: 55px;
}
.infoMsg
{
  margin-left: 50px;
  padding-top: 15px;
  clear:both;
  display: block;
 }
#criteriaWrapper
{
    margin-top:10px;
    margin-bottom:10px;
}
#btnSearch,#btnTranSearch {
    background-color: #DADDDC;
    background-position: center center;
    border-radius: 3px;
    height: 20px;
    margin-left: 0;
    margin-top: 1px;
    width: 50px;
    border: 1px solid #c7c7c7;
    cursor:pointer;
}

.sgcollapsed .ui-icon-plus
{
    margin-top:4px;
    /*overwriting +/- in reports*/
    /*background-image: url("/images/details_open.png")!important;*/
    background-position:center;
}
.sgexpanded .ui-icon-minus
{
    margin-top:4px;    
    background-image: url("../images/details_close.png")!important;

    background-position:center!important;
}
