/* Pagestyle VW */

#edBottombar .ed-button-seperator.EDButtonSeperator {
  margin: 0 !important;
}

/* ---------------------------------------------------------------------------------------------------*/

/* ###################### START box style */

.box-style1 {
  margin-top: 12px;
  margin-top: 0px;
}

.box-style1-header {
  height: auto;
  padding: 7px 10px;
  font-weight: bold;
  text-shadow: none;
  border-bottom: none !important;
  background: #F7F7F7;
  background-size: auto 100%;
  font-size: 16px;
  color: #4f4f4f;
  height: auto;
}

.box-style1-content {
  padding: 13px;
}

/* ###################### END box style */

/* ---------------------------------------------------------------------------------------------------*/

/* ###################### START...... */

#edToolbarDealerFilter .ed-ddd-container-inner {
  border: 0;
  padding-top: 0;
}

#edBottombar {
  background: #ececec;
  padding: 0 0 10px;
  border-top: 1px solid #d8d8d8;
}

.ui-widget-content {
  background: white;
}

.EDGrid .ui-state-default.ui-jqgrid-hdiv,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column,
.ui-state-default .ui-jqgrid-hdiv {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ececec 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ececec 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #ececec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ececec',GradientType=0 );
  /* IE6-9 */
}

#edLoader {
  background: #f1f1f1;
}