.overlay {
  background-color: black;
  opacity: .6;
  position: absolute;
  top: 0px;
  padding-top: 25%;
  width: 100%;
  height: 200%;
  overflow: hidden; }
  .overlay img {
    display: block;
    width: 100px;
    margin: auto;
    opacity: 1; }

.profile-image {
  width: 65px;
  border-radius: 4px; }

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 20px; }

a {
  text-decoration: none;
  background: transparent;
  border: none;
  color: #639fd8;
  cursor: pointer; }
  a:hover {
    color: #205282;
    text-decoration: none; }
  a:visited {
    color: #205282; }
  a:active {
    color: #abca4f; }

button, input[type="button"], input[type="submit"] {
  border-radius: 2px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 0 10px 0;
  line-height: 1em;
  padding: .5em 1em;
  cursor: pointer;
  background-color: #abca4f;
  background: -webkit-linear-gradient(top, #abca4f, #718a29);
  background: -moz-linear-gradient(top, #abca4f, #718a29);
  border: 1px solid #abca4f;
  color: rgba(255, 255, 255, 0.8);
  padding: .75em 1em; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    text_decoration: none; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #c7dc8a;
    background: -webkit-linear-gradient(top, #c7dc8a, #abca4f);
    background: -moz-linear-gradient(top, #c7dc8a, #abca4f);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    border: 1px solid #abca4f;
    color: white; }
  button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #718a29;
    background: -webkit-linear-gradient(top, #718a29, #abca4f);
    background: -moz-linear-gradient(top, #718a29, #abca4f);
    border: 1px solid #718a29; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.large li {
    border-bottom: 1px solid #dadada;
    height: 50px;
    padding: 10px; }
    ul.large li img {
      vertical-align: middle; }

fieldset {
  border-radius: 2px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 2em 4em;
  margin: 0 0 2em 2em; }
  fieldset legend {
    color: #747474;
    padding: 0px .5em; }
  fieldset.float label, fieldset.float input:not([type=submit]), fieldset.float select {
    float: left;
    margin: 0; }
  fieldset.float label {
    margin: 2px .5em 0 0; }
  fieldset.float input[type=checkbox], fieldset.float input[type=radio] {
    margin-top: 6px; }

dl.align dt {
  width: 75px;
  text-align: right;
  color: #747474; }
dl.align dd {
  color: #222222;
  font-weight: bold; }
dl dt, dl dd {
  float: left; }

form input:not([type=submit]):not([type=checkbox]):not([type=radio]), form select {
  display: inline-block;
  width: 150px;
  border-radius: 4px;
  padding: 4px;
  border: 1px solid #747474; }
  form input:not([type=submit]):not([type=checkbox]):not([type=radio]).short, form select.short {
    width: 75px !important; }
  form input:not([type=submit]):not([type=checkbox]):not([type=radio]).medium, form select.medium {
    width: 112.5px !important; }
  form input:not([type=submit]):not([type=checkbox]):not([type=radio]).normal, form select.normal {
    width: 150px !important; }
  form input:not([type=submit]):not([type=checkbox]):not([type=radio]).long, form select.long {
    width: 300px !important; }
form label.short {
  width: 80px !important; }
form label.medium {
  width: 112.5px !important; }
form label.normal {
  width: 150px !important; }
form label.long {
  width: 300px !important; }
form label.auto {
  width: auto !important;
  margin-right: 10px; }
form.align label {
  display: inline-block;
  width: 150px;
  text-align: right; }
form.left-align label {
  display: inline-block;
  width: 150px; }
form.short-label label {
  width: 75px; }
form.medium-label label {
  width: 112.5px; }
form.long-input input:not([type=submit]):not([type=checkbox]):not([type=radio]), form.long-input select {
  width: 300px; }

input[type=submit], button, a.button {
  border-radius: 2px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 0 10px 0;
  line-height: 1em;
  padding: .5em 1em;
  cursor: pointer;
  background-color: #abca4f;
  background: -webkit-linear-gradient(top, #abca4f, #718a29);
  background: -moz-linear-gradient(top, #abca4f, #718a29);
  border: 1px solid #abca4f;
  color: rgba(255, 255, 255, 0.8);
  padding: .75em 1em;
  border-color: #718a29;
  margin-top: 20px; }
  input[type=submit]:hover, button:hover, a.button:hover {
    text_decoration: none; }
  input[type=submit]:hover, button:hover, a.button:hover {
    background-color: #c7dc8a;
    background: -webkit-linear-gradient(top, #c7dc8a, #abca4f);
    background: -moz-linear-gradient(top, #c7dc8a, #abca4f);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    border: 1px solid #abca4f;
    color: white; }
  input[type=submit]:active, button:active, a.button:active {
    background-color: #718a29;
    background: -webkit-linear-gradient(top, #718a29, #abca4f);
    background: -moz-linear-gradient(top, #718a29, #abca4f);
    border: 1px solid #718a29; }
  input[type=submit].save, button.save, a.button.save {
    border-radius: 2px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 0 10px 0;
    line-height: 1em;
    padding: .5em 1em;
    cursor: pointer;
    background-color: #639fd8;
    background: -webkit-linear-gradient(top, #639fd8, #205282);
    background: -moz-linear-gradient(top, #639fd8, #205282);
    border: 1px solid #639fd8;
    color: white;
    padding: .75em 1em;
    font-size: 16px;
    float: left;
    margin-left: 10%; }
    input[type=submit].save:hover, button.save:hover, a.button.save:hover {
      text_decoration: none; }
    input[type=submit].save:hover, button.save:hover, a.button.save:hover {
      background-color: #639fd8;
      background: -webkit-linear-gradient(top, #639fd8, #205282);
      background: -moz-linear-gradient(top, #639fd8, #205282);
      border: 1px solid #205282;
      color: rgba(255, 255, 255, 0.8); }
    input[type=submit].save:active, button.save:active, a.button.save:active {
      background-color: #205282;
      background: -webkit-linear-gradient(top, #205282, #639fd8);
      background: -moz-linear-gradient(top, #205282, #639fd8);
      border: 1px solid #205282; }

table {
  font-size: 10px; }
  table th {
    background-color: white; }
  table td a {
    padding-right: 4px;
    border-right: 1px solid #747474; }
    table td a.last {
      border: none; }
    table td a.noSidebar {
      border-right: none; }
  table .center {
    text-align: center; }
  table tbody tr:nth-child(even) td, table tbody tr.even td {
    background-color: #dadada; }

table.data-table {
  font-size: 12px; }
  table.data-table a {
    color: #353535; }
    table.data-table a:hover {
      color: #ff6600; }
  table.data-table tbody tr.even td {
    background-color: #f3f3f3; }
    table.data-table tbody tr.even td.sorting_1 {
      background-color: #f3f3f3; }
  table.data-table tbody tr.odd td {
    background-color: #c9def2; }
    table.data-table tbody tr.odd td.sorting_1 {
      background-color: #c9def2; }

.dataTables_filter, .dataTables_length {
  font-size: 10px; }

div.dataTables_paginate, div.dataTables_info {
  margin: 10px 0 4px 0; }
  div.dataTables_paginate.paging_full_numbers a, div.dataTables_info.paging_full_numbers a {
    border-radius: 2px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 0 10px 0;
    line-height: 1em;
    padding: .5em 1em;
    cursor: pointer;
    background-color: #dadada;
    background: -webkit-linear-gradient(top, #dadada, #b0b0b0);
    background: -moz-linear-gradient(top, #dadada, #b0b0b0);
    border: 1px solid #dadada;
    border-bottom-color: #747474;
    border-right-color: #747474;
    color: #353535;
    font-size: 10px;
    margin-right: 5px; }
    div.dataTables_paginate.paging_full_numbers a:hover, div.dataTables_info.paging_full_numbers a:hover {
      text_decoration: none; }
    div.dataTables_paginate.paging_full_numbers a:hover, div.dataTables_info.paging_full_numbers a:hover {
      background-color: #f3f3f3;
      background: -webkit-linear-gradient(top, #f3f3f3, #dadada);
      background: -moz-linear-gradient(top, #f3f3f3, #dadada);
      border-color: #747474;
      color: #205282 !important;
      text-decoration: none; }
    div.dataTables_paginate.paging_full_numbers a:active, div.dataTables_info.paging_full_numbers a:active {
      background-color: #b0b0b0;
      background: -webkit-linear-gradient(top, #b0b0b0, #dadada);
      background: -moz-linear-gradient(top, #b0b0b0, #dadada);
      border: 1px solid #747474;
      border-bottom-color: #dadada;
      border-right-color: #dadada; }
    div.dataTables_paginate.paging_full_numbers a.paginate_active, div.dataTables_info.paging_full_numbers a.paginate_active {
      background-color: #b0b0b0;
      background: -webkit-linear-gradient(top, #b0b0b0, #dadada);
      background: -moz-linear-gradient(top, #b0b0b0, #dadada);
      border: 1px solid #747474;
      border-bottom-color: #dadada;
      border-right-color: #dadada; }

div.ui-tabs {
  border-radius: 2px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  div.ui-tabs ul.ui-tabs-nav.ui-widget-header {
    border-radius: 2px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #639fd8;
    background: -webkit-linear-gradient(top, #639fd8, #205282);
    background: -moz-linear-gradient(top, #639fd8, #205282);
    padding: 4px; }
    div.ui-tabs ul.ui-tabs-nav.ui-widget-header li {
      border-radius: 2px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      font-size: 12px;
      padding: 0;
      margin-right: 2px; }
      div.ui-tabs ul.ui-tabs-nav.ui-widget-header li.ui-state-default {
        background: none;
        border: none; }
        div.ui-tabs ul.ui-tabs-nav.ui-widget-header li.ui-state-default a {
          border-radius: 2px;
          border-top-left-radius: 6px;
          border-bottom-right-radius: 6px;
          border: 1px solid transparent;
          margin: 0px;
          color: white;
          padding: 4px 6px; }
          div.ui-tabs ul.ui-tabs-nav.ui-widget-header li.ui-state-default a:hover {
            border-color: #205282;
            background-color: #639fd8;
            background: -webkit-linear-gradient(top, #639fd8, #205282);
            background: -moz-linear-gradient(top, #639fd8, #205282); }
          div.ui-tabs ul.ui-tabs-nav.ui-widget-header li.ui-state-default a:active {
            border-color: #205282;
            background-color: #205282;
            background: -webkit-linear-gradient(top, #205282, #639fd8);
            background: -moz-linear-gradient(top, #205282, #639fd8); }
      div.ui-tabs ul.ui-tabs-nav.ui-widget-header li.ui-state-active a {
        border-color: #205282;
        background-color: #205282;
        background: -webkit-linear-gradient(top, #205282, #639fd8);
        background: -moz-linear-gradient(top, #205282, #639fd8); }
  div.ui-tabs .ui-tabs-panel {
    padding: 4px; }

.dialog {
  display: none; }

.jHtmlArea {
  background-color: #dadada;
  border: 1px solid silver;
  padding: 1px;
  width: 698px; }
  .jHtmlArea .ToolBar {
    background-color: #639fd8;
    background: -webkit-linear-gradient(top, #639fd8, #205282);
    background: -moz-linear-gradient(top, #639fd8, #205282);
    border: 1px solid #639fd8;
    color: white;
    display: block;
    height: 24px;
    padding: 0 0 3px 0;
    width: 694px; }
  .jHtmlArea iframe {
    border: 2px inset silver;
    background-color: white; }

button.remove {
  background: #ee0000;
  background-image: -webkit-radial-gradient(center center, circle contain, #ee0000, #7b0002);
  background-image: -moz-radial-gradient(center center, circle contain, #ee0000, #7b0002);
  background-image: -ms-radial-gradient(center center, circle contain, #ee0000, #7b0002);
  background-image: -o-radial-gradient(center center, circle contain, #ee0000, #7b0002);
  border: 1px solid #7b0002;
  font-size: 10px;
  font-weight: bolder;
  padding: 4px 6px 5px 6px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.8);
  float: left;
  vertical-align: top;
  margin: 0px; }
  button.remove:hover {
    color: white;
    text-shadow: none; }

.invalid {
  color: #ee0000; }

.yes {
  font-weight: bold;
  color: #718a29; }

.no {
  font-weight: bold;
  color: #7b0002; }

img.thumbnail {
  border: 3px solid #f3f3f3;
  border-radius: 4px; }
  img.thumbnail:hover {
    opacity: .6; }

img.icon {
  background-color: transparent;
  width: 20px; }
  img.icon:hover {
    opacity: .6; }

div.row {
  padding-bottom: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #dadada; }
  div.row.last {
    border: none;
    padding-bottom: .5em;
    margin-bottom: 0px; }
  div.row * {
    margin-bottom: 0px; }
  div.row.type-row {
    margin: 0;
    padding: 10px; }

div.contact-card {
  padding: 5px 0;
  border-bottom: 1px solid #dadada; }
  div.contact-card.coworker dt {
    position: absolute; }
  div.contact-card.coworker dd {
    margin-left: 53px;
    text-align: left;
    min-width: 100px; }
  div.contact-card a {
    text-decoration: none;
    background: transparent;
    border: none;
    color: #639fd8;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    div.contact-card a:hover {
      color: #205282;
      text-decoration: none; }
    div.contact-card a:visited {
      color: #205282; }
    div.contact-card a:active {
      color: #abca4f; }
    div.contact-card a.last {
      margin-right: 0; }
  div.contact-card.visitor dd {
    text-align: left;
    min-width: 100px; }
  div.contact-card a {
    text-decoration: none;
    background: transparent;
    border: none;
    color: #639fd8;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    div.contact-card a:hover {
      color: #205282;
      text-decoration: none; }
    div.contact-card a:visited {
      color: #205282; }
    div.contact-card a:active {
      color: #abca4f; }
    div.contact-card a.last {
      margin-right: 0; }
  div.contact-card img {
    vertical-align: middle; }
  div.contact-card div {
    height: 26px; }
    div.contact-card div.profile-links {
      float: left; }
    div.contact-card div.profile-actions {
      float: right; }
      div.contact-card div.profile-actions a {
        line-height: 1em;
        margin-top: 4px;
        padding: 0 5px 0 2px;
        border-right: 1px solid #747474; }
        div.contact-card div.profile-actions a.last {
          border: none; }
        div.contact-card div.profile-actions a img {
          position: relative;
          top: -1px; }
      div.contact-card div.profile-actions form {
        display: inline-block; }
        div.contact-card div.profile-actions form input {
          margin: 0;
          padding: 0;
          border-radius: 0; }
          div.contact-card div.profile-actions form input[type=submit] {
            text-decoration: none;
            background: transparent;
            border: none;
            color: #639fd8;
            cursor: pointer;
            position: relative;
            top: 2px;
            font-family: Arial, sans-serif;
            font-size: 12px; }
            div.contact-card div.profile-actions form input[type=submit]:hover {
              color: #205282;
              text-decoration: none; }
            div.contact-card div.profile-actions form input[type=submit]:visited {
              color: #205282; }
            div.contact-card div.profile-actions form input[type=submit]:active {
              color: #abca4f; }
  div.contact-card .name-container {
    display: inline-block;
    float: left;
    width: 115px;
    text-align: left;
    margin-left: 10px; }
    div.contact-card .name-container a {
      display: block; }

div.contact-profile, div.company-profile {
  margin-top: 25px;
  margin-bottom: 20px; }
  div.contact-profile h1, div.contact-profile h2, div.contact-profile h3, div.contact-profile h4, div.contact-profile h5, div.contact-profile h6, div.company-profile h1, div.company-profile h2, div.company-profile h3, div.company-profile h4, div.company-profile h5, div.company-profile h6 {
    margin-bottom: 0; }
  div.contact-profile h1, div.company-profile h1 {
    margin-bottom: .25em; }
  div.contact-profile h4, div.company-profile h4 {
    font-size: 12px;
    margin-bottom: .5em; }
  div.contact-profile dl dt, div.contact-profile dl dd, div.company-profile dl dt, div.company-profile dl dd {
    float: left; }
  div.contact-profile dl dt, div.company-profile dl dt {
    text-align: right;
    width: 150px;
    color: #747474;
    font-weight: normal;
    clear: left; }

ul.bullets {
  list-style-type: disc;
  margin-left: 10px; }

@media (min-width: 1152px) {
  .container {
    width: 95%; }

  #content {
    width: 73%; }
    #content.quotes-content {
      border-left: 1px solid #dadada;
      padding-left: 10px;
      position: absolute;
      left: 360px; } }
@media (max-width: 1152px) and (min-width: 0px) {
  .container {
    width: 1000px; }

  #content {
    width: 630px; } }
@media (min-width: 1333px) {
  .responsive-hide {
    display: inline-block !important; } }
@media (max-width: 1333px) {
  .responsive-hide {
    display: none !important; } }
@media (min-width: 1618px) {
  .responsive-hide.width-1618 {
    display: inline-block !important; } }
@media (max-width: 1618px) {
  .responsive-hide.width-1618 {
    display: none !important; } }

@media (min-width: 1333px) {
  .responsive-show {
    display: none !important; } }
@media (max-width: 1333px) {
  .responsive-show {
    display: inline-block !important; } }
@media (min-width: 1618px) {
  .responsive-show.width-1618 {
    display: none !important; } }
@media (max-width: 1618px) {
  .responsive-show.width-1618 {
    display: inline-block !important; } }

@media (min-width: 1333px) {
  div.responsive {
    display: inline-block; } }
@media (max-width: 1333px) {
  div.responsive {
    display: block; } }

header {
  padding-top: 20px; }
  header .banner {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    background-color: #639fd8; }
    header .banner nav {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
      margin: 40px 20px 0 0;
      text-align: right; }
      header .banner nav a {
        display: inline-block;
        line-height: 12px;
        border-right: 1px solid white;
        padding: 0 8px 0 5px;
        margin: 10px 0;
        color: white;
        font-size: 14px;
        font-weight: bold;
        line-height: 12px; }
        header .banner nav a.last {
          border-right: none; }
        header .banner nav a:hover {
          color: rgba(255, 255, 255, 0.8);
          text-decoration: none; }
  header nav.main-menu {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    background-color: #abca4f;
    display: block;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 16px; }
    header nav.main-menu a {
      display: inline-block;
      line-height: 12px;
      border-right: 1px solid white;
      padding: 0 8px 0 5px;
      margin: 10px 0;
      color: white;
      font-size: 14px;
      font-weight: bold;
      line-height: 12px; }
      header nav.main-menu a.last {
        border-right: none; }
      header nav.main-menu a:hover {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }

div.sidebar {
  padding: 0; }
  div.sidebar ul.sidebar-list {
    font-size: 14px; }
    div.sidebar ul.sidebar-list li {
      display: block;
      margin: 0 0 4px 0;
      padding: 10px 8px;
      text-align: right;
      margin-right: 1em;
      border-bottom: 1px solid #dadada; }
      div.sidebar ul.sidebar-list li a {
        color: #747474; }
  div.sidebar ul.options a {
    border-radius: 2px;
    border-bottom-right-radius: 10px;
    display: block;
    margin: 0 0 4px 0;
    padding: 10px 8px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #205282; }
    div.sidebar ul.options a:visited {
      color: #205282; }
    div.sidebar ul.options a:hover {
      border-radius: 2px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      background-color: #dadada;
      opacity: .75; }
    div.sidebar ul.options a.active {
      border-radius: 2px;
      border-bottom-right-radius: 10px;
      display: block;
      margin: 0 0 4px 0;
      padding: 10px 8px;
      text-align: right;
      font-size: 14px;
      font-weight: bold;
      color: #205282;
      background-color: #dadada;
      background: -webkit-linear-gradient(top, #dadada, #b0b0b0);
      background: -moz-linear-gradient(top, #dadada, #b0b0b0);
      border: 1px solid #dadada;
      border-bottom-color: #747474;
      border-right-color: #747474;
      color: #353535; }
      div.sidebar ul.options a.active:visited {
        color: #205282; }
  div.sidebar .actions a {
    display: block;
    font-size: 14px;
    margin-bottom: .5em; }
    div.sidebar .actions a.primary {
      border-radius: 2px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      margin: 0 0 10px 0;
      line-height: 1em;
      padding: .5em 1em;
      cursor: pointer;
      background-color: #639fd8;
      background: -webkit-linear-gradient(top, #639fd8, #205282);
      background: -moz-linear-gradient(top, #639fd8, #205282);
      border: 1px solid #639fd8;
      color: white;
      padding: .75em 1em; }
      div.sidebar .actions a.primary:hover {
        text_decoration: none; }
      div.sidebar .actions a.primary:hover {
        background-color: #639fd8;
        background: -webkit-linear-gradient(top, #639fd8, #205282);
        background: -moz-linear-gradient(top, #639fd8, #205282);
        border: 1px solid #205282;
        color: rgba(255, 255, 255, 0.8); }
      div.sidebar .actions a.primary:active {
        background-color: #205282;
        background: -webkit-linear-gradient(top, #205282, #639fd8);
        background: -moz-linear-gradient(top, #205282, #639fd8);
        border: 1px solid #205282; }
    div.sidebar .actions a.secondary {
      border-radius: 2px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      margin: 0 0 10px 0;
      line-height: 1em;
      padding: .5em 1em;
      cursor: pointer;
      background-color: #abca4f;
      background: -webkit-linear-gradient(top, #abca4f, #718a29);
      background: -moz-linear-gradient(top, #abca4f, #718a29);
      border: 1px solid #abca4f;
      color: rgba(255, 255, 255, 0.8);
      padding: .75em 1em; }
      div.sidebar .actions a.secondary:hover {
        text_decoration: none; }
      div.sidebar .actions a.secondary:hover {
        background-color: #c7dc8a;
        background: -webkit-linear-gradient(top, #c7dc8a, #abca4f);
        background: -moz-linear-gradient(top, #c7dc8a, #abca4f);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        border: 1px solid #abca4f;
        color: white; }
      div.sidebar .actions a.secondary:active {
        background-color: #718a29;
        background: -webkit-linear-gradient(top, #718a29, #abca4f);
        background: -moz-linear-gradient(top, #718a29, #abca4f);
        border: 1px solid #718a29; }
  div.sidebar .actions div.search {
    border-radius: 2px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 8px;
    margin: 0 0 10px 0; }
    div.sidebar .actions div.search.primary {
      background-color: #639fd8;
      background: -webkit-linear-gradient(top, #639fd8, #205282);
      background: -moz-linear-gradient(top, #639fd8, #205282);
      border: 1px solid #639fd8;
      color: white; }
      div.sidebar .actions div.search.primary input:-webkit-autofill {
        color: #222222 !important;
        opacity: 1; }
      div.sidebar .actions div.search.primary input:not([type=submit]):not([type=file]) {
        background-color: #639fd8;
        background: -webkit-linear-gradient(top, #639fd8, #205282);
        background: -moz-linear-gradient(top, #639fd8, #205282);
        border: 1px solid #205282;
        color: rgba(255, 255, 255, 0.8);
        opacity: 0.6;
        color: #222222;
        cursor: text; }
        div.sidebar .actions div.search.primary input:not([type=submit]):not([type=file]):hover {
          background: #639fd8;
          color: #222222;
          opacity: 1; }
        div.sidebar .actions div.search.primary input:not([type=submit]):not([type=file]):focus {
          background: white;
          color: #222222;
          opacity: 1; }
      div.sidebar .actions div.search.primary button[type=submit] {
        border-radius: 2px;
        border-bottom-right-radius: 10px;
        background: transparent;
        border: none;
        vertical-align: middle;
        width: 25px;
        padding: 2px 4px 2px 0;
        margin: 0; }
        div.sidebar .actions div.search.primary button[type=submit] img {
          margin: 0;
          width: 20px;
          height: 20px; }
        div.sidebar .actions div.search.primary button[type=submit]:hover {
          background-color: #639fd8;
          background: -webkit-linear-gradient(top, #639fd8, #205282);
          background: -moz-linear-gradient(top, #639fd8, #205282);
          border: 1px solid #205282;
          color: rgba(255, 255, 255, 0.8); }
        div.sidebar .actions div.search.primary button[type=submit]:active {
          background-color: #205282;
          background: -webkit-linear-gradient(top, #205282, #639fd8);
          background: -moz-linear-gradient(top, #205282, #639fd8);
          border: 1px solid #205282; }
    div.sidebar .actions div.search.secondary {
      background-color: #abca4f;
      background: -webkit-linear-gradient(top, #abca4f, #718a29);
      background: -moz-linear-gradient(top, #abca4f, #718a29);
      border: 1px solid #abca4f;
      color: rgba(255, 255, 255, 0.8); }
      div.sidebar .actions div.search.secondary input:-webkit-autofill {
        color: #222222 !important;
        opacity: 1; }
      div.sidebar .actions div.search.secondary input:not([type=submit]):not([type=file]) {
        background-color: #c7dc8a;
        background: -webkit-linear-gradient(top, #c7dc8a, #abca4f);
        background: -moz-linear-gradient(top, #c7dc8a, #abca4f);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        border: 1px solid #abca4f;
        color: white;
        opacity: 0.6;
        color: #222222;
        cursor: text; }
        div.sidebar .actions div.search.secondary input:not([type=submit]):not([type=file]):hover {
          background: #abca4f;
          color: #222222;
          opacity: 1; }
        div.sidebar .actions div.search.secondary input:not([type=submit]):not([type=file]):focus {
          background: white;
          color: #222222;
          opacity: 1; }
      div.sidebar .actions div.search.secondary button[type=submit] {
        border-radius: 2px;
        border-bottom-right-radius: 10px;
        background: transparent;
        border: none;
        vertical-align: middle;
        width: 25px;
        padding: 2px 4px 2px 0;
        margin: 0; }
        div.sidebar .actions div.search.secondary button[type=submit] img {
          margin: 0;
          width: 20px;
          height: 20px; }
        div.sidebar .actions div.search.secondary button[type=submit]:hover {
          background-color: #c7dc8a;
          background: -webkit-linear-gradient(top, #c7dc8a, #abca4f);
          background: -moz-linear-gradient(top, #c7dc8a, #abca4f);
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
          border: 1px solid #abca4f;
          color: white; }
        div.sidebar .actions div.search.secondary button[type=submit]:active {
          background-color: #718a29;
          background: -webkit-linear-gradient(top, #718a29, #abca4f);
          background: -moz-linear-gradient(top, #718a29, #abca4f);
          border: 1px solid #718a29; }
    div.sidebar .actions div.search label {
      color: white;
      font-weight: normal;
      margin-right: .5em;
      font-size: 14px; }
  div.sidebar section {
    display: block;
    margin: 0 0 4px 0;
    padding: 10px 8px;
    text-align: right;
    margin: 0 0 1em 0;
    padding: 0; }
    div.sidebar section h1 {
      border-radius: 2px;
      border-bottom-right-radius: 10px;
      display: block;
      margin: 0 0 4px 0;
      padding: 10px 8px;
      text-align: right;
      font-size: 14px;
      font-weight: bold;
      color: #205282;
      background-color: #dadada;
      background: -webkit-linear-gradient(top, #dadada, #b0b0b0);
      background: -moz-linear-gradient(top, #dadada, #b0b0b0);
      border: 1px solid #dadada;
      border-bottom-color: #747474;
      border-right-color: #747474;
      color: #353535; }
      div.sidebar section h1:visited {
        color: #205282; }
      div.sidebar section h1 a {
        margin-left: 24px;
        font-size: 12px;
        color: #747474; }
        div.sidebar section h1 a:hover {
          color: #205282; }

#content {
  border-left: 1px solid #dadada;
  padding-left: 10px; }
  #content h1.page-heading {
    color: #222222;
    padding: 0 0 0 1em;
    margin: .25em 0 .5em 0; }
    #content h1.page-heading a.save {
      border-radius: 2px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      margin: 0 0 10px 0;
      line-height: 1em;
      padding: .5em 1em;
      cursor: pointer;
      background-color: #639fd8;
      background: -webkit-linear-gradient(top, #639fd8, #205282);
      background: -moz-linear-gradient(top, #639fd8, #205282);
      border: 1px solid #639fd8;
      color: white;
      padding: .75em 1em;
      font-size: 16px;
      float: right;
      margin-right: 1em; }
      #content h1.page-heading a.save:hover {
        text_decoration: none; }
      #content h1.page-heading a.save:hover {
        background-color: #639fd8;
        background: -webkit-linear-gradient(top, #639fd8, #205282);
        background: -moz-linear-gradient(top, #639fd8, #205282);
        border: 1px solid #205282;
        color: rgba(255, 255, 255, 0.8); }
      #content h1.page-heading a.save:active {
        background-color: #205282;
        background: -webkit-linear-gradient(top, #205282, #639fd8);
        background: -moz-linear-gradient(top, #205282, #639fd8);
        border: 1px solid #205282; }
  #content div.navbar {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px; }
    #content div.navbar nav {
      margin: 6px 0; }
      #content div.navbar nav a {
        color: #747474; }
      #content div.navbar nav.section-nav a {
        display: inline-block;
        line-height: 12px;
        border-right: 1px solid #747474;
        padding: 0 8px 0 5px; }
        #content div.navbar nav.section-nav a.last {
          border-right: none; }
        #content div.navbar nav.section-nav a.active {
          color: black; }
      #content div.navbar nav.pagination, #content div.navbar nav.section-nav {
        float: left; }
      #content div.navbar nav.actions {
        float: right;
        padding-right: 10px;
        text-align: right; }
        #content div.navbar nav.actions a {
          border-radius: 2px;
          border-top-left-radius: 10px;
          border-bottom-right-radius: 10px;
          margin: 0 0 10px 0;
          line-height: 1em;
          padding: .5em 1em;
          cursor: pointer;
          background-color: #dadada;
          background: -webkit-linear-gradient(top, #dadada, #b0b0b0);
          background: -moz-linear-gradient(top, #dadada, #b0b0b0);
          border: 1px solid #dadada;
          border-bottom-color: #747474;
          border-right-color: #747474;
          color: #353535;
          font-size: 10px;
          margin-right: 5px;
          display: inline-block; }
          #content div.navbar nav.actions a:hover {
            text_decoration: none; }
          #content div.navbar nav.actions a:hover {
            background-color: #f3f3f3;
            background: -webkit-linear-gradient(top, #f3f3f3, #dadada);
            background: -moz-linear-gradient(top, #f3f3f3, #dadada);
            border-color: #747474;
            color: #205282 !important;
            text-decoration: none; }
          #content div.navbar nav.actions a:active {
            background-color: #b0b0b0;
            background: -webkit-linear-gradient(top, #b0b0b0, #dadada);
            background: -moz-linear-gradient(top, #b0b0b0, #dadada);
            border: 1px solid #747474;
            border-bottom-color: #dadada;
            border-right-color: #dadada; }
  #content nav.subnav {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    background-color: #639fd8;
    display: block;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 16px; }
    #content nav.subnav a {
      display: inline-block;
      line-height: 12px;
      border-right: 1px solid white;
      padding: 0 8px 0 5px;
      margin: 10px 0;
      color: white;
      font-size: 14px;
      font-weight: bold;
      line-height: 12px; }
      #content nav.subnav a.last {
        border-right: none; }
      #content nav.subnav a:hover {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
      #content nav.subnav a:last-child {
        border-right: none; }

.table_action_head {
  min-width: 75px; }

.reportTitleLinks {
  height: 140px;
}

.reportTitleLinks a {
  float: right;
  clear: both;
  color: #2A517B;
  font-size: 14px !important;
  font-weight: 700; }

.touchpointPageHeading {
  float: left; }

.touchpointUserSelection {
  float: right;
  line-height: 60px;
  margin-bottom: 20px; }

#touchPointContactSelect {
  width: 210px; }

.touchPointUserSettings {
  margin-bottom: 30px; }

.touchPointDateSettingsDiv {
  clear: both;
  float: left; }

.touchPointDateSettingsDiv input {
  margin-right: 20px; }

.touchPointContactDiv {
  float: left;
  margin-left: 20px; }

.touchPointContactDiv select {
  margin-left: 10px; }

#touchPointUpdateButton {
  float: right !important;
  margin-top: 0; }

table.suggestions {
  font-size: 15px; }

table.suggestions td a {
  border: none; }

table.suggestions td form input[type=submit] {
  border-radius: 0;
  line-height: 1em;
  cursor: pointer;
  background: 0 0;
  color: #639fd8;
  border: none;
  padding: 0;
  margin: 6px 6px 0 0;
  float: left; }

.global-search-wrapper .group-name-wrapper {
  margin: 15px 0; }
.global-search-wrapper .table-wrapper {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  margin: 5px;
  padding: 5px; }
.global-search-wrapper table thead td {
  font-size: 12px;
  font-weight: bold; }
.global-search-wrapper table td {
  text-align: center; }
  .global-search-wrapper table td button.remove {
    float: inherit; }

#search_group_table td a {
  border-right: none; }
#search_group_table tbody tr:nth-child(even) td, #search_group_table table tbody tr.even td {
  background: white; }

#search_group_table td.name {
  font-size: 10pt !important; }

form select {
  width: auto; }

.hidden {
  display: none; }

.text-center {
  text-align: center; }

.green {
  color: green; }

.red {
  color: red; }

.actions .orange-btn {
  border: 1px solid #ffc700 !important;
  background: -webkit-linear-gradient(top, #ffc700, #d8a001) !important;
  background: -moz-linear-gradient(top, #ffc700, #d8a001) !important; }
  .actions .orange-btn form.globalSearch input {
    background: -webkit-linear-gradient(top, #ffe380, #fed45a) !important;
    background: -moz-linear-gradient(top, #ffe380, #fed45a) !important;
    border: #ffc700 !important; }
  .actions .orange-btn form.globalSearch button:hover {
    background: -webkit-linear-gradient(top, #ffe380, #fed45a) !important;
    background: -moz-linear-gradient(top, #ffe380, #fed45a) !important;
    border-color: transparent; }
  .actions .orange-btn form.globalSearch button:active {
    background: -webkit-linear-gradient(top, #bf8d01, #e6b300) !important;
    background: -moz-linear-gradient(top, #bf8d01, #e6b300) !important;
    border-color: transparent; }

.global-table-wrapper {
  padding: 25px 0; }

/*# sourceMappingURL=style.css.map */
