.jqgrid-table input[type='text'] {
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.jqgrid-table input[type='text']:disabled {
  background-color: rgb(235, 235, 228);
}

.ui-jqgrid {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  margin: 0 auto;
  width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-view {
  position: relative;
  left:0;
  top: 0;
  padding: 0;
  width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-titlebar {
  font-weight: normal;
  min-height:37px;
  position: relative;
  margin-right: 2px;
  border-bottom: 1px solid #ddd;
}

.ui-jqgrid .ui-jqgrid-caption {
  text-align: left;
}
.ui-jqgrid .ui-jqgrid-title {
  padding-top: 5px;
  vertical-align: middle;
  float: left;
  margin: 8px;
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
  color: inherit;
  position: absolute;
  cursor:pointer;
  top: 10%;
  height: auto;
  padding: 0;
  margin: 2px 8px 0 0;
  text-align: center;
  border-radius: 4px;
}

.ui-state-highlight {
  background-color: #CCC;
}

.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
  background-color: rgba(255,255,255,.2);
}

.ui-jqgrid .ui-jqgrid-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon:before {
  color: #31708f !important;
}

.ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f077";
  color: #FFF;
}

.ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon-circle-triangle-s:before {
  content: "\f078";
}

/* Header */
.ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #eff3f8;
  border: 1px solid #D3D3D3;
  border-width: 1px 0 0 1px;
  line-height: 15px;
  font-weight: 700;
  color: #777;
  text-shadow: none;
  width: 100% !important;
}
.ui-jqgrid .ui-jqgrid-hbox {
  padding: 0;
  float: none;
  background-color: #EBEBEB;
}
.ui-jqgrid .ui-jqgrid-htable {
  margin-bottom: 0;
  table-layout: fixed;
  border-top:none;
}
.ui-jqgrid .ui-jqgrid-htable thead th {
  overflow : hidden;
  border-bottom : none;
  padding-right: 2px;
}
.ui-jqgrid .ui-jqgrid-htable thead th div {
  position:relative;
  overflow: visible;
  white-space: nowrap;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  overflow: hidden;
  white-space: nowrap;
}
.ui-th-column-header,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {
  overflow: hidden;
  white-space: nowrap;
}

.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
  text-align: center;
}
.ui-jqgrid tr.jqg-first-row-header th {
  height:auto;
  border-top:none;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
  padding-right: 2px;
  text-align: center;
}
.ui-jqgrid tr.jqg-second-row-header th,
.ui-jqgrid tr.jqg-third--row-header th
{
  border-top:none;
  text-align: center;
}

.ui-jqgrid .ui-th-div-ie {
  white-space: nowrap;
  zoom :1;
  height:17px;
}
.ui-jqgrid .ui-jqgrid-resize {
  height:20px !important;
  position: relative;
  cursor :e-resize;
  display: inline;
  overflow: hidden;
}
.ui-jqgrid .ui-grid-ico-sort {
  margin-left:5px;
  overflow:hidden;
  position:absolute;
  right: -14px;
  font-size:12px;
}
.ui-jqgrid .ui-icon-asc {
  margin-top:-3px;
}
.ui-jqgrid .ui-icon-desc {
  margin-top:4px;
}
.ui-jqgrid .ui-i-asc {
  margin-top:0;
}
.ui-jqgrid .ui-i-desc {
  margin-top:0;
  margin-right:13px;
}
.ui-jqgrid .ui-single-sort-asc {
  margin-top:0;
}
.ui-jqgrid .ui-jqgrid-sortable {
  cursor:pointer;
}

/* Body */
.ui-jqgrid .table-bordered,
.ui-jqgrid .table-bordered td,
.ui-jqgrid .table-bordered th.ui-th-ltr {
  border-left:0px none !important;
}
.ui-jqgrid .table-bordered th.ui-th-rtl {
  border-right:0px none !important;
}
.ui-jqgrid .table-bordered tr.ui-row-rtl td {
  border-right:0px none !important;
  border-left: 1px solid #ddd !important;
}
div.tablediv > .table-bordered {
  border-left : 1px solid #ddd !important;
}
.ui-jqgrid  .ui-jqgrid-bdiv table.table-bordered td {
  border-top: 0 none;
}
.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding:0;
  overflow: auto;
  text-align:left;
}
.ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  border-left:none ;
  border-top:none;
  margin-bottom: 0;
}
.ui-jqgrid tr.jqgrow {
  outline-style: none;
}
.ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
  overflow: hidden;
  white-space: pre;
  padding-right: 2px;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td.center-text {
  text-align: right;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td.center-left {
  text-align: left;
}

.ui-jqgrid tr.jqgfirstrow {
  display: none;
}

.ui-jqgrid tr.jqgfirstrow td {
  height:auto;
  border-top:none;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
  padding-right: 2px;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
  width:2px;
  left:0;
  background-color:#777;
  cursor: e-resize;
  cursor: col-resize;
  position:absolute;
  top:0;
  height:100px;
  overflow:hidden;
  display:none;
  border:0 none;
  z-index: 99999;
}

/* Footer */
.ui-jqgrid .ui-jqgrid-sdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none !important;
  border-top : 0 none !important;
  border-right : 0 none !important;
}
.ui-jqgrid .ui-jqgrid-ftable {
  table-layout:fixed;
  margin-bottom:0;
}

.ui-jqgrid tr.footrow td {
  font-weight: bold;
  overflow: hidden;
  white-space:nowrap;
  padding-right: 2px;
  border-bottom: 0 none;
}
.ui-jqgrid tr.footrow-ltr td {
  text-align:left;
}
.ui-jqgrid tr.footrow-rtl td {
  text-align:right;
}

/* Pager*/
.ui-jqgrid .ui-jqgrid-pager,
.ui-jqgrid .ui-jqgrid-toppager {
  border-left-width: 0;
  border-top: 1px solid #ddd;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-toppager {
  border-top-width :0;
  border-bottom : 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
  position: relative;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
}
.ui-jqgrid .ui-pg-table {
  position: relative;
  padding: 1px 0;
  width:auto;
  margin: 0;
}
.ui-jqgrid .ui-pg-table .navtable {
  display: table;
}
.ui-jqgrid .ui-pg-table td {
  font-weight:normal;
  vertical-align:middle;
}
.ui-jqgrid .ui-pager-control .ui-pager-table td {
  border-top : 0 none !important;
  min-height : 20px !important;
}
.ui-jqgrid .ui-pg-button {
  height:auto;
  padding: 0 5px;
}
.ui-jqgrid .ui-paging-pager td {
  padding: 0 5px;
}
.ui-jqgrid .ui-pg-button span {
  display: block;
  margin: 0 2px;
  float:left;
}

.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
  display: inline-block;
  height:auto;
  width: auto;
  font-size:.9em;
  margin:0;
  line-height: inherit;
  border: none;
  padding: 0 3px
}
.ui-jqgrid .ui-pg-selbox,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
  font-size:.9em;
  line-height:inherit;
  display:block;
  height:22px;
  margin: 0;
  padding: 3px 0 3px 3px;
  border:none;
}
.ui-jqgrid .ui-separator {
  height: 18px;
  border : none;
  border-left: 2px solid #ccc ;

}
.ui-separator-li {
  height: 2px;
  border : none;
  border-top: 2px solid #ccc ;
  margin: 0; padding: 0; width:100%
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
  float:left;
  position:relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
  cursor:pointer;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span {
  float:left;
}
.ui-jqgrid td input,
.ui-jqgrid td select,
.ui-jqgrid td textarea {
  margin: 0;
}
.ui-jqgrid td textarea {
  width:auto;
  height:auto;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-table,
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-table {
  width:100%;
  table-layout:fixed;
  height:100%;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-info,
.ui-jqgrid .ui-jqgrid-toppager .ui-paging-info {
  font-weight: normal;
  height:auto;
  margin-top:3px;
  margin-right:4px;
  display: inline;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-pager,
.ui-jqgrid .ui-jqgrid-toppager .ui-paging-pager {
  table-layout:auto;
  height:100%;
}
.ui-jqgrid .ui-jqgrid-pager .navtable,
.ui-jqgrid .ui-jqgrid-toppager .navtable {
  float:left;
  table-layout:auto;
  height:100%;
}
.ui-jqgrid .ui-jqgrid-pager .navtable td,
.ui-jqgrid .ui-jqgrid-toppager .navtable td  {
  padding : 0 5px;
}

/*Subgrid*/

.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: block;
}
.ui-jqgrid .ui-subgrid {
  margin:0;
  padding:0;
  width:100%;
}
.ui-jqgrid .ui-subgrid table {
  table-layout: fixed;
}

.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-top:  0 none !important;
}
.ui-jqgrid .ui-subgrid td.subgrid-cell {
  vertical-align: middle
}
.ui-jqgrid a.ui-sghref {
  text-decoration: none;
  color : #010101;
}
.ui-jqgrid .ui-th-subgrid {
  height:20px;
}
.tablediv > .row {
  margin: 0 0;
}
/* loading */
.ui-jqgrid .jqgrid-overlay {
  display:none;
  z-index:100;
}

* .jqgrid-overlay iframe {
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}
/* end loading div */

/* Toolbar */
.ui-jqgrid .ui-userdata {
  padding: 4px 0;
  overflow: hidden;
  min-height: 32px;
}
.ui-jqgrid .ui-userdata-top {
  border-left-width: 0;
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid .ui-userdata-bottom {
  border-left-width: 0;
  border-top: 1px solid #ddd;
}
/*Modal Window */
.ui-jqdialog {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px
}

.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 6px;
  min-height: 35px;
}
.ui-jqdialog .ui-jqdialog-title {
  margin: .3em 0 .2em;
  font-weight: bold;
  padding-left :6px;
  padding-right:6px;
}
.ui-jqdialog .ui-jqdialog-titlebar-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 5px 0 0;
  padding: 8px;
  cursor:pointer;
}

.ui-jqdialog .ui-jqdialog-titlebar-close:hover,
.ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  padding: 8px;
}
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
  border: 0;
  padding: .3em .2em;
  background: none;
  height:auto;
}
.ui-jqdialog .ui-jqconfirm {
  padding: .4em 1em;
  border-width: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: visible;
  display: none;
  height: 120px;
  width: 220px;
  text-align:center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* end Modal window*/

/* Form edit */
.ui-jqdialog-content .FormGrid {
  margin: 0 8px;
  overflow: auto;
  position: relative;
}
.ui-jqdialog-content .EditTable {
  width: 100%;
  margin-bottom:0;
}
.ui-jqdialog-content .EditTable .EditButton:first-child {
  text-align: left;
}
.ui-jqdialog-content .DelTable {
  width: 100%;
  margin-bottom:0;
}
.EditTable td input,
.EditTable td select,
.EditTable td textarea {
  width: 98%;
  display: inline-block;
}
.EditTable td textarea {
  width:auto;
  height:auto;
}
.EditTable .FormData td {
  height:37px !important;
}
.ui-jqdialog-content td.EditButton {
  text-align: right;
  padding: 5px 5px 5px 0;
}
.ui-jqdialog-content td.navButton {
  text-align: center;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  padding-bottom:5px;
  padding-top:5px;
}
.ui-jqdialog-content input.FormElement {
  padding: .5em .3em;
  margin-bottom: 5px
}
.ui-jqdialog-content select.FormElement {
  padding:.3em;
  margin-bottom: 3px;
}
.ui-jqdialog-content .data-line {
  padding-top:.1em;
  border: 0 none;
}

.ui-jqdialog-content .CaptionTD {
  vertical-align: middle;
  border: 0 none;
  padding: 2px;
  white-space: nowrap;
}
.ui-jqdialog-content .DataTD {
  padding: 2px;
  border: 0 none;
  vertical-align: top;
}
.ui-jqdialog-content .form-view-data {
  white-space:pre
}

.fm-button-icon-left {
  margin-left: 4px;
  margin-right: 4px;
}
.fm-button-icon-right {
  margin-left: 4px;
  margin-right: 4px;
}

#nData, #pData {
  margin-left: 4px;
  margin-right: 4px;
}
#sData span, #cData span {
  margin-left: 5px;
}
/* End Eorm edit */
.ui-jqgrid .selected-row,
div.ui-jqgrid .selected-row td {
  font-style : normal;
}
/* inline edit actions button*/
.ui-inline-del, .ui-inline-cancel {
    margin-left: 14px;
}

/* Tree Grid */
.ui-jqgrid .tree-wrap {
  float: left;
  position: relative;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.ui-jqgrid .tree-minus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .tree-plus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .tree-leaf {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .treeclick {
  cursor: pointer;
}
/* moda dialog */
* iframe.jqm {
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}

.ui-jqgrid-dnd tr td {
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  height: 20px
}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {
  text-align: right;
}
.ui-jqgrid .ui-jqgrid-hbox-rtl {
  float: right;
  padding-left: 20px;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
  float: right;
  margin: -2px -2px -2px 0;
  height:100%;
}
.ui-jqgrid .ui-jqgrid-resize-rtl {
  float: left;
  margin: -2px -2px -2px -0;
}

.ui-jqgrid .tree-wrap-ltr {
  float: left;
}
.ui-jqgrid .tree-wrap-rtl {
  float: right;
}
.ui-jqgrid .ui-ellipsis {
  -moz-text-overflow:ellipsis;
  text-overflow:ellipsis;
}
/* Toolbar Search Menu. Nav menu */
.ui-search-menu,
.ui-nav-menu {
  position: absolute;
  padding: 2px 5px;
  z-index:99999;
}
.ui-search-menu.ui-menu .ui-menu-item,
.ui-nav-menu.ui-menu .ui-menu-item {
  list-style-image: none;
  padding-right: 0;
  padding-left: 0;
}
.ui-search-menu.ui-menu .ui-menu-item a,
.ui-nav-menu.ui-menu .ui-menu-item a {
  display: block;
}
.ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
.ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover {
  margin: -1px;
  font-weight: normal;
}
.ui-jqgrid .ui-search-table {
  padding: 0;
  border: 0 none;
  height: 20px;
  width: 100%;
}
.ui-jqgrid .ui-search-table .ui-search-oper {
  width: 20px;
}
a.g-menu-item, a.soptclass, a.clearsearchclass {
  cursor: pointer;
}

.ui-jqgrid .ui-scroll-popup {
  width: 100px;
}
.ui-search-table select,
.ui-search-table input
{
  padding: 4px 3px;
}

.ui-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}
.ui-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: .3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover,
.ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover
{
  background-color: #ddd;
}
.ui-jqgrid-corner {
  border-radius: 5px
}
.ui-resizable-handle {
  display: block;
  left :97%;
}
.ui-jqdialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-top-corner {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-bottom-corner {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ui-search-table {
  margin-bottom: 0;
}
.ui-search-table .columns, .ui-search-table .operators {
  padding-right: 5px;
}
.opsel {
  float :left;
  width : 100px;
  margin-right : 5px;
}
.add-group, .add-rule, .delete-group {
  width: 14%;
  margin-right : 5px;
}
.delete-rule {
  width : 15px;
}
ul.ui-search-menu, ul.ui-nav-menu {
   list-style-type:  none;
}
ul.ui-search-menu li a,
ul.ui-nav-menu li a,
.soptclass,
.clearsearchclass {
  text-decoration: none;
  color : #010101;
}
ul.ui-search-menu li a:hover, ul.ui-nav-menu li a:hover, a.soptclass:hover, a.clearsearchclass:hover {
  background-color: #ddd;
  padding: 1px;
  text-decoration: none;
}
ul.ui-search-menu li, ul.ui-nav-menu li {
  padding : 5px;
}
.ui-menu-item hr {
  margin-bottom: 0;
  margin-top: 0;
}

.searchFilter .ui-search-table td,
.searchFilter .ui-search-table th {
  border-top: 0 none !important;
}

.searchFilter .queryresult {
  margin-bottom: 5px;
}
.searchFilter .queryresult tr td {
  border-top: 0 none;
}
.ui-search-label {
  padding-left: 5px;
}

.frozen-div, .frozen-bdiv {
  background-color: #fff;
}

table.table #jqgh_jqGrid_cb label {
  display:inline-block;
  float:left;
  margin-top:-10px;
  margin-left:3px;
}
table.table #jqgrid_cb .icheckbox_minimal {
  margin-top:-21px;
}

table.table.ui-jqgrid-htable tr th:last-child {
  border-right:0 !important;
}

.ui-jqgrid .btn-default {
  background-color:#fff !important;
}
.ui-jqgrid .btn-quick {
  margin-right:2px;
}

.ui-jqgrid .table-bordered {
  border: none;
  width: 100% !important;
  table-layout: fixed;
}

.ui-jqgrid .table-bordered tr {
  height: 100%;
}

.ui-jqgrid .table-bordered tr > th {
  height: 100%;
}

.ui-jqgrid .table-bordered tr > th > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* search */
.ui-widget-overlay {
  background-color:rgba(0,0,0,0.5);
}
.ui-widget-header {
  font-weight: bold;
  background-color: #F5F5F5;
  color: #333;
}
.ui-jqdialog-title {
  font-size:14px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close span:before {
  content: "\e014";
}
.ui-jqdialog .ui-jqdialog-titlebar-close span {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size:15px;
}
.searchFilter {
  padding: 5px 15px;
}
.ui-jqdialog {
  min-width: 570px;
}
.searchFilter select, .searchFilter input {
  margin-right:6px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-top: 5px;
  margin-bottom: 5px;
}
.searchFilter option,
.searchFilter select {
  text-transform: capitalize;
}
.delete-rule {
  width: 30px;
}
.fm-button {
  border:#ccc 1px solid;
  padding:6px 15px;
  background-color:#fff;
  font-size:14px;
  border-radius: 4px;
  line-height: 1.42857143;
  display: inline-block;
}
.ui-jqdialog-content td.EditButton {
  padding: 5px 15px;
}
.s-ico {
  position:absolute;
  right:15px; top:14px;
}
.ui-grid-ico-sort {
  width: 16px;
  height: 16px;
  display:inline-block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAsCAYAAACpOaImAAAAXElEQVQ4je2UwQnAIBAEV7EDf1mEs/8iUowkVSyYTw5C0DQQ5zmz7wVuSGYz20lmdwEASilbSulwKYmttTO8w3MQRwEAZn6xWPyXUGvtsxglcRQk8fukXPjAAwBc9jonxB51QWoAAAAASUVORK5CYII=');
  background-position:right;
  background-repeat: no-repeat;
}
.ui-icon-triangle-1-n {
  background-position: 0 6px;
}
.ui-icon-triangle-1-s {
  background-position: 0 -33px;
}
.ui-icon-arrowreturnthick-1-w, .ui-icon-search {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.ui-icon-arrowreturnthick-1-w:before {
  content: "\e031";
}
.ui-icon-search:before {
  content: "\e003";
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
}

.ui-jqgrid-btable input,.ui-jqgrid-btable select,.ui-jqgrid-btable textarea {
  padding: 2px;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
}

.ui-jqgrid-btable select {
  padding: 1px;
  height: 25px;
  line-height: 25px;
}

.ui-jqgrid .ui-jqgrid-view button>i {
  padding:0; margin:0;
}
.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
  height: 30px;
  padding-top: 2px;
  white-space: normal;
}

.ui-jqgrid .ui-jqgrid-view,.ui-jqgrid .ui-pg-selbox,.ui-jqgrid .ui-pg-table {
  font-size: 13px;
}

.ui-jqgrid .ui-paging-info {
  line-height: 44px;
}

.ui-jqgrid .ui-pg-table td {
  width: inherit !important;
  font-size: 14px;
  padding: 0 5px;
}

.ui-jqgrid .ui-jqgrid-title-rtl {
  float: right;
  margin: 8px;
}

.ui-jqgrid-view>.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 24px;
  color: #31708f;
  background: #D6DDE7;
  padding: 0;
  font-size: 15px;
}

.ui-jqgrid tr.jqgrow.ui-row-rtl td:last-child {
  border-right: none;
  border-left: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-htable thead {
  background-color: #eff3f8;
}

.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
  height: 45px!important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  color: #000;
}

.ui-jqgrid-titlebar {
  position: relative;
  top: 1px;
  z-index: 1;
}

.ui-jqgrid tr.jqgrow:last-child,.ui-jqgrid tr.ui-row-ltr:last-child,.ui-jqgrid tr.ui-row-rtl:last-child {
  border: none;
}

.ui-jqgrid tr.ui-row-ltr {
  border-bottom: 1px solid #989898;
}

.ui-jqgrid tr.ui-row-ltr td,.ui-jqgrid tr.ui-row-rtl td {
  border-bottom: none;
  border-right: none;
  padding: 10px 5px;
}

.ui-jqgrid-btable .ui-widget-content.ui-priority-secondary {
  background-image: none;
  background-color: #F9F9F9;
  opacity: 1;
}

.ui-jqgrid-btable .ui-widget-content.ui-state-hover {
  background-image: none;
  background-color: #CCC;
  opacity: 1;
  cursor: pointer;
}

.table.ui-jqgrid-btable>tbody>tr.jqgrow.success>td,
.table.ui-jqgrid-btable>tbody>tr.jqgrow.active>td {
  background-color: #CCC;
}

.ui-jqgrid .ui-jqgrid-pager {
  line-height: 15px;
  height: 55px;
  padding-top: 3px!important;
  padding-bottom: 5px !important;
  background-color: #EDEDED;
  border-top: none;
  width: 100% !important;
}

.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 24px;
  height: 20px;
  line-height: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid var(--main-bg-color);
}

.ui-jqgrid .ui-pg-selbox {
  display: block;
  height: 26px !important;
  padding: 4px;
  line-height: normal;
  background-color: #FFF;
  border: 1px solid var(--main-bg-color);
  border-radius: 4px;
  font-size: 14px;
}

.ui-jqgrid .ui-jqgrid-view input.cbox {
  margin: 4px auto;
}

.ui-jqgrid .ui-jqgrid-htable th div {
  overflow: visible;
}

.ui-jqgrid .ui-pager-control {
  height: 50px;
  padding-left: 9px;
  padding-right: 9px;
}

.ui-jqgrid .ui-jqgrid-toppager {
  height: auto!important;
  background-color: #eff3f8;
  border-bottom: 1px solid #E1E1E1!important;
}

.ui-jqgrid .jqgrow .editable {
  max-width: 90%;
  max-width: calc(92%)!important;
  font-size: 14px;
}

.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}

.ui-jqgrid .ui-pg-button:hover {
  background-color: transparent !important;
}

.ui-jqgrid .ui-pg-button .ui-separator {
  margin-left: 4px;
  margin-right: 4px;
  border-color: #9D9D9D;
}

.ui-jqgrid .ui-pg-button span {
  color: var(--main-bg-color);
}

.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  background-color: #D3E3E8;
  border: 2px solid #81C6DD;
}

.ui-jqgrid .ui-search-toolbar {
  border-top: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-labels {
  border-bottom: none;
  background: #F2F2F2 repeat-x;
  background-image: -webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%);
  background-image: -o-linear-gradient(top,#f8f8f8 0,#ececec 100%);
  background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
  padding: 0!important;
}

.ui-jqgrid .ui-jqgrid-labels th {
  border-right: 1px solid #989898;
  padding: 5px 2px;
  background-color: #D8D8D8;
}

.ui-jqgrid .ui-jqgrid-labels th.active {
  background-color: #D8D8D8;
}

.ui-jqgrid-labels th[id*="_cb"]:first-child>div {
  padding-top: 0;
  text-align: center!important;
}

.ui-jqgrid-sortable {
  padding-left: 4px;
  font-size: 13px;
  color: #777;
  font-weight: 700;
}

.ui-jqgrid-sortable:hover {
  color: #547ea8;
}

th[aria-selected=true] {
  background-image: -webkit-linear-gradient(top,#eff3f8 0,#e3e7ed 100%);
  background-image: -o-linear-gradient(top,#eff3f8 0,#e3e7ed 100%);
  background-image: linear-gradient(to bottom,#eff3f8 0,#e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

th[aria-selected=true] .ui-jqgrid-sortable {
  color: #307ecc;
}

.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th div {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 26px;
}

.ui-jqgrid .tree-wrap-ltr {
  margin: 0 4px;
  float: none;
  display: inline;
}

.ui-jqgrid .tree-wrap-rtl {
  margin: 2px 4px 0;
}

.ui-jqgrid .ui-subgrid {
  border-bottom: 1px solid #E1E1E1;
  background-color: #F6FAFF;
}

.ui-jqgrid .ui-subgrid .ui-jqgrid-btable {
  background-color: #FFF;
}

.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv {
  background-color: transparent;
  margin-top: 4px;
}

.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels {
  border-bottom: 1px solid #E1E1E1;
  background: #F1F1F1;
}

.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th[aria-selected=true] {
  background: #E5E9EF;
}

.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th .ui-jqgrid-sortable {
  font-size: 12px;
}

.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th div {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th span.ui-jqgrid-resize {
  height: 36px!important;
}

.ui-jqgrid .ui-jqgrid-bdiv {
  width: 100% !important;
}

.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-bdiv {
  height: auto!important;
  max-height: 150px;
  margin-bottom: 4px;
  border-top-width: 0;
  border-bottom: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-sgcollapsed>a:hover {
  text-decoration: none;
}

.ui-widget .ui-widget-content {
  background-color:#fff;
  width: 100%;
}

td.delmsg {
  padding:0 10px;
}

@media only screen and (max-width:767px) {
  .ui-jqgrid .ui-jqgrid-pager {
    height: 90px;
  }

  .ui-jqgrid .ui-jqgrid-pager>.ui-pager-control {
    height: 85px;
    padding-top: 9px;
  }

  .ui-jqgrid .ui-jqgrid-pager>.ui-pager-control>.ui-pg-table>tbody>tr>td {
    vertical-align: top;
  }

  .ui-jqgrid .ui-jqgrid-pager>.ui-pager-control>.ui-pg-table>tbody>tr>td#grid-pager_center {
    width: 0!important;
    position: static;
  }

  .ui-jqgrid .ui-jqgrid-pager>.ui-pager-control>.ui-pg-table>tbody>tr>td#grid-pager_center>.ui-pg-table {
    margin: 36px auto 0;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
  }
}

@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:0) {
  .ui-jqgrid .ui-jqgrid-pager>.ui-pager-control>.ui-pg-table>tbody>tr>td#grid-pager_center>.ui-pg-table {
    width: 300px;
  }
}
