/* CSS Document */

.edit_remove {
  background-color: #f8f8f8;
  border: #bbbbbb solid 1px;
  color: #000000;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  height: 15px;
  margin-left: 2px;
  float: left;
}

.editfield {
  background-color: #fefefe;
  border: #bbbbbb solid 1px;
  color: #000000;
  font-size: 11px;
  width: 105px;
  height: 17px;
  float: left;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.addeditlink {
  width: 195px;
  background: #f8f8f8;
  border: 1px solid #bbbbbb;
  padding-left: 3px;
  white-space: nowrap;
}

.tab_style {
  background: url('../images/datatable/custom_paginator/inactive_button.gif') no-repeat center;
  color: #4f4f4f;
  width: 145px;
  height: 29px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

.selected_tab_style {
  background: url('../images/datatable/custom_paginator/active_button.gif') no-repeat center;
  color: #004275;
  font-weight: bold;
}

.log {
  padding: 10px 10px 10px 10px;
  margin-top: 15px;
  height: 150px;
  overflow: auto;
  width: 600px;
  border: 1px solid #a4a4a4;
  background: transparent;
  display: block;
}

.cities {
  border: 1px solid #f6f7f8;
  border-bottom-color: #e0e0e0;

  font-size: 11px;
  line-height: 17px;
}

.clickable_item_cursor {
  cursor: pointer;
}

.non_clickable_item_cursor {
  cursor: default;
}

.datatable {
  border: 1px solid #f6f7f8;
  font-size: 11px;
}



.featuresTable td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: normal !important ;
}