﻿#theme-picker .contrast {
  z-index: 20!important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
#contact-links {
  margin-top: 10px;
}
#contact-links .contact-links-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#contact-links .contact-links-row a {
  width: 33.2%;
  min-height: 48px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  background-color: #000;
  background-position: left center;
  background-repeat: no-repeat;
}
#contact-links .contact-links-row a:not(:nth-child(3)) {
  border-right: 1px solid #FFF;
}
#contact-links .contact-links-row a:hover {
  background-color: #666;
}
#contact-links .inner {
  padding-left: 48px;
  display: flex;
  align-items: center;
  word-break: break-word;
  height: 100%;
}
#contact-links .person {
  background-image: url(../images/person.png);
}
#contact-links .note {
  background-image: url(../images/NewNote.png);
}
#contact-links .merge {
  background-image: url(../images/merge.png);
}
#contact-links .bulk-update {
  background-image: url(../images/bulk.png);
}
#contact-links .position {
  background-image: url(../images/position.png);
}
#contact-links .unit {
  background-image: url(../images/unit.png);
}
#contact-links .organisation {
  background-image: url(../images/organisation.png);
}
#contact-links .geocoding {
  background-image: url(../images/globe.png);
}
#recent-contacts,
#starred-contacts {
  float: left;
}
#recent-contacts a,
#starred-contacts a,
#recent-contacts td,
#starred-contacts td {
  height: 48px;
  padding: 0;
}
#recent-contacts a,
#starred-contacts a {
  position: relative;
  display: block;
  color: #FFF;
  text-decoration: none;
}
#recent-contacts a > .inner,
#starred-contacts a > .inner {
  display: table-cell;
  padding: 0 150px 0 50px;
  vertical-align: middle;
  height: 48px;
}
#recent-contacts .time,
#starred-contacts .time {
  position: absolute;
  right: 5px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  color: #D8D8D8;
}
#recent-contacts tbody,
#starred-contacts tbody {
  border-bottom: 0;
}
#recent-contacts td,
#starred-contacts td {
  border-bottom: 1px solid #FFF;
  background-position: left center;
  background-repeat: no-repeat;
}
#recent-contacts .person,
#starred-contacts .person {
  background-image: url(../images/person.png);
}
#recent-contacts .position,
#starred-contacts .position {
  background-image: url(../images/position.png);
}
#recent-contacts .unit,
#starred-contacts .unit {
  background-image: url(../images/unit.png);
}
#recent-contacts .organisation,
#starred-contacts .organisation {
  background-image: url(../images/organisation.png);
}
#recent-contacts {
  width: 600px;
}
#recent-contacts td {
  background-color: #000;
}
#recent-contacts td:hover {
  background-color: #666;
}
#recent-contacts .days-old-0 {
  opacity: 1;
}
#recent-contacts .days-old-1 {
  opacity: 0.92857143;
}
#recent-contacts .days-old-2 {
  opacity: 0.85714286;
}
#recent-contacts .days-old-3 {
  opacity: 0.78571429;
}
#recent-contacts .days-old-4 {
  opacity: 0.71428571;
}
#recent-contacts .days-old-5 {
  opacity: 0.64285714;
}
#recent-contacts .days-old-6 {
  opacity: 0.57142857;
}
#recent-contacts .days-old-7 {
  opacity: 0.5;
}
#starred-contacts {
  width: 370px;
  margin-left: 20px;
}
#starred-contacts h2 {
  color: #444;
}
#starred-contacts td {
  background-color: #444;
}
#starred-contacts td:hover {
  background-color: #999;
}
#starred-contacts a > .inner {
  padding: 0 12px 0 50px!important;
}
.ui-dialog {
  font-size: 1em !important;
  z-index: 1000;
}
.ui-dialog .ui-dialog-titlebar {
  font-size: 0.8em;
}
.ui-dialog .ui-dialog-content {
  min-height: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane {
  margin: 0 !important;
  padding: 0 !important;
}
.ui-widget-overlay {
  position: fixed !important;
}
.ui-button-icon-only .ui-icon {
  margin: 0 !important;
  margin-top: -8px !important;
  margin-left: -8px !important;
}
footer {
  background-color: #000;
  color: #FFF;
}
footer .wrapper {
  height: 30px;
  line-height: 30px;
}
header {
  height: 60px;
  background-color: #000;
  color: #FFF;
  font-size: 90%;
}
header .wrapper {
  position: relative;
}
header a {
  color: #FFF;
  text-decoration: none;
}
header #logo-login {
  position: absolute;
  right: 0;
  text-align: right;
  height: 60px;
  max-width: 204px;
}
header #logo-login h1 {
  font-size: 200%;
}
header #logo-login #theme-picker {
  float: right;
  position: relative;
  top: 14px;
  right: 16px;
}
header #logo-login #theme-picker > div {
  width: 10px;
  height: 10px;
  border: 1px solid #FFF;
  float: left;
  margin-right: 4px;
  position: absolute;
  z-index: 10;
}
header #logo-login #theme-picker > div.omni {
  background-color: #0480be;
}
header #logo-login #theme-picker > div.aqua {
  background-color: #00A287;
}
header #logo-login #theme-picker > div.blue {
  background-color: #253648;
}
header #logo-login #theme-picker > div.contrast {
  background-color: #000;
}
header #logo-login #theme-picker > div.olive {
  background-color: #516C08;
}
header #logo-login #theme-picker > div.orange {
  background-color: #FF7800;
}
header #logo-login #theme-picker > div.pink {
  background-color: #C50080;
}
header #logo-login #theme-picker > div.purple {
  background-color: #3E2340;
}
header #logo-login #theme-picker > div.red {
  background-color: #BD361F;
}
header #logo-login #theme-picker > div.ret-sky {
  background-color: #F89D31;
}
header #logo-login #theme-picker > div.ret-ocean {
  background-color: #4FC7E7;
}
header #logo-login #theme-picker > div.ret-nature {
  background-color: #48A942;
}
header #logo-login #theme-picker > div.ret-earth {
  background-color: #696A6C;
}
header #logo-login #theme-picker > div:hover {
  cursor: pointer;
  border-width: 2px;
  width: 8px;
  height: 8px;
}
header #logo-login #sign-out {
  float: right;
  position: relative;
  top: 9px;
  background: #000;
  border: 1px solid #FFF;
  padding: 1px 5px;
}
header #logo-login #sign-out:hover {
  background-color: #666;
}
header #top-menu li {
  border-left: 1px solid #FFF;
  float: left;
  background-position: center -3px;
  background-repeat: no-repeat;
  margin-left: -1px;
}
header #top-menu li > a {
  line-height: 90px;
  display: block;
  margin: 3px 9px;
  height: 54px;
  width: 112px;
  box-sizing: border-box;
}
header #top-menu li:last-child {
  border-right: 1px solid #FFF;
}
header #top-menu li:hover {
  background-color: #666;
}
header #top-menu li.active {
  background-color: #444;
  box-sizing: border-box;
}
header #top-menu li.active:hover {
  background-color: #999;
}
header #top-menu li.contact-groups {
  background-image: url(../images/contact_group.png);
}
header #top-menu li.organisation {
  background-image: url(../images/add.png);
}
header #top-menu li.person {
  background-image: url(../images/add.png);
}
header #top-menu li.search {
  background-image: url(../images/search.png);
}
header #top-menu li.settings {
  background-image: url(../images/settings.png);
}
header #top-menu li.newsletter {
  background-image: url(../images/newsletter.png);
}
header #top-menu li.contact {
  background-image: url(../images/contact.png);
}
#search-bar {
  padding: 1px 5px;
  background-color: #444;
  vertical-align: top;
}
#search-bar form {
  width: 800px;
  margin: 5px auto;
  padding-right: 100px;
  position: relative;
}
#search-bar label {
  float: left;
  color: #FFF;
  font-size: 0.7em;
  margin-right: 10px;
  line-height: 22px;
}
#search-bar input {
  width: 80%;
  border-width: 0px;
  background-color: #FFF;
  display: block;
  margin-bottom: 0;
  min-height: 22px;
  float: left;
  padding: 0 4px;
}
#search-bar button {
  width: 40px;
  font-size: 0.7em;
  margin: 0;
  padding: 5px 6px;
  display: block;
  min-height: 22px;
}
#search-bar .quick-search-popup {
  display: none;
  left: 74px !important;
}
#search-bar .quick-search-popup .main {
  width: 646px;
}
#search-bar .quick-search-popup .buttons {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
#search-bar .quick-search-popup .buttons button {
  display: inline-block;
  width: 100%;
}
#search-bar .quick-search-popup .buttons.double button {
  width: 50%;
  font-size: 1em;
}
#search-bar .quick-search-popup ul {
  margin-bottom: 10px;
}
#search-bar .quick-search-popup li a {
  padding-left: 26px;
  line-height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97%;
  display: inline-block;
}
#search-bar .quick-search-popup li.person a {
  background-image: url(../images/person-inverted-sm.png);
}
#search-bar .quick-search-popup li.position a {
  background-image: url(../images/position-inverted-sm.png);
}
#search-bar .quick-search-popup li.party a {
  background-image: url(../images/unit-inverted-sm.png);
}
#search-bar .quick-search-popup li.organisation a {
  background-image: url(../images/organisation-inverted-sm.png);
}
#search-bar .quick-search-popup-show {
  display: block;
}
.ie7 .button-set div {
  width: 33%!important;
}
.ie7 #contact-links a {
  width: 190px;
}
.ie7 .field {
  width: 95%;
}
.ie7 .field.col2 {
  width: 45%;
}
.ie7 .field.col3 {
  width: 30%;
}
.ie7 legend {
  left: -7px;
  position: relative;
}
.ie7 #login-bottom button {
  padding-left: 5px;
  padding-right: 5px;
}
.ie7 #login-bottom input[type=checkbox] {
  position: relative;
  top: 9px;
}
.ie7 .ui-dialog-content {
  height: 100%!important;
  overflow: hidden!important;
}
.ie8 #top-menu .search {
  border-right: solid 1px #FFF;
}
.ie8 fieldset.button-set input[type=checkbox],
.ie8 fieldset.button-set input[type=radio] {
  display: block!important;
  position: absolute;
  left: -999px;
  top: -999px;
}
.ie8 fieldset.button-set input[type=checkbox][disabled] + label.checked,
.ie8 fieldset.button-set input[type=radio][disabled] + label.checked {
  background: #D8D8D8 url(../images/check.png) left center no-repeat !important;
}
.ie8 fieldset.button-set label {
  border: 1px solid #D8D8D8;
}
.ie8 fieldset.button-set label.checked {
  color: #FFF;
  background: #000 url(../images/check.png) left center no-repeat;
}
.ie8 fieldset.button-set label.checked:hover {
  background: #666 url(../images/check.png) left center no-repeat;
}
input,
select,
textarea {
  display: block;
  font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  margin-bottom: 10px;
  width: 100%;
  min-height: 22px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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;
}
input.readonly,
select.readonly,
textarea.readonly {
  background-color: #e9e9e9;
}
input[type=radio],
input[type=checkbox] {
  display: inline;
  width: auto;
  min-height: auto;
}
input[type=date],
input[type=email],
input[type=url],
input[type=password],
input[type=text],
select {
  border: 1px solid #444;
}
input[type=date][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=password][disabled],
input[type=text][disabled],
select[disabled] {
  border: 1px solid #D8D8D8;
  background-color: #EBEBE4;
}
input[type=date][readonly],
input[type=email][readonly],
input[type=url][readonly],
input[type=password][readonly],
input[type=text][readonly],
select[readonly] {
  background-color: #E5E5E5;
}
.button-set legend {
  margin-bottom: 5px;
}
.button-set > div {
  margin: 0 auto;
  max-width: 400px;
}
.button-set.col3 > div {
  width: 33.33333333%;
  margin: 0;
  float: left;
}
.button-set.col4 > div {
  width: 25%;
  margin: 0;
  float: left;
}
.button-set input[type=radio],
.button-set input[type=checkbox] {
  display: none;
}
.button-set input[type=radio][disabled] + label,
.button-set input[type=checkbox][disabled] + label {
  color: #000 !important;
  cursor: default !important;
  background-color: #FFF !important;
}
.button-set input[type=radio] + label,
.button-set input[type=checkbox] + label {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 48px;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  width: 100%;
  display: flex;
  padding: 0 43px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-word;
}
.button-set input[type=radio] + label:hover,
.button-set input[type=checkbox] + label:hover {
  color: #FFF;
  background-color: #666;
  cursor: pointer;
}
.button-set input[type=radio]:checked[disabled] + label,
.button-set input[type=checkbox]:checked[disabled] + label {
  background-color: #D8D8D8 !important;
  background-image: url(../images/check.png);
}
.button-set input[type=radio]:checked + label,
.button-set input[type=checkbox]:checked + label {
  background-color: #000;
  background-image: url(../images/check.png);
  color: #FFF;
}
.button-set input[type=checkbox]:checked + label:hover {
  background-color: #666;
  background-image: url(../images/check.png);
}
.button-set input[type=radio]:checked + label:hover {
  background-color: #000;
  cursor: default;
}
.button-set#permissions div:nth-child(3) input[type=checkbox]:checked + label,
.button-set#permissions div:nth-child(4) input[type=checkbox]:checked + label,
.button-set#permissions div:nth-child(5) input[type=checkbox]:checked + label {
  border-top: 1px solid #FFF;
}
.button-set#permissions div:nth-child(3) label,
.button-set#permissions div:nth-child(4) label,
.button-set#permissions div:nth-child(5) label {
  border-top: 1px solid #D8D8D8;
}
.button-set#permissions div:nth-child(3n+3) input[type=checkbox]:checked + label {
  border-left: 1px solid #FFF;
}
.button-set#permissions div:nth-child(3n+3) label {
  border-left: 1px solid #D8D8D8;
}
.button-set#permissions div {
  float: left;
  margin: 0;
  width: 33.33%;
}
.button-set#permissions div input[type=checkbox]:checked + label {
  border-bottom: 1px solid #FFF;
}
.button-set#permissions div label {
  border-bottom: 1px solid #D8D8D8;
}
.button-set#permissions div input[type=checkbox]:checked + label {
  border-right: 1px solid #FFF;
}
.button-set#permissions div label {
  border-right: 1px solid #D8D8D8;
}
.button-set#permissions div label {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset {
  margin-bottom: 10px;
}
button,
input[type=button] {
  background-color: #000;
  border: 0;
  color: #FFF;
  font-size: 105%;
  margin: 0 5px 20px 0;
  padding: 6px 22px 4px;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
button:focus,
input[type=button]:focus {
  background-color: #666;
  cursor: pointer;
}
button[disabled],
input[type=button][disabled] {
  background-color: #D8D8D8;
  color: #777;
}
button[disabled]:hover,
input[type=button][disabled]:hover,
button[disabled]:focus,
input[type=button][disabled]:focus {
  background-color: #D8D8D8;
  cursor: default;
}
button.active,
input[type=button].active {
  background-color: #444;
}
button.active:hover,
input[type=button].active:hover,
button.active:focus,
input[type=button].active:focus {
  background-color: #999;
}
.field {
  float: left;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
}
.field.col3 {
  width: 33.33333333%;
}
.field.col3fill {
  width: 66.66666666%;
}
.field.col2 {
  width: 50%;
}
.header-with-button {
  position: relative;
}
.header-with-button .self-managed-tag {
  position: absolute;
  left: -205px;
  text-align: right;
  top: 19px;
  height: 32px;
  font-size: 19px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABSCAYAAAAVfInDAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAAV6SURBVHhe7ZzdRz1BHMZPbyJSooskXVSil5tESSRKIkWSSiQi0k1JRCLRi0hdnz928yx7zJnz7M7Lzs6Z3br4/PJ7zs7sznPmzMt3ZrZWr9f/sYSKZefm5iY6Pz+PeXp6itg1LqBiGVldXY26urqijo6OqFarNdHZ2Rn19/fHZrK0tlCxTOzv71PD0ujp6YkeHx+dmEjFsjA2NkYN0uH4+Di3gVQsAyMjI9QUE46OjnIZSMXQWVlZoWbYkOcnTMWQQe/JTLAFnQm7jw5UDJmBgQFqQh7Q6bB7qaBiqHx8fNDC5wVDHHY/FVQMlY2NDVp4F3x+fhobSMVQmZqaogV3wdXVVbXNGx4epgV3we7ubrXNGxoaogV3AZoEds8sqBgqLgbGaRwcHFTbvPn5eVpwF9zd3VXbvNPTU1pwF7D7qaBiyJhEUHRBW8rupYKKIbOwsEANyMPDw8PfMA+4rH2jo6NWxgEqhs7t7S01wpQ8QQFAxTJwcnJCDdEFtff7+/tvmgcuLy+pMSpsAwEyVCwTqD1ot5hJMqht6+vrTowDVCwjb29v0draWoR4X3d3d1y7QG9vb2yuizULGSqGzObmZtzQz8zM5DZjfHw8wsCbfaYDFUMDsbbp6emWJUYsI97f3xsXHpFjMR/U0EpGVWCaWFAGFrQvLi6Uhd/Z2YmNYnkAfDm4hqVlUDGLvN27LltbW0aL2SDZGYD1XJiO4CkiMWj3TPJCPjomUlFme3s7zjR5APzFNzg4OFhIQ4yfo1iYdoHnwLoJe0ZARZnn5+fMbw7f1NnZWW4Tv76+jGubD9LK1iJk0dfXRzNPmJuby2UgvgSWbwiwSHPTf3RQ/aRshxCzs7M0v5CQa2BTAXRRGYh5J0uXxuvrK80nNNCkiM/dVAgTVAayNGmgtrI8QkTshVsKYkJWG4XNhiwNI+S2TgbLn8lzNwpgswCStW8EQxmWRqaoLRRFIZarUQh8MDExYWRg1mgdYIjD0okgBM7Shgp+Jcmzx/9gfph8aBKyUZmnM/Yrm3ktNU9e0kNoJ7kgC1VbpbOQXHrzMKmWL1LVQHwup5E5PDysvnmYFrEL02ogdHa9zPX1dfXNA2ntFzqRxcXFCIFDBAIQpWXXycgDyjQqYR7MYRfbgpBQkncWlTDP9RRJ7NKzqIR5wPVWBgQhxfwZlTEPpLV9tiwvL2caWCnzgOu5ZtaBucqZB1xvYU2bqlXSPIAa4+pnnDZ0qax5CTiyhIUeDI4x5sNfzFuThSFdWA8szqvLQvLsTQWxAcaatJEIoorpX15eYg1gjSRkUOuwlJk8e6MQeTE5I4EHYXmUDSraojvnBVicZnmUCSrmgUVo0tAZRIcMFfOCA8DMLIbYe5UNKroAO5t0V/9xHToOlk/IUNElugYCF1s2fEJF15gYuLS01DAQL5fBbim8UwBLmVgztdmPVxRULAITAzGUyVpUx7gSESB2H59QsQjQBjIj8oId8ex+PqBiUZj0wibYnJV1ARWLxPbshArTzUUuoGLRmMxETLB5yUIeqOiDIo68i5N2H1DRF65ihSI+ax8VfYFxGzOAgXkwhjCosTjRkzb08dl5UNEXumvFiDbLadO2puEYgXxtUVDRF6hJzACRrG1qbJsI9gyya4uAir5Qbc1Fr8zSiciDb5+BVir6AgFRseAyuufBfn5+GmnEba9FQ0VfqNo8kyhL8hPGZiT2eRFQ0Rd7e3sthonobMsVwb5qnQN8rqCiT2TDRGxfCugLKvpEtbkoz2HioqGib1TrvqEaSEXfoG1jpomEGKKnYjvQeQttaDWQiu1E9TZarGewdO2Aiu0GrzuanJykO7Sg+Tqqr4KKIfH+/h4HBoDvYKcKKv6jQ732Cx+hcUTeGoSRAAAAAElFTkSuQmCC') /*../images/self-managed.png*/ left center no-repeat;
  background-size: 32px;
  padding-left: 38px;
  text-transform: uppercase;
}
.save {
  position: absolute;
  right: -20px;
  top: -6px;
  z-index: 3;
  background-color: #444;
  background-position: -7px -7px;
  background-repeat: no-repeat;
  background-image: url(../images/save.png);
  height: 34px;
  margin: 0;
  opacity: 0;
  padding: 0;
  width: 34px;
  visibility: hidden;
  animation-name: save-glow;
  -webkit-animation-name: save-glow;
  -moz-animation-name: save-glow;
  -o-animation-name: save-glow;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  transition-property: opacity, right, visibility;
  -webkit-transition-property: opacity, right, visibility;
  -moz-transition-property: opacity, right, visibility;
  -o-transition-property: opacity, right, visibility;
  transition-duration: .3s, .3s, 0s;
  -webkit-transition-duration: .3s, .3s, 0s;
  -moz-transition-duration: .3s, .3s, 0s;
  -o-transition-duration: .3s, .3s, 0s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-delay: 0s, 0s, .3s;
  -webkit-transition-delay: 0s, 0s, .3s;
  -moz-transition-delay: 0s, 0s, .3s;
  -o-transition-delay: 0s, 0s, .3s;
}
.save:hover {
  background-color: #999;
}
.save.working {
  color: #000;
  background-color: #D8D8D8 !important;
  border: solid 1px #444;
  animation-name: save-spin;
  -webkit-animation-name: save-spin;
  -moz-animation-name: save-spin;
  -o-animation-name: save-spin;
  animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
}
.save.working:hover {
  cursor: progress;
}
.save-all {
  position: absolute;
  top: 50%;
  background-color: #444;
  background-position: -7px -7px;
  background-repeat: no-repeat;
  background-image: url(../images/save-all.png);
  height: 34px;
  margin: -17px 0 0 0;
  opacity: 0;
  padding: 0;
  width: 34px;
  visibility: hidden;
  animation-name: save-glow;
  -webkit-animation-name: save-glow;
  -moz-animation-name: save-glow;
  -o-animation-name: save-glow;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  transition-property: opacity, right, visibility;
  -webkit-transition-property: opacity, right, visibility;
  -moz-transition-property: opacity, right, visibility;
  -o-transition-property: opacity, right, visibility;
  transition-duration: .3s, .3s, 0s;
  -webkit-transition-duration: .3s, .3s, 0s;
  -moz-transition-duration: .3s, .3s, 0s;
  -o-transition-duration: .3s, .3s, 0s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-delay: 0s, 0s, .3s;
  -webkit-transition-delay: 0s, 0s, .3s;
  -moz-transition-delay: 0s, 0s, .3s;
  -o-transition-delay: 0s, 0s, .3s;
}
.save-all:hover {
  background-color: #999;
}
.save-all.working {
  color: #000;
  background-color: #D8D8D8 !important;
  border: solid 1px #444;
  animation-name: save-spin;
  -webkit-animation-name: save-spin;
  -moz-animation-name: save-spin;
  -o-animation-name: save-spin;
  animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
}
.save-all.working:hover {
  cursor: progress;
}
.save-all.active {
  opacity: 1;
  right: 20px;
  transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0 !important;
  visibility: visible;
}
.save-input {
  position: relative;
}
.save-input input,
.save-input select,
.save-input .fill {
  transition-property: background-color;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.save-input .fill {
  margin: 10px 0 16px 0;
}
.save-input input[type=checkbox] {
  margin: 0 0 0 4px;
}
.save-input.save-enabled .save {
  opacity: 1;
  right: 20px;
  transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0 !important;
  visibility: visible;
}
.save-input.save-enabled input,
.save-input.save-enabled select,
.save-input.save-enabled legend,
.save-input.save-enabled .fill {
  background-color: #444;
  color: #FFF;
}
.save-input.save-enabled legend {
  width: 100%;
}
@keyframes save-glow {
  0% {
    box-shadow: 0px 0px 0px #444;
    -o-box-shadow: 0px 0px 0px #444;
    -moz-box-shadow: 0px 0px 0px #444;
    -webkit-box-shadow: 0px 0px 0px #444;
  }
  100% {
    box-shadow: 0px 0px 15px #444;
    -o-box-shadow: 0px 0px 15px #444;
    -moz-box-shadow: 0px 0px 15px #444;
    -webkit-box-shadow: 0px 0px 15px #444;
  }
}
@-webkit-keyframes save-glow {
  0% {
    box-shadow: 0px 0px 0px #444;
    -o-box-shadow: 0px 0px 0px #444;
    -moz-box-shadow: 0px 0px 0px #444;
    -webkit-box-shadow: 0px 0px 0px #444;
  }
  100% {
    box-shadow: 0px 0px 15px #444;
    -o-box-shadow: 0px 0px 15px #444;
    -moz-box-shadow: 0px 0px 15px #444;
    -webkit-box-shadow: 0px 0px 15px #444;
  }
}
@-moz-keyframes save-glow {
  0% {
    box-shadow: 0px 0px 0px #444;
    -o-box-shadow: 0px 0px 0px #444;
    -moz-box-shadow: 0px 0px 0px #444;
    -webkit-box-shadow: 0px 0px 0px #444;
  }
  100% {
    box-shadow: 0px 0px 15px #444;
    -o-box-shadow: 0px 0px 15px #444;
    -moz-box-shadow: 0px 0px 15px #444;
    -webkit-box-shadow: 0px 0px 15px #444;
  }
}
@-o-keyframes save-glow {
  0% {
    box-shadow: 0px 0px 0px #444;
    -o-box-shadow: 0px 0px 0px #444;
    -moz-box-shadow: 0px 0px 0px #444;
    -webkit-box-shadow: 0px 0px 0px #444;
  }
  100% {
    box-shadow: 0px 0px 15px #444;
    -o-box-shadow: 0px 0px 15px #444;
    -moz-box-shadow: 0px 0px 15px #444;
    -webkit-box-shadow: 0px 0px 15px #444;
  }
}
@keyframes save-spin {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  60% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes save-spin {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  60% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes save-spin {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  60% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes save-spin {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  60% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
#inactive-lookups {
  color: #888;
}
#new-panel {
  width: 330px;
  margin: 40px auto 0 auto;
}
#new-panel input[type=text] {
  width: 100%;
  height: 30px;
  margin: 10px 0 10px 0;
}
#new-panel > legend {
  background: #444 url(../images/add.png) no-repeat 4px center;
  text-align: center;
  width: 330px;
  border-right: 1px solid #444;
  border-left: 1px solid #444;
}
#new-panel > legend h2 {
  color: #FFF;
}
#new-panel .inner {
  padding: 30px;
  border-left: 1px solid #444;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
}
#new-panel button {
  margin-bottom: 0;
}
#new-panel #bottom {
  margin-top: 20px;
}
#unsubscribe-panel {
  width: 500px;
  margin: 40px auto 0 auto;
}
#unsubscribe-panel input[type=text] {
  width: 100%;
  height: 30px;
  margin: 10px 0 10px 0;
}
#unsubscribe-panel > legend {
  background: #444;
  text-align: center;
  width: 500px;
  border-right: 1px solid #444;
  border-left: 1px solid #444;
}
#unsubscribe-panel > legend h2 {
  color: #FFF;
}
#unsubscribe-panel .inner {
  padding: 30px;
  margin: 0px;
  border-left: 1px solid #444;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  width: 444px;
}
#unsubscribe-panel button {
  margin-bottom: 0;
}
#unsubscribe-panel #bottom {
  margin-top: 20px;
}
#toolbox .title {
  background-color: #000;
  color: #fff;
  text-align: center;
}
#toolbox .drop-placeholder {
  display: none;
}
#toolbox-container {
  float: right;
  width: 125px;
}
#canvas.container {
  min-height: 600px;
  border: 1px solid #cccccc;
  margin-right: 135px;
  box-sizing: border-box;
}
#canvas strong {
  font-weight: bold;
}
#canvas tbody {
  border: none;
}
#canvas tbody,
#canvas tbody:hover {
  background-color: transparent;
  cursor: default;
}
#canvas .editable {
  min-height: 2em;
}
.ui-sortable {
  border: 1px dashed #aaaaaa;
  padding: 5px;
  min-height: 50px;
}
.ui-sortable .newsletter-section {
  border: 1px solid transparent;
  padding: 0;
  margin: 0;
}
.newsletter-section,
.newsletter-header {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
}
.newsletter-section .inner,
.newsletter-header .inner {
  padding: 5px;
}
.newsletter-section .inner .title,
.newsletter-header .inner .title {
  text-decoration: underline;
  color: #047844;
  margin-bottom: 5px;
}
.newsletter-section .inner .title input[type="text"],
.newsletter-header .inner .title input[type="text"] {
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  padding: 3px 6px;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  box-sizing: border-box;
}
.newsletter-section .inner p,
.newsletter-header .inner p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #4e5251;
  line-height: 1;
}
.newsletter-section .newsletter-section:hover,
.newsletter-header .newsletter-section:hover {
  border: 1px dashed #999999;
  background-color: #f0f0f0;
}
.newsletter-section div.editable em,
.newsletter-header div.editable em,
.newsletter-section p.editable em,
.newsletter-header p.editable em {
  font-style: italic;
  font-weight: inherit;
}
.newsletter-section div.editable strong,
.newsletter-header div.editable strong,
.newsletter-section p.editable strong,
.newsletter-header p.editable strong {
  font-weight: bold;
  font-style: inherit;
}
.newsletter-section div.editable ol,
.newsletter-header div.editable ol,
.newsletter-section p.editable ol,
.newsletter-header p.editable ol {
  list-style-type: decimal;
  padding-left: 40px;
  padding-right: 40px;
}
.newsletter-section div.editable ul,
.newsletter-header div.editable ul,
.newsletter-section p.editable ul,
.newsletter-header p.editable ul {
  list-style-type: disc;
  padding-left: 40px;
  padding-right: 40px;
}
.newsletter-section .delete,
.newsletter-header .delete {
  position: absolute;
  right: 6px;
  top: 0px;
  color: #999999;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px solid transparent;
  opacity: 0.3;
}
.newsletter-section .delete:hover,
.newsletter-header .delete:hover {
  opacity: 1;
}
.drop-placeholder {
  border: dashed 1px #696969;
  height: 30px;
  margin: 10px 0;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
.footer a {
  color: #4E5251;
}
.droppable-above {
  border-top: solid 3px Blue;
}
.droppable-below {
  border-bottom: solid 3px Blue;
}
.dg {
  border: 1px solid #cccccc;
  margin-top: 10px;
  position: relative;
  box-sizing: border-box;
  cursor: move;
  opacity: 0.8;
}
.dg:hover {
  border: 1px dashed #999999;
  opacity: 1;
}
.dg img {
  width: 109px;
  margin: 2px;
  display: block;
}
table > tbody:hover .popup-editor:hover {
  cursor: default;
}
.has-popup-editor span {
  position: relative;
}
.read-only .popup-editor .needs-edit {
  display: none;
}
.popup-editor {
  position: absolute;
  top: 40px;
  left: 30px;
  white-space: nowrap;
  z-index: 10;
}
.popup-editor .main,
.popup-editor .secondary {
  float: left;
  background-color: #E5E5E5;
  padding: 10px 20px 10px 20px;
  border: 1px solid #000;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.6);
}
.popup-editor .main {
  width: 230px;
}
.popup-editor .main:before,
.popup-editor .main:after {
  position: absolute;
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  left: 15px;
}
.popup-editor .main:before {
  border-bottom: 14px solid #000;
  top: -14px;
}
.popup-editor .main:after {
  border-bottom: 14px solid #E5E5E5;
  top: -12px;
}
.popup-editor .secondary {
  position: absolute;
  left: 195px;
  width: 300px;
}
.popup-editor .secondary.wide {
  width: 450px;
}
.popup-editor .secondary > div {
  padding-top: 10px;
}
.popup-editor .secondary button,
.popup-editor .secondary label {
  display: block;
}
.popup-editor .secondary fieldset label,
.popup-editor .secondary .label-same-line label {
  display: inline;
}
.popup-editor .secondary:before,
.popup-editor .secondary:after {
  position: absolute;
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 21px;
}
.popup-editor .secondary:before {
  border-right: 14px solid #000;
  left: -14px;
}
.popup-editor .secondary:after {
  border-right: 14px solid #E5E5E5;
  left: -12px;
}
.popup-editor .secondary .edit-lookup input {
  display: inline-block;
  width: 83%;
}
.popup-editor .secondary .edit-lookup .hor-square-buttons {
  display: inline-block;
}
.popup-editor .secondary .edit-lookup .hor-square-buttons button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px !important;
  height: 24px !important;
  padding: 0!important;
  margin-left: 1px;
  margin-top: 5px;
  vertical-align: middle;
}
.popup-editor .secondary .edit-lookup .hor-square-buttons .change {
  background-image: url(../images/edit.png);
  background-position: center;
}
.popup-editor .secondary .edit-lookup .hor-square-buttons .remove {
  background-image: url(../images/cancel.png);
  background-position: center;
}
.popup-editor button {
  margin: 10px 0;
  display: block;
  width: 100%;
  position: relative;
}
div.cke_chrome {
  padding: 0;
  border: 0;
  border-radius: 0;
}
div.cke_inner {
  border: 1px solid #CCC;
  border-radius: 0;
  padding: 0;
}
#cke_sendEmailEditor {
  margin-bottom: 20px;
}
#email-editor label {
  float: left;
  width: 6em;
}
#email-editor div.input {
  margin-left: 6em;
}
#email-editor input[type="text"] {
  padding: 6px;
  box-sizing: border-box;
}
#sendEmailEditor {
  margin-bottom: 20px;
  height: 477px;
}
#positions .ceased {
  font-style: italic;
  color: #777;
}
#addresses .inherited,
#emails .inherited,
#phone-numbers .inherited {
  font-style: italic;
}
#notes .note {
  display: none;
}
#unit-search-results .no-units {
  font-style: italic;
  color: #777;
}
#mandatory-message {
  color: #D22;
}
#mandatory-message ul {
  list-style-type: disc;
  margin-left: 30px;
}
/* contact photos */
.jcrop-holder {
  display: inline-block;
}
#contact-photo {
  display: block;
  height: 110px;
  width: 110px;
  border: black solid 1px;
  text-align: center;
}
#contact-photo.hover {
  background-color: #999;
}
.cropper-col-1 {
  width: 70%;
  float: left;
}
.cropper-col-2 {
  width: 20%;
  float: left;
}
#crop-container {
  width: 400px;
  height: 400px;
  background-color: #AAAAAA;
}
#crop-preview-container {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border: 1px black solid;
}
#record {
  margin-bottom: 20px;
}
#record.unlocked #record-lock {
  background: #444 url(../images/unlock.png) no-repeat 6px center;
}
#record.unlocked #record-lock:hover {
  background: #999 url(../images/unlock.png) no-repeat 6px center;
}
#record.unlocked #record-content {
  border: 1px solid #444;
}
#record #record-lock {
  background: #000 url(../images/lock.png) no-repeat 6px center;
  width: 100%;
  text-align: center;
  color: #FFF;
  height: 60px;
  line-height: 60px;
}
#record #record-content {
  padding: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
}
#record #record-content #record-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -20;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
#record #record-content .preferred {
  font-weight: bold;
}
#record #record-content .preferred .editor-placeholder {
  font-weight: normal;
}
.result-count {
  float: right;
}
.information {
  float: right;
  font-style: italic;
}
#search #sidebar {
  margin-top: 0;
}
#search-results h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
#search-results > div {
  display: none;
}
#search-results > div.active {
  display: block;
}
#search-criteria {
  margin: 20px 0 10px 0;
}
#search-criteria > div > button {
  margin: 10px 0 0 0;
}
#search-criteria > div > .section .classification-values {
  display: none;
}
#search-criteria > div > .section.expanded > .title:before {
  background-image: url("../images/up_arrow.png");
}
#search-criteria > div > .section:first-child > .title > h3 {
  margin-top: 0;
}
#search-criteria > div > .section > .title {
  position: relative;
  height: 30px;
}
#search-criteria > div > .section > .title > h3 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
}
#search-criteria > div > .section > .title > h3:hover {
  cursor: pointer;
  background-color: #666;
}
#search-criteria > div > .section > .title:before {
  margin-right: 10px;
  display: inline-block;
  height: 19px;
  width: 20px;
  content: "";
  background: url("../images/down_arrow.png") no-repeat left center;
  position: absolute;
  top: 5px;
  left: 7px;
}
#search-criteria > div > .section > .content {
  display: none;
  padding: 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#search-criteria > div > .section > .content.expanded {
  display: block;
}
#search-criteria > div > .section > .content select {
  width: 100%;
}
#search-criteria > div > .section > .content input:last-child,
#search-criteria > div > .section > .content select {
  margin-bottom: 0;
}
.collapsed-search-pane {
  text-align: center;
  background-color: #D8D8D8;
  padding: 4px 0;
}
.collapsed-search-pane:hover {
  cursor: pointer;
  background-color: #E5E5E5;
}
.search-action-buttons {
  bottom: 0;
  width: 770px;
  background-color: #FFFFFF;
  padding-bottom: 5px;
}
.search-action-buttons button {
  width: 32.3%;
  height: 50px;
  display: block;
  float: left;
  margin: 0 0.5%;
}
.classification-dialog,
contact-group-dialog {
  overflow: visible !important;
}
#sidebar {
  margin: 60px 0;
  background: #000;
  color: #FFF;
}
#sidebar ul {
  padding: 60px 0;
}
#sidebar ul.has-fav {
  padding-top: 0;
}
#sidebar #fav {
  height: 60px;
  background: #000;
  border-bottom: 0;
}
#sidebar #fav.add .add {
  display: block;
}
#sidebar #fav.remove .remove {
  display: block;
}
#sidebar #fav .add,
#sidebar #fav .remove {
  padding: 0;
  width: 100%;
  height: 100%;
}
#sidebar #fav .add {
  background: #000 url(../Images/favs-add.png) center center no-repeat;
  display: none;
}
#sidebar #fav .add:hover {
  background: #666 url(../Images/favs-add.png) center center no-repeat;
}
#sidebar #fav .remove {
  background: #000 url(../Images/favs.png) center center no-repeat;
  display: none;
}
#sidebar #fav .remove:hover {
  background: #666 url(../Images/favs-remove.png) center center no-repeat;
}
#sidebar li {
  border-bottom: 1px solid #FFF;
}
#sidebar li.first {
  border-top: 1px solid #FFF;
}
#sidebar li.header {
  text-transform: uppercase;
  color: #D8D8D8;
  padding: 10px 4px;
  font-size: 90%;
  text-align: center;
}
#sidebar a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 90%;
  padding: 10px 4px;
}
#sidebar a:hover {
  cursor: pointer;
  background: #666;
}
#sidebar a.inactive {
  color: #D8D8D8;
}
#sidebar a.active {
  background-color: #444;
}
#sidebar a.active:hover {
  background: #999;
}
table > tbody {
  border-bottom: 2px solid #E5E5E5;
}
table > tbody:hover {
  background-color: #E5E5E5;
  cursor: pointer;
}
table > tbody.expanded {
  background-color: #E5E5E5;
  cursor: default;
}
table > tbody td {
  padding: 4px;
}
table > tbody.primary {
  font-weight: bold;
}
table.sortable {
  margin-bottom: 20px;
}
table.sortable:last-child {
  margin-bottom: 0;
}
table.sortable a {
  text-decoration: none;
  color: #000;
  display: block;
}
table.sortable th {
  font-weight: normal;
  text-transform: uppercase;
  background-color: #D8D8D8;
  padding: 4px;
  font-variant: small-caps;
}
table.sortable th.sorted {
  background-color: #000;
  color: #FFF;
}
table.sortable th.sorted:hover {
  background-color: #666;
}
table.sortable th.sorted > span {
  border-bottom: 10px solid #FFF;
}
table.sortable th.sorted.desc > span {
  top: 16px;
  border-bottom: 0;
  border-top: 10px solid #FFF;
}
table.sortable th:hover {
  cursor: pointer;
  background-color: #E5E5E5;
}
table.sortable th > span {
  position: relative;
  top: -15px;
  left: 5px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 6px;
}
#phone-numbers .has-value.country:before {
  content: "+";
}
#phone-numbers .has-value.area:before {
  content: "(";
}
#phone-numbers .has-value.area:after {
  content: ")";
}
#phone-numbers .country,
#phone-numbers .area,
#phone-numbers .number {
  display: none;
}
#record table > tbody:hover {
  background-color: transparent;
  cursor: default;
}
#record.unlocked table > tbody:hover {
  background-color: #E5E5E5;
  cursor: pointer;
}
p.after-table {
  margin-top: -20px;
}
ul.token-input-list {
  overflow: hidden;
  border: 1px solid #444;
  cursor: text;
  font-family: Verdana;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left;
}
ul.token-input-list li input {
  border: 0;
  width: 100px;
  background-color: white;
  margin: 0;
  -webkit-appearance: caret;
}
li.token-input-token {
  overflow: hidden;
  margin: 2px 3px;
  padding: 2px 3px;
  background-color: #eff2f7;
  color: #000;
  cursor: default;
  border: 1px solid #ccd5e4;
  font-size: 11px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  white-space: nowrap;
}
li.token-input-token p {
  display: inline;
  padding: 0;
  margin: 0;
}
li.token-input-token span {
  color: #a6b3cf;
  margin-left: 5px;
  font-weight: bold;
  cursor: pointer;
}
li.token-input-selected-token {
  background-color: #444;
  border: 1px solid #999;
  color: #fff;
}
li.token-input-input-token {
  float: left;
  margin: 2px 3px;
  padding: 0;
  list-style-type: none;
}
div.token-input-dropdown {
  position: absolute;
  width: 400px;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 0.8em;
  font-family: Verdana;
  z-index: 1;
}
div.token-input-dropdown p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #000;
  background: white;
}
div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
  background-color: #fff;
}
div.token-input-dropdown ul li.token-input-dropdown-item2 {
  background-color: #fff;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #444;
  color: #fff;
}
div.token-input-dropdown ul li em {
  font-weight: bold;
  font-style: normal;
}
.field-validation-error {
  font-size: 70%;
  color: #D22;
  font-weight: bold;
}
.invalid {
  color: #D22;
  font-style: italic;
}
#char-count {
  float: right;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors ol,
.validation-summary-errors ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 15px;
}
#help-topic-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#help-topic-wrapper .buttons {
  height: auto;
  padding-top: 20px;
}
#help-topic-wrapper .buttons input {
  width: 100px;
  display: inline-block;
  float: right;
  text-align: center;
}
#help-topic-wrapper h2 {
  font-size: 1.6em;
  height: auto;
  line-height: normal;
  color: #FFF;
}
#help-topic-wrapper ul {
  margin-left: 20px;
  list-style-type: disc;
}
#help-topic-wrapper hr {
  margin-bottom: 20px;
}
#help-topic-contents {
  width: 950px;
  margin: 0 auto;
  background: #2D2C2D;
  color: #FFF;
  height: 450px;
  text-align: left;
  padding: 20px;
}
#help-topic-view,
#help-topic-editor {
  clear: both;
}
#help-topic-view > div,
#help-topic-editor form > div {
  overflow-y: auto;
  overflow-x: hidden;
  height: 380px;
}
#help {
  float: right;
  position: relative;
  top: 9px;
  background: #000;
  border: 1px solid #FFF;
  padding: 1px 5px;
  margin-right: 4px;
}
#help:hover {
  background-color: #666;
}
a#help-close {
  color: #FFF;
  position: relative;
  left: 950px;
  top: -10px;
}
#help-topic-view > div::-webkit-scrollbar-track,
#help-topic-editor form > div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
#help-topic-view > div::-webkit-scrollbar,
#help-topic-editor form > div::-webkit-scrollbar {
  width: 5px;
}
#help-topic-view > div::-webkit-scrollbar-thumb,
#help-topic-editor form > div::-webkit-scrollbar-thumb {
  background-color: lightgray;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.screen-reader {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4em;
  height: 60px;
  line-height: 60px;
  color: #000;
}
h3,
h4 {
  color: #000;
  padding: 3px 0;
  margin: 15px 0 5px 0;
}
h3 {
  background-color: #000;
  color: #FFF;
  font-size: 1.3em;
  padding-left: 10px;
}
h4 {
  font-size: 1.2em;
}
table {
  width: 100%;
}
.wrapper {
  width: 990px;
  margin: auto;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
  font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
html {
  overflow-y: scroll;
}
.main-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
}
footer,
.push {
  height: 30px;
}
#main {
  margin-bottom: 20px;
}
table > tbody {
  cursor: pointer;
}
th {
  font-weight: bold;
}
.clear {
  clear: both;
  height: 0;
}
a,
div,
td,
tr,
th,
i:not(.form-control-feedback),
button,
li,
tbody,
.btn,
.fa {
  -moz-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  -webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
}
#content-with-sidebar {
  float: left;
  width: 790px;
}
#content-with-sidebar-inner {
  padding-left: 20px;
}
#sidebar {
  float: left;
  width: 200px;
}
.validation-summary-errors {
  margin-bottom: 20px;
  font-size: 70%;
  color: #D22;
  font-weight: bold;
}
.field-validation-valid {
  display: none;
}
p {
  margin-bottom: 20px;
}
.note {
  color: #777;
  font-style: italic;
}
input.placeholder {
  color: #AAA;
}
.nowrap {
  white-space: nowrap;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF url('../Images/Loading.gif') no-repeat center center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  /* For IE8 and earlier */
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10000;
  color: #000000;
  font-size: 2em;
  display: table;
}
.loading span {
  padding-top: 60px;
  display: table-cell;
  vertical-align: middle;
}
/* EVERYTHING BELOW NEEDS TO BE MOVED TO A DIFFERENT CSS FILE */
.expanding-section > .title:hover,
#record.unlocked .expanding-section > .title:hover {
  background-color: #E5E5E5;
  cursor: pointer;
}
#record .expanding-section > .title:hover {
  background-color: #D8D8D8;
  cursor: default;
}
.expanding-section {
  margin-bottom: 20px;
}
.expanding-section > .title {
  width: 100%;
  text-align: center;
  background-color: #D8D8D8;
  padding: 4px 0;
}
.expanding-section > .title:hover {
  cursor: pointer;
}
.expanding-section > .content {
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  padding: 10px;
}
.expanding-section > .content button {
  margin-bottom: 0;
}
.upload > table {
  background-color: white;
}
.upload > table td {
  position: relative;
}
.upload > table tr:hover {
  background-color: white;
}
.upload > table #btnUploadFile {
  margin: 0;
  margin-left: 2px;
  background-color: #000;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  min-height: 68px;
}
.upload > table #btnUploadFile:hover {
  background-color: #666;
  cursor: pointer;
}
.upload div#filedrag {
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 20px 60px;
  text-align: center;
  position: relative;
  background-color: #f6f7f8;
  border: dashed 1px #d2d2d7;
}
.upload div#filedrag.hover {
  border: dashed 1px green;
  background-color: #e8fce8;
}
.upload div#filedrag:hover {
  background-color: #f0f2f4;
  border: dashed 1px gray;
}
.upload input.upload {
  right: 0;
  margin: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  height: 59px;
  outline: none;
  cursor: inherit;
  position: absolute;
  font-size: 1000px !important;
}
.upload span.upload-path {
  text-align: center;
  margin: 5px;
  display: block;
  font-size: 80%;
  color: #3b5998;
  font-weight: bold;
  font-family: tahoma, arial, sans-serif;
}
#matches {
  margin-bottom: 20px;
}
.match {
  border: solid 1px lightgray;
  margin: 6px;
  padding-top: 4px;
  padding-left: 4px;
  position: relative;
  height: 90px;
  box-shadow: -2px 4px 8px #888888;
  width: 350px;
  float: left;
}
.match:hover {
  border: solid 1px gray;
  cursor: pointer;
}
.match.selected {
  background-color: #f5f5f5;
}
.match.selected .triangle {
  border-color: transparent transparent #444 transparent;
}
.match .view {
  position: absolute;
  top: 3px;
  right: 18px;
}
.match .view img {
  height: 15px;
  opacity: 0.5;
}
.match .view img:hover {
  opacity: 0.7;
}
.match img {
  position: absolute;
  height: 40px;
}
.match .name {
  position: absolute;
  left: 50px;
  font-size: 14px;
}
.match .email {
  position: absolute;
  bottom: 1px;
  font-size: 11px;
}
.match .position {
  /*position: absolute;*/
  top: 42px;
  font-size: 11px;
}
.match .triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent lightgray transparent;
}
.match .truncate {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-height: 10px;
  /* fallback */
  max-height: 31px;
  /* fallback */
}
#showMoreDetails {
  position: absolute;
  top: 64px;
  right: 3px;
}
#showMoreDetails img {
  height: 32px;
  opacity: 0.4;
}
#showMoreDetails img:hover {
  opacity: 0.5;
  cursor: pointer;
}
#userInfo {
  color: white;
  font-size: 13px;
  border-bottom: solid 4px #999;
  padding-bottom: 15px;
}
#userInfo h3 {
  background-color: gray;
}
#userInfo .editor-label {
  font-weight: bold;
  margin-left: 5px;
}
#userInfo .data {
  font-weight: normal !important;
  margin-left: 5px;
}
#userInfo a {
  color: white !important;
}
#updateUserMessage {
  padding: 5px;
  margin-right: 10px;
  color: #D22;
  margin-bottom: 15px;
}
#updateUserMessage img {
  height: 25px;
  margin: -1px;
  margin-right: 5px;
  float: left;
  opacity: 0.7;
}
#awareofduplicatescontainer #awareofduplicates {
  margin-right: 5px;
}
/* SQUARED THREE */
.custom-checkbox {
  /*width: 200px;*/
  margin: 20px auto;
  position: relative;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + label.check:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.custom-checkbox label.text {
  margin-left: 28px;
}
.custom-checkbox label.check {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  border-radius: 4px;
  background-color: lightgray;
  border: solid 1px gray;
}
.custom-checkbox label.check:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 5px;
  background: transparent;
  top: 0;
  left: 3px;
  border: 3px solid gray;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom-checkbox label.check:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.audit-log-pagination {
  background-color: lightgray;
}
.audit-log-pagination a,
.audit-log-pagination span {
  margin-left: -4px !important;
}
.pager {
  margin: 8px 3px;
  padding: 3px;
}
.pager a:first-child,
.pager span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pager a:last-child,
.pager span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pager .disabled {
  border: 1px solid #dddddd;
  color: #999999;
  margin-top: 4px;
  padding: 7px 7px;
  text-align: center;
  font-size: 12px;
}
.pager .current {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  font-weight: bold;
  margin-top: 4px;
  padding: 7px 7px;
  text-align: center;
  font-size: 12px;
}
.pager span {
  margin: 4px 3px;
}
.pager a {
  font-size: 12px;
  margin: 4px 3px;
  border: 1px solid #aaaaaa;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  color: black;
}
.pager a:hover {
  background-color: #f1f1f1 !important;
}