/* Print */
@media print {    
  .no-print {
    display: none;
  }
}

:root {
  --orangeColor: #fc5d35;
  --greyColor: #606060;
  --cyanColor: #5f9ea0;
  --yellowColor: #fcaf35;
  --blueColor: #7797d0;
  --greenColor: #009900;
}

/* CSS Document */

.menu_item {
  display: inline;
}

.container {
  float: left; 
  background-color: #FFF; 
  min-width: 350px; 
  border: solid 2px #CCC;
  border-radius: 8px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.org-container, .contact-container {
  float: left;
  width: 100%;
  border: solid 1px #CCC;
}

.admin-module-container {
  margin-bottom: 15px;
}

.info-block {
  float: left;
  min-width: 200px;
  margin-right: 100px;
}

.address-block {
  float: left;
  min-width: 200px;
  margin-right: 10px;
  border: solid 1px #CCC;
}

.address-header {
  font-weight: bold;
  padding: 5px 5px 0px 5px;
}

.address-body {
  height: 100px;
  font-size: 12px;
  padding: 0px 5px 5px 5px;
  overflow: auto;
}

.address-functions {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.report-list {
  width: 100%;
  margin-bottom: 15px;
}

.clear {
  clear:both;
}

.options_box {
  float: left; 
  clear: both;
  margin-top: 5px; 
  margin-bottom: 5px; 
  padding: 5px; 
  background:#F3F3F3; 
  border: solid 1px #CCC;
  font-size: 12px;
}

.org-functions, .contact-functions {
  float: right;
  background: #DDD;
  margin-right: 10px;
  padding: 5px 10px 5px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-general {
  float: left;
  padding: 10px;
}

.label {
  float: left;
  min-height: 20px;
  padding: 0px 5px 0px 5px;
  border: solid 1px #CCC;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.2);
  text-shadow: 1px 1px rgba(100, 100, 100, 0.2);
}

.shared_label {
  float: left;
  min-height: 20px;
  padding: 0px 5px 0px 25px;
  border: solid 1px #CCC;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url('../images/graphics/shared.png');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.2);
  text-shadow: 1px 1px rgba(100, 100, 100, 0.2);
}

.system_label {
  float: left;
  min-height: 20px;
  padding: 0px 5px 0px 25px;
  border: solid 1px #CCC;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url('../images/graphics/cog.png');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.2);
  text-shadow: 1px 1px rgba(100, 100, 100, 0.2);
}

.label a,
.shared_label a,
.system_label a {
  color: #333;
}

.label a:hover,
.shared_label a:hover,
.system_label a:hover {
  text-decoration: underline;
}

.lbl-sharedby {
  font-size: 10px;
}

/*Shortcut Classes*/
.shortcut-container {
  display: inline-block;
  position: relative;
  padding: 2px 21px 1px 10px;
  margin-right: 10px;
  background-color: #65686a;
  border-radius: 8px;
}
.shortcut-container a {
  color: #FFF;
}
.shortcut-container a:hover {
  color: #FF0;
}
.shortcut-container .removeShortcut {
  position: absolute;
  right: 5px;
  top: 3px;
}

.shortcut_scroll {
  float: left;
  width: 16px;
  height: 16px;
  display: none;
  cursor: pointer;
}

/*Search Classes*/
.search-table-list {
  float: left; 
  width: 100%;
  clear: both; 
  border-top: dashed 1px #999; 
  border-bottom: dashed 1px #999;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-table {
  float: left;
  margin-right: 30px;
}

/******************
* List Select
******************/
.listSelect {
  width: 100%;
  height: 200px;
  overflow: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: solid 1px #CCC;
  background-color: #FFFFF8;
}

.listSelect li {
  padding: 5px;
  user-select: none;
}

.listSelect li:hover,
.listSelect li.selected:hover {
  background-color: #FFC;
}

.listSelect li.selected {
  background-color: #EEC;
}

/******************
* Photos
******************/
.photo150 {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
}

.photo150 img {
  max-width: 150px;
  max-height: 150px;
}

.photo200 {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
}

.photo200 img {
  max-width: 200px;
  max-height: 200px;
}

.photo_menu {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #CCC;
  padding: 5px 10px 5px 10px;
  border-bottom-left-radius: 10px;
  z-index: 10;
}

.photo_container {
  position: relative;
  border: solid 2px #CCC;
}

.photo_container .profile_photo {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Tablesorter Styles */
/**********************/

table.tablesorter {
  font-family:arial;
  background-color: #CDCDCD;
  margin:10px 0px 5px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
  border: 1px solid #FFF;
  font-size: 8pt;
  color: #000;
  padding: 4px 10px 4px 4px;
}
table.tablesorter thead tr .header {
  background-image: url('../images/design/asc_desc.gif');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding-right: 18px;
}
table.tablesorter tbody tr {
  background-color: #FFF;
}
table.tablesorter tbody tr.odd {
  background-color:#F0F0F6;
}
table.tablesorter tbody tr.odd.error {
  background-color:#e9d0d0;
}
table.tablesorter tbody tr.even.error {
  background-color:#f7e6e6;
}
table.tablesorter tbody tr.odd.error:hover,
table.tablesorter tbody tr.even.error:hover,
table.tablesorter tbody tr:hover {
  background-color:#FFC;
}
table.tablesorter tbody tr.highlight {
  background-color:#FFDADA;
}
table.tablesorter tbody tr td.highlight {
  background-color:#FFDADA;
}
table.tablesorter tbody td {
  padding: 4px;
  vertical-align: top;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url('../images/design/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
  background-image: url('../images/design/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}

/*Form Classes*/
.form_label {
  text-align: right;
}

.field_label {
  font-weight: bold;
}

.field_value {
  min-width: 50px;
}

/* DupChecker Styles */
/**********************/
.btnDupChecker {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 8px;

  /*Background*/
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, #ededed, #cccccc);
  background-image: -ms-linear-gradient(top, #ededed, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ededed, #cccccc);
  background-image: -o-linear-gradient(top, #ededed, #cccccc);
  background-image: linear-gradient(top, #ededed, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cccccc', GradientType=0);
  
  /*Border*/
  border: 1px solid;
  border-color: #cccccc #cccccc #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.contact-container .btnDupChecker {
  font-size: 10px;
}

.btnDupChecker img {
  border: 0;
  vertical-align: sub;
}

.dupChecker_container {
  max-height: 500px;
  min-width: 215px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dupChecker_container .matchContainer {
  float: left;
  width: 100%;
  border-bottom: solid 1px #9d9579; 
  padding:5px;
  clear: both;
}

.dupChecker_container .menu {
  float: left;
  width: 100%;
  border-bottom: solid 1px #9d9579; 
  padding:5px 0px;
  clear: both;
  text-align:center;

  background: #5c4a34; /* Old browsers */
  background: -moz-linear-gradient(top,  #5c4a34 0%, #322517 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c4a34), color-stop(100%,#322517)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5c4a34 0%,#322517 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5c4a34 0%,#322517 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5c4a34 0%,#322517 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5c4a34 0%,#322517 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c4a34', endColorstr='#322517',GradientType=0 ); /* IE6-9 */

}

.dupChecker_container .matchContainer.odd {
  background-color: #e7e4c5;
}

.dupChecker_container .matchContainer.even {
  background-color: #f5f3df;
}

.dupChecker_container .matchType {
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}

.dupChecker_container .matchResults {
  font-size: 11px;
}

.dupChecker_org_checkbox, .dupChecker_contact_checkbox {
  margin: 0px;
  vertical-align: middle;
}

.btn_dupchecker_merge {
  cursor: pointer;
  font-weight: bold;
  padding: 3px 12px;

  /*Background*/
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, #ededed, #cccccc);
  background-image: -ms-linear-gradient(top, #ededed, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ededed, #cccccc);
  background-image: -o-linear-gradient(top, #ededed, #cccccc);
  background-image: linear-gradient(top, #ededed, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cccccc', GradientType=0);
  
  /*Border*/
  border: 1px solid;
  border-color: #cccccc #cccccc #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.termSelector {
  background-color: #FFF;
  border-top: none;
  border-left: 1px #888 solid;
  border-right: 1px #888 solid;
  border-bottom: 1px #888 solid;
}

.termSelectorInner {
  padding: 4px 3px 4px 3px;
  color: #666;
  font-size: 12px;
}

.termSelectorInner .term {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding: 2px 0px;
  clear: both;
}

.termSelectorInner .term.selected {
  background-color: #f7e6e6;
}

.termSelectorInner .term.hover,
.termSelectorInner .term:hover {
  background-color: #FFC;
}

.termSelectorInner .matched {
  font-weight: bold;
}

/* Buttons */
.orangeButton {
  color: #FFF;
  background-color: var(--orangeColor);
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.orangeButton:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc5d35+0,f94518+37,fc5d35+100 */
  background: rgb(252,93,53); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,93,53,1) 0%, rgba(249,69,24,1) 37%, rgba(252,93,53,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(252,93,53,1) 0%,rgba(249,69,24,1) 37%,rgba(252,93,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(252,93,53,1) 0%,rgba(249,69,24,1) 37%,rgba(252,93,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--orangeColor), endColorstr=var(--orangeColor),GradientType=0 ); /* IE6-9 */
  color: #CCC;
}

.greyButton {
  color: #FFF;
  background-color: var(--greyColor);
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.greyButton:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606060+0,545454+37,606060+100 */
  background: rgb(96,96,96); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(96,96,96,1) 0%, rgba(84,84,84,1) 37%, rgba(96,96,96,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(84,84,84,1) 37%,rgba(96,96,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(96,96,96,1) 0%,rgba(84,84,84,1) 37%,rgba(96,96,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--greyColor), endColorstr=var(--greyColor),GradientType=0 ); /* IE6-9 */
  color: #CCC;
}

.redButton {
  color: #FFF;
  background-color: #dd1a11;
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.redButton:hover {
  background-color: #cf1911;
  color: #CCC;
}

.greenButton {
  color: #FFF;
  background-color: #179300;
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.greenButton:hover {
  background-color: #187107;
  color: #CCC;
}

.yellowButton {
  color: #FFF;
  background-color: var(--yellowColor);
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.yellowButton:hover {
  color: #888;
}

.removeButton {
  display: inline-block;
  margin: 5px 5px 5px 0px;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #dd1a11;
}
