body {
  padding-top: 60px;
}
.navbar #orgswitcher {
  margin: 0 0 0 10px;
}
.actions ul.dropdown-menu form {
  margin: 0;
}
.block-text {
  width: 400px;
  word-wrap: break-word;
}
.error {
  color: red;
}
table.data-items .actions .btn-primary {
  opacity: 0.1;
}
table.data-items .actions .btn-group {
  float: right;
  margin: 0 10px 0 0;
}
table.data-items .actions .btn-group .dropdown-menu {
  min-width: 120px;
  left: inherit !important;
  right: 0px;
}
table.data-items .type {
  white-space: nowrap;
}
table.data-items .urls {
  font-size: 0.9em;
  color: #666666;
}
table.data-items .urls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table.data-items .urls span {
  font-weight: bold;
}
table.data-items .phones {
  font-size: 0.9em;
  color: #666666;
}
table.data-items .phones ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table.data-items .phones span {
  font-weight: bold;
}
table.data-items tr:Hover td {
  background: #fff0c4;
}
table.data-items tr:Hover .actions .btn-primary {
  opacity: 1;
}
table.data-items td {
  vertical-align: top;
}
table.data-items .nowrap {
  white-space: nowrap;
}
table.data-items .width-33 {
  width: 33%;
}
table.data-items .name {
  white-space: nowrap;
}
table.data-items .name a {
  display: block;
}
table.data-items .urls {
  white-space: nowrap;
}
table.data-items .actions {
  white-space: nowrap;
}
.input-prepend span.add-on {
  margin-top: -8px;
}
/* Data-Tables */

div.dataTables_length label {
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  float: right;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
table.table {
  clear: both;
  margin-bottom: 6px !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.table thead .sorting {
  background: url('/Content/Images/datatables/sort_both.png') no-repeat center right;
}
table.table thead .sorting_asc {
  background: url('/Content/Images/datatables/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
  background: url('/Content/Images/datatables/sort_desc.png') no-repeat center right;
}
table.table thead .sorting_asc_disabled {
  background: url('/Content/Images/datatables/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
  background: url('/Content/Images/datatables/sort_desc_disabled.png') no-repeat center right;
}
table.table th:active {
  outline: none;
}
.btn-new {
  margin: 0 0 4px 0;
  float: right;
}
.dataTables_which {
  float: right;
  margin: 0 0 4px 0;
  clear: both;
  white-space: nowrap;
  display: inline-block;
}
fieldset label {
  font-weight: bold;
  font-size: 1.1em;
}
fieldset .control-group {
  padding: 0 0 10px 0;
}
.page-header {
  overflow: hidden;
}
.page-header .intro {
  border-radius: 12px;
  background: #f6f6f6;
  min-height: 220px;
}
.page-header .intro div {
  padding: 20px;
}
.page-header .intro h1 {
  font-size: 3em;
  line-height: 1.2em;
  margin: 0 0 0.2em 0;
}
.page-header .intro h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
}
.chzn-container {
  margin: 0 0 12px 0;
}
.chosen-users .chzn-container-multi {
  width: 70% !important;
}
#row-OR-clone {
  display: none;
}
footer.navbar {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 980px) {
  .hideLarge {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hideMedium {
    display: none;
  }
  .page-header .intro {
    min-height: inherit;
  }
  .page-header .intro h1 {
    font-size: 2em;
  }
  .page-header .intro h2 {
    font-size: 1.3em;
  }
  #data-items .phones span {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .hideSmall {
    display: none;
  }
  .page-header .intro h1 {
    font-size: 1.4em;
  }
  .page-header .intro h2 {
    font-size: 1em;
  }
  #chart-campaigns {
    display: none;
  }
  .input-xlarge {
    width: 100px;
  }
}
