/*
----------------------------------------------------------------------
  BOOTSTRAP
----------------------------------------------------------------------
*/

.bootstrap-realtypress {  
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  font-weight:normal;
}

.bootstrap-realtypress * {
  text-transform: none;
}

.bootstrap-realtypress p,
.bootstrap-realtypress .table, 
.bootstrap-realtypress .table tr td, 
.bootstrap-realtypress .table tbody tr td,
.bootstrap-realtypress .table thead tr th {  
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #555;
  font-weight: normal;
  box-shadow: none;
  text-shadow: none;
}

/**
 *  Bootstrap :: Tables
 *  -------------------
 */

.bootstrap-realtypress .table {
  text-align:left;
  margin-bottom: 20px !important;
  letter-spacing:0;
}

.bootstrap-realtypress .table tr td, 
.bootstrap-realtypress .table tbody tr td {
  color: #555 !important;
}

.bootstrap-realtypress .table-bordered,
.bootstrap-realtypress .table-bordered tbody tr td,
.bootstrap-realtypress .table-bordered tfoot tr th {
  border: 1px solid #ddd !important;
}

/**
 *  Bootstrap :: Breadcrumb
 *  -----------------------
 */

.bootstrap-realtypress .breadcrumb {
  border-radius: 0;
  margin-left:0;
}

/**
 *  Bootstrap :: Tabs
 *  -----------------
 */

.bootstrap-realtypress .nav-tabs {
  border-bottom: 3px solid #dddddd;
}

.bootstrap-realtypress .nav-tabs > li {
  margin-bottom: 0;
}

.bootstrap-realtypress .nav-tabs .tab-content {
  border: 3px solid #ddd;
}

/**
 *  Bootstrap :: Forms
 *  ------------------
 */

.bootstrap-realtypress label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: bold;
  color:#888888;
  line-height: 16px;
}

.bootstrap-realtypress .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
    background: #ffffff none;
    border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bootstrap-realtypress .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12), inset 0 0 0 2px rgba(102, 175, 233, 1);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12), inset 0 0 0 2px rgba(102, 175, 233, 1);
  background: #fffef7
}

.bootstrap-realtypress .form-control.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.bootstrap-realtypress .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #888888;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

/**
 *  Bootstrap :: Panel
 *  ------------------
 */

.bootstrap-realtypress .panel-default {
  border-color: #e5e5e5;
}

.bootstrap-realtypress .panel-default > .panel-heading {
    color: #666666;
    background: #fafafa none;
    border-color: #e5e5e5;
}

.bootstrap-realtypress .panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/**
 *  Bootstrap :: Pagination
 *  -----------------------
 */

.bootstrap-realtypress .pagination {
  border: none;
  padding: 0;
}

.bootstrap-realtypress .pagination {
  border: none;
  padding: 0;
}

/**
 *  Bootstrap :: Radius Resets
 *  --------------------------
 */

.bootstrap-realtypress .btn {
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-realtypress .panel {
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-realtypress .rps-contact-alerts .alert {
  margin-top: 15px;
}

.btn-lightgrey{
  background: #f5f5f5;
}


.bootstrap-realtypress .table-bordered,
.bootstrap-realtypress .table-bordered tbody tr td,
.bootstrap-realtypress .table-bordered thead tr th,
.bootstrap-realtypress .table-bordered tfoot tr th {
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-top-width: 0 !important;
  /*border-bottom-width: 0 !important;*/
  /*border-bottom-color: #efefef !important;*/
}