@charset "UTF-8";

@font-face {
  font-family: SSStandard;
  font-weight: normal;
  font-style: normal;
  src: url("/static/fonts/ss-standard/webfonts/ss-standard.eot");
  src: url("/static/fonts/ss-standard/webfonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ss-standard/webfonts/ss-standard.woff") format("woff"), url("/static/fonts/ss-standard/webfonts/ss-standard.ttf") format("truetype"), url("/static/fonts/ss-standard/webfonts/ss-standard.svg#SSStandard") format("svg"); }

/*noinspection CssUnknownTarget*/
@font-face {
  font-family: SSSocialRegular;
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/ss-standard/webfonts/ss-social-regular.eot");
  src: url("/fonts/ss-standard/webfonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ss-standard/webfonts/ss-social-regular.woff") format("woff"), url("/fonts/ss-standard/webfonts/ss-social-regular.ttf") format("truetype"), url("/fonts/ss-standard/webfonts/ss-social-regular.svg#SSSocialRegular") format("svg"); }
/* Elements */
/*

    ELEMENTS
    Combines the Normalize (git.io/normalize)
    and the reset at
    csswizardry.com/2011/10/reset-restarted
    with GCD's own preferences

*/
/*------------------------------------
	HTML5 BLOCK ELEMENTS
	Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*------------------------------------
	HTML5 INLINE BLOCK ELEMENTS
	Correct `block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block; }

/*------------------------------------
	Address styling not present in IE 8/9.
*/
[hidden] {
  display: none; }

/*--------------------------------------
	BOX MODEL
	This works for IE8 and above.
	For IE7, there'll need to be tweaks
*/
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------
	Remove margins and padding
*/
h1, h2, h3, h4, h5, h6,
dl, dd, ol, ul,
p, blockquote, pre,
table, th, td, caption,
form, fieldset, legend,
hr {
  margin: 0;
  padding: 0; }

/*------------------------------------
	Spacing Resets
*/
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table,
form, fieldset, figure,
pre {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    h1, h2, h3, h4, h5, h6,
    ul, ol, dl,
    blockquote, p, address,
    table,
    form, fieldset, figure,
    pre {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    h1, h2, h3, h4, h5, h6,
    ul, ol, dl,
    blockquote, p, address,
    table,
    form, fieldset, figure,
    pre {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
  ul:last-child, ol:last-child, dl:last-child,
  blockquote:last-child, p:last-child, address:last-child,
  table:last-child,
  form:last-child, fieldset:last-child, figure:last-child,
  pre:last-child {
    margin-bottom: 0; }

/*------------------------------------
	HTML & BODY
*/
html {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  direction: ltr;
  line-height: 1.35714;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ scrollbar CSS */
    html {
      overflow-y: auto;
      -ms-overflow-style: scrollbar;
    }
 }
  @media only screen and (max-width: 64em) {
    html {
      font-size: 0.83125em; } }
  @media only screen and (max-width: 30em) {
    html {
      font-size: 0.7875em; } }

body {
  background: #F4F5F9;
  color: #4E4E4E;
  margin: 0;
  height:100vh;
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

/*------------------------------------
	SITE DIRECTION
	This should very rarely be touched
*/
/*------------------------------------
	Links
*/
a {
  color: #29A6DB;
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  line-height: inherit;
  min-height: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #55b8e2; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    outline: 0; }
  a:hover {
    text-decoration: underline; }

/*------------------------------------
	Headings
*/
h1 {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    h1 {
      font-size: 2.07813em; } }
  @media only screen and (max-width: 30em) {
    h1 {
      font-size: 1.96875em; } }

h2 {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    h2 {
      font-size: 1.78125em; } }
  @media only screen and (max-width: 30em) {
    h2 {
      font-size: 1.6875em; } }

h3 {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    h3 {
      font-size: 1.48438em; } }
  @media only screen and (max-width: 30em) {
    h3 {
      font-size: 1.40625em; } }

h4 {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    h4 {
      font-size: 1.24688em; } }
  @media only screen and (max-width: 30em) {
    h4 {
      font-size: 1.18125em; } }

h5 {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    h5 {
      font-size: 1.00937em; } }
  @media only screen and (max-width: 30em) {
    h5 {
      font-size: 0.95625em; } }

h6 {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    h6 {
      font-size: 0.83125em; } }
  @media only screen and (max-width: 30em) {
    h6 {
      font-size: 0.7875em; } }

/*------------------------------------
	Lists
*/
ul, ol, dd {
  margin-left: 28px;
  margin-left: 2rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

/*------------------------------------
	Code
*/
code,
kbd,
pre,
samp {
  font-size: 0.875em;
  font-family: courier, sans-serif; }
  @media only screen and (max-width: 64em) {
    code,
    kbd,
    pre,
    samp {
      font-size: 0.83125em; } }
  @media only screen and (max-width: 30em) {
    code,
    kbd,
    pre,
    samp {
      font-size: 0.7875em; } }

pre {
  white-space: pre-wrap; }

/*------------------------------------
	Form
*/
/* form */
/* fieldset */
fieldset {
  border: 0; }

/* label */
label {
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-right: 3.5px; }
  label input {
    margin-right: 7px; }

/* input */
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  font-size: 100%;
  margin: 0; }
  button[disabled],
  input[disabled],
  select[disabled],
  textarea[disabled] {
    cursor: default; }
  button::-moz-focus-inner,
  input::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0; }

button,
select {
  text-transform: none;
  max-width: 100%;
}

input[type="email"]:focus, input[type="email"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="text"]:focus, input[type="text"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="color"]:focus, input[type="color"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active {
  cursor: text; }

input[type="color"] {
  line-height: 1;
  padding: 0;
  min-height: 37px;
  min-width: 37px; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="submit"], button {
  margin-right: 3.5px; }

/* textarea */
textarea {
  overflow: auto;
  vertical-align: top; }
  textarea:focus, textarea:active {
    cursor: text; }

/*------------------------------------
	Inline Elements
*/
b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

small {
  font-size: 0.75em; }
  @media only screen and (max-width: 64em) {
    small {
      font-size: 0.7125em; } }
  @media only screen and (max-width: 30em) {
    small {
      font-size: 0.675em; } }

u, ins {
  text-decoration: underline; }

dfn {
  font-style: italic; }

mark {
  color: #4E4E4E;
  background-color: #ffff00; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*------------------------------------
	Quotations
*/
q {
  quotes: "‘" "’" "\\201C " "\\201D "; }
  q:before {
    content: "\2018";
    content: open-quote; }
  q:after {
    content: "\2019";
    content: close-quote; }
  q q:before {
    content: "\201C";
    content: open-quote; }
  q q:after {
    content: "\201D";
    content: close-quote; }

blockquote {
  quotes: "\\201C " "\\201D ";
  text-indent: -0.41em; }
  blockquote p:before {
    content: "\\201C ";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type {
    margin-bottom: 0; }
    blockquote p:last-of-type:after {
      content: "\\201D ";
      content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }
  blockquote footer, blockquote ._source {
    display: block;
    text-indent: 0; }
    blockquote footer:before, blockquote ._source:before {
      content: "\2014"; }

/*------------------------------------
	Media
*/
img {
  border: 0;
  font-style: italic;
  max-width: 100%; }
  img[height], img[width] {
    max-width: none; }

audio:not([controls]) {
  display: none;
  height: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

/*------------------------------------
	Rules
*/
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }

/*------------------------------------
	Table
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th {
  text-align: left;
  vertical-align: bottom; }

td {
  vertical-align: top; }

/* Cell alignments */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

/* Objects */
.modal-box .EventDocumentsUploadView select {
  margin-top: 0 !important; }
.modal-box .EventDocumentsUploadView div {
  border-bottom: 1px solid #CCC;
  padding: 3px 0; }
.modal-box .EventDocumentsUploadView div:first-of-type {
  padding-top: 0; }
.modal-box .EventDocumentsUploadView div:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.filter-module {
  margin-top: 7px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  background: rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 64em) {
    .filter-module {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .filter-module {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .filter-module:last-child {
    margin-bottom: 0; }
  .filter-module:first-child {
    margin-top: 28px; }
  .filter-module .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    background-color: #29A6DB;
    color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    min-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
    margin: 0;
    border: 1px solid #1e87b3;
    border-radius: 4px;
    box-shadow: 0 2px 0 #1e87b3;
    margin-bottom: 2px;
    color: white; }
    .filter-module .btn a, .filter-module .btn a:visited {
      color: white; }
    .filter-module .btn:visited {
      color: white; }
    .filter-module .btn:hover {
      background: #176687;
      border-color: #0f455c;
      box-shadow: 0 2px 0 #176687;
      color: white;
      text-decoration: none; }
    .filter-module .btn[disabled] {
      background: #29A6DB;
      cursor: not-allowed;
      opacity: 0.5; }
      .filter-module .btn[disabled]:hover, .filter-module .btn[disabled]:active {
        background: #29A6DB; }
  .filter-module .add-filters select {
    margin-bottom: 7px; }
  .filter-module ._label {
    color: #B1B1B1;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-bottom: 7px; }

.filter-list {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  list-style: none;
  margin-left: 0; }
  @media only screen and (max-width: 64em) {
    .filter-list {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .filter-list {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .filter-list:last-child {
    margin-bottom: 0; }
  .filter-list > *, .filter-list ._item {
    display: block;
    margin: 0;
    padding: 0; }
    .filter-list > * > a:only-child, .filter-list > * > span:only-child, .filter-list ._item > a:only-child, .filter-list ._item > span:only-child {
      display: block;
      margin: 0; }
  .filter-list ._item {
    *zoom: 1;
    font-size: 0.625em;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 3.5px;
    position: relative; }
    .filter-list ._item:before, .filter-list ._item:after {
      content: " ";
      display: table; }
    .filter-list ._item:after {
      clear: both; }
    @media only screen and (max-width: 64em) {
      .filter-list ._item {
        font-size: 0.59375em; } }
    @media only screen and (max-width: 30em) {
      .filter-list ._item {
        font-size: 0.5625em; } }
    .filter-list ._item:first-child {
      margin-top: 0; }
    .filter-list ._item:hover {
      background: rgba(255, 255, 255, 0.5); }
    .filter-list ._item ._delete {
      color: #E52E3E;
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 4.66667px; }
      .filter-list ._item ._delete:hover {
        cursor: pointer;
        color: #9a131f; }
  .filter-list .filter-inner-container label {
    margin-bottom: 7px;
    margin-right: 7px;
    display: block; }
    .filter-list .filter-inner-container label input {
      margin: 0; }

.date-range-filter ._label {
  text-transform: none;
  color: #4E4E4E;
  display: inline-block; }
.date-range-filter input[type="text"] {
  width: 70px; }

.genealogy-images {
  *zoom: 1;
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  .genealogy-images:before, .genealogy-images:after {
    content: " ";
    display: table; }
  .genealogy-images:after {
    clear: both; }
  .genealogy-images > * {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.33333%; }
    .genealogy-images > *:nth-child(3n+1) {
      clear: both; }
  @media only screen and (max-width: 64em) {
    .genealogy-images {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .genealogy-images {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .genealogy-images:last-child {
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }
  .genealogy-images ._image {
    position: relative;
    margin-bottom: 7px;
    z-index: 0; }
    .genealogy-images ._image .icon, .genealogy-images ._image .remove-assigned-plot,
    .genealogy-images ._image .contact-search span a,
    .contact-search span .genealogy-images ._image a {
      background-color: #E52E3E;
      color: white;
      position: absolute;
      top: 0px;
      left: 7px;
      cursor: pointer;
      font-size: 10px;
      padding: 3.5px 7px;
      z-index: 1; }
      .genealogy-images ._image .icon a, .genealogy-images ._image .remove-assigned-plot a,
      .genealogy-images ._image .contact-search span a a,
      .contact-search span .genealogy-images ._image a a, .genealogy-images ._image .icon a:visited, .genealogy-images ._image .remove-assigned-plot a:visited,
      .genealogy-images ._image .contact-search span a a:visited,
      .contact-search span .genealogy-images ._image a a:visited {
        color: white; }
    .genealogy-images ._image a {
      background-color: rgba(0, 0, 0, 0.05);
      display: block;
      overflow: auto;
      min-height: 50px; }
      .genealogy-images ._image a img {
        z-index: 0;
        float: left; }
      .genealogy-images ._image a span {
        display: block;
        color: #4E4E4E;
        overflow: hidden;
        padding: 7px 14px; }
        .genealogy-images ._image a span:first-of-type {
          margin-top: 7px; }
    .genealogy-images ._image .image-options {
      display: none;
      position: absolute;
      top: 20px; }
      .genealogy-images ._image .image-options a {
        font-size: 0.75em;
        background-color: white;
        color: #4E4E4E;
        display: block;
        min-height: 0;
        padding: 3.5px 7px; }
        @media only screen and (max-width: 64em) {
          .genealogy-images ._image .image-options a {
            font-size: 0.7125em; } }
        @media only screen and (max-width: 30em) {
          .genealogy-images ._image .image-options a {
            font-size: 0.675em; } }
        .genealogy-images ._image .image-options a:hover {
          background-color: #B1B1B1;
          color: white; }

/*------------------------------------
	# ICON, ICON-BEFORE, ICON-AFTER
	Make an element an icon or append/prepend an element with an icon.
*/
.icon, .remove-assigned-plot,
.contact-search span a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  font-family: SSStandard !important;
  font-size: 12px; }
  .icon.-circular, .-circular.remove-assigned-plot,
  .contact-search span a.-circular {
    border: 1px solid #A2B3BE;
    border-radius: 42px 42px 42px 42px;
    color: #A2B3BE;
    padding-top: 5.66667px;
    padding-right: 7px;
    padding-bottom: 3.66667px;
    padding-left: 7px; }
    .icon.-circular.-filled, .-circular.-filled.remove-assigned-plot,
    .contact-search span a.-circular.-filled {
      background: #A2B3BE;
      border: 0;
      color: white; }

.icon-before:before {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  content: attr(icon);
  font-family: SSStandard !important;
  font-size: 12px;
  margin-right: 3.5px; }
.icon-before:hover:before {
  text-decoration: none; }

.icon-after:after {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  content: attr(icon);
  font-family: SSStandard !important;
  font-size: 12px;
  margin-left: 3.5px; }

/*------------------------------------
	# SOCIAL-ICON, SOCIAL-ICON-BEFORE, SOCIAL-ICON-AFTER
	Make an element an icon or append/prepend an element with an icon.
*/
.social-icon {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  font-family: SSSocialRegular;
  font-size: 12px; }

.social-icon-before:before {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  content: attr(title);
  font-family: SSSocialRegular;
  font-size: 12px;
  margin-right: 3.5px; }

.social-icon-after:after {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  content: attr(title);
  font-family: SSSocialRegular;
  font-size: 12px;
  margin-left: 3.5px; }

.icon-circular-filled {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  font-family: SSStandard !important;
  font-size: 12px;
  padding: 9px; }

.item-toggles .item {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #4E4E4E;
  display: inline;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 7px;
  text-align: center;
  text-transform: none;
  white-space: nowrap; }
  .item-toggles .item:before {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    top: 1px;
    white-space: nowrap;
    content: "-";
    font-family: SSStandard !important;
    font-size: 12px;
    margin-right: 3.5px; }
  .item-toggles .item:hover {
    color: #40BF3E;
    text-decoration: none; }
  .item-toggles .item.-is-selected {
    color: #40BF3E; }
    .item-toggles .item.-is-selected:before {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-weight: normal;
      position: relative;
      text-decoration: none;
      top: 1px;
      white-space: nowrap;
      content: "✓";
      font-family: SSStandard !important;
      font-size: 12px;
      margin-right: 3.5px; }
    .item-toggles .item.-is-selected:hover {
      color: #29A6DB; }

.list-and-map-container .unoccupied-plot {
  color: #BDD1D8; }
.list-and-map-container .search-panel {
  display: block; }
.list-and-map-container .searching {
  color: transparent;
  background: url(/static/images/ajax-loader.gif) no-repeat right transparent;
  background-size: contain;
  height: 21px; }
.list-and-map-container.map-and-list #unassigned-plot-picker td {
  background-color: #1F80AA;
  color: #69cdf8;
  text-align: left;
  padding: 0; }
  .list-and-map-container.map-and-list #unassigned-plot-picker td .holder {
    padding: 7px;
    height: 60px; }
  .list-and-map-container.map-and-list #unassigned-plot-picker td select {
    color: #666; }
.list-and-map-container.list-only .pager {
  text-align: left; }
.list-and-map-container.list-only .map-container {
  display: none; }
.list-and-map-container.list-only strong {
  font-weight: normal; }
.list-and-map-container.list-only em {
  display: none; }
.list-and-map-container.list-only .search-panel-table {
  width: auto; }
  .list-and-map-container.list-only .search-panel-table td {
    padding-top: 10px;
    padding-bottom: 10px; }
  .list-and-map-container.list-only .search-panel-table td:first-child {
    padding-left: 10px; }
.list-and-map-container.list-only #unassigned-plot-picker td {
  text-align: left; }
.list-and-map-container.map-only .list-container {
  display: none; }
.list-and-map-container.map-only .map-container {
  float: none;
  padding-left: 14px;
  padding-right: 14px;
  width: auto;
  border-left: none; }
.list-and-map-container .map {
  background-color: #F5F5F5;}
.list-and-map-container .plot-select-button, .list-and-map-container .plot-assign-button {
  font-size: 1.2em;
  color: white;
  text-decoration: none;
  margin: 7px; }
.list-and-map-container .action.zoomTo {
  position: absolute;
  right: 0;
  bottom: 10px;
  text-decoration: none;
  color: #999; }

.esriPopup {
  font-family: "Open Sans", sans-serif !important; }
  .esriPopup .sizer {
    display: none; }
  .esriPopup .content {
    display: block; }
  .esriPopup .contentPane {
    background-color: rgba(51, 51, 51, 0.95) !important;
    color: white !important;
    border: none !important;
    padding: 0 !important;
    overflow: visible !important;
    max-height: inherit !important; }
  .esriPopup .outerPointer {
    display: none !important; }
  .esriPopup .button {
    text-decoration: none;
    margin-left: 10px;
    background-color: #29A6DB;
    color: white;
    border-color: #29A6DB;
    box-shadow: 0 2px #1e87b3; }
    .esriPopup .button a, .esriPopup .button a:visited {
      color: white; }
    .esriPopup .button:hover {
      background-color: #1e87b3;
      color: white;
      border-color: #1e87b3;
      box-shadow: 0 2px #176687; }
      .esriPopup .button:hover a, .esriPopup .button:hover a:visited {
        color: white; }
  .esriPopup .map-popup-burial-records {
    clear: left; }
    .esriPopup .map-popup-burial-records .deed-holder label {
      color: #999;
      display: inline-block;
      margin-bottom: 3.5px;
      cursor: default; }
    .esriPopup .map-popup-burial-records .deed-holder a {
      color: #ffffff;
      display: inline-block;
      font-weight: bold;
      text-decoration: none; }
    .esriPopup .map-popup-burial-records .deed-holder span {
      color: #999; }
    .esriPopup .map-popup-burial-records div {
      padding: 10px; }
    .esriPopup .map-popup-burial-records ul {
      margin: 0;
      padding: 0;
      max-height: 170px;
      overflow-y: auto;
    }
      .esriPopup .map-popup-burial-records ul li {
        display: block;
        padding: 7px 10px; }
      .esriPopup .map-popup-burial-records ul li:nth-child(odd) {
        background-color: rgba(0, 0, 0, 0.3); }
      .esriPopup .map-popup-burial-records ul a, .esriPopup .map-popup-burial-records ul span {
        text-decoration: none;
        display: inline-block;
        width: 53%;
        font-size: 1.2em;
        font-weight: bold;
        color: #2BA5D9;
        vertical-align: middle; }
      .esriPopup .map-popup-burial-records ul span {
        color: #999;
        width: 47%; }
  .esriPopup .heading {
    *zoom: 1;
    padding: 10px;
    position: relative; }
    .esriPopup .heading:before, .esriPopup .heading:after {
      content: " ";
      display: table; }
    .esriPopup .heading:after {
      clear: both; }
    .esriPopup .heading h2 {
      color: #fff;
      font-size: 1.5em;
      margin: 0; }
    .esriPopup .heading ul {
      margin: 0;
      list-style-type: none;
      color: #999;
      font-size: 0.75em; }
      .esriPopup .heading ul li {
        display: inline-block;
        margin-right: 14px; }
      .esriPopup .heading ul label {
        cursor: default;
        width: 25px;
        color: #ACACAC;
        padding-bottom: 3px;
        display: inline-block; }
      .esriPopup .heading ul span {
        display: inline-block; }
    .esriPopup .heading img {
      float: right;
      margin-top: -30px;
      height: 60px;
      margin-right: 7px;
      margin-bottom: 7px;
      border: 2px solid white;
      cursor: pointer; }
    .esriPopup .heading .close {
      position: absolute;
      top: 14px;
      right: 14px;
      display: block;
      text-decoration: none;
      font-size: 1.3em;
      color: #999; }
      .esriPopup .heading .close:hover {
        color: #fff; }
    .esriPopup .heading .plot-number {
      text-decoration: none;
      color: #fff; }
      .esriPopup .heading .plot-number:hover {
        color: #fff; }

.esriPopup .heading .capacity-details {
  padding: 0px 0;
}

.esriPopup .heading .capacity-details ul li label {
  width: auto;
}
.esriPopup .heading .capacity-details ul li span {
  padding-right: 5px;
}

.portal ._brand {
  margin-top: -14px;
  margin-right: -14px;
  margin-bottom: 14px;
  margin-left: -14px;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  padding: 42px 14px;
  text-align: center; }
  .portal ._brand img {
    max-height: 100px; }
.portal h2 {
  text-align: center;
  padding: 14px 0; }
.portal ._options {
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden; }
.portal ._option {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 33.33333%; }
  @media only screen and (max-width: 64em) {
    .portal ._option {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .portal ._option {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .portal ._option:last-child {
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }
  .portal ._option ._inner {
    background-color: #0C3A56;
    color: white;
    border-radius: 4px;
    padding: 14px;
    text-align: center; }
    .portal ._option ._inner a, .portal ._option ._inner a:visited {
      color: white; }
    .portal ._option ._inner h3 {
      color: white; }
    .portal ._option ._inner p {
      font-weight: 400;
      margin: 0;
      min-height: 50px;
      opacity: 0.7; }
    .portal ._option ._inner ul {
      line-height: 40px;
      list-style: none;
      font-weight: 400;
      margin: 14px 0;
      text-transform: uppercase; }
      .portal ._option ._inner ul li {
        display: inline-block;
        line-height: 40px;
        margin: 3.5px; }
        .portal ._option ._inner ul li a {
          display: inline-block;
          background-color: #2297c9;
          color: white;
          border-radius: 2px;
          line-height: 40px;
          padding: 0 14px;
          white-space: nowrap; }
          .portal ._option ._inner ul li a a, .portal ._option ._inner ul li a a:visited {
            color: white; }
          .portal ._option ._inner ul li a:hover {
            background-color: white;
            color: #29A6DB;
            text-decoration: none; }
  @media only screen and (max-width: 64em) {
    .portal ._option {
      float: left;
      padding-left: 7px;
      padding-right: 7px;
      width: 100%; }
      .portal ._option ._inner p {
        min-height: 0; } }
.portal ._powered-by {
  margin-top: 28px;
  margin-right: -14px;
  margin-bottom: -14px;
  margin-left: -14px;
  background: white;
  border-top: 1px solid #e8e8e8;
  line-height: 40px;
  font-weight: 400;
  padding: 42px 14px;
  text-align: center; }
  .portal ._powered-by span {
    display: inline-block;
    line-height: 40px;
    white-space: nowrap;
    vertical-align: middle; }
    .portal ._powered-by span span {
      display: none; }
  .portal ._powered-by img {
    display: inline-block;
    margin-left: 14px;
    max-height: 40px;
    vertical-align: middle; }

#report .report-title,
.report-wrapper .report-title {
  padding: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  #report .report-title h2,
  .report-wrapper .report-title h2 {
    margin: 0;
    font-size: 25px; }
  #report .report-title .segmented-control,
  .report-wrapper .report-title .segmented-control {
    position: absolute;
    top: 14px;
    right: 14px; }
#report .chart-wrapper,
.report-wrapper .chart-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 300px;
  padding: 14px; }
  #report .chart-wrapper:first-child,
  .report-wrapper .chart-wrapper:first-child {
    border: 0; }
#report .data-wrapper,
.report-wrapper .data-wrapper {
  *zoom: 1;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 14px; }
  #report .data-wrapper:before, #report .data-wrapper:after,
  .report-wrapper .data-wrapper:before,
  .report-wrapper .data-wrapper:after {
    content: " ";
    display: table; }
  #report .data-wrapper:after,
  .report-wrapper .data-wrapper:after {
    clear: both; }
  @media only screen and (max-width: 64em) {
    #report .data-wrapper,
    .report-wrapper .data-wrapper {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    #report .data-wrapper,
    .report-wrapper .data-wrapper {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  #report .data-wrapper:last-child,
  .report-wrapper .data-wrapper:last-child {
    margin-bottom: 0; }
  #report .data-wrapper:empty,
  .report-wrapper .data-wrapper:empty {
    border: 0;
    padding: 0; }
  #report .data-wrapper:first-child,
  .report-wrapper .data-wrapper:first-child {
    border: 0; }
  #report .data-wrapper .list table th, #report .data-wrapper .list table td,
  .report-wrapper .data-wrapper .list table th,
  .report-wrapper .data-wrapper .list table td {
    text-align: left; }
  #report .data-wrapper .list table th:last-child,
  #report .data-wrapper .list table td:last-child,
  .report-wrapper .data-wrapper .list table th:last-child,
  .report-wrapper .data-wrapper .list table td:last-child {
    text-align: inherit; }
#report .actions-wrapper,
.report-wrapper .actions-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  background: rgba(0, 0, 0, 0.05);
  text-align: center; }

.record-navigation {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  list-style: none;
  margin-left: 0;
  line-height: 37px; }
  @media only screen and (max-width: 64em) {
    .record-navigation {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .record-navigation {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .record-navigation:last-child {
    margin-bottom: 0; }
  .record-navigation > *, .record-navigation ._item {
    display: block;
    margin: 0;
    padding: 0; }
    .record-navigation > * > a:only-child, .record-navigation > * > span:only-child, .record-navigation ._item > a:only-child, .record-navigation ._item > span:only-child {
      display: block;
      margin: 0; }
  .record-navigation > *, .record-navigation ._item {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top; }
    .record-navigation > * > a:only-child, .record-navigation > * > span:only-child, .record-navigation ._item > a:only-child, .record-navigation ._item > span:only-child {
      display: block;
      padding: 0 14px;
      white-space: nowrap; }
  .record-navigation .record-number-of-total {
    white-space: nowrap;
    font-weight: 700; }

.search-control {
  padding-bottom: 14px; }
  .search-control input[type="text"] {
    display: inline-block;
    margin-right: 7px; }
  .search-control .button-container {
    display: inline-block; }

.search-result {
  box-shadow: 0 2px 5px gainsboro;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 7px; }
  .search-result input[type="button"].remove {
    padding-left: 7px;
    padding-right: 7px;
    float: right;
    line-height: 19px;
    margin-left: 14px;
    margin-top: -6px; }

table.full-schedule {
  /* position: absolute; */
  left: 0px;
  margin: 0; }
  table.full-schedule td {
    background: white; }
  table.full-schedule .site {
    text-align: left;
    padding: 7px 14px;
    font-weight: 300;
    background: #A2B3BE;
    color: white;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid white;
    border-right: 1px solid white; }
  table.full-schedule .division {
    text-align: left;
    padding: 7px 14px;
    font-weight: 400;
    background: #29A6DB;
    color: white;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid white;
    border-right: 1px solid white; }
  table.full-schedule .diary-name {
    padding: 4.66667px;
    font-size: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  table.full-schedule .hour-label {
    padding: 7px;
    background: white;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }

.slot-events {
  left: 0; }
  .slot-events .loading-blanket {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999; }
  .slot-events .slot {
    overflow: hidden;
    position: absolute; }
    .slot-events .slot .slot-detail, .slot-events .slot .event {
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px;
      border-radius: 2px 2px 2px 2px;
      cursor: pointer;
      padding: 7px; }
      .slot-events .slot .slot-detail .-inner, .slot-events .slot .event .-inner {
        overflow: auto; }
    .slot-events .slot .slot-detail {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      border: 1px solid #d7f0f8;
      background: #edf8fc;
      color: #219cc9; }
      .slot-events .slot .slot-detail:hover {
        background: #d7f0f8; }
    .slot-events .slot .event {
      *zoom: 1;
      background: #29A6DB; }
      .slot-events .slot .event:before, .slot-events .slot .event:after {
        content: " ";
        display: table; }
      .slot-events .slot .event:after {
        clear: both; }
      .slot-events .slot .event .event-name, .slot-events .slot .event .deceased, .slot-events .slot .event .funeral-director {
        color: white;
        white-space: nowrap; }
        .slot-events .slot .event .event-name[empty], .slot-events .slot .event .deceased[empty], .slot-events .slot .event .funeral-director[empty] {
          display: none; }
      .slot-events .slot .event.cancelled {
        background: #888888;
        opacity: 0.7; }
        .slot-events .slot .event.cancelled .event-status:after {
          content: " (Cancelled)";
          float: right; }
        .slot-events .slot .event.cancelled .length-handle {
          background: #777777;
          border-color: #666666; }
          .slot-events .slot .event.cancelled .length-handle:hover {
            background: #999999;
            border-color: #aaaaaa; }
    .slot-events .slot .event .event-status{
      padding-left: 7px
    }
    .slot-events .slot .time {
      font-weight: 400;
      font-size: 10px;
      display: inline;
      margin-right: 9.33333px;
      white-space: nowrap; }
      .slot-events .slot .time .end-time {
        display: none; }
        @media only screen and (min-width: 64em) {
          .slot-events .slot .time .end-time {
            display: inline; } }
    .slot-events .slot .event-name, .slot-events .slot .deceased, .slot-events .slot .funeral-director {
      font-size: 10px;
      font-weight: 400; }
    .slot-events .slot .length-handle {
      position: absolute;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background: rgba(0, 0, 0, 0.2);
      border-top: 4px double rgba(0, 0, 0, 0.3);
      border-radius: 0 0 2px 2px;
      cursor: ns-resize;
      display: block;
      height: 2.33333px;
      line-height: 1px;
      margin: 0;
      padding: 0;
      width: auto; }
      .slot-events .slot .length-handle:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.4); }
      .slot-events .slot .length-handle:active {
        background: #40BF3E;
        border-color: #65cd63; }

.supporting-view-information {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    .supporting-view-information {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .supporting-view-information {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .supporting-view-information:last-child {
    margin-bottom: 0; }
  .supporting-view-information .filter-description {
    line-height: 38px;
    margin: 0;
    color: #0C3A56; }
    .supporting-view-information .filter-description .label {
      color: #B1B1B1; }
  .supporting-view-information > * {
    text-align: center; }
    .supporting-view-information > *:first-child {
      text-align: left; }
    .supporting-view-information > *:last-child {
      text-align: right; }

.-with-tooltip:hover .tooltip {
  display: block; }

.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: #333;
  z-index: 1002;
  padding: 2px 4px; }

/*------------------------------------*\
    #ACTIONS BAR
\*------------------------------------*/
/**
 * The actions bar appears just below
 * the header and contains search and
 * other page specific elements
 */
.actions-bar,
.tab-bar {
  *zoom: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  box-shadow: 0px 1px 3px #c2c2c2;
  padding: 21px 14px;
  background: white;
  position: relative; }
  .actions-bar:before, .actions-bar:after,
  .tab-bar:before,
  .tab-bar:after {
    content: " ";
    display: table; }
  .actions-bar:after,
  .tab-bar:after {
    clear: both; }
  .actions-bar > .outer-container,
  .tab-bar > .outer-container {
    position: relative; }
  .actions-bar .actions-bar-section,
  .tab-bar .actions-bar-section {
    margin-right: 14px;
    display: inline-block;
    vertical-align: bottom;
    position: relative; }
    .actions-bar .actions-bar-section:last-child,
    .tab-bar .actions-bar-section:last-child {
      margin-right: 0; }
    .actions-bar .actions-bar-section.tab-bar,
    .tab-bar .actions-bar-section.tab-bar {
      margin-right: 0; }
    .actions-bar .actions-bar-section .button,
    .actions-bar .actions-bar-section .segmented-control ._segment,
    .tab-bar .actions-bar-section .button,
    .tab-bar .actions-bar-section .segmented-control ._segment {
      line-height: 28px;
      min-height: 28px; }
  .actions-bar .input-wrapper,
  .tab-bar .input-wrapper {
    min-height: 32px;
    line-height: 32px; }
  .actions-bar label,
  .actions-bar .actions-bar-label,
  .tab-bar label,
  .tab-bar .actions-bar-label {
    margin-bottom: 3.5px; }
  .actions-bar > .-pull-right,
  .actions-bar .outer-container > .-pull-right,
  .tab-bar > .-pull-right,
  .tab-bar .outer-container > .-pull-right {
    position: absolute;
    right: 14px;
    bottom: 25px; }
  .actions-bar .outer-container > .-pull-right,
  .tab-bar .outer-container > .-pull-right {
    bottom: 3px;
    right: 0; }
  .actions-bar h1,
  .tab-bar h1 {
    margin: 0; }
  .actions-bar .-left-arrow,
  .actions-bar .-right-arrow,
  .tab-bar .-left-arrow,
  .tab-bar .-right-arrow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: auto;
    padding: 0 7px !important; }
    .actions-bar .-left-arrow + input,
    .actions-bar .-right-arrow + input,
    .tab-bar .-left-arrow + input,
    .tab-bar .-right-arrow + input {
      margin-left: 35px !important;
      margin-right: 35px !important; }
  .actions-bar .-right-arrow,
  .tab-bar .-right-arrow {
    right: 0px;
    left: auto; }
  .actions-bar input[type="email"], .actions-bar input[type="number"], .actions-bar input[type="password"], .actions-bar input[type="search"], .actions-bar input[type="tel"], .actions-bar input[type="text"], .actions-bar input[type="url"], .actions-bar input[type="color"], .actions-bar input[type="date"], .actions-bar input[type="datetime"], .actions-bar input[type="datetime-local"], .actions-bar input[type="month"], .actions-bar input[type="time"], .actions-bar input[type="week"],
  .tab-bar input[type="email"],
  .tab-bar input[type="number"],
  .tab-bar input[type="password"],
  .tab-bar input[type="search"],
  .tab-bar input[type="tel"],
  .tab-bar input[type="text"],
  .tab-bar input[type="url"],
  .tab-bar input[type="color"],
  .tab-bar input[type="date"],
  .tab-bar input[type="datetime"],
  .tab-bar input[type="datetime-local"],
  .tab-bar input[type="month"],
  .tab-bar input[type="time"],
  .tab-bar input[type="week"] {
    max-width: 250px; }
    @media only screen and (max-width: 64em) {
      .actions-bar input[type="email"], .actions-bar input[type="number"], .actions-bar input[type="password"], .actions-bar input[type="search"], .actions-bar input[type="tel"], .actions-bar input[type="text"], .actions-bar input[type="url"], .actions-bar input[type="color"], .actions-bar input[type="date"], .actions-bar input[type="datetime"], .actions-bar input[type="datetime-local"], .actions-bar input[type="month"], .actions-bar input[type="time"], .actions-bar input[type="week"],
      .tab-bar input[type="email"],
      .tab-bar input[type="number"],
      .tab-bar input[type="password"],
      .tab-bar input[type="search"],
      .tab-bar input[type="tel"],
      .tab-bar input[type="text"],
      .tab-bar input[type="url"],
      .tab-bar input[type="color"],
      .tab-bar input[type="date"],
      .tab-bar input[type="datetime"],
      .tab-bar input[type="datetime-local"],
      .tab-bar input[type="month"],
      .tab-bar input[type="time"],
      .tab-bar input[type="week"] {
        max-width: 200px; } }
  .actions-bar select,
  .tab-bar select {
    max-width: 120px; }
    @media only screen and (max-width: 64em) {
      .actions-bar select,
      .tab-bar select {
        max-width: 120px; } }

.actions-bar--simple {
  *zoom: 1;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
  max-width: 1200px;
  max-width: 85.71429rem;
  line-height: 37px;
  padding: 14px 0; }
  .actions-bar--simple:before, .actions-bar--simple:after {
    content: " ";
    display: table; }
  .actions-bar--simple:after {
    clear: both; }
  @media only screen and (max-width: 30em) {
    .actions-bar--simple {
      padding-left: 14px;
      padding-right: 14px; } }

  .actions-bar.search-form-section{
    display:block;
  }

  .-pull-right.search-actions {
    position: relative !important;
    display: inline-block !important;;
  }

    .-pull-right.search-actions .main-actions{
      left:0;
    }

  .-pull-right.action-btns {
    margin-bottom: 28px;
  }

/**
 * The search panel should be contained
 * within the actions bar
 */
 .search-form-section.record-search-panel{
   display: block;
 }
.search-panel,
.record-search-panel {
  display: inline-block; }
  .search-panel select,
  .record-search-panel select {
    margin-top: 7px;
    margin-bottom: 7px; }
  .search-panel > input, .search-panel select,
  .record-search-panel > input,
  .record-search-panel select {
    vertical-align: top;
    display: inline-block;
    margin-right: 7px; }
  .search-panel label,
  .record-search-panel label {
    margin-bottom: 3.5px; }
  .search-panel table,
  .record-search-panel table {
    width: auto; }
  .search-panel td,
  .record-search-panel td {
    padding: 0 0 0 14px;
    vertical-align: bottom;
    white-space: nowrap; }
    .search-panel td .button,
    .search-panel td .btn,
    .record-search-panel td .button,
    .record-search-panel td .btn {
      margin-right: 7px; }
    .search-panel td:first-child,
    .record-search-panel td:first-child {
      padding-left: 0; }
    .search-panel td .item-toggles,
    .record-search-panel td .item-toggles {
      display: block;
      white-space: normal; }

.search-panel-table {
  margin: 0; }
  .list-container .search-panel-table td {
    padding: 0; }
  .list-container .search-panel-table .search-panel > input {
    margin: 0; }

  .search-form > div{
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px 7px 0;
  }

/*------------------------------------*\
    #ALERTS
\*------------------------------------*/
.alert {
  background-color: #f0f0ae;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  clear: both;
  padding: 14px;
  border-radius: 4px;
  color: #9a9a6b; }
  @media only screen and (max-width: 64em) {
    .alert {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .alert {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .alert:last-child {
    margin-bottom: 0; }
  .alert a {
    color: #9a9a6b;
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none; }
  .alert.stats:empty {
    display: none; }

.alert--info {
  background-color: #acdcf1;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  clear: both;
  padding: 14px;
  border-radius: 4px;
  color: #688d9c; }
  @media only screen and (max-width: 64em) {
    .alert--info {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .alert--info {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .alert--info:last-child {
    margin-bottom: 0; }
  .alert--info a {
    color: #688d9c;
    text-decoration: underline; }
    .alert--info a:hover {
      text-decoration: none; }
  .alert--info.stats:empty {
    display: none; }

.alert--warning {
  background-color: #f6b6bc;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  clear: both;
  padding: 14px;
  border-radius: 4px;
  color: #aa696e; }
  @media only screen and (max-width: 64em) {
    .alert--warning {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .alert--warning {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .alert--warning:last-child {
    margin-bottom: 0; }
  .alert--warning a {
    color: #aa696e;
    text-decoration: underline; }
    .alert--warning a:hover {
      text-decoration: none; }
  .alert--warning.stats:empty {
    display: none; }

.alert--amber{
  background-color: #F6D2B6;
  color: #F46C00;
}

@media (max-width:1250px){
  .search-message{
    display: none;
  }
  .list-and-map-container.map-and-list .list-container{
  padding:0 !important;
  }
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * The standard button object
 */
.button,
.btn,
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  background-color: #A2B3BE;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  line-height: 37px;
  min-height: 37px;
  padding: 0 14px;
  white-space: nowrap;
  margin: 5px;
  border: 1px solid #849aa9;
  border-radius: 4px;
  box-shadow: 0 2px 0 #849aa9;
  margin-bottom: 2px;
  color: white; }
  .button:visited,
  .btn:visited,
  input[type="button"]:visited {
    color: white; }
  .button:hover,
  .btn:hover,
  input[type="button"]:hover {
    background: #678293;
    border-color: #526775;
    box-shadow: 0 2px 0 #678293;
    color: white;
    text-decoration: none; }
  .button[disabled],
  .btn[disabled],
  input[type="button"][disabled] {
    background: #A2B3BE;
    cursor: not-allowed;
    opacity: 0.5; }
    .button[disabled]:hover, .button[disabled]:active,
    .btn[disabled]:hover,
    .btn[disabled]:active,
    input[type="button"][disabled]:hover,
    input[type="button"][disabled]:active {
      background: #A2B3BE; }
  .button[value="Save"],
  .button .save-btn, .button.saveButton,
  .btn[value="Save"],
  .btn .save-btn,
  .btn.saveButton,
  input[type="button"][value="Save"],
  input[type="button"] .save-btn,
  input[type="button"].saveButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    background-color: #40BF3E;
    color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    min-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
    margin: 5px;
    border: 1px solid #339832;
    border-radius: 4px;
    box-shadow: 0 2px 0 #339832;
    margin-bottom: 2px;
    color: white; }
    .button[value="Save"] a, .button[value="Save"] a:visited,
    .button .save-btn a,
    .button .save-btn a:visited, .button.saveButton a, .button.saveButton a:visited,
    .btn[value="Save"] a,
    .btn[value="Save"] a:visited,
    .btn .save-btn a,
    .btn .save-btn a:visited,
    .btn.saveButton a,
    .btn.saveButton a:visited,
    input[type="button"][value="Save"] a,
    input[type="button"][value="Save"] a:visited,
    input[type="button"] .save-btn a,
    input[type="button"] .save-btn a:visited,
    input[type="button"].saveButton a,
    input[type="button"].saveButton a:visited {
      color: white; }
    .button[value="Save"]:visited,
    .button .save-btn:visited, .button.saveButton:visited,
    .btn[value="Save"]:visited,
    .btn .save-btn:visited,
    .btn.saveButton:visited,
    input[type="button"][value="Save"]:visited,
    input[type="button"] .save-btn:visited,
    input[type="button"].saveButton:visited {
      color: white; }
    .button[value="Save"]:hover,
    .button .save-btn:hover, .button.saveButton:hover,
    .btn[value="Save"]:hover,
    .btn .save-btn:hover,
    .btn.saveButton:hover,
    input[type="button"][value="Save"]:hover,
    input[type="button"] .save-btn:hover,
    input[type="button"].saveButton:hover {
      background: #267225;
      border-color: #194b19;
      box-shadow: 0 2px 0 #267225;
      color: white;
      text-decoration: none; }
    .button[value="Save"][disabled],
    .button .save-btn[disabled], .button.saveButton[disabled],
    .btn[value="Save"][disabled],
    .btn .save-btn[disabled],
    .btn.saveButton[disabled],
    input[type="button"][value="Save"][disabled],
    input[type="button"] .save-btn[disabled],
    input[type="button"].saveButton[disabled] {
      background: #40BF3E;
      cursor: not-allowed;
      opacity: 0.5; }
      .button[value="Save"][disabled]:hover, .button[value="Save"][disabled]:active,
      .button .save-btn[disabled]:hover,
      .button .save-btn[disabled]:active, .button.saveButton[disabled]:hover, .button.saveButton[disabled]:active,
      .btn[value="Save"][disabled]:hover,
      .btn[value="Save"][disabled]:active,
      .btn .save-btn[disabled]:hover,
      .btn .save-btn[disabled]:active,
      .btn.saveButton[disabled]:hover,
      .btn.saveButton[disabled]:active,
      input[type="button"][value="Save"][disabled]:hover,
      input[type="button"][value="Save"][disabled]:active,
      input[type="button"] .save-btn[disabled]:hover,
      input[type="button"] .save-btn[disabled]:active,
      input[type="button"].saveButton[disabled]:hover,
      input[type="button"].saveButton[disabled]:active {
        background: #40BF3E; }
  .button.large,
  .btn.large,
  input[type="button"].large {
    font-size: 1.0625em;
    line-height: 55.5px; }
    @media only screen and (max-width: 64em) {
      .button.large,
      .btn.large,
      input[type="button"].large {
        font-size: 1.00937em; } }
    @media only screen and (max-width: 30em) {
      .button.large,
      .btn.large,
      input[type="button"].large {
        font-size: 0.95625em; } }
  .button.-block,
  .btn.-block,
  input[type="button"].-block {
    display: block;
    width: 100%; }
  .button.remove, .button[value="Delete"],
  .btn.remove,
  .btn[value="Delete"],
  input[type="button"].remove,
  input[type="button"][value="Delete"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    background-color: #E52E3E;
    color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    min-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
    margin: 0;
    border: 1px solid #c71928;
    border-radius: 4px;
    box-shadow: 0 2px 0 #c71928;
    margin-bottom: 2px;
    color: white; }
    .button.remove a, .button.remove a:visited, .button[value="Delete"] a, .button[value="Delete"] a:visited,
    .btn.remove a,
    .btn.remove a:visited,
    .btn[value="Delete"] a,
    .btn[value="Delete"] a:visited,
    input[type="button"].remove a,
    input[type="button"].remove a:visited,
    input[type="button"][value="Delete"] a,
    input[type="button"][value="Delete"] a:visited {
      color: white; }
    .button.remove:visited, .button[value="Delete"]:visited,
    .btn.remove:visited,
    .btn[value="Delete"]:visited,
    input[type="button"].remove:visited,
    input[type="button"][value="Delete"]:visited {
      color: white; }
    .button.remove:hover, .button[value="Delete"]:hover,
    .btn.remove:hover,
    .btn[value="Delete"]:hover,
    input[type="button"].remove:hover,
    input[type="button"][value="Delete"]:hover {
      background: #9a131f;
      border-color: #6d0d16;
      box-shadow: 0 2px 0 #9a131f;
      color: white;
      text-decoration: none; }
    .button.remove[disabled], .button[value="Delete"][disabled],
    .btn.remove[disabled],
    .btn[value="Delete"][disabled],
    input[type="button"].remove[disabled],
    input[type="button"][value="Delete"][disabled] {
      background: #E52E3E;
      cursor: not-allowed;
      opacity: 0.5; }
      .button.remove[disabled]:hover, .button.remove[disabled]:active, .button[value="Delete"][disabled]:hover, .button[value="Delete"][disabled]:active,
      .btn.remove[disabled]:hover,
      .btn.remove[disabled]:active,
      .btn[value="Delete"][disabled]:hover,
      .btn[value="Delete"][disabled]:active,
      input[type="button"].remove[disabled]:hover,
      input[type="button"].remove[disabled]:active,
      input[type="button"][value="Delete"][disabled]:hover,
      input[type="button"][value="Delete"][disabled]:active {
        background: #E52E3E; }
  .button.-simple, .button[value="Advanced"],
  .btn.-simple,
  .btn[value="Advanced"],
  input[type="button"].-simple,
  input[type="button"][value="Advanced"] {
    color: #29A6DB;
    cursor: pointer;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-shadow: none;
    line-height: inherit;
    min-height: inherit;
    font-weight: 400; }
    .button.-simple:hover, .button[value="Advanced"]:hover,
    .btn.-simple:hover,
    .btn[value="Advanced"]:hover,
    input[type="button"].-simple:hover,
    input[type="button"][value="Advanced"]:hover {
      text-decoration: underline;
      color: #55b8e2; }
  .button.-small,
  .btn.-small,
  input[type="button"].-small {
    font-size: 0.75em;
    line-height: 18.5px;
    min-height: 18.5px;
    padding: 0 7px; }

.button.-small-primary,
.btn.-small-primary,
input[type="button"].-small-primary {
  font-size: 0.75em !important;
  line-height: 18.5px !important;
  min-height: 18.5px !important;
  padding: 0 7px !important;
  background-color: #40BF3E !important;
  color: white !important;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #339832 !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 0 #339832 !important;
}

.button.-small-primary:hover,
.btn.-small-primary:hover,
input[type="button"].-small-primary:hover {
  background: #267225 !important;
  border-color: #194b19 !important;
  box-shadow: 0 2px 0 #267225 !important;
  color: white !important;
  text-decoration: none !important;
}

    @media only screen and (max-width: 64em) {
      .button.-small,
      .btn.-small,
      input[type="button"].-small {
        font-size: 0.7125em; } }
    @media only screen and (max-width: 30em) {
      .button.-small,
      .btn.-small,
      input[type="button"].-small {
        font-size: 0.675em; } }
  .button.-white,
  .btn.-white,
  input[type="button"].-white {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    background-color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    min-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
    margin: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 2px 0 #e6e6e6;
    margin-bottom: 2px;
    color: gray; }
    .button.-white:hover,
    .btn.-white:hover,
    input[type="button"].-white:hover {
      background: #cccccc;
      border-color: #b3b3b3;
      box-shadow: 0 2px 0 #cccccc;
      color: #666666;
      text-decoration: none; }
    .button.-white[disabled],
    .btn.-white[disabled],
    input[type="button"].-white[disabled] {
      background: white;
      cursor: not-allowed;
      opacity: 0.5; }
      .button.-white[disabled]:hover, .button.-white[disabled]:active,
      .btn.-white[disabled]:hover,
      .btn.-white[disabled]:active,
      input[type="button"].-white[disabled]:hover,
      input[type="button"].-white[disabled]:active {
        background: white; }
  .button.-responsive,
  .btn.-responsive,
  input[type="button"].-responsive {
    white-space: inherit; }

.button.-red,
.btn.-red,
input[type="button"].-red {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  background-color: #c71928;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  line-height: 37px;
  min-height: 37px;
  padding: 0 14px;
  white-space: nowrap;
  margin: 5px;
  border: 1px solid #b81725;
  border-radius: 4px;
  box-shadow: 0 2px 0 #b81725;
  margin-bottom: 2px;
  color: white; }
.button.-red:hover,
.btn.-red:hover,
input[type="button"].-red:hover {
  background: #8b111c;
  border-color: #7c1019;
  box-shadow: 0 2px 0 #7c1019;
  color: white;
  text-decoration: none; }
.button.-red[disabled],
.btn.-red[disabled],
input[type="button"].-red[disabled] {
  background: #5d0c13;
  cursor: not-allowed;
  opacity: 0.5; }
.button.-red[disabled]:hover, .button.-red[disabled]:active,
.btn.-red[disabled]:hover,
.btn.-red[disabled]:active,
input[type="button"].-red[disabled]:hover,
input[type="button"].-red[disabled]:active {
  background: #c71928; }
.button.-responsive,
.btn.-responsive,
input[type="button"].-responsive {
  white-space: inherit; }



.button.-blue,
.btn.-blue,
input[type="button"].-blue {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  background-color: #29a6db;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  line-height: 37px;
  min-height: 37px;
  padding: 0 14px;
  white-space: nowrap;
  margin: 5px;
  border: 1px solid #239dd0;
  border-radius: 4px;
  box-shadow: 0 2px 0 #239dd0;
  margin-bottom: 2px;
  color: white; }
.button.-blue:hover,
.btn.-blue:hover,
input[type="button"].-blue:hover {
  background: #176687;
  border-color: #145b79;
  box-shadow: 0 2px 0 #145b79;
  color: white;
  text-decoration: none; }
.button.-blue[disabled],
.btn.-blue[disabled],
input[type="button"].-blue[disabled] {
  background: #0d3a4d;
  cursor: not-allowed;
  opacity: 0.5; }
.button.-blue[disabled]:hover, .button.-blue[disabled]:active,
.btn.-blue[disabled]:hover,
.btn.-blue[disabled]:active,
input[type="button"].-blue[disabled]:hover,
input[type="button"].-blue[disabled]:active {
  background: #29a6db; }
.button.-responsive,
.btn.-responsive,
input[type="button"].-responsive {
  white-space: inherit; }

.primary-btn, .disabled-btn, .disabled-btn:hover,
input[type="button"].primary-btn,
input[type="button"].disabled-btn,
input[type="button"].button--primary,
.button.-primary,
.button--primary
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  background-color: #40BF3E;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  line-height: 37px;
  min-height: 37px;
  padding: 0 14px;
  white-space: nowrap;
  margin: 0;
  border: 1px solid #339832;
  border-radius: 4px;
  box-shadow: 0 2px 0 #339832;
  margin-bottom: 2px;
  color: white; }
  .primary-btn a, .disabled-btn a, .disabled-btn:hover a, .primary-btn a:visited, .disabled-btn a:visited,
  input[type="button"].primary-btn a,
  input[type="button"].disabled-btn a,
  input[type="button"].primary-btn a:visited,
  input[type="button"].disabled-btn a:visited,
  input[type="button"].button--primary a,
  input[type="button"].button--primary a:visited,
  .button.-primary a,
  .button.-primary a:visited,
  .button--primary a,
  .button--primary a:visited {
    color: white; }
  .primary-btn:visited, .disabled-btn:visited,
  input[type="button"].primary-btn:visited,
  input[type="button"].disabled-btn:visited,
  input[type="button"].button--primary:visited,
  .button.-primary:visited,
  .button--primary:visited {
    color: white; }
  .primary-btn:hover, .disabled-btn:hover,
  input[type="button"].primary-btn:hover,
  input[type="button"].disabled-btn:hover,
  input[type="button"].button--primary:hover,
  .button.-primary:hover,
  .button--primary:hover {
    background: #267225;
    border-color: #194b19;
    box-shadow: 0 2px 0 #267225;
    color: white;
    text-decoration: none; }
  .primary-btn[disabled], [disabled].disabled-btn,
  input[type="button"].primary-btn[disabled],
  input[type="button"][disabled].disabled-btn,
  input[type="button"].button--primary[disabled],
  .button.-primary[disabled],
  .button--primary[disabled] {
    background: #40BF3E;
    cursor: not-allowed;
    opacity: 0.5; }
    .primary-btn[disabled]:hover, [disabled].disabled-btn:hover, .primary-btn[disabled]:active, [disabled].disabled-btn:active,
    input[type="button"].primary-btn[disabled]:hover,
    input[type="button"][disabled].disabled-btn:hover,
    input[type="button"].primary-btn[disabled]:active,
    input[type="button"][disabled].disabled-btn:active,
    input[type="button"].button--primary[disabled]:hover,
    input[type="button"].button--primary[disabled]:active,
    .button.-primary[disabled]:hover,
    .button.-primary[disabled]:active,
    .button--primary[disabled]:hover,
    .button--primary[disabled]:active {
      background: #40BF3E; }
  .primary-btn.large, .large.disabled-btn,
  input[type="button"].primary-btn.large,
  input[type="button"].large.disabled-btn,
  input[type="button"].button--primary.large,
  .button.-primary.large,
  .button--primary.large {
    font-size: 1.0625em;
    line-height: 55.5px; }
    @media only screen and (max-width: 64em) {
      .primary-btn.large, .large.disabled-btn,
      input[type="button"].primary-btn.large,
      input[type="button"].large.disabled-btn,
      input[type="button"].button--primary.large,
      .button.-primary.large,
      .button--primary.large {
        font-size: 1.00937em; } }
    @media only screen and (max-width: 30em) {
      .primary-btn.large, .large.disabled-btn,
      input[type="button"].primary-btn.large,
      input[type="button"].large.disabled-btn,
      input[type="button"].button--primary.large,
      .button.-primary.large,
      .button--primary.large {
        font-size: 0.95625em; } }

.disabled-btn, .disabled-btn:hover {
  background-color: #CCC;
  border-color: #AAA;
  color: #888;
  cursor: default; }

.move-record-btn{
  margin-left: 2em;
}

.add-contact-button, .remove-contact-button,
.add-small, .remove-small{
  font-size: 25px;
  background-color: #29A6DB !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle !important;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  line-height: 37px;
  min-height: 37px;
  min-width: 45px;
  padding: 0 14px;
  white-space: nowrap;
  margin: 5px 0;
  border: 1px solid #1e87b3 !important;
  border-radius: 4px;
  box-shadow: 0 2px 0 #1e87b3 !important;
  margin-bottom: 2px;
  color: white;
  margin-top: 0px !important;

}

.add-another-contact{
  /*margin: 0 10px !important;*/
}

.icon-only {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  font-family: SSStandard !important;
  font-size: 12px;
  min-height: 0;
  line-height: 19px;
  min-width: 37px;
  padding-top: 5.66667px;
  padding-right: 7px;
  padding-bottom: 3.66667px;
  padding-left: 7px;
  top: 0; }

.icon-button{
  margin-left: 20px;
}

/**
 * Specific buttons
 */
.map-search-button,
.add-deed-button,
.view-records-button.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  background-color: #29A6DB;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  line-height: 37px;
  min-height: 37px;
  padding: 0 14px;
  white-space: nowrap;
  margin: 0;
  border: 1px solid #1e87b3;
  border-radius: 4px;
  box-shadow: 0 2px 0 #1e87b3;
  margin-bottom: 2px;
  color: white;
  min-height: 27px;
  line-height: 27px;
  margin: 0; }
  .map-search-button a, .map-search-button a:visited,
  .add-deed-button a,
  .add-deed-button a:visited,
  .view-records-button.btn a,
  .view-records-button.btn a:visited {
    color: white; }
  .map-search-button:visited,
  .add-deed-button:visited,
  .view-records-button.btn:visited {
    color: white; }
  .map-search-button:hover,
  .add-deed-button:hover,
  .view-records-button.btn:hover {
    background: #176687;
    border-color: #0f455c;
    box-shadow: 0 2px 0 #176687;
    color: white;
    text-decoration: none; }
  .map-search-button[disabled],
  .add-deed-button[disabled],
  .view-records-button.btn[disabled] {
    background: #29A6DB;
    cursor: not-allowed;
    opacity: 0.5; }
    .map-search-button[disabled]:hover, .map-search-button[disabled]:active,
    .add-deed-button[disabled]:hover,
    .add-deed-button[disabled]:active,
    .view-records-button.btn[disabled]:hover,
    .view-records-button.btn[disabled]:active {
      background: #29A6DB; }

.history-button {
  /*background: url(/static/images/icons/history.png) no-repeat;*/
  width: 25px;
  height: 24px;
  /*margin-top: 14px;*/
  /*margin-right: 14px;*/
  opacity: 0.5;
  display: block; }
  .history-button.history-button--dark {
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1); }
  .history-button:hover {
    opacity: 0.8; }

.change-log-button--inline {
  display: inline-block;
  padding: 0 14px; }

.swal-search{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  background-color: #29A6DB;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  padding: 0 14px;
  white-space: nowrap;
  margin: 0;
  border: 1px solid #1e87b3;
  border-radius: 4px;
  box-shadow: 0 2px 0 #1e87b3;
  color: white;
  min-height: 31px;
  line-height: 29px;
  position: relative;
  top: -4px;
}

/**
 * The segmented control object is effectively
 * two buttons beside each other
 */
.segmented-control {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  list-style: none;
  margin-left: 0;
  line-height: 37px; }
  @media only screen and (max-width: 64em) {
    .segmented-control {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .segmented-control {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .segmented-control:last-child {
    margin-bottom: 0; }
  .segmented-control > *, .segmented-control ._item {
    display: block;
    margin: 0;
    padding: 0; }
    .segmented-control > * > a:only-child, .segmented-control > * > span:only-child, .segmented-control ._item > a:only-child, .segmented-control ._item > span:only-child {
      display: block;
      margin: 0; }
  .segmented-control > *, .segmented-control ._item {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top; }
    .segmented-control > * > a:only-child, .segmented-control > * > span:only-child, .segmented-control ._item > a:only-child, .segmented-control ._item > span:only-child {
      display: block;
      padding: 0 14px;
      white-space: nowrap; }
  .segmented-control ._segment {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    background-color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    min-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 2px 0 #e6e6e6;
    margin-bottom: 2px;
    color: gray; }
    .segmented-control ._segment:hover {
      background: #cccccc;
      border-color: #b3b3b3;
      box-shadow: 0 2px 0 #cccccc;
      color: #666666;
      text-decoration: none; }
    .segmented-control ._segment[disabled] {
      background: white;
      cursor: not-allowed;
      opacity: 0.5; }
      .segmented-control ._segment[disabled]:hover, .segmented-control ._segment[disabled]:active {
        background: white; }
    .segmented-control ._segment a {
      color: #B1B1B1; }
    .segmented-control ._segment:hover a {
      text-decoration: none; }
    .segmented-control ._segment:first-child {
      border-right: 0;
      border-radius: 4px 0 0 4px; }
    .segmented-control ._segment:last-child {
      border-radius: 0 4px 4px 0; }
  .segmented-control .-is-selected {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    background-color: #797979;
    color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    min-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
    margin: 0;
    border: 1px solid #5f5f5f;
    border-radius: 4px;
    box-shadow: 0 2px 0 #5f5f5f;
    margin-bottom: 2px;
    color: white; }
    .segmented-control .-is-selected a, .segmented-control .-is-selected a:visited {
      color: white; }
    .segmented-control .-is-selected:visited {
      color: white; }
    .segmented-control .-is-selected:hover {
      background: #464646;
      border-color: #2c2c2c;
      box-shadow: 0 2px 0 #464646;
      color: white;
      text-decoration: none; }
    .segmented-control .-is-selected[disabled] {
      background: #797979;
      cursor: not-allowed;
      opacity: 0.5; }
      .segmented-control .-is-selected[disabled]:hover, .segmented-control .-is-selected[disabled]:active {
        background: #797979; }
    .segmented-control .-is-selected a {
      color: white; }

/*------------------------------------*\
    #DROP DOWN
\*------------------------------------*/
/**
 * Drop downs are used in various places
 * throughout the site and should be hidden
 * by default but appear close to the
 * element which has just been clicked on
 */
.drop-down {
  position: relative;
}

.drop-down__content,
.site-popup,
.contact-search-results,
.contact-edit {
  background-color: rgba(245, 245, 245, 0.9);
  display: none;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 2000;
  padding: 14px; }

  .contact-edit {
	  position: static;
  }

.drop-down__close,
.site-popup .close {
  float: right;
  opacity: 0.5;
  cursor: pointer;
  padding: 7px; }
  .drop-down__close:hover,
  .site-popup .close:hover {
    opacity: 1; }

/* Sidebar dropdown */

.sidebar .drop-down {
  position: relative;
}

.sidebar .drop-down a{
  font-size:15px;
  font-weight: 500;
  text-decoration: none !important;
}

.sidebar .drop-down a:focus{
  color:#fff;
}

.sidebar .drop-down__list {
  margin: 10px 0;
}

.sidebar .drop-down__list .icon {
  margin: 0;
}

.sidebar .drop-down__list a {
  color: #666666;
  display: block;
}

.sidebar .drop-down__list a:hover {
  text-decoration: none;
}

.drop-down.sidebar-drop-down a:hover{
  color: #fff;
}

.sidebar .drop-down__list li {
  text-align: left;
}

.sidebar.sidebar-slim .sidebar-name {
  display: none;
}

.sidebar.sidebar-slim .drop-down__link {
  display: inline-block;
}

.sidebar.sidebar-slim .avatar {
  margin: 0;
}

.sidebar .login-status {
  padding: 1em;
  border-bottom: 1px solid #eee;
}

.sidebar .drop-down__content {
  display: none;
  position: absolute;
  min-width: 230px;
  z-index: 2000;
  padding: 0;
}

.sidebar .drop-down:hover .drop-down__content {
  display: block;
}

.sidebar .drop-down .drop-down__content a {
  padding: 0.4em 1em;
  border-radius: 0 !important;
}

.sidebar .drop-down:hover .drop-down__content a:hover {
  color: #fff;
}

.sidebar .drop-down .drop-down__content {
  left: 160px;
  bottom: 0;
  color: #666666;
}

.sidebar.sidebar-slim .drop-down .drop-down__content {
  left: 66px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/**
 * Setup the basic form elements
 *
 * <fieldset>
 *		<legend>...</legend>
 *		<div class="_fields">
 *			<label>...</label>
 *			<input type="text" />
 *		</div>
 * </fieldset>
 */
fieldset {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    fieldset {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    fieldset {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  fieldset:last-child {
    margin-bottom: 0; }
  fieldset ._group {
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }
    @media only screen and (max-width: 64em) {
      fieldset ._group {
        margin-bottom: 13.3px;
        margin-bottom: 0.83125rem; } }
    @media only screen and (max-width: 30em) {
      fieldset ._group {
        margin-bottom: 12.6px;
        margin-bottom: 0.83125rem; } }
    fieldset ._group:last-child {
      margin-bottom: 0; }

legend {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.35714;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    legend {
      font-size: 1.24688em; } }
  @media only screen and (max-width: 30em) {
    legend {
      font-size: 1.18125em; } }
  @media only screen and (max-width: 64em) {
    legend {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    legend {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  legend:last-child {
    margin-bottom: 0; }

label,
.actions-bar-label {
  color: #B1B1B1;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea,
.contact-search,
.text-field{
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #4E4E4E;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
  padding: 0 7px;
  min-height: 32px;
  width: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 !important;
  cursor: text;
  min-width: 90px; }
  input[type="email"] input[type="text"], input[type="number"] input[type="text"], input[type="password"] input[type="text"], input[type="search"] input[type="text"], input[type="tel"] input[type="text"], input[type="text"] input[type="text"], input[type="url"] input[type="text"], input[type="color"] input[type="text"], input[type="date"] input[type="text"], input[type="datetime"] input[type="text"], input[type="datetime-local"] input[type="text"], input[type="month"] input[type="text"], input[type="time"] input[type="text"], input[type="week"] input[type="text"],
  textarea input[type="text"],
  .contact-search input[type="text"],
  .text-field input[type="text"] {
    border: none;
    min-height: inherit;
    outline: none;
    box-shadow: none; }

.date-search{
  display: inline-block !important;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
  color: #4E4E4E !important;
  background: #ffffff !important;
  font-family: "Open Sans", sans-serif !important;
  max-width: 100% !important;
  padding: 0 7px !important;
  min-height: 32px !important;
  width: auto !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  display: inline-block !important;
  margin: 0 !important;
  cursor: text !important;
  min-width: 90px !important;
}

textarea {
  padding: 7px; }

.form-actions,
.actions {
  text-align: center;
}

/**
 * Custom form inputs
 */
.site-picker {
  position: relative; }
  .site-picker:hover {
    cursor: pointer;
    border-color: #797979; }
  .site-picker .site-summary {
    padding-right: 14px;
    position: relative;
    z-index: 2; }
  .site-picker:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    right: 7px;
    line-height: 32px;
    z-index: 1; }
  .site-picker .site-popup {
    margin-left: -8px;
    margin-top: 8px; }
    .site-picker .site-popup label {
      text-transform: none;
      font-size: 14px;
      color: #4E4E4E;
      font-weight: normal;
      padding: 7px;
      margin: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .site-picker .site-popup label:hover {
        background: rgba(0, 0, 0, 0.05); }
    .site-picker .site-popup h3 {
      margin: 0;
      margin-top: 28px; }
      .site-picker .site-popup h3 label {
        font-weight: bold; }

    @media (max-width:900px){
      .site-popup {
        overflow: auto;
        max-height: 320px;
      }
    }

.contact-search {
  min-width: 300px; }
  .contact-search .placeholder {
    min-width: 200px;
    color: #B1B1B1; }
  .contact-search > li {
    vertical-align: middle;
    margin-right: 3.5px; }
    .contact-search > li > span:only-child {
      padding: 3px 5px; }
    .contact-search > li > input[type="text"] {
      min-width: 0;
      padding: 0; }


.dialog .contact-search{
  min-width: 215px;
}

.dialog .contact-edit{
  width: 700px;
  position: fixed;
  top: 5%;
  left: 20%;
}

.dialog .validation-placeholder{
  display: block;
}

.contact-loading {
  background: url(/static/images/animations/small-loader-whitebg.gif) no-repeat 99% center;
  display: none;
  margin-bottom: 10px; }

.my-event-processing .contact-search {
  background: white url(/static/images/animations/small-loader-whitebg.gif) no-repeat 99% center; }
.my-event-processing .contact-loading {
  display: block; }

.contact-search-results {
  width: 300px;
  padding: 0; }
  .contact-search-results li {
    font-weight: 700;
    padding: 7px;
    line-height: 19px; }
    .contact-search-results li.more, .contact-search-results li.back {
      color: #B1B1B1; }
    .contact-search-results li:hover {
      background: #d8eff8;
      cursor: pointer; }
    .contact-search-results li.selected {
      background-color: #29A6DB;
      color: white; }
      .contact-search-results li.selected a, .contact-search-results li.selected a:visited {
        color: white; }
    .contact-search-results li.-loading {
      background: url(/static/images/animations/small-loader-whitebg.gif) no-repeat 99% center, white url(/static/images/animations/whitehalo.png) no-repeat 99% center; }
    .contact-search-results li.new {
      background: url(/static/images/icons/new.png) no-repeat 99% center;
      padding-right: 28px; }
  .contact-search-results em {
    color: #B1B1B1;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal; }

._fields .date-picker-prev.button, ._fields
.date-picker-next.button {
  vertical-align: top;
  white-space: nowrap;
  margin-top: -1px; }
.date-picker-prev.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.date-picker-next.button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -4px; }

/**
 * Form Layouts
 *
 * -inline = labels stacked on top of inputs (Default)
 * -horizontal = labels to the left, inputs to the right
 */
fieldset.-horizontal ._group,
fieldset.-horizontal .field-group {
  *zoom: 1; }
  fieldset.-horizontal ._group:before, fieldset.-horizontal ._group:after,
  fieldset.-horizontal .field-group:before,
  fieldset.-horizontal .field-group:after {
    content: " ";
    display: table; }
  fieldset.-horizontal ._group:after,
  fieldset.-horizontal .field-group:after {
    clear: both; }
  fieldset.-horizontal ._group label,
  fieldset.-horizontal ._group ._label,
  fieldset.-horizontal .field-group label,
  fieldset.-horizontal .field-group ._label {
    float: left;
    padding-right: 14px;
    text-align: right;
    clear: both;
    width: 33%;
    margin-right: 0;
    margin-top: 9px;
    line-height: 19px; }
    @media only screen and (max-width: 30em) {
      fieldset.-horizontal ._group label,
      fieldset.-horizontal ._group ._label,
      fieldset.-horizontal .field-group label,
      fieldset.-horizontal .field-group ._label {
        display: block;
        float: none;
        padding-right: 0;
        width: auto;
        text-align: left; } }
    .layout__sub-panel fieldset.-horizontal ._group label,
    fieldset.-horizontal ._group label .layout__first-panel, .layout__sub-panel
    fieldset.-horizontal ._group ._label,
    fieldset.-horizontal ._group ._label .layout__first-panel, .layout__sub-panel
    fieldset.-horizontal .field-group label,
    fieldset.-horizontal .field-group label .layout__first-panel, .layout__sub-panel
    fieldset.-horizontal .field-group ._label,
    fieldset.-horizontal .field-group ._label .layout__first-panel {
      width: 50%; }
  fieldset.-horizontal ._group ._fields,
  fieldset.-horizontal ._group .form__inputs,
  fieldset.-horizontal ._group .field-input,
  fieldset.-horizontal .field-group ._fields,
  fieldset.-horizontal .field-group .form__inputs,
  fieldset.-horizontal .field-group .field-input {
    float: right;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 67%;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    line-height: 32.3px;
    position: relative; }
    @media only screen and (max-width: 30em) {
      fieldset.-horizontal ._group ._fields,
      fieldset.-horizontal ._group .form__inputs,
      fieldset.-horizontal ._group .field-input,
      fieldset.-horizontal .field-group ._fields,
      fieldset.-horizontal .field-group .form__inputs,
      fieldset.-horizontal .field-group .field-input {
        float: none;
        width: auto; } }
    @media only screen and (max-width: 64em) {
      fieldset.-horizontal ._group ._fields,
      fieldset.-horizontal ._group .form__inputs,
      fieldset.-horizontal ._group .field-input,
      fieldset.-horizontal .field-group ._fields,
      fieldset.-horizontal .field-group .form__inputs,
      fieldset.-horizontal .field-group .field-input {
        margin-bottom: 13.3px;
        margin-bottom: 0.83125rem; } }
    @media only screen and (max-width: 30em) {
      fieldset.-horizontal ._group ._fields,
      fieldset.-horizontal ._group .form__inputs,
      fieldset.-horizontal ._group .field-input,
      fieldset.-horizontal .field-group ._fields,
      fieldset.-horizontal .field-group .form__inputs,
      fieldset.-horizontal .field-group .field-input {
        margin-bottom: 12.6px;
        margin-bottom: 0.83125rem; } }
    fieldset.-horizontal ._group ._fields:last-child,
    fieldset.-horizontal ._group .form__inputs:last-child,
    fieldset.-horizontal ._group .field-input:last-child,
    fieldset.-horizontal .field-group ._fields:last-child,
    fieldset.-horizontal .field-group .form__inputs:last-child,
    fieldset.-horizontal .field-group .field-input:last-child {
      margin-bottom: 0; }
    fieldset.-horizontal ._group ._fields label,
    fieldset.-horizontal ._group .form__inputs label,
    fieldset.-horizontal ._group .field-input label,
    fieldset.-horizontal .field-group ._fields label,
    fieldset.-horizontal .field-group .form__inputs label,
    fieldset.-horizontal .field-group .field-input label {
      margin: 0;
      padding: 0;
      text-align: left;
      width: auto;
      float: none; }
      fieldset.-horizontal ._group ._fields label.inline,
      fieldset.-horizontal ._group .form__inputs label.inline,
      fieldset.-horizontal ._group .field-input label.inline,
      fieldset.-horizontal .field-group ._fields label.inline,
      fieldset.-horizontal .field-group .form__inputs label.inline,
      fieldset.-horizontal .field-group .field-input label.inline {
        display: inline; }
    fieldset.-horizontal ._group ._fields .button,
    fieldset.-horizontal ._group ._fields .btn,
    fieldset.-horizontal ._group .form__inputs .button,
    fieldset.-horizontal ._group .form__inputs .btn,
    fieldset.-horizontal ._group .field-input .button,
    fieldset.-horizontal ._group .field-input .btn,
    fieldset.-horizontal .field-group ._fields .button,
    fieldset.-horizontal .field-group ._fields .btn,
    fieldset.-horizontal .field-group .form__inputs .button,
    fieldset.-horizontal .field-group .form__inputs .btn,
    fieldset.-horizontal .field-group .field-input .button,
    fieldset.-horizontal .field-group .field-input .btn {
      line-height: 28px;
      min-height: 28px; }
    fieldset.-horizontal ._group ._fields:last-child .button,
    fieldset.-horizontal ._group ._fields:last-child .btn,
    fieldset.-horizontal ._group .form__inputs:last-child .button,
    fieldset.-horizontal ._group .form__inputs:last-child .btn,
    fieldset.-horizontal ._group .field-input:last-child .button,
    fieldset.-horizontal ._group .field-input:last-child .btn,
    fieldset.-horizontal .field-group ._fields:last-child .button,
    fieldset.-horizontal .field-group ._fields:last-child .btn,
    fieldset.-horizontal .field-group .form__inputs:last-child .button,
    fieldset.-horizontal .field-group .form__inputs:last-child .btn,
    fieldset.-horizontal .field-group .field-input:last-child .button,
    fieldset.-horizontal .field-group .field-input:last-child .btn {
      line-height: 37px;
      min-height: 37px; }
    .layout__sub-panel fieldset.-horizontal ._group ._fields,
    fieldset.-horizontal ._group ._fields .layout__first-panel, .layout__sub-panel
    fieldset.-horizontal ._group .form__inputs,
    fieldset.-horizontal ._group .form__inputs .layout__first-panel, .layout__sub-panel
    fieldset.-horizontal ._group .field-input,
    fieldset.-horizontal ._group .field-input .layout__first-panel, .layout__sub-panel
    fieldset.-horizontal .field-group ._fields,
    fieldset.-horizontal .field-group ._fields .layout__first-panel, .layout__sub-panel
    fieldset.-horizontal .field-group .form__inputs,
    fieldset.-horizontal .field-group .form__inputs .layout__first-panel, .layout__sub-panel
    fieldset.-horizontal .field-group .field-input,
    fieldset.-horizontal .field-group .field-input .layout__first-panel {
      width: 50%; }
fieldset.-horizontal .form-actions {
  padding-left: 33%;
  text-align: left; }

/**
 * Alternative form layouts
 *
 * These form layouts place the labels below the input in the HTML
 * see the GCD Hub for examples
 */
#login-form fieldset.-horizontal label, #login-form fieldset.-horizontal ._label {
  clear: none; }
#login-form fieldset.-horizontal ._fields, #login-form fieldset.-horizontal .form__inputs {
  clear: both; }
#login-form .band-panels {
  margin-left: 33%;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    #login-form .band-panels {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    #login-form .band-panels {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  #login-form .band-panels:last-child {
    margin-bottom: 0; }
#login-form .panel-1, #login-form .panel-2 {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    #login-form .panel-1, #login-form .panel-2 {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    #login-form .panel-1, #login-form .panel-2 {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  #login-form .panel-1:last-child, #login-form .panel-2:last-child {
    margin-bottom: 0; }

.selectors {
  font-size: 0; }
  .selectors label {
    display: inline-block;
    position: relative; }
    .selectors label input {
      position: absolute;
      left: -9999px; }
  .selectors .selector {
    padding-top: 7px;
    padding-right: 14px;
    padding-bottom: 3.5px;
    padding-left: 14px;
    background-color: #F5F5F5;
    border-bottom: 4px solid #e8e8e8;
    display: inline-block;
    font-size: 14px; }
  .selectors :checked + .selector {
    background-color: #4E4E4E;
    color: white;
    border-color: #414141; }
    .selectors :checked + .selector a, .selectors :checked + .selector a:visited {
      color: white; }

/**
 * Add some useful form properties
 */
input[type="email"][required], input[type="number"][required], input[type="password"][required], input[type="search"][required], input[type="tel"][required], input[type="text"][required], input[type="url"][required], input[type="color"][required], input[type="date"][required], input[type="datetime"][required], input[type="datetime-local"][required], input[type="month"][required], input[type="time"][required], input[type="week"][required],
textarea[required],
.text-field[required],
.select-box[required] {
  border-color: #D8D82D; }
input[type="email"].-is-error, input[type="number"].-is-error, input[type="password"].-is-error, input[type="search"].-is-error, input[type="tel"].-is-error, input[type="text"].-is-error, input[type="url"].-is-error, input[type="color"].-is-error, input[type="date"].-is-error, input[type="datetime"].-is-error, input[type="datetime-local"].-is-error, input[type="month"].-is-error, input[type="time"].-is-error, input[type="week"].-is-error,
textarea.-is-error,
.text-field.-is-error,
.select-box.-is-error {
  border-color: #E52E3E; }
input[type="email"].-is-success, input[type="number"].-is-success, input[type="password"].-is-success, input[type="search"].-is-success, input[type="tel"].-is-success, input[type="text"].-is-success, input[type="url"].-is-success, input[type="color"].-is-success, input[type="date"].-is-success, input[type="datetime"].-is-success, input[type="datetime-local"].-is-success, input[type="month"].-is-success, input[type="time"].-is-success, input[type="week"].-is-success,
textarea.-is-success,
.text-field.-is-success,
.select-box.-is-success {
  border-color: #40BF3E; }
input[type="email"].-with-button, input[type="number"].-with-button, input[type="password"].-with-button, input[type="search"].-with-button, input[type="tel"].-with-button, input[type="text"].-with-button, input[type="url"].-with-button, input[type="color"].-with-button, input[type="date"].-with-button, input[type="datetime"].-with-button, input[type="datetime-local"].-with-button, input[type="month"].-with-button, input[type="time"].-with-button, input[type="week"].-with-button,
textarea.-with-button,
.text-field.-with-button,
.select-box.-with-button {
  margin-right: -2px; }
  input[type="email"].-with-button + .button, input[type="number"].-with-button + .button, input[type="password"].-with-button + .button, input[type="search"].-with-button + .button, input[type="tel"].-with-button + .button, input[type="text"].-with-button + .button, input[type="url"].-with-button + .button, input[type="color"].-with-button + .button, input[type="date"].-with-button + .button, input[type="datetime"].-with-button + .button, input[type="datetime-local"].-with-button + .button, input[type="month"].-with-button + .button, input[type="time"].-with-button + .button, input[type="week"].-with-button + .button,
  textarea.-with-button + .button,
  .text-field.-with-button + .button,
  .select-box.-with-button + .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.contact-edit fieldset.-horizontal ._group ._label {
  display: none; }
.contact-edit fieldset.-horizontal ._group ._fields {
  float: none;
  width: auto; }
  .contact-edit fieldset.-horizontal ._group ._fields input[type="email"], .contact-edit fieldset.-horizontal ._group ._fields input[type="number"], .contact-edit fieldset.-horizontal ._group ._fields input[type="password"], .contact-edit fieldset.-horizontal ._group ._fields input[type="search"], .contact-edit fieldset.-horizontal ._group ._fields input[type="tel"], .contact-edit fieldset.-horizontal ._group ._fields input[type="text"], .contact-edit fieldset.-horizontal ._group ._fields input[type="url"], .contact-edit fieldset.-horizontal ._group ._fields input[type="color"], .contact-edit fieldset.-horizontal ._group ._fields input[type="date"], .contact-edit fieldset.-horizontal ._group ._fields input[type="datetime"], .contact-edit fieldset.-horizontal ._group ._fields input[type="datetime-local"], .contact-edit fieldset.-horizontal ._group ._fields input[type="month"], .contact-edit fieldset.-horizontal ._group ._fields input[type="time"], .contact-edit fieldset.-horizontal ._group ._fields input[type="week"],
  .contact-edit fieldset.-horizontal ._group ._fields textarea,
  .contact-edit fieldset.-horizontal ._group ._fields .text-field {
    box-shadow: 0 0 0 transparent; }
.contact-edit fieldset.-horizontal .form-actions {
  padding-left: 0; }

/*------------------------------------*\
    #FOOTERS
\*------------------------------------*/
/**
 * Include classes for both the global
 * footer and <header> elements throughout
 * the site
 */
#global-footer {
  *zoom: 1;
  background: #EFEFEF;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #797979;
  padding: 42px 14px; }
  #global-footer:before, #global-footer:after {
    content: " ";
    display: table; }
  #global-footer:after {
    clear: both; }

.gallery-header {
  font-size: 0.75em;
  border-top: 1px dotted #e8e8e8;
  color: #B1B1B1;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 16px 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 64em) {
    .gallery-header {
      font-size: 0.7125em; } }
  @media only screen and (max-width: 30em) {
    .gallery-header {
      font-size: 0.675em; } }
  .gallery-header span {
    background-color: white;
    margin-top: -8px;
    padding-right: 4px; }
.gallery-list {
  list-style: none;
  float: left;
  margin-left: 0; }
  .gallery-list li {
    display: inline-block;
    margin-right: 16px;
    max-width: 100px;
    vertical-align: top; }
    .gallery-list li .gallery-item {
      display: table;
      font-size: 0;
      width: 100px;
      height: 100px; }
      .gallery-list li .gallery-item a {
        background-color: #e8e8e8;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
        .gallery-list li .gallery-item a img {
          max-width: 100px;
          max-height: 100px; }

/*------------------------------------*\
    #HEADERS
\*------------------------------------*/
/**
 * Include classes for both the global
 * header and <header> elements throughout
 * the site
 */
.header {
  margin: 0; }

/**
 * The global header
 */
.header--global {
  background-color: #0C3A56;
  color: white; }
  .header--global a, .header--global a:visited {
    color: white; }
  .header--global > .outer-container {
    position: relative; }
  .header--global .site-logo, .header--global .drop-down {
    position: absolute;
    top: 0; }
  .header--global .site-logo {
    left: 0;
    padding: 14px 14px 14px 0; }
  .header--global .drop-down {
    right: 0; }
    .header--global .drop-down:hover .drop-down__link {
      background-color: #29A6DB;
      color: white; }
      .header--global .drop-down:hover .drop-down__link a, .header--global .drop-down:hover .drop-down__link a:visited {
        color: white; }
    .header--global .drop-down:hover .drop-down__content {
      display: block;  }
      .header--global .drop-down:hover .drop-down__content a {
        color: #29A6DB;
        cursor: pointer;
        background: none;
        border: 0;
        margin: 0;
        padding: 0;
        text-decoration: none;
        box-shadow: none;
        line-height: inherit;
        min-height: inherit; }
        .header--global .drop-down:hover .drop-down__content a:hover {
          text-decoration: underline;
          color: #55b8e2; }
    .header--global .drop-down .drop-down__content {
      right: 0;
      color: #4E4E4E; }
  .header--global .drop-down__link {
    line-height: 65px;
    border-left: 1px solid #4C6879;
    display: block; }
  .header--global .list--nav {
    line-height: 65px;
    margin-left: 142px;
    border-left: 1px solid #4C6879;
    font-weight: 700;
    margin-bottom: 0; }
    .header--global .list--nav > li:first-child {
      border-right: 1px solid #4C6879;
      content: ''; }
      .header--global .list--nav > li:first-child a {
        padding: 0; }
    .header--global .list--nav span {
      display: none; }
    .header--global .list--nav .-is-selected a {
      background-color: #29A6DB;
      color: white; }
      .header--global .list--nav .-is-selected a a, .header--global .list--nav .-is-selected a a:visited {
        color: white; }
  .header--global .fa {
    font-size: 25px;
    padding: 0 21px; }
  .header--global .site-logo {
    line-height: 1px; }
    .header--global .site-logo img {
      max-height: 40px; }
    @media only screen and (max-width: 30em) {
      .header--global .site-logo {
        background-image: url("/static/images/sitefiles/icon.png");
        height: 40px;
        width: 40px; } }
  @media only screen and (max-width: 30em) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 30em) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 30em) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 30em) and (min-resolution: 125dpi), only screen and (max-width: 30em) and (min-resolution: 1.3dppx) {
    .header--global .site-logo {
      background-image: url("/static/images/sitefiles/icon_2x.png");
      background-size: 40px 40px; } }
    @media only screen and (max-width: 30em) {
        .header--global .site-logo img {
          display: none; } }
  .header--global .menu-icon {
    display: none; }
.get_help {
  padding-top: 10px; }
.privacy-policy-link{
  padding-bottom: 5px;
  padding-top: 10px;
}
  @media only screen and (max-width: 64em) {
    .header--global .menu-icon {
      display: block;
      line-height: 65px;
      min-height: 65px;
      margin-left: 142px;
      border-left: 1px solid #4C6879;
      padding: 0 14px;
      cursor: pointer;
      width: 100px; }
      .header--global .menu-icon:before {
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        position: relative;
        text-decoration: none;
        top: 1px;
        white-space: nowrap;
        content: "";
        font-family: SSStandard !important;
        font-size: 14px;
        margin-right: 3.5px; }
      .header--global .menu-icon span {
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 7px; }
      .header--global .menu-icon.-is-active:before {
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        position: relative;
        text-decoration: none;
        top: 1px;
        white-space: nowrap;
        content: "␡";
        font-family: SSStandard !important;
        font-size: 14px;
        margin-right: 3.5px; }
      .header--global .menu-icon:hover {
        background: #29A6DB; }
    .header--global #main-nav {
      position: fixed;
      top: 0px;
      right: -200px;
      bottom: 0px;
      margin-bottom: 14px;
      margin-bottom: 0.875rem;
      list-style: none;
      margin-left: 0;
      width: 200px;
      z-index: 999;
      background-color: #0C3A56;
      color: white;
      -webkit-transition: right 0.5s ease-in-out;
      -moz-transition: right 0.5s ease-in-out;
      transition: right 0.5s ease-in-out; } }
  @media only screen and (max-width: 64em) and (max-width: 64em) {
    .header--global #main-nav {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 64em) and (max-width: 30em) {
    .header--global #main-nav {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 64em) {
      .header--global #main-nav:last-child {
        margin-bottom: 0; }
      .header--global #main-nav > *, .header--global #main-nav ._item {
        display: block;
        margin: 0;
        padding: 0; }
        .header--global #main-nav > * > a:only-child, .header--global #main-nav > * > span:only-child, .header--global #main-nav ._item > a:only-child, .header--global #main-nav ._item > span:only-child {
          display: block;
          margin: 0; }
      .header--global #main-nav a, .header--global #main-nav a:visited {
        color: white; }
      .header--global #main-nav > li:first-child a {
        padding: 0 14px; }
      .header--global #main-nav > li span {
        display: block; }
      .header--global #main-nav .fa {
        display: none; }
      .header--global #main-nav.-is-expanded {
        right: 0px;
        -webkit-transition: right 0.5s ease-in-out;
        -moz-transition: right 0.5s ease-in-out;
        transition: right 0.5s ease-in-out; } }

.-with-inline-spinner.my-event-processing, .my-event-processing .-with-inline-spinner {
  background: white url(/static/images/animations/small-loader-whitebg.gif) no-repeat 100% center;
  min-height: 20px;
  padding-right: 23px; }

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * All layout classes should be in this file
 * including grid and general layout classes
 */
.layout--narrow {
  width: 30em; }

.layout--centered {
  margin: 0 auto; }

.global-main {
  min-height: 600px;
  position: relative;
  *zoom: 1; }
  .global-main:before, .global-main:after {
    content: " ";
    display: table; }
  .global-main:after {
    clear: both; }

/**
 * Full width content container
 */
.layout--full-width {
  padding: 14px; }

/**
 * Fixed panel layout used on the view record screen
 *
 * <div class="layout--fixed-panels">
 *		<div class="layout__main-panel">...</div>
 *		<div class="layout__sub-panel">...</div>
 *		<div class="layout__base">...</div>
 * </div>
 */
.layout--fixed-panels {
  position: relative;
  height: 600px; }
  .layout--fixed-panels .layout__main-panel {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 300px;
    overflow-y: auto;
    z-index: 1; }
  .layout--fixed-panels .layout__sub-panel {
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 300px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.8);
    color: white; }
  .layout--fixed-panels .layout__base {
    z-index: 0;
    position: relative;
    height: 600px; }
    .layout--fixed-panels .layout__base .map-container {
      height: 600px; }

/**
 * A layout which includes a fixed side panel
 */
.layout--side-panel {
  position: relative;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
  max-width: 1200px;
  max-width: 85.71429rem;
  padding: 21px 0;
  *zoom: 1; }
  @media only screen and (max-width: 30em) {
    .layout--side-panel {
      padding-left: 14px;
      padding-right: 14px; } }
  .layout--side-panel:before, .layout--side-panel:after {
    content: " ";
    display: table; }
  .layout--side-panel:after {
    clear: both; }
  .layout--side-panel .layout__content {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 75%;
    padding-left: 0; }
  .layout--side-panel .layout__side-panel {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 25%;
    *zoom: 1; }
    .layout--side-panel .layout__side-panel:before, .layout--side-panel .layout__side-panel:after {
      content: " ";
      display: table; }
    .layout--side-panel .layout__side-panel:after {
      clear: both; }

/**
 * Single entry layout
 *
 * This layout is used to display information
 * for a single entry into three columns
 *
 * <div class="layout--entry">
 *		<div class="layout__first-panel">...</div>
 *		<div class="layout__main-panel">...</div>
 *		<div class="layout__sub-panel">...</div>
 * </div>
 */
.layout--entry {
  overflow: hidden; }
  .layout--entry .layout {
    float: left;
    margin-bottom: -99999px;
    padding: 21px 21px 99999px 21px; }
  .layout--entry .layout__first-panel {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .layout--entry .layout__main-panel {
    width: 50%; }
  .layout--entry .layout__sub-panel {
    background: rgba(0, 0, 0, 0.05);
    width: 25%; }

/**
 * A grid layout used when you need multiple
 * columns on desktop view
 */
.layout--grid {
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
  *zoom: 1; }
  .layout--grid:before, .layout--grid:after {
    content: " ";
    display: table; }
  .layout--grid:after {
    clear: both; }
  .layout--grid > * {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 25%; }
    .layout--grid > *:nth-child(4n+1) {
      clear: both; }
  .layout--grid > * {
    margin-bottom: 21px; }

/**
 * The main content container
 */
.layout--container {
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
  max-width: 1200px;
  max-width: 85.71429rem;
  padding: 20px; }
  @media only screen and (max-width: 30em) {
    .layout--container {
      padding-left: 14px;
      padding-right: 14px; } }
  @media only screen and (max-width: 64em) {
    .layout--container {
      padding: 20px; } }

/**
 * The Outer Container object
 *
 * This is the main container for any group of objects.
 * It takes the width of the site.
 */
.outer-container {
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
  max-width: 1200px;
  max-width: 85.71429rem;
  padding-left: 0px;
  padding-right: 0px; }
  @media only screen and (max-width: 30em) {
    .outer-container {
      padding-left: 14px;
      padding-right: 14px; } }

.outer-container .-pull-right .primary-btn{
  margin:5px;
}

/**
 * The Page object
 */
.page {
  background-color: #F4F5F9; }

/**
 * The row object (used to wrap grid layouts)
 */
.row {
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden; }

/**
 * Band panels are used in the login form, they
 * aren't specifically part of this project but
 * we need to include them
 */
.band-panels {
  *zoom: 1; }
  .band-panels:before, .band-panels:after {
    content: " ";
    display: table; }
  .band-panels:after {
    clear: both; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
/**
 * The basic list
 */
.list {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    .list {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .list {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .list:last-child {
    margin-bottom: 0; }

.list--inline {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  list-style: none;
  margin-left: 0;
  line-height: 37px; }
  @media only screen and (max-width: 64em) {
    .list--inline {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .list--inline {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .list--inline:last-child {
    margin-bottom: 0; }
  .list--inline > *, .list--inline ._item {
    display: block;
    margin: 0;
    padding: 0; }
    .list--inline > * > a:only-child, .list--inline > * > span:only-child, .list--inline ._item > a:only-child, .list--inline ._item > span:only-child {
      display: block;
      margin: 0; }
  .list--inline > *, .list--inline ._item {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top; }
    .list--inline > * > a:only-child, .list--inline > * > span:only-child, .list--inline ._item > a:only-child, .list--inline ._item > span:only-child {
      display: block;
      padding: 0 14px;
      white-space: nowrap; }

.list--stacked {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  list-style: none;
  margin-left: 0; }
  @media only screen and (max-width: 64em) {
    .list--stacked {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .list--stacked {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .list--stacked:last-child {
    margin-bottom: 0; }
  .list--stacked > *, .list--stacked ._item {
    display: block;
    margin: 0;
    padding: 0; }
    .list--stacked > * > a:only-child, .list--stacked > * > span:only-child, .list--stacked ._item > a:only-child, .list--stacked ._item > span:only-child {
      display: block;
      margin: 0; }

.list--icons li {
  line-height: 22.8px; }
  .list--icons li .icon, .list--icons li .remove-assigned-plot,
  .list--icons li .contact-search span a,
  .contact-search span .list--icons li a {
    color: #A2B3BE;
    margin-right: 7px; }

.list--nav {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  list-style: none;
  margin-left: 0;
  line-height: 37px; }
  @media only screen and (max-width: 64em) {
    .list--nav {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .list--nav {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .list--nav:last-child {
    margin-bottom: 0; }
  .list--nav > *, .list--nav ._item {
    display: block;
    margin: 0;
    padding: 0; }
    .list--nav > * > a:only-child, .list--nav > * > span:only-child, .list--nav ._item > a:only-child, .list--nav ._item > span:only-child {
      display: block;
      margin: 0; }
  .list--nav > *, .list--nav ._item {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top; }
    .list--nav > * > a:only-child, .list--nav > * > span:only-child, .list--nav ._item > a:only-child, .list--nav ._item > span:only-child {
      display: block;
      padding: 0 14px;
      white-space: nowrap; }
  .list--nav a:hover {
    background-color: #29A6DB;
    color: white;
    text-decoration: none; }
    .list--nav a:hover a, .list--nav a:hover a:visited {
      color: white; }
  .list--nav .-is-selected a {
    background-color: #0C3A56;
    color: white; }
    .list--nav .-is-selected a a, .list--nav .-is-selected a a:visited {
      color: white; }

.list--subnav {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  list-style: none;
  margin-left: 0;
  line-height: 37px;
  font-weight: bold;
  font-size: 12px; }
  @media only screen and (max-width: 64em) {
    .list--subnav {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .list--subnav {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .list--subnav:last-child {
    margin-bottom: 0; }
  .list--subnav > *, .list--subnav ._item {
    display: block;
    margin: 0;
    padding: 0; }
    .list--subnav > * > a:only-child, .list--subnav > * > span:only-child, .list--subnav ._item > a:only-child, .list--subnav ._item > span:only-child {
      display: block;
      margin: 0; }
  .list--subnav > *, .list--subnav ._item {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top; }
    .list--subnav > * > a:only-child, .list--subnav > * > span:only-child, .list--subnav ._item > a:only-child, .list--subnav ._item > span:only-child {
      display: block;
      padding: 0 14px;
      white-space: nowrap; }
  .module .list--subnav, .box-module .list--subnav {
    line-height: 18.5px; }
    .module .list--subnav li, .box-module .list--subnav li {
      line-height: 18.5px;
      min-height: 18.5px; }
      .module .list--subnav li:first-child a, .box-module .list--subnav li:first-child a {
        padding-left: 0; }

.list--stepped {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  list-style: none;
  margin-left: 0;
  line-height: 37px; }
  @media only screen and (max-width: 64em) {
    .list--stepped {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .list--stepped {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .list--stepped:last-child {
    margin-bottom: 0; }
  .list--stepped > *, .list--stepped ._item {
    display: block;
    margin: 0;
    padding: 0; }
    .list--stepped > * > a:only-child, .list--stepped > * > span:only-child, .list--stepped ._item > a:only-child, .list--stepped ._item > span:only-child {
      display: block;
      margin: 0; }
  .list--stepped > *, .list--stepped ._item {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top; }
    .list--stepped > * > a:only-child, .list--stepped > * > span:only-child, .list--stepped ._item > a:only-child, .list--stepped ._item > span:only-child {
      display: block;
      padding: 0 14px;
      white-space: nowrap; }
  .list--stepped > li {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    background-color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    min-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 2px 0 #e6e6e6;
    margin-bottom: 2px;
    color: gray;
    padding-left: 28px;
    padding-right: 0;
    position: relative; }
    .list--stepped > li:hover {
      background: #cccccc;
      border-color: #b3b3b3;
      box-shadow: 0 2px 0 #cccccc;
      color: #666666;
      text-decoration: none; }
    .list--stepped > li[disabled] {
      background: white;
      cursor: not-allowed;
      opacity: 0.5; }
      .list--stepped > li[disabled]:hover, .list--stepped > li[disabled]:active {
        background: #cccccc;
        border-color: #b3b3b3;
        box-shadow: 0 2px 0 #cccccc;
        color: #666666;
        text-decoration: none; }
    .list--stepped > li:hover a {
      color: white;
      text-decoration: none; }
  .list--stepped .selected {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    background-color: #29A6DB;
    color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    min-height: 37px;
    padding: 0 14px;
    white-space: nowrap;
    margin: 0;
    border: 1px solid #1e87b3;
    border-radius: 4px;
    box-shadow: 0 2px 0 #1e87b3;
    margin-bottom: 2px;
    color: white;
    padding-left: 28px;
    padding-right: 0; }
    .list--stepped .selected a, .list--stepped .selected a:visited {
      color: white; }
    .list--stepped .selected:visited {
      color: white; }
    .list--stepped .selected:hover {
      background: #176687;
      border-color: #0f455c;
      box-shadow: 0 2px 0 #176687;
      color: white;
      text-decoration: none; }
    .list--stepped .selected[disabled] {
      background: #29A6DB;
      cursor: not-allowed;
      opacity: 0.5; }
      .list--stepped .selected[disabled]:hover, .list--stepped .selected[disabled]:active {
        background: #29A6DB; }
    .list--stepped .selected a > span {
      border-color: #1e87b3; }
  .list--stepped a > span {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 28px;
    text-align: center;
    border-right: 1px solid #e6e6e6; }

/**
 * Definition Lists
 */
dl {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    dl {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    dl {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  dl:last-child {
    margin-bottom: 0; }
  dl dt {
    font-weight: 700; }
  dl dd {
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    margin-left: 0; }
    @media only screen and (max-width: 64em) {
      dl dd {
        margin-bottom: 13.3px;
        margin-bottom: 0.83125rem; } }
    @media only screen and (max-width: 30em) {
      dl dd {
        margin-bottom: 12.6px;
        margin-bottom: 0.83125rem; } }
    dl dd:last-child {
      margin-bottom: 0; }

/**
 * Pager
 */
.pager {
  *zoom: 1;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  line-height: 37px; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  @media only screen and (max-width: 64em) {
    .pager {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .pager {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .pager:last-child {
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }
  .pager:first-child {
    clear: both; }
  .pager a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 0 7px;
    background: white; }
    .pager a:hover {
      background: #29A6DB;
      color: white;
      text-decoration: none; }
    .pager a.selected {
      box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
      background: #B1B1B1;
      color: white; }
    .tab-container .ui-widget-content .pager a {
      color: #362b36; }
    .tab-container .ui-widget-content .pager a.selected {
      color: white; }

/*------------------------------------*\
    #MAPPING
\*------------------------------------*/
/**
 * The outer container for the full
 * screen map
 */
.list-and-map-container {
  position: relative;
  overflow: hidden; }
  .list-and-map-container .view-controls {
    margin-top: 28px; }
  .list-and-map-container .list-container .list tr.selected td, .list-and-map-container .list-container .list tr:hover td {
    background-color: #29A6DB;
    color: white;
    cursor: pointer; }
    .list-and-map-container .list-container .list tr.selected td a, .list-and-map-container .list-container .list tr.selected td a:visited, .list-and-map-container .list-container .list tr:hover td a, .list-and-map-container .list-container .list tr:hover td a:visited {
      color: white; }
    .list-and-map-container .list-container .list tr.selected td strong, .list-and-map-container .list-container .list tr.selected td strong:hover, .list-and-map-container .list-container .list tr:hover td strong, .list-and-map-container .list-container .list tr:hover td strong:hover {
      color: white; }

      @media (max-width:768px){
        .list-and-map-container.map-and-list .list-container{
        display: none !important;
        }
        .list-and-map-container.list-only .list-container{
          max-width: 96% !important;
        }
      }

/**
 * UI elements should be positioned on top
 * of the map
 */
.list-and-map-container.map-and-list .view-controls,
.list-and-map-container.map-and-list .list-container,
.list-and-map-container.map-and-list .map-actions {
  position: absolute; }
.list-and-map-container.map-and-list input[type="text"] {
  min-width: 45px !important; }
.list-and-map-container.map-and-list .view-controls {
  left: 50%;
  margin-left: -100px;
  z-index: 1; }
  #booking-form-steps .list-and-map-container.map-and-list .view-controls, .module--default .list-and-map-container.map-and-list .view-controls, .box-module .list-and-map-container.map-and-list .view-controls {
    right: 70px;
    left: auto;
    margin: 0;
    top: 14px; }
.list-and-map-container.map-and-list .list-container {
  left: 14px;
  margin-top: 28px;
  max-width: 450px;
  z-index: 1;
  padding: 7px;
  background: white;
  box-shadow: 0px 1px 3px #c2c2c2; }
  .list-and-map-container.map-and-list .list-container .alert {
    margin: 0; }
  .list-and-map-container.map-and-list .list-container .pager {
    margin-bottom: 3.5px; }
  .list-and-map-container.map-and-list .list-container i {
    font-style: normal;
    padding: 7px;
    display: block; }
  .list-and-map-container.map-and-list .list-container i.fa-file-alt{
    display: inline;
    padding: 0 0 0 3px;
  }
  .list-and-map-container.map-and-list .list-container .list {
    max-height: 500px;
    overflow-y: auto;
    margin: 0;
    font-size: 12px; }
    .list-and-map-container.map-and-list .list-container .list thead, .list-and-map-container.map-and-list .list-container .list td {
      //display: none; }
    .list-and-map-container.map-and-list .list-container .list .deed,
    .list-and-map-container.map-and-list .list-container .list .name,
    .list-and-map-container.map-and-list .list-container .list .plot,
    .list-and-map-container.map-and-list .list-container .list .plot-picker,
    .list-and-map-container.map-and-list .list-container .list .show-in-list {
      display: table-cell; }
    .list-and-map-container.map-and-list .list-container .list strong {
      color: #29A6DB;
      cursor: pointer;
      background: none;
      border: 0;
      margin: 0;
      padding: 0;
      text-decoration: none;
      box-shadow: none;
      line-height: inherit;
      min-height: inherit;
      display: block; }
      .list-and-map-container.map-and-list .list-container .list strong:hover {
        text-decoration: underline;
        color: #55b8e2; }
    .list-and-map-container.map-and-list .list-container .list em {
      font-style: normal;
      font-size: 0.8em; }
    .list-and-map-container.map-and-list .list-container .list .plot {
      font-weight: bold; }
    .list-and-map-container.map-and-list .list-container .list .plot .capacity-container
    {
      padding:3px 0;
      display: flex;
      flex-direction: row;
    }
    .list-and-map-container.map-and-list .list-container .list .plot .capacity-container span {
      margin: auto;
    }
    .list-and-map-container.map-and-list .list-container .list .plot .capacity-container span:first-of-type{
      width: 20px;
      text-align:center;
    }
    .list-and-map-container.map-and-list .list-container .list .plot .capacity-container span i {
      padding:0 3px 0 0;
      display: inline;
      font-size:14px;
    }

  .list-and-map-container.map-and-list .list-container .search-panel {
    margin-bottom: 7px; }
  .list-and-map-container.map-and-list .list-container input, .list-and-map-container.map-and-list .list-container select {
    max-width: 96px; }
  #booking-form-steps .list-and-map-container.map-and-list .list-container, .module--default .list-and-map-container.map-and-list .list-container, .box-module .list-and-map-container.map-and-list .list-container {
    left: 14px;
    right: auto;
    margin: 0;
    top: 14px; }
.list-and-map-container.map-and-list .map-container {
  position: relative;
  z-index: 0; }

/**
 * Map actions UI
 */
.map-actions {
  bottom: 42px;
  right: 70px; }
  .map-actions > .availability {
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    list-style: none;
    margin-left: 0;
    line-height: 37px;
    display: inline-block;
    margin: 0 !important;
    padding: 0 7px; }
    @media only screen and (max-width: 64em) {
      .map-actions > .availability {
        margin-bottom: 13.3px;
        margin-bottom: 0.83125rem; } }
    @media only screen and (max-width: 30em) {
      .map-actions > .availability {
        margin-bottom: 12.6px;
        margin-bottom: 0.83125rem; } }
    .map-actions > .availability:last-child {
      margin-bottom: 0; }
    .map-actions > .availability > *, .map-actions > .availability ._item {
      display: block;
      margin: 0;
      padding: 0; }
      .map-actions > .availability > * > a:only-child, .map-actions > .availability > * > span:only-child, .map-actions > .availability ._item > a:only-child, .map-actions > .availability ._item > span:only-child {
        display: block;
        margin: 0; }
    .map-actions > .availability > *, .map-actions > .availability ._item {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      vertical-align: top; }
      .map-actions > .availability > * > a:only-child, .map-actions > .availability > * > span:only-child, .map-actions > .availability ._item > a:only-child, .map-actions > .availability ._item > span:only-child {
        display: block;
        padding: 0 14px;
        white-space: nowrap; }
    .map-actions > .availability:first-child {
      border-right: 1px dotted rgba(255, 255, 255, 0.5); }
    .map-actions > .availability .label {
      display: block;
      line-height: 19px;
      min-height: 19px;
      padding-bottom: 3.5px;
      font-weight: 700;
      color: white;
      font-size: 12px;
      text-align: center;
      text-shadow: 2px 2px 4px grey; }
    .map-actions > .availability ._item {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      font-weight: 700;
      background-color: white;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      line-height: 37px;
      min-height: 37px;
      padding: 0 14px;
      white-space: nowrap;
      margin: 0;
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      box-shadow: 0 2px 0 #e6e6e6;
      margin-bottom: 2px;
      color: gray;
      padding: 0 7px !important;
      line-height: 28.5px !important;
      min-height: 28.5px !important; }
      .map-actions > .availability ._item:hover {
        background: #cccccc;
        border-color: #b3b3b3;
        box-shadow: 0 2px 0 #cccccc;
        color: #666666;
        text-decoration: none; }
      .map-actions > .availability ._item[disabled] {
        background: white;
        cursor: not-allowed;
        opacity: 0.5; }
        .map-actions > .availability ._item[disabled]:hover, .map-actions > .availability ._item[disabled]:active {
          background: white; }
      .map-actions > .availability ._item:hover label, .map-actions > .availability ._item.-is-selected label {
        color: white; }

    .map-actions > .availability .-is-selected.available {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      font-weight: 700;
      background-color: #40BF3E;
      color: white;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      line-height: 37px;
      min-height: 37px;
      padding: 0 14px;
      white-space: nowrap;
      margin: 0;
      border: 1px solid #339832;
      border-radius: 4px;
      box-shadow: 0 2px 0 #339832;
      margin-bottom: 2px;
      color: white; }
      .map-actions > .availability .-is-selected.available a, .map-actions > .availability .-is-selected.available a:visited {
        color: white; }
      .map-actions > .availability .-is-selected.available:visited {
        color: white; }
      .map-actions > .availability .-is-selected.available:hover {
        background: #267225;
        border-color: #194b19;
        box-shadow: 0 2px 0 #267225;
        color: white;
        text-decoration: none; }
      .map-actions > .availability .-is-selected.available[disabled] {
        background: #40BF3E;
        cursor: not-allowed;
        opacity: 0.5; }
        .map-actions > .availability .-is-selected.available[disabled]:hover, .map-actions > .availability .-is-selected.available[disabled]:active {
          background: #40BF3E; }
    .map-actions > .availability .-is-selected.onHold {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      font-weight: 700;
      background-color: #FFA940;
      color: white;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      line-height: 37px;
      min-height: 37px;
      padding: 0 14px;
      white-space: nowrap;
      margin: 0;
      border: 1px solid #FF8C00;
      border-radius: 4px;
      box-shadow: 0 2px 0 #FF8C00;
      margin-bottom: 2px;
      color: white; }
    .map-actions > .availability .-is-selected.onHold a, .map-actions > .availability .-is-selected.onHold a:visited {
      color: white; }
    .map-actions > .availability .-is-selected.onHold:visited {
      color: white; }
    .map-actions > .availability .-is-selected.onHold:hover {
      background: #BF6900;
      border-color: #8C4D00;
      box-shadow: 0 2px 0 #BF6900;
      color: white;
      text-decoration: none; }
    .map-actions > .availability .-is-selected.onHold[disabled] {
      background: #FFA940;
      cursor: not-allowed;
      opacity: 0.5; }
    .map-actions > .availability .-is-selected.onHold[disabled]:hover, .map-actions > .availability .-is-selected.onHold[disabled]:active {
      background: #FFA940; }
    .map-actions > .availability .-is-selected.empty {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      font-weight: 700;
      background-color: #29A6DB;
      color: white;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      line-height: 37px;
      min-height: 37px;
      padding: 0 14px;
      white-space: nowrap;
      margin: 0;
      border: 1px solid #1e87b3;
      border-radius: 4px;
      box-shadow: 0 2px 0 #1e87b3;
      margin-bottom: 2px;
      color: white; }
      .map-actions > .availability .-is-selected.empty a, .map-actions > .availability .-is-selected.empty a:visited {
        color: white; }
      .map-actions > .availability .-is-selected.empty:visited {
        color: white; }
      .map-actions > .availability .-is-selected.empty:hover {
        background: #176687;
        border-color: #0f455c;
        box-shadow: 0 2px 0 #176687;
        color: white;
        text-decoration: none; }
      .map-actions > .availability .-is-selected.empty[disabled] {
        background: #29A6DB;
        cursor: not-allowed;
        opacity: 0.5; }
        .map-actions > .availability .-is-selected.empty[disabled]:hover, .map-actions > .availability .-is-selected.empty[disabled]:active {
          background: #29A6DB; }
    .map-actions > .availability .-is-selected.partial {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      font-weight: 700;
      background-color: #D8D82D;
      color: white;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      line-height: 37px;
      min-height: 37px;
      padding: 0 14px;
      white-space: nowrap;
      margin: 0;
      border: 1px solid #b1b121;
      border-radius: 4px;
      box-shadow: 0 2px 0 #b1b121;
      margin-bottom: 2px;
      color: white; }
      .map-actions > .availability .-is-selected.partial a, .map-actions > .availability .-is-selected.partial a:visited {
        color: white; }
      .map-actions > .availability .-is-selected.partial:visited {
        color: white; }
      .map-actions > .availability .-is-selected.partial:hover {
        background: #868619;
        border-color: #5b5b11;
        box-shadow: 0 2px 0 #868619;
        color: white;
        text-decoration: none; }
      .map-actions > .availability .-is-selected.partial[disabled] {
        background: #D8D82D;
        cursor: not-allowed;
        opacity: 0.5; }
        .map-actions > .availability .-is-selected.partial[disabled]:hover, .map-actions > .availability .-is-selected.partial[disabled]:active {
          background: #D8D82D; }
    .map-actions > .availability .-is-selected.full {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      font-weight: 700;
      background-color: #E52E3E;
      color: white;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      line-height: 37px;
      min-height: 37px;
      padding: 0 14px;
      white-space: nowrap;
      margin: 0;
      border: 1px solid #c71928;
      border-radius: 4px;
      box-shadow: 0 2px 0 #c71928;
      margin-bottom: 2px;
      color: white; }
      .map-actions > .availability .-is-selected.full a, .map-actions > .availability .-is-selected.full a:visited {
        color: white; }
      .map-actions > .availability .-is-selected.full:visited {
        color: white; }
      .map-actions > .availability .-is-selected.full:hover {
        background: #9a131f;
        border-color: #6d0d16;
        box-shadow: 0 2px 0 #9a131f;
        color: white;
        text-decoration: none; }
      .map-actions > .availability .-is-selected.full[disabled] {
        background: #E52E3E;
        cursor: not-allowed;
        opacity: 0.5; }
        .map-actions > .availability .-is-selected.full[disabled]:hover, .map-actions > .availability .-is-selected.full[disabled]:active {
          background: #E52E3E; }

/**
 * We need to treat positioning slightly
 * differently in the list only view
 */
.list-and-map-container.list-only {
  overflow: visible; }
  .list-and-map-container.list-only .view-controls {
    text-align: center; }
    #booking-form-steps .list-and-map-container.list-only .view-controls, .module--default .list-and-map-container.list-only .view-controls, .box-module .list-and-map-container.list-only .view-controls {
      float: right;
      margin: 14px 70px 14px 14px; }
  .list-and-map-container.list-only .list-container {
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    max-width: 1200px;
    max-width: 85.71429rem;
    padding: 21px 0; }
    @media only screen and (max-width: 30em) {
      .list-and-map-container.list-only .list-container {
        padding-left: 14px;
        padding-right: 14px; } }
    #booking-form-steps .list-and-map-container.list-only .list-container,
    .list-and-map-container.list-only .list-container .module--default,
    .list-and-map-container.list-only .list-container .box-module {
      padding: 0; }
      #booking-form-steps .list-and-map-container.list-only .list-container .pager,
      #booking-form-steps .list-and-map-container.list-only .list-container .list,
      .list-and-map-container.list-only .list-container .module--default .pager,
      .list-and-map-container.list-only .list-container .box-module .pager,
      .list-and-map-container.list-only .list-container .module--default .list,
      .list-and-map-container.list-only .list-container .box-module .list {
        padding: 0 14px; }
      #booking-form-steps .list-and-map-container.list-only .list-container .search-panel-table,
      .list-and-map-container.list-only .list-container .module--default .search-panel-table,
      .list-and-map-container.list-only .list-container .box-module .search-panel-table {
        float: left;
        margin: 7px;
        padding: 0; }

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
/**
 * The basic image object
 */
.img {
  max-width: 100%; }

.img--retina {
  width: 50%; }

/**
 * The media item is used for the common layout of
 * image to the left and text aligned to the right
 */
.media-item {
  *zoom: 1;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  .media-item:before, .media-item:after {
    content: " ";
    display: table; }
  .media-item:after {
    clear: both; }
  @media only screen and (max-width: 64em) {
    .media-item {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .media-item {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .media-item:last-child {
    margin-bottom: 0; }
  .media-item ._image {
    float: left;
    margin-right: 14px; }
    .media-item ._image img {
      width: auto; }
    .media-item ._image.on-end {
      float: right;
      margin-left: 14px; }
  .media-item ._body {
    overflow: hidden;
    margin-bottom: 0; }
    .media-item ._body > :last-child {
      margin-bottom: 0; }
    .media-item ._body .media-item ._image {
      margin-right: 7px; }
      .media-item ._body .media-item ._image.-on-end {
        margin-left: 7px; }

/*------------------------------------*\
    #MODULES
\*------------------------------------*/
/**
 * The basic module object
 */
.module, .box-module {
  padding: 21px;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 64em) {
    .module, .box-module {
      margin-bottom: 13.3px;
      margin-bottom: 0.83125rem; } }
  @media only screen and (max-width: 30em) {
    .module, .box-module {
      margin-bottom: 12.6px;
      margin-bottom: 0.83125rem; } }
  .module:last-child, .box-module:last-child {
    margin-bottom: 0; }

.module--default, .box-module {
  background-color: white;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  *zoom: 1; }
  .module--default:before, .box-module:before, .module--default:after, .box-module:after {
    content: " ";
    display: table; }
  .module--default:after, .box-module:after {
    clear: both; }

.module--brand1 {
  background-color: #0C3A56;
  color: white; }
  .module--brand1 a, .module--brand1 a:visited {
    color: white; }

.module--brand2 {
  background-color: #29A6DB;
  color: white; }
  .module--brand2 a, .module--brand2 a:visited {
    color: white; }

.module--shaded {
  background-color: rgba(0, 0, 0, 0.05); }

.module--light {
  background: rgba(255, 255, 255, 0.2); }

.module--section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.module--boxed {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1); }


/*------------------------------------*\
    #MODALS
\*------------------------------------*/
/**
 * Overlays that require focus from the
 * user
 */
.modal-box {
  background-color: white;
  position: fixed;
  top: 20px;
  bottom: 0;
  right: 50%;
  border-radius: 8px;
  margin-bottom: 60px;
  display: none;
  margin-right: -300px;
  padding: 28px;
  width: 600px;
  z-index: 1101;
  overflow: scroll;
  height: 80vh;
  margin-top: 80px;
}
  .modal-box.wider {
    margin-right: -500px;
    width: 1000px; }
  .modal-box h1 {
    font-size: 21px; }
  .modal-box ._close {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    top: 1px;
    white-space: nowrap;
    font-family: SSStandard !important;
    font-size: 12px;
    cursor: pointer;
    float: right;
    opacity: 0.5;
    color: #4E4E4E;
    padding: 14px;
    position: relative;
    margin-right: -14px;
    margin-top: -14px; }
    .modal-box ._close:hover {
      opacity: 1; }
  .modal-box ._actions {
    margin-top: 14px;
    text-align: center;
    white-space: nowrap; }
  .modal-box dl {
    *zoom: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 14px; }
    .modal-box dl:before, .modal-box dl:after {
      content: " ";
      display: table; }
    .modal-box dl:after {
      clear: both; }
    .modal-box dl dt {
      margin-bottom: 14px;
      margin-bottom: 0.875rem;
      float: left;
      padding-right: 14px;
      text-align: right;
      clear: both;
      width: 33%;
      font-size: 0.625em;
      color: #B1B1B1;
      display: block;
      margin-top: 2px;
      text-transform: uppercase; }
      @media only screen and (max-width: 64em) {
        .modal-box dl dt {
          margin-bottom: 13.3px;
          margin-bottom: 0.83125rem; } }
      @media only screen and (max-width: 30em) {
        .modal-box dl dt {
          margin-bottom: 12.6px;
          margin-bottom: 0.83125rem; } }
      .modal-box dl dt:last-child {
        margin-bottom: 14px;
        margin-bottom: 0.875rem; }
      @media only screen and (max-width: 30em) {
        .modal-box dl dt {
          display: block;
          float: none;
          padding-right: 0;
          width: auto;
          text-align: left; } }
      @media only screen and (max-width: 64em) {
        .modal-box dl dt {
          font-size: 0.59375em; } }
      @media only screen and (max-width: 30em) {
        .modal-box dl dt {
          font-size: 0.5625em; } }
    .modal-box dl dd {
      margin-bottom: 14px;
      margin-bottom: 0.875rem;
      float: right;
      text-align: left;
      margin-left: 0;
      margin-right: 0;
      width: 67%;
      color: #0C3A56;
      padding-left: 14px; }
      @media only screen and (max-width: 64em) {
        .modal-box dl dd {
          margin-bottom: 13.3px;
          margin-bottom: 0.83125rem; } }
      @media only screen and (max-width: 30em) {
        .modal-box dl dd {
          margin-bottom: 12.6px;
          margin-bottom: 0.83125rem; } }
      .modal-box dl dd:last-child {
        margin-bottom: 14px;
        margin-bottom: 0.875rem; }
      @media only screen and (max-width: 30em) {
        .modal-box dl dd {
          float: none;
          width: auto; } }
  .modal-box.-popup {
    background-color: black;
    color: white;
    box-shadow: 0px 1px 3px #c2c2c2;
    margin-top: -14px;
    margin-left: -14px;
    position: absolute;
    top: 14px;
    right: auto;
    bottom: auto;
    left: 14px;
    background: rgba(0, 0, 0, 0.9);
    width: auto; }
    .modal-box.-popup a, .modal-box.-popup a:visited {
      color: white; }
    .modal-box.-popup h1 {
      color: inherit; }
  @media only screen and (max-width: 64em) {
    .modal-box {
      position: fixed;
      top: 14px;
      right: 14px;
      left: 14px;
      margin: 0;
      width: auto; } }

.modal-box--shadow {
  box-shadow: 0px 1px 3px #c2c2c2; }

/**
 * Override some of the modal-box css properties,
 * when it is used for the document print dialog
 */
.modal-box.print-dialog {
  right: 60%;
  width: unset;
  height: auto;
  max-height: 60vh;
  bottom: unset;
  overflow: unset;
  overflow-y: auto; }

/**
 * Override some of the modal-box css properties,
 * when it is used for the document email dialog
 */
.modal-box.email-dialog {
  right: 55%;
  width: 35%;
  height: auto;
  bottom: unset;
  overflow: unset;
}

/**
 * Print Options header bar on the document print dialog
 */
.modal-box ._modalheader {
      background-color: rgba(51, 51, 51, 0.1);
      padding: 20px;
      margin: -28px -28px 10px -28px;
    }

/**
 * Print Options footer bar on the document email dialog
 */
._modalfooter {
      background-color: rgba(51, 51, 51, 0.1);
      padding: 20px;
    }

/**
 * Here's the overlay layer that we use
 */
.overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(68, 68, 68, 0.8);
  display: none;
  z-index: 1100; }
  .overlay.-popup {
    display: none; }

/*------------------------------------*\
    #PAGES
\*------------------------------------*/
/**
 * Include specific styles for pages if
 * you really have to in this file.
 */

#login-form {
  margin: 4em 1.5em 0 1.5em; 
}
@media screen and (min-width: 768px) {
  #login-form {
    margin: 8em 0 0 0; 
  }
}

.layout--grid.settings > ._item > .module, .layout--grid.settings > ._item > .box-module {
  min-height: 112px; }

.spinner-container {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #F5F5F5;
  display: none;
  opacity: 0.9;
  z-index: 1000; }
  .spinner-container p {
    top: 50%;
    text-align: center;
    position: absolute;
    margin-top: -6em;
    width: 100%; }

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5em auto auto -5em;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(41, 168, 219, 0.2);
  border-right: 1.1em solid rgba(41, 168, 219, 0.2);
  border-bottom: 1.1em solid rgba(41, 168, 219, 0.2);
  border-left: 1.1em solid #29A6DB;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*------------------------------------*\
    #TABLES
\*------------------------------------*/
table td, table th {
  padding: 9.33333px; }
  table td.-tight-cell, table th.-tight-cell {
    width: 1px;
    white-space: nowrap; }
  table td.-numerical, table th.-numerical {
    text-align: right; }
  @media only screen and (max-width: 30em) {
    table td.-not-on-palm, table th.-not-on-palm {
      display: none; } }
  @media only screen and (max-width: 64em) {
    table td.-not-on-lap, table th.-not-on-lap {
      display: none; } }
  @media only screen and (max-width: 64em) {
    table td.-not-on-portable, table th.-not-on-portable {
      display: none; } }
  @media only screen and (max-width: 64em) {
    table td.-lose-1, table th.-lose-1 {
      display: none; } }
  @media only screen and (max-width: 30em) {
    table td.-lose-2, table th.-lose-2 {
      display: none; } }
  table td.-numerical, table th.-numerical {
    -moz-font-feature-settings: "kern" 1, "lnum" 1, "tnum" 1;
    -moz-font-feature-settings: "kern=1", "lnum=1", "tnum=1";
    -ms-font-feature-settings: "kern" 1, "lnum" 1, "tnum" 1;
    -o-font-feature-settings: "kern" 1, "lnum" 1, "tnum" 1;
    -webkit-font-feature-settings: "kern" 1, "lnum" 1, "tnum" 1;
    font-feature-settings: "kern" 1, "lnum" 1, "tnum" 1; }
  table td .btn, table th .btn {
    margin: 0; }
table thead tr th {
  background-color: rgba(0, 0, 0, 0.1);
  border-right: 2px solid #F5F5F5;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase; }
  table thead tr th.sortable, table thead tr th.-sortable, table thead tr th.sort-row-attr {
    cursor: pointer; }
    table thead tr th.sortable:hover, table thead tr th.-sortable:hover {
      border-color: #29A6DB;
      color: #29A6DB; }
    table thead tr th.sortable.sorted, table thead tr th.sortable.-is-sorted, table thead tr th.-sortable.sorted, table thead tr th.-sortable.-is-sorted {
      color: #4E4E4E;
      border-color: #4E4E4E; }
.list table thead tr:last-child th {
  background-color: transparent;
  border: 0; }
table.-padded-cells td, table.-padded-cells th {
  padding: 7px 7px; }
table.-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
  /* Override this color in your theme stylesheet */ }
table.-grid {
  table-layout: fixed; }
table tr.assigned td {
  background-color: #29A6DB;
  color: white; }
  table tr.assigned td a, table tr.assigned td a:visited {
    color: white; }
  table tr.assigned td a {
    color: white !important; }
.list table, table.list {
  border-collapse: separate;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }
  .list table tbody, table.list tbody {
    background-color: white; }
    .list table tbody tr:nth-of-type(odd), table.list tbody tr:nth-of-type(odd) {
      background-color: rgba(0, 0, 0, 0.03);
      /* Override this color in your theme stylesheet */ }
    .list table tbody tr th, .list table tbody tr td, table.list tbody tr th, table.list tbody tr td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: none; }
      .list table tbody tr th:first-child, .list table tbody tr td:first-child, table.list tbody tr th:first-child, table.list tbody tr td:first-child {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .list table tbody tr th > input,
      .list table tbody tr th > .btn,
      .list table tbody tr th > .button, .list table tbody tr td > input,
      .list table tbody tr td > .btn,
      .list table tbody tr td > .button, table.list tbody tr th > input,
      table.list tbody tr th > .btn,
      table.list tbody tr th > .button, table.list tbody tr td > input,
      table.list tbody tr td > .btn,
      table.list tbody tr td > .button {
        color: #29A6DB;
        cursor: pointer;
        background: none;
        border: 0;
        margin: 0;
        padding: 0;
        text-decoration: none;
        box-shadow: none;
        line-height: inherit;
        min-height: inherit;
        font-weight: 400; }
        .list table tbody tr th > input:hover,
        .list table tbody tr th > .btn:hover,
        .list table tbody tr th > .button:hover, .list table tbody tr td > input:hover,
        .list table tbody tr td > .btn:hover,
        .list table tbody tr td > .button:hover, table.list tbody tr th > input:hover,
        table.list tbody tr th > .btn:hover,
        table.list tbody tr th > .button:hover, table.list tbody tr td > input:hover,
        table.list tbody tr td > .btn:hover,
        table.list tbody tr td > .button:hover {
          text-decoration: underline;
          color: #55b8e2; }
        .list table tbody tr th > input.-table,
        .list table tbody tr th > .btn.-table,
        .list table tbody tr th > .button.-table, .list table tbody tr td > input.-table,
        .list table tbody tr td > .btn.-table,
        .list table tbody tr td > .button.-table, table.list tbody tr th > input.-table,
        table.list tbody tr th > .btn.-table,
        table.list tbody tr th > .button.-table, table.list tbody tr td > input.-table,
        table.list tbody tr td > .btn.-table,
        table.list tbody tr td > .button.-table {
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          font-weight: 700;
          background-color: #29A6DB;
          color: white;
          cursor: pointer;
          font-family: "Open Sans", sans-serif;
          line-height: 37px;
          min-height: 37px;
          padding: 0 14px;
          white-space: nowrap;
          margin: 0;
          border: 1px solid #1e87b3;
          border-radius: 4px;
          box-shadow: 0 2px 0 #1e87b3;
          margin-bottom: 2px;
          color: white;
          font-size: 0.75em;
          line-height: 18.5px;
          min-height: 18.5px;
          padding: 0 7px; }
          .list table tbody tr th > input.-table a, .list table tbody tr th > input.-table a:visited,
          .list table tbody tr th > .btn.-table a,
          .list table tbody tr th > .btn.-table a:visited,
          .list table tbody tr th > .button.-table a,
          .list table tbody tr th > .button.-table a:visited, .list table tbody tr td > input.-table a, .list table tbody tr td > input.-table a:visited,
          .list table tbody tr td > .btn.-table a,
          .list table tbody tr td > .btn.-table a:visited,
          .list table tbody tr td > .button.-table a,
          .list table tbody tr td > .button.-table a:visited, table.list tbody tr th > input.-table a, table.list tbody tr th > input.-table a:visited,
          table.list tbody tr th > .btn.-table a,
          table.list tbody tr th > .btn.-table a:visited,
          table.list tbody tr th > .button.-table a,
          table.list tbody tr th > .button.-table a:visited, table.list tbody tr td > input.-table a, table.list tbody tr td > input.-table a:visited,
          table.list tbody tr td > .btn.-table a,
          table.list tbody tr td > .btn.-table a:visited,
          table.list tbody tr td > .button.-table a,
          table.list tbody tr td > .button.-table a:visited {
            color: white; }
          .list table tbody tr th > input.-table:visited,
          .list table tbody tr th > .btn.-table:visited,
          .list table tbody tr th > .button.-table:visited, .list table tbody tr td > input.-table:visited,
          .list table tbody tr td > .btn.-table:visited,
          .list table tbody tr td > .button.-table:visited, table.list tbody tr th > input.-table:visited,
          table.list tbody tr th > .btn.-table:visited,
          table.list tbody tr th > .button.-table:visited, table.list tbody tr td > input.-table:visited,
          table.list tbody tr td > .btn.-table:visited,
          table.list tbody tr td > .button.-table:visited {
            color: white; }
          .list table tbody tr th > input.-table:hover,
          .list table tbody tr th > .btn.-table:hover,
          .list table tbody tr th > .button.-table:hover, .list table tbody tr td > input.-table:hover,
          .list table tbody tr td > .btn.-table:hover,
          .list table tbody tr td > .button.-table:hover, table.list tbody tr th > input.-table:hover,
          table.list tbody tr th > .btn.-table:hover,
          table.list tbody tr th > .button.-table:hover, table.list tbody tr td > input.-table:hover,
          table.list tbody tr td > .btn.-table:hover,
          table.list tbody tr td > .button.-table:hover {
            background: #176687;
            border-color: #0f455c;
            box-shadow: 0 2px 0 #176687;
            color: white;
            text-decoration: none; }
          .list table tbody tr th > input.-table[disabled],
          .list table tbody tr th > .btn.-table[disabled],
          .list table tbody tr th > .button.-table[disabled], .list table tbody tr td > input.-table[disabled],
          .list table tbody tr td > .btn.-table[disabled],
          .list table tbody tr td > .button.-table[disabled], table.list tbody tr th > input.-table[disabled],
          table.list tbody tr th > .btn.-table[disabled],
          table.list tbody tr th > .button.-table[disabled], table.list tbody tr td > input.-table[disabled],
          table.list tbody tr td > .btn.-table[disabled],
          table.list tbody tr td > .button.-table[disabled] {
            background: #29A6DB;
            cursor: not-allowed;
            opacity: 0.5; }
            .list table tbody tr th > input.-table[disabled]:hover, .list table tbody tr th > input.-table[disabled]:active,
            .list table tbody tr th > .btn.-table[disabled]:hover,
            .list table tbody tr th > .btn.-table[disabled]:active,
            .list table tbody tr th > .button.-table[disabled]:hover,
            .list table tbody tr th > .button.-table[disabled]:active, .list table tbody tr td > input.-table[disabled]:hover, .list table tbody tr td > input.-table[disabled]:active,
            .list table tbody tr td > .btn.-table[disabled]:hover,
            .list table tbody tr td > .btn.-table[disabled]:active,
            .list table tbody tr td > .button.-table[disabled]:hover,
            .list table tbody tr td > .button.-table[disabled]:active, table.list tbody tr th > input.-table[disabled]:hover, table.list tbody tr th > input.-table[disabled]:active,
            table.list tbody tr th > .btn.-table[disabled]:hover,
            table.list tbody tr th > .btn.-table[disabled]:active,
            table.list tbody tr th > .button.-table[disabled]:hover,
            table.list tbody tr th > .button.-table[disabled]:active, table.list tbody tr td > input.-table[disabled]:hover, table.list tbody tr td > input.-table[disabled]:active,
            table.list tbody tr td > .btn.-table[disabled]:hover,
            table.list tbody tr td > .btn.-table[disabled]:active,
            table.list tbody tr td > .button.-table[disabled]:hover,
            table.list tbody tr td > .button.-table[disabled]:active {
              background: #29A6DB; }
          @media only screen and (max-width: 64em) {
            .list table tbody tr th > input.-table,
            .list table tbody tr th > .btn.-table,
            .list table tbody tr th > .button.-table, .list table tbody tr td > input.-table,
            .list table tbody tr td > .btn.-table,
            .list table tbody tr td > .button.-table, table.list tbody tr th > input.-table,
            table.list tbody tr th > .btn.-table,
            table.list tbody tr th > .button.-table, table.list tbody tr td > input.-table,
            table.list tbody tr td > .btn.-table,
            table.list tbody tr td > .button.-table {
              font-size: 0.7125em; } }
          @media only screen and (max-width: 30em) {
            .list table tbody tr th > input.-table,
            .list table tbody tr th > .btn.-table,
            .list table tbody tr th > .button.-table, .list table tbody tr td > input.-table,
            .list table tbody tr td > .btn.-table,
            .list table tbody tr td > .button.-table, table.list tbody tr th > input.-table,
            table.list tbody tr th > .btn.-table,
            table.list tbody tr th > .button.-table, table.list tbody tr td > input.-table,
            table.list tbody tr td > .btn.-table,
            table.list tbody tr td > .button.-table {
              font-size: 0.675em; } }
    .list table tbody tr.selected td, table.list tbody tr.selected td {
      background-color: rgba(0, 0, 0, 0.1); }
    .list table tbody tr:last-child th, .list table tbody tr:last-child td, table.list tbody tr:last-child th, table.list tbody tr:last-child td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .module--brand1 .list table, .module--brand2 .list table, .module--brand1 table.list, .module--brand2 table.list {
    border: 0;
    border-collapse: collapse; }
    .module--brand1 .list table tbody, .module--brand2 .list table tbody, .module--brand1 table.list tbody, .module--brand2 table.list tbody {
      background-color: transparent; }
      .module--brand1 .list table tbody tr, .module--brand2 .list table tbody tr, .module--brand1 table.list tbody tr, .module--brand2 table.list tbody tr {
        background-color: rgba(255, 255, 255, 0.05); }
        .module--brand1 .list table tbody tr td, .module--brand2 .list table tbody tr td, .module--brand1 table.list tbody tr td, .module--brand2 table.list tbody tr td {
          background-color: transparent;
          border: 0; }
      .module--brand1 .list table tbody tr:nth-of-type(odd), .module--brand2 .list table tbody tr:nth-of-type(odd), .module--brand1 table.list tbody tr:nth-of-type(odd), .module--brand2 table.list tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.1);
        /* Override this color in your theme stylesheet */ }
  .module--brand1 .list table a, .module--brand1 table.list a {
    color: #29A6DB; }
  .-selectable .list table tr:hover td, .-selectable table.list tr:hover td {
    background-color: #29A6DB;
    color: white;
    cursor: pointer; }
    .-selectable .list table tr:hover td a, .-selectable .list table tr:hover td a:visited, .-selectable table.list tr:hover td a, .-selectable table.list tr:hover td a:visited {
      color: white; }
    .-selectable .list table tr:hover td strong, .-selectable table.list tr:hover td strong {
      color: white; }
  .-selectable .list table tr:active td, .-selectable table.list tr:active td {
    background-color: #1e87b3;
    color: white; }
    .-selectable .list table tr:active td a, .-selectable .list table tr:active td a:visited, .-selectable table.list tr:active td a, .-selectable table.list tr:active td a:visited {
      color: white; }
  .-selectable .list table tr.selected td, .-selectable table.list tr.selected td {
    background-color: #29A6DB;
    color: white; }
    .-selectable .list table tr.selected td a, .-selectable .list table tr.selected td a:visited, .-selectable table.list tr.selected td a, .-selectable table.list tr.selected td a:visited {
      color: white; }
._fields table, table.basic-lined {
  border-collapse: separate;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  ._fields table tr td, ._fields table tr th, table.basic-lined tr td, table.basic-lined tr th {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none; }
    ._fields table tr td:first-child, ._fields table tr th:first-child, table.basic-lined tr td:first-child, table.basic-lined tr th:first-child {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
table.diary th {
  text-align: center;
  vertical-align: top; }
table.diary td {
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0 0; }
table.data {
  border: 1px solid rgba(0, 0, 0, 0.1); }
  table.data th {
    font-weight: 700;
    color: #4E4E4E; }
  table.data th, table.data td {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  table.data td:first-child {
    font-weight: 700; }
table.pricing {
  border: 1px solid rgba(51, 51, 51, 0.1); }
  table.pricing th {
    background-color: #29A6DB;
    color: white;
    border: none;
    text-align: left;
    padding: 7px; }
    table.pricing th a, table.pricing th a:visited {
      color: white; }
  table.pricing td {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    border-left: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7px;
    text-align: left; }
    table.pricing td:first-child {
      border-left: none; }
/**
 * Formatting of document type rows on the document print dialog
 */
table.doc-print tr td {
  border-top: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  vertical-align: middle;
  text-align: right; }
table.doc-print tr:last-child td {
  border-bottom: none; }
table.doc-print tr td:first-child {
  text-align: left;
  padding-left: 0px;
  padding-right: 40px; }​
table.auto-width {
  width: auto; }
table .ui-sortable tr td {
  /* cursor: ns-resize; } */
  cursor: grab;
  }
table .ui-sortable tr:active, table .ui-sortable tr:nth-of-type(odd):active {
  background-color: white;
  box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1); }

/*noinspection CssInvalidPropertyValue*/
table .ui-sortable tr:active td, table .ui-sortable tr:nth-of-type(odd):active td {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    height: 55px; }
table .ui-sortable tr.waiting, table .ui-sortable tr:nth-of-type(odd).waiting {
  background-color: white; }
  table .ui-sortable tr.waiting td, table .ui-sortable tr:nth-of-type(odd).waiting td {
    cursor: not-allowed;
    opacity: 0.2; }

 table.no-borders,  table.no-borders th,  table.no-borders td {
   border: none !important;
 }

th.cell-left, td.cell-left
{
  text-align: left;
}

th.cell-right, td.cell-right
{
  text-align: right;
}

th.cell-bold, tr.cell-bold, td.cell-bold, tfoot.cell-bold{
  font-weight:bold;
}

.sectionsFacilityContainer {
  margin-bottom: 13.3px;
  margin-bottom: 0.83125rem; }
  @media only screen and (max-width: 64em) {
    .sectionsFacilityContainer {
      margin-bottom: 12.635px;
      margin-bottom: 0.78969rem; } }
  @media only screen and (max-width: 30em) {
    .sectionsFacilityContainer {
      margin-bottom: 11.97px;
      margin-bottom: 0.78969rem; } }
  .sectionsFacilityContainer:last-child {
    margin-bottom: 0; }

    .fixed-layout{
      table-layout: fixed;
    }

    @media (max-width:500px){
      .non-fixed-layout-mobile{
        table-layout: auto;
      }
      .table-wrap-mobile{
        overflow-x: auto;
      }
    }

    .contract-doc-name {
      word-wrap: break-word;
    }

/*------------------------------------*\
    #TAGS
\*------------------------------------*/
/**
 * Used to highlight chosen items
 */
.deed-plots .deed-plot,
.contact-search span {
  background-color: #B1B1B1;
  background-image: -webkit-linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border-radius: 4px;
  border: 1px solid #B1B1B1;
  font-size: 12px;
  padding: 3px 5px;
  position: relative;
  line-height: 19px; }
  .deed-plots .deed-plot em,
  .contact-search span em {
    background: url(/static/images/icons/new.png) no-repeat right center;
    padding: 5px 22px 5px 0;
    display: inline !important; }

.remove-assigned-plot,
.contact-search span a {
  position: static;
  margin-left: 3px;
  text-decoration: none;
  color: #A1A1A1;
  padding: 2px;
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  height: 14px;
  width: 14px;
  background: none; }
  .remove-assigned-plot:hover,
  .contact-search span a:hover {
    color: #E52E3E;
    text-decoration: none; }

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/**
 * Headings and titles
 */
h1 {
  margin-bottom: 28px; }

/**
 * Links
 */
.link {
  color: #29A6DB;
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  line-height: inherit;
  min-height: inherit; }
  .link:hover {
    text-decoration: underline;
    color: #55b8e2; }

input.link:hover {
  color: #55b8e2;
  text-decoration: none; }

/**
 * Counts
 *
 * Use this class to style numbers
 */
.count {
  border-radius: 100%;
  font-size: 12px;
  background-color: #797979;
  color: white;
  height: 23.8px;
  min-width: 23.8px;
  text-align: center;
  padding-top: 4.66667px;
  display: inline-block;
  vertical-align: middle; }
  .count a, .count a:visited {
    color: white; }

.count--brand2 {
  background-color: #29A6DB;
  color: white; }
  .count--brand2 a, .count--brand2 a:visited {
    color: white; }

.count--notify {
  background-color: #E52E3E;
  color: white; }
  .count--notify a, .count--notify a:visited {
    color: white; }

/*------------------------------------*\
    #SHAME
\*------------------------------------*/
/**
 * The classes in this file need refactored.
 * They are possibly too specific or otherwise
 * poorly coded
 */
.deed-plots .view-controls {
  right: 60px; }

.deed-plots .map-actions {
  right: 119px; }

div.list {
  clear: both;
  overflow: scroll; }

.callout {
  box-shadow: 0px 1px 3px #c2c2c2;
  margin-bottom: 13.3px;
  margin-bottom: 0.83125rem;
  background: white;
  padding: 14px; }
  @media only screen and (max-width: 64em) {
    .callout {
      margin-bottom: 12.635px;
      margin-bottom: 0.78969rem; } }
  @media only screen and (max-width: 30em) {
    .callout {
      margin-bottom: 11.97px;
      margin-bottom: 0.78969rem; } }
  .callout:last-child {
    margin-bottom: 13.3px;
    margin-bottom: 0.83125rem; }

.export-button {
  text-align: right; }

.DeedPlotsView {
  display: inline; }

#booking-form-steps .list-and-map-container {
  border: 1px solid rgba(0, 0, 0, 0.1); }
#booking-form-steps .layout--container {
  padding: 0; }
#booking-form-steps .module .module--default, #booking-form-steps .box-module .module--default, #booking-form-steps .module .box-module, #booking-form-steps .box-module .box-module {
  border: none;
  box-shadow: none;
  padding: 0; }

#BurialsItemPresenter_PlotDetails_PlotPicker_MapSearch_QuickSearch {
  max-width: 108px; }

/* Properties */
/*------------------------------------
	Text
*/
.-title {
  font-weight: 400; }

.-title-case, .title-case {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

.block-title {
  margin-bottom: 13.3px;
  margin-bottom: 0.83125rem;
  font-size: 1.3125em;
  color: white;
  line-height: 1.35714;
  position: relative; }
  @media only screen and (max-width: 64em) {
    .block-title {
      margin-bottom: 12.635px;
      margin-bottom: 0.78969rem; } }
  @media only screen and (max-width: 30em) {
    .block-title {
      margin-bottom: 11.97px;
      margin-bottom: 0.78969rem; } }
  .block-title:last-child {
    margin-bottom: 13.3px;
    margin-bottom: 0.83125rem; }
  @media only screen and (max-width: 64em) {
    .block-title {
      font-size: 1.24688em; } }
  @media only screen and (max-width: 30em) {
    .block-title {
      font-size: 1.18125em; } }
  .block-title span {
    color: #0C3A56;
    bottom: 0;
    font-size: inherit;
    left: 0;
    padding: 0 7px 0 0;
    top: 0; }
  .block-title h3 {
    display: inline;
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase; }

.-h1, .-h-zeta, .large-title {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 1.35714;
  font-weight: 300; }
  @media only screen and (max-width: 64em) {
    .-h1, .-h-zeta, .large-title {
      font-size: 2.07813em; } }
  @media only screen and (max-width: 30em) {
    .-h1, .-h-zeta, .large-title {
      font-size: 1.96875em; } }

.-h2, .-h-epsilon {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    .-h2, .-h-epsilon {
      font-size: 1.78125em; } }
  @media only screen and (max-width: 30em) {
    .-h2, .-h-epsilon {
      font-size: 1.6875em; } }

.-h3, .-h-delta {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    .-h3, .-h-delta {
      font-size: 1.48438em; } }
  @media only screen and (max-width: 30em) {
    .-h3, .-h-delta {
      font-size: 1.40625em; } }

.-h4, .-h-gamma, .medium-title {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    .-h4, .-h-gamma, .medium-title {
      font-size: 1.24688em; } }
  @media only screen and (max-width: 30em) {
    .-h4, .-h-gamma, .medium-title {
      font-size: 1.18125em; } }

.-h5, .-h-beta {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    .-h5, .-h-beta {
      font-size: 1.00937em; } }
  @media only screen and (max-width: 30em) {
    .-h5, .-h-beta {
      font-size: 0.95625em; } }

.-h6, .-h-alpha, .small-title {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.35714; }
  @media only screen and (max-width: 64em) {
    .-h6, .-h-alpha, .small-title {
      font-size: 0.83125em; } }
  @media only screen and (max-width: 30em) {
    .-h6, .-h-alpha, .small-title {
      font-size: 0.7875em; } }

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

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

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

.-small {
  font-size: 12px; }

.-quiet {
  color: #B1B1B1; }

ol.inline, ul.inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  ol.inline li, ul.inline li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 14px; }

.-label {
  font-weight: 400;
  color: #B1B1B1;
  margin-right: 7px; }

/*------------------------------------
	Frame
*/
.-padded {
  padding: 14px; }

.-rounded {
  border-radius: 4px; }

.-bordered {
  border: 1px solid #e8e8e8; }

.-no-padding {
  padding: 0; }

.-no-marg {
  margin: 0 !important; }

/*------------------------------------
	Backgrounds
*/
.-bg-brand {
  background-color: #0C3A56;
  color: white; }
  .-bg-brand a, .-bg-brand a:visited {
    color: white; }

.-bg-contrast {
  background-color: #29A6DB;
  color: white; }
  .-bg-contrast a, .-bg-contrast a:visited {
    color: white; }

.-bg-shade {
  background-color: rgba(0, 0, 0, 0.05); }

.-bg-tint {
  background-color: rgba(255, 255, 255, 0.5); }

/*------------------------------------
	Polish
*/
.-well {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1); }

.-raised {
  box-shadow: 0px 1px 3px #c2c2c2; }

.-textshadow {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }

.-brand-color-1 {
  color: #0C3A56; }

.-brand-color-2 {
  color: #29A6DB; }

/*------------------------------------
	Lists
*/
ul.-bulleted, ol.-bulleted, dl.-bulleted {
  list-style: disc; }
ul.-clean, ol.-clean, dl.-clean {
  list-style: none;
  margin-left: 0; }
  ul.-clean dd, ul.-clean li, ol.-clean dd, ol.-clean li, dl.-clean dd, dl.-clean li {
    margin-bottom: 6.65px;
    margin-bottom: 0.41563rem;
    margin-left: 0; }
    @media only screen and (max-width: 64em) {
      ul.-clean dd, ul.-clean li, ol.-clean dd, ol.-clean li, dl.-clean dd, dl.-clean li {
        margin-bottom: 6.3175px;
        margin-bottom: 0.39484rem; } }
    @media only screen and (max-width: 30em) {
      ul.-clean dd, ul.-clean li, ol.-clean dd, ol.-clean li, dl.-clean dd, dl.-clean li {
        margin-bottom: 5.985px;
        margin-bottom: 0.39484rem; } }
    ul.-clean dd:last-child, ul.-clean li:last-child, ol.-clean dd:last-child, ol.-clean li:last-child, dl.-clean dd:last-child, dl.-clean li:last-child {
      margin-bottom: 0; }
ul.-numerical, ol.-numerical, dl.-numerical {
  list-style: decimal; }
ul.-block li, ul.-block dt, ul.-block dd, ol.-block li, ol.-block dt, ol.-block dd, dl.-block li, dl.-block dt, dl.-block dd {
  padding: 7px 0; }

/*------------------------------------
	Layout
*/
.-row {
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden; }

.-half {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 50%; }

.-third {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 33.33333%; }

.-two-thirds {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 66.66667%; }

.-quarter {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 25%; }

.-three-quarters {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 75%; }

.-fifth {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 20%; }

.-two-fifths {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 40%; }

.-three-fifths {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 60%; }

.-four-fifths {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 80%; }

.-sixth {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 20%; }

.-five-sixths {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 20%; }

.-one {
  float: none;
  padding-left: 7px;
  padding-right: 7px;
  width: auto; }

@media only screen and (max-width: 64em) {
  .-lap-half {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 50%; } }

@media only screen and (max-width: 64em) {
  .-lap-third {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.33333%; } }

@media only screen and (max-width: 64em) {
  .-lap-two-thirds {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 66.66667%; } }

@media only screen and (max-width: 64em) {
  .-lap-quarter {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 25%; } }

@media only screen and (max-width: 64em) {
  .-lap-three-quarters {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 75%; } }

@media only screen and (max-width: 64em) {
  .-lap-fifth {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 20%; } }

@media only screen and (max-width: 64em) {
  .-lap-two-fifths {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 40%; } }

@media only screen and (max-width: 64em) {
  .-lap-three-fifths {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 60%; } }

@media only screen and (max-width: 64em) {
  .-lap-four-fifths {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 80%; } }

@media only screen and (max-width: 64em) {
  .-lap-sixth {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 16.66667%; } }

@media only screen and (max-width: 64em) {
  .-lap-five-sixths {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 83.33333%; } }

@media only screen and (max-width: 64em) {
  .-lap-one {
    float: none;
    padding-left: 7px;
    padding-right: 7px;
    width: auto; } }

@media only screen and (max-width: 30em) {
  .-palm-half {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 50%; } }

@media only screen and (max-width: 30em) {
  .-palm-third {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.33333%; } }

@media only screen and (max-width: 30em) {
  .-palm-two-thirds {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 66.66667%; } }

@media only screen and (max-width: 30em) {
  .-palm-quarter {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 25%; } }

@media only screen and (max-width: 30em) {
  .-palm-three-quarters {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 75%; } }

@media only screen and (max-width: 30em) {
  .-palm-fifth {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 20%; } }

@media only screen and (max-width: 30em) {
  .-palm-two-fifths {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 40%; } }

@media only screen and (max-width: 30em) {
  .-palm-three-fifths {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 60%; } }

@media only screen and (max-width: 30em) {
  .-palm-four-fifths {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 80%; } }

@media only screen and (max-width: 30em) {
  .-palm-sixth {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 16.66667%; } }

@media only screen and (max-width: 30em) {
  .-palm-five-sixths {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 83.33333%; } }

@media only screen and (max-width: 30em) {
  .-palm-one {
    float: none;
    padding-left: 7px;
    padding-right: 7px;
    width: auto; } }

.-ones {
  float: none;
  padding-left: 7px;
  padding-right: 7px;
  width: auto; }

.-halves {
  *zoom: 1; }
  .-halves:before, .-halves:after {
    content: " ";
    display: table; }
  .-halves:after {
    clear: both; }
  .-halves > * {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 50%; }
    .-halves > *:nth-child(2n+1) {
      clear: both; }

.-thirds {
  *zoom: 1; }
  .-thirds:before, .-thirds:after {
    content: " ";
    display: table; }
  .-thirds:after {
    clear: both; }
  .-thirds > * {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.33333%; }
    .-thirds > *:nth-child(3n+1) {
      clear: both; }

.-quarters {
  *zoom: 1; }
  .-quarters:before, .-quarters:after {
    content: " ";
    display: table; }
  .-quarters:after {
    clear: both; }
  .-quarters > * {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 25%; }
    .-quarters > *:nth-child(4n+1) {
      clear: both; }

.-fifths {
  *zoom: 1; }
  .-fifths:before, .-fifths:after {
    content: " ";
    display: table; }
  .-fifths:after {
    clear: both; }
  .-fifths > * {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 20%; }
    .-fifths > *:nth-child(5n+1) {
      clear: both; }

.-sixths {
  *zoom: 1; }
  .-sixths:before, .-sixths:after {
    content: " ";
    display: table; }
  .-sixths:after {
    clear: both; }
  .-sixths > * {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 16.66667%; }
    .-sixths > *:nth-child(6n+1) {
      clear: both; }

.col-1 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 8.33333%; }

.col-2 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 16.66667%; }

.col-3 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 25%; }

.col-4 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 33.33333%; }

.col-5 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 41.66667%; }

.col-6 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 50%; }

.col-7 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 58.33333%; }

.col-8 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 66.66667%; }

.col-9 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 75%; }

.col-10 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 83.33333%; }

.col-11 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 91.66667%; }

.col-12 {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 91.66667%; }

.-tight, .-matrix > * {
  padding-left: 0;
  padding-right: 0; }

.-pull-left {
  float: left; }

.-pull-right {
  float: right;  }

.-clearfix {
  *zoom: 1; }
  .-clearfix:before, .-clearfix:after {
    content: " ";
    display: table; }
  .-clearfix:after {
    clear: both; }

.-marg-bottom {
  margin-bottom: 14px !important; }

.-marg-bottom-half {
  margin-bottom: 7px !important; }

.-marg-right {
  margin-right: 14px !important; }

.-relative {
  position: relative; }

.-inline-block {
  display: inline-block; }

/*------------------------------------
	Disable hover for enhanced scrolling
	http://www.thecssninja.com/javascript/pointer-events-60fps
*/
.-disable-hover,
.-disable-hover * {
  pointer-events: none !important; }

/* States */

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

/* Vivek CSS */
.main-actions li {
	list-style: outside none none;
	margin-bottom: 10px;
	text-align: right;
}
.main-actions {
	left: -98%;
	margin: 0;
	position: absolute;
	top: 60px;
}
.export-actions .export {
	margin-bottom: 10px;
}
/*Select 2 Css*/
.contacts-dialog .select2{
	width:100% !important;
}
.select2-container{
	z-index:9999;
  min-width: 140px;
}
.fa.fa-trash,
.fal.fa-trash,
.fa.fa-history {
    background-color: #c71928;
    border-radius: 2px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
.-pull-left .button.remove,
.-pull-left .button[value="Delete"],
.-pull-left .btn.remove,
.-pull-left .btn[value="Delete"],
.-pull-left .btn[value^="Delete"],
.-pull-left input.remove[type="button"],
.-pull-left input[type="button"][value="Delete"]{
	background-color:transparent;
	border :0 none;
	border-radius: 0;
	box-shadow: none;
	color: #a2b3be;
}
.-pull-left .button.remove:hover,
.-pull-left .button[value="Delete"]:hover,
.-pull-left .btn.remove:hover,
.-pull-left .btn[value="Delete"]:hover,
.-pull-left input.remove[type="button"]:hover,
.-pull-left input[type="button"][value="Delete"]:hover
{
	color: #678293
}
#sales-cost,#sales-count{
	width:45%;
	float:left;
	margin-right: 30px;
}
#sales-table-costs,#sales-table-counts {
    float: left;
	margin-right: 30px;
    width: 45%;
}
#sales-table-costs table,#sales-table-counts table{
	overflow:scroll
}
.price-symbol > h3 {
    margin-bottom: 10px;
    text-align: center;
}
.right-border {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 10px;
}
.right-border .select2-container {
    z-index: 99;
}
.BurialsItemView .map-and-list .list-container {
    max-width: 460px;
}
.FeesItemView .select2-container {
    z-index: 999;
}
.BurialsItemView .map-and-list .list-container {
    max-width: 460px;
}

.hide {
    display: none;
}
/*Transription screen changes*/
th.number.integer {
    width: 150px;
}
.button.-primary.transcribe{
	background-color: #40bf3e;
    border: 1px solid #339832;
    border-radius: 4px;
    box-shadow: 0 2px 0 #339832;
    font-weight: 700;
    line-height: 37px;
    padding: 0 14px;
	color: #fff;
}
#transcribe-dialog-content{
	left: 10%;
	width: 80%;
	margin-left:0;
}
.add-user{
	border: 1px solid;
    border-radius: 4px;
    font-size: 20px;
    padding: 5px;
	text-decoration: none !important;
}
.rating a,
.zoom-buttons a,
.rotate-buttons a {
    border-radius: 100%;
    font-size: 20px;
    padding: 5px;
	color:#fff;
	margin-right: 5px;
}
.rating a.up {
    background-color: #A6D785;
}
.rating a.down {
    background-color: #9d261d;
}
.rating a:hover,
.rating a.selected{
	background-color:#29a6db;
}
.rotate-buttons a,
.zoom-buttons a {
    background-color: #678293;
}
.rotate-buttons a:hover, .zoom-buttons a:hover {
    background-color: #29a6db;
}
.col-md-4,
.col-md-3,
.col-md-1,
.col-md-12{
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	float:left;
}
.col-md-4 {
    width: 33.3333%;
	margin-bottom: 15px;
}
.col-md-3 {
    width: 25%;
	margin-bottom: 15px;
}
#transcribe-dialog-content select{
	padding:5px;
}

.left{
	width:100%;
	position:relative;
}
.viewer {
    -ms-touch-action: none;
}

.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #000;
    height: 28px;
    z-index: 5000;
}

/*noinspection CssUnknownTarget*/
.iviewer_cursor {
    cursor: url(img/hand.cur) 6 8, pointer;
}

/*noinspection CssUnknownTarget*/
.iviewer_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}
.viewer
{
	width: 660px;
	height: 500px;
	position: relative;
}
.button.-primary.transcribe.transcription-records {
    margin-bottom: 5px;
}
.transcribe-records li {
    display: inline-block;
	width: auto;
}
.list table tr td .btn.-small{
	background-color: #a2b3be ;
    border: 1px solid #849aa9 ;
    border-radius: 4px;
    box-shadow: 0 2px 0 #849aa9;
    color: white ;
	line-height: 18.5px ;
    min-height: 18.5px ;
    padding: 0 7px ;
	font-size: 0.875em;
}
.list table tr td .btn.-small {
  background-color: #a2b3be;
  border: 1px solid #849aa9;
  border-radius: 4px;
  box-shadow: 0 2px 0 #849aa9;
  color: white;
  line-height: 18.5px;
  min-height: 18.5px;
  padding: 0 7px;
}
 /*
  *  Book Library - move to scss before release!
  */
.book-library-book-cover h2 {
  margin-bottom: 0px;
}
.flipbook img{
  width:100%;
  height:100%;
}
.transcribe-records .btn.-small{
	white-space: normal;
}
.col-md-12{
	width:100%;
}
.col-md-1 {
    width: 8.33333%;
}
.navigation a {
    background-color: #678293;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    position: relative;
    top: 260px;
    z-index: 999;
}
.navigation a:hover {
    background-color: #29a6db;
}
.arrow-right.-pull-right {
    right: 22px;
}

td .view-burials{
	display:block;
}
.dropdown{
	margin:0 auto;
}
.dropdown li {
    list-style: outside none none;
	margin-bottom: 5px;
}
.width-60 {
    width: 60%;
}
.width-40 {
    width: 40%;
}
.loading.hide.transcribe
{
	left: 50%;
	position: absolute;
	top: 7%;
}
#transcribe-dialog-content .loading{
	left: 50%;
    position: absolute;
    top: 10%;
    z-index: 9999;
}
.BurialsItemView .map-and-list .list-container {
  max-width: 460px;
}
.hide {
    display: none;
}

/* Advance search css for plot picker*/
.search-panel ul{
	margin:0;
}
.search-panel ul li {
    display: inline;
}
.map-and-list .modal-box {
    left: 70%;
    right: 0;
}
.list-and-map-container.map-and-list .list-container .modal-box input,
.list-and-map-container.map-and-list .list-container .modal-box select{
   max-width: 100%;
}
.-marg-top {
    margin-top: 30px;
}
.dialog-width-80 {
  left: 10%;
  width: 80%;
  margin-left: 0;
}
.contacts-dialog select {
    width: 100%;
}

table .contacts-table {
  border: 1px solid rgba(0, 0, 0, 0.1);;
  border-radius: 1px;
}


th.active .arrow {
  opacity: 1;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}


.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 700px;
  height: 700px;
  overflow-y: auto;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
  max-width: 96%;
}

.modal-regular {
  height: 400px;
  width: 700px;
}

.modal-large {
  height: 600px;
  width: 900px;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * the following styles are auto-applied to elements with
 * v-transition="modal" when their visiblity is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter, .modal-leave {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.-marg-bottom-double {
  margin-bottom: 28px !important;
}

.-marg-bottom-3{
  margin-bottom: 3px !important;
}

#layerListPane{
  width:25%;
  height: 75%;
  position: absolute;
  overflow-y: auto;
  background-color: white;
  z-index: 1;
}
.esriLayer{
  background-color: #fff;
}
.esriLayerList .esriList{
  border-top:none;
}
.esriLayerList .esriTitle {
  background-color: #fff;
}
.esriLayerList .esriList ul{
  background-color: #fff;
}

.esriToggleControlBorder {
  border-top: 1px solid #57585A;
}

.map-location-info {
  position: absolute;
  left: 15px;
  bottom: 5px;
  background: #B1B1B1;
  z-index: 30;
}

.map-plot-count-info {
  position: absolute;
  left: 15px;
  bottom: 5px;
  background: #B1B1B1;
  z-index: 30;
}

.dijitMenuPopup {
  position: absolute;
  background: white;
}

.dijitMenuItemHover {
  background: #acdcf1;
}

#mapLoadStatus {
  background-color: black;
  color: white;
  padding: 3px;
  border: solid 3px white;
  border-radius: 5px;
  position: absolute;
  z-index: 100;
  top: 5px;
  right: 5px;
}

.fade-transition {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.fade-enter,
.fade-leave {
  height: 0;
  opacity: 0;
}
.alert.top {
  position: fixed;
  top: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.alert.top-right {
  position: fixed;
  top: 30px;
  right: 50px;
  z-index: 2;
}

/* style for date picker used in vue js components */
.datepicker-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index:998;
  top:0;
  left: 0;
  overflow: hidden;
  -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
            animation: fadein 0.5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */

/* Opera < 12.1 */

.cov-date-body {
  display: inline-block;
  background: #3F51B5;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  position: fixed;
  display: block;
  width: 400px;
  max-width: 100%;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.cov-picker-box {
  background: #fff;
  width: 100%;
  display: inline-block;
  padding: 25px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  width: 400px;
  max-width: 100%;
  height: 280px;
  text-align: start!important;
}

.cov-picker-box td {
  height: 34px;
  width: 34px;
  padding: 0;
  line-height: 34px;
  color: #000;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.cov-picker-box td:hover {
  background: #E6E6E6;
}

/* table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
} */

.day {
  width: 14.2857143%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #000;
  background: #fff;
  vertical-align: middle;
}

.week ul {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.week ul li {
  width: 14.2%;
  display: inline-block;
  text-align: center;
  background: transparent;
  color: #000;
  font-weight: bold;
}

.passive-day {
  color: #bbb;
}

.checked {
  background: #0C3A56;
  color: #FFF !important;
  border-radius: 3px;
}

.unavailable {
  color: #ccc;
  cursor: not-allowed;
}

.cov-date-monthly {
  height: 150px;
}

.cov-date-monthly > div {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  color: #fff;
  height: 150px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.cov-date-previous,
.cov-date-next {
  position: relative;
  width: 20% !important;
  text-indent: -300px;
  overflow: hidden;
  color: #0C3A56;
}

.cov-date-caption {
  width: 60%;
  padding: 50px 0!important;
  box-sizing: border-box;
  font-size: 24px;
  color: #0C3A56;
}

.cov-date-caption span:hover {
  color: #0C3A56;
}

.cov-date-previous:hover,
.cov-date-next:hover {
  background: rgba(255, 255, 255, 0.1);
}

.day:hover {
  background: #EAEAEA;
}

.unavailable:hover {
  background: none;
}

.checked:hover {
  background: #0C3A56;
}

.cov-date-next::before,
.cov-date-previous::before {
  width: 20px;
  height: 2px;
  text-align: center;
  position: absolute;
  background: #0C3A56;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  left: 50%;
  line-height: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cov-date-next::after,
.cov-date-previous::after {
  width: 20px;
  height: 2px;
  text-align: center;
  position: absolute;
  background: #0C3A56;
  margin-top: 6px;
  margin-left: -7px;
  top: 50%;
  left: 50%;
  line-height: 0;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cov-date-previous::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cov-date-previous::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.date-item {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  cursor: pointer;
}

.date-item:hover {
  background: #e0e0e0;
}

.date-list {
  overflow: auto;
  vertical-align: top;
  padding: 0;
}

.cov-datepicker {
  display: inline-block;
  padding: 6px;
  line-height: 22px;
  font-size: 16px;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-family: 'Roboto';
  color: #5F5F5F;
}

.cov-vue-date {
  display: inline-block;
  color: #5D5D5D;
}

.button-box {
  background: #fff;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-right: 20px;
}

.button-box span {
  cursor: pointer;
  padding: 10px 20px;
}

.watch-box {
  height: 100%;
  overflow: hidden;
}

.hour-box,
.min-box {
  display: inline-block;
  width: 50%;
  text-align: center;
  height: 100%;
  overflow: auto;
  float: left;
}
.hour-box ul,
.min-box ul{
  list-style: none;
    margin: 0;
    padding: 0;
}

.hour-item, .min-item {
  padding: 10px;
  font-size: 36px;
  cursor: pointer;
}
.hour-item:hover, .min-item:hover{
  background: #E3E3E3;
}
.hour-box .active, .min-box .active{
  background: #0C3A56;
  color: #FFF !important;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #E3E3E3;
}
::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 2px;
}

.current-page {
  -moz-border-radius: 5px/5px;
   -webkit-border-radius: 5px 5px;
   border-radius: 5px/5px;
   border:solid 2px #29A6DB;
   padding: 1px;
   width:8px;
   height:8px;
}


.tabs-clean {
  padding: 0px;
  background: #FFFFFF;
  border-width: 0px;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
}
.tabs-clean .ui-tabs-nav {
  background: transparent;
  border-width: 0px 0px 1px 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  padding: 4px 0;
}

.tabs-clean .ui-tabs-nav li{
  float:none;
}

.tabs-clean .ui-tabs-panel {
  margin: 0em 0.2em 0.2em 0.2em;
}

.tabs-clean .ui-widget-header{
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.tabs-clean .ui-state-default a, .tabs-clean .ui-state-default a:link, .tabs-clean .ui-state-default a:visited{
  color:#000000;
}

.tabs-clean .ui-tabs-nav .ui-state-default {
  background: transparent;
  border: 0;
  border-radius: 0px;
}

.tabs-clean .ui-tabs-nav .ui-state-default a {
  color: #B1B1B1;
}
.tabs-clean .ui-tabs-nav .ui-state-active a {
  color: #000000;
}

.tabs-clean .ui-widget-content a:not(.edit-model-field){
  color:#29A6DB;
}

.tabs-clean .pager a{
  color:black;
}

.tabs-clean .pager a:hover{
  background: #29A6DB;
  color:white;
}

.tabs-clean .pager a.selected{
  color:white;
}

.tabs-clean ui li{
  display: inline-block;
}

.transaction-table {
  font-size: 14px;
  font-weight: normal;
  max-height: 350px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

/*blue bg white text*/
.-left{
  float:left;
  margin: 0 5px;
}

.icon-label{
  line-height: 23px;
}


.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #0C3A56;
  margin-bottom: 8px;
  white-space: nowrap;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #29A6DB;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #29A6DB;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect__option--highlight {
background: #0C3A56;
outline: none;
  color: white;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #0C3A56;
  color: white;
}

.multiselect__option--disabled:hover,
.multiselect__option--disabled:focus {
  background: #A2B3BE;
}


.multiselect__tag-icon:after {
  content: "×";
  color: #A2B3BE;
  font-size: 14px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #A2B3BE;
}

.multiselect__spinner:before,
.multiselect__spinner:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #0C3A56 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.feesTotalGroup{
  float: none;
  height: 40px;
}

.feesTotalGroup .label{
  width:66% !important;
  color: #B1B1B1;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;

  float: left;
  padding-right: 14px;
  text-align: right;
  clear: both;
  width: 50%;
  margin-right: 0;
  margin-top: 9px;
  line-height: 19px;

}

.feesTotalGroup .totalAmount{
  float: left;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  width: 30%;
  line-height: 32.3px;

}

.contact-row
{
  margin-bottom: 0.875rem;
}

.remove-contact-button
{
  margin-right:10px !important;
}

.container-tab-header
{
  border:1px solid #e5e5e5;
  width: 100%;
  border:none;
  font-weight: bold !important;
}

.container-tab-header a
{
  font-weight: bold;
}

.layout-tab-panel
{
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 0px 99999px 0px;
  float: left;
  margin-bottom: -99999px;
}

.layout-tab-panel .ui-widget-content{
  background: #ffffff !important;
}

.layout-tab-sub-panel
{
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 5px 99999px 5px !important;
  float: left;
  margin-bottom: -99999px;
  background: rgba(0, 0, 0, 0.05);
}

.tab-container{
  padding:10px 20px !important;
  font-family: "Open Sans", sans-serif !important;
  clear: both;
  background-color: #ffffff !important;
}

.tab-container ._label
{
  width: 50% !important;
}

.tab-container ._fields
{
  width: 50% !important;
}

.tab-container .ui-widget-content a
{
  /* color: #ffffff !important; */
  color: #ffffff;
}

.tab-container .ui-widget-content table a
{
  /* color: #ffffff !important; */
  color: #29A6DB;
}

.tab-container ._fields a:not(.edit-model-field)
{
  color: #29A6DB !important;
}

/*
.tab-container td a
{
  color: #29A6DB !important;
}
*/

.tab-container .sub-section
{
  margin-top: 14px;
  padding-top: 14px;
}

.ui-widget-content
{
  background: #FFFFFF ;
}

.view-transaction-icon
{
  color: #29A6DB !important;
}

.white-text
{
  color: #ffffff !important;
}

.blue-text
{
  color: #29A6DB !important;
}

.no-resize
{
  resize: none;
}

.-width-500
{
  width: 500px;
}

.-margin-15-auto
{
  margin: 15px auto;
}

/* Set and select2 elements to have no z-index */
.select2{
  width:auto!important;
  z-index: 0;
}

/* Contract Fee Changes */

.counter-bubble {
  border: 1px solid grey;
  padding: 1px 6px;
  background: red;
  color: white;
  font-weight: bold;
  width: 18px;
  border-radius: 12px;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 9px;
}

/* Data Table changes*/

.v-table table {
  width: 100%;
  border-collapse: collapse;
}
.v-table table thead th {
    position: relative;
    padding: 5px 9px;
    text-align: left;
    /* linear-gradient(to bottom, #0C3A56 0%, #29A6DB 100%); */
    font-weight: bold;
    background: rgba(0, 0, 0, 0.15);
    font-weight: bold;
    color: #565656;
}
.v-table table thead th th.active {
      color: #29A6DB;
}
.v-table table thead th th.active .arrow {
      opacity: 1;
}
.v-table table thead th .arrow {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      margin-left: 5px;
      opacity: 0.66;
}
.v-table table thead th .arrow.asc {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid #fff;
}
.v-table table thead th .arrow.dsc {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #252525;
}
.v-table table tbody tr {
    background-color: #fff;
}
.v-table table tbody tr td {
      text-align: left;
      padding: 10px 8px;
}
.v-table table tbody tr:nth-child(odd) {
      background-color: #f9f9f9;
}

/* Bugged rule below. Missing nth-child parameter. Will Not match anything */
/*.v-table table tbody tr:nth-child(odd) td:nth-child() {*/
/*        background-color: #f0ebeb;*/
/*}*/
.v-table table tbody tr:nth-child(even) {
      background-color: #F1F1F2;
}
/* Bugged rule below. Missing nth-child parameter. Will Not match anything */
/*.v-table table tbody tr:nth-child(even) td:nth-child() {*/
/*        background-color: #fafafa;*/
/*}*/
.v-table .v-table-header, .v-table .v-table-footer {
  display: table;
  height: 40px;
  width: 100%;
  line-height: 40px;
}
.v-table .v-table-header::after, .v-table .v-table-footer::after {
    content: '';
    clear: both;
}
.v-table .v-table-header-count {
  float: left;
  padding-left: 10px;
}
.v-table .v-table-header-search {
  float: right;
  padding-right: 10px;
}
.v-table .v-table-footer {
  margin-top: 10px;
}
.v-table .v-table-footer-info {
    float: left;
    padding-left: 10px;
}
.v-table .v-table-footer-page {
    font-size: 0;
    float: right;
    padding-right: 10px;
}
.v-table .v-table-footer-page span {
      display: inline-block;
      font-size: 1rem;
      padding: 10px 15px;
}
.v-table .v-table-footer-page-btn {
      display: inline-block;
      height: 40px;
      box-sizing: border-box;
      padding: 0px 15px;
      line-height: 40px;
      text-decoration: none;
      color: #000;
      border-radius: 2px;
      font-size: 1rem;
      border: 1px solid #ddd;
}
.v-table .v-table-footer-page-btn:hover {
        color: white;
        border-top: 1px solid #B1B1B1;
        border-bottom: 1px solid #B1B1B1;
        background-color: #B1B1B1;
}
.v-table .v-table-footer-page-btn:nth-last-child(1) {
        margin-right: 0;
}
.v-table .v-table-footer-page-btn.disabled {
        cursor: default;
        color: #666;
}
.v-table .v-table-footer-page-btn.disabled:hover {
          color: #666;
          background-color: transparent;
          border: none;
}
.v-table .v-table-footer-page-btn.current {
  color: white;
  border: 1px solid #979797;
  background-color: #29A6DB;
  background: linear-gradient(to bottom, #B1B1B1 100%, #29A6DB 0%);
}

.burial-fees .v-table-header{
      margin-bottom: 8px;
}
.bold{
  font-weight: bold;
}

.sweet-alert input {
  display: none;
}

.-clear-both{
  clear: both;
}

.-clear-left {
  clear: left;
}

.-clear-right {
  clear: right;
}

.-top-container{
  min-height: 20px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.multiselect__input{
  border: none !important;
  width: 100% !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset !important;
}

.error-symbol{
  color: red;
  margin-left: 10px;
}

.orange-text{
  color: orange;
}

.error-text, .required-text{
  color: red;
}

.green-text{
  color: #40BF3E;
}

.blue-text{
  color: #29A6DB;
}

.delete-item{
  color: #a2b3be;
  font-weight: 700;
  padding: 0 10px;
  white-space: nowrap;
  margin-bottom: 2px;
  font-family: sans-serif;
  cursor: pointer;
}

.edit-item {
  background-color: #29A6DB;
  border-radius: 2px;
  color: #fff;
  padding: 5px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 2px;
  /*font-family: sans-serif;*/
  cursor: pointer;
}



/* Multi Contact Changes */
.contact-selected {
  background-color: #337ab7;
}

.contact-li, .contact-add-btn {
  margin:0 5px 0 0;
}

.contact-li span {
  background-color: #B1B1B1;
  background-image: -webkit-linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border-radius: 4px;
  border: 1px solid #B1B1B1;
  font-size: 12px;
  padding: 3px 3px;
  position: relative;
  line-height: 19px;
}

.contact-li span a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
  font-family: SSStandard !important;
  font-size: 12px;
  padding: 0px 5px;
}

.contact-li span em {
  color: white;
  background-color: #29A6DB;
  margin: 1px 1px 0 4px;
}

.contact-loader {
  margin: auto;
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body.popup-open {
  overflow: hidden;
}

.transaction-link a{
  color: #29A6DB !important;
}

.tab-notification{
  color: red;
  top: 0px;
  position: absolute;
  padding-left: 5px;
}

.swal2-modal .swal2-spacer{
  background: transparent;
}

.swal2-confirm{
  background-color: #29A6DB !important;
  border-left-color: #29A6DB !important;
  border-right-color: #29A6DB !important;
}

.swal2-700{
  width: 700px !important;
}

.swal2-800{
  width: 800px !important;
}

.swal2-900{
  width: 900px !important;
}

.swal2-content .body{
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
}

.swal2-content .label{
  color: #B1B1B1;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  width: 40%;
  text-align: right;
  padding-right: 14px;
  clear: both;
  margin-right: 0;
  margin-top: 9px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif !important;
    float: left;

}

.swal2-content .fields{
  font-size: 12px;
  width: 60%;
  text-align: left;
  float: right;
  margin-left: 0;
  margin-right: 0;
  line-height: 40.3px;
  position: relative;
  font-family: "Open Sans", sans-serif !important;
}

.swal2-content ._label{
  width:50% !important;
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
}

.swal2-content ._fields{
  width:50% !important;
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
  line-height: 36.3px;
}

.swal2-popup .swal2-actions{
  z-index: 0;
}

  .swal2-icon.swal2-question {
    font-size: 20px !important;
  }

.clear-both{
  clear: both;
}

.half-width-auto{
    width: 50% !important;
    margin: 0 auto !important;
}

/**
* Auto Payment Styles
**/

#SelectFileContainer h3,
#UploadingContainer h3{
    text-align: center;
}

#SelectFileContainer .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#SelectFileContainer .inputfile + label {
    font-size: 1.00em;
    font-weight: 700;
    color: white;
    background-color: #40BF3E;
    display: inline-block;
    text-transform: none;
    padding: 10px 20px;
    border: 1px solid #339832;
    border-radius: 4px;
    box-shadow: 0 2px 0 #339832;
    margin-bottom: 2px;
    color: white;
    margin:0 auto;
}

#SelectFileContainer .inputfile:focus + label,
#SelectFileContainer .inputfile + label:hover {
    background: #267225;
    border-color: #194b19;
    box-shadow: 0 2px 0 #267225;
    color: white;
}

#SelectFileContainer .inputfile + label {
    cursor: pointer;
}

#SelectFileContainer .inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#SelectFileContainer .selected-file-container{
    width: 100%;
    padding: 20px;
}

#SelectFileContainer .selected-file-container label{
    width: 50%;
    float: left;
    text-align: right;
    line-height: 20px;
}

#SelectFileContainer .selected-file-container span{
    width: 50%;
}

#SelectFileContainer .select-file-container{
    width:100%;
    margin: auto;
    text-align: center;
}

#SelectFileContainer .file-actions-container
{
    text-align: center;
    display: none;
}

.-secondary{
    background-color: #29A6DB;
    border: 1px solid #1e87b3;
    box-shadow: 0 2px 0 #1e87b3;
}

.-secondary:hover{
    background: #176687;
    border-color: #0f455c;
    box-shadow: 0 2px 0 #176687;
}

#UploadingContainer{
    text-align: center;
    display: none;
}

#UploadingContainer .loading-icon,
#UploadedFileActions .loading-icon,
#UploadedFileActions .error-icon,
#ProcessingBatchContainer .loading-icon
{
    font-size: 100px;
    padding: 20px;
    text-align: center;
}

#ProcessedBatchContainer table{
  margin: 20px 0;
}


#ProcessingBatchContainer{
  text-align: center;
}

#UploadedBatchContainer{
    display: none;
}

#UploadedBatchContainer .process-payments-action-container{
    text-align: center;
    padding: 20px 0;
}

#UploadedFileActions{
  text-align: center;

}


/**
* Styles for the diary used to book event in a sweetAlert box
*/
#diarySweetAlert{
  width: 100%;
}

#diarySweetAlert .calendar-placeholder-icon
{
  font-size: 130px;
  padding: 40px 0;
}

#diarySweetAlert .calendar-placeholder-text,
.sweet-alert-wait-text
{
  font-size: 20px;
}

#diarySweetAlert .previous-date, #diarySweetAlert .next-date{
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
}

#diarySweetAlert .day-header{
  text-transform: uppercase;
  font-size:14px;
}

#diarySweetAlert .day-date{
  font-weight: normal;
  font-size:10px;
}

#diarySweetAlert td {
  border: 1px solid white;
}

#diarySweetAlert .time-slot{
  color:white; background-color: #29A6DB; font-size:10px;
}

#diarySweetAlert .available-slot{
  background-color: #29A6DB;
  cursor: pointer;
}

#diarySweetAlert .available-booked-slot{
  background-color: #2D3D67;
  cursor: pointer;
}

#diarySweetAlert .selected-slot
{
  background-color: #40BF3E;
  cursor: pointer;
}

#diarySweetAlert .unavailable-slot{
  background-color: #c2c2c2;
}

#diaryMessage{
  padding: 20px 0;
}

#diaryMessage .overbook-message{
  font-size: 1.5em;
  padding: 20px 60px;
}

#diaryMessage .action-button{
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px;
  display: inline-block;
}

#diaryMessage .confirm{
  background-color: #29A6DB !important;
  border-left-color: #29A6DB !important;
  border-right-color: #29A6DB !important;
}

#diaryMessage .cancel{
  background-color: rgb(170, 170, 170);
}

#diarySweetAlert .more-slots-button {
  background-color: #0C3A56;
  cursor: pointer;
  color: #ffffff;
}

.swal2-container .loading-icon
{
  font-size: 60px;
  padding: 10px;
}


#AllocatePlots{
  padding: 10px 0;
  width: 460px;
  table-layout: fixed;
}

#AllocatePlots .col{
  width: 230px;
  float: left;
  min-height: 150px;
}

#AllocatePlots .col:first-child{
  border-right: 1px solid rgb(170, 170, 170);
}

#AllocatePlots .col:nth-child(2){
  border-left: 1px solid rgb(170, 170, 170);
}

#AllocatePlots .col .header{
  border-bottom: 2px solid rgb(170, 170, 170);
}

#AllocatePlots .col .accept-container{
  padding: 0px 0 10px 0;
  width:90%;
  margin: 0 auto;
}

#AllocatePlots .draggable{
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 0;
  margin: 10px 0;
  font-family: sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

#AllocatePlots th, #AllocatePlots td{
  width: 230px;
  text-align: center;
}

#AllocatePlots th:first-child,
#AllocatePlots td:first-child{
  border-right: 2px solid rgb(170, 170, 170);
}

#AllocatePlots th{
  border-bottom: 2px solid rgb(170, 170, 170);
}


.add-new-item-icon{
  background-color: #29A6DB;
  border-radius: 2px;
  color: #fff;
  padding: 5px 10px;
  line-height: 32px;
}

.btn-standard-primary, .list table tbody tr td > .btn-standard-primary{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block !important;
  vertical-align: baseline !important;
  zoom: 1 !important;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700 !important;
  background-color: #40BF3E !important;
  color: white !important;
  cursor: pointer !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: 37px !important;
  min-height: 37px !important;
  padding: 0 14px !important;
  white-space: nowrap;
  margin: 0 !important;
  border: 1px solid #339832 !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 0 #339832 !important;
  margin-bottom: 2px !important;
  color: white !important;
}

.list table tbody tr td > .btn-standard-primary:hover
{
  background: #267225 !important;
  border-color: #194b19 !important;
  box-shadow: 0 2px 0 #267225 !important;
  color: white !important;
  text-decoration: none !important;
}

.list table tbody tr td > .btn-standard{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  background-color: #A2B3BE;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  line-height: 37px;
  min-height: 37px;
  padding: 0 14px;
  white-space: nowrap;
  margin: 5px;
  border: 1px solid #849aa9;
  border-radius: 4px;
  box-shadow: 0 2px 0 #849aa9;
  margin-bottom: 2px;
  color: white;
}

.list table tbody tr td > .btn-standard:hover {
  background: #678293;
  border-color: #526775;
  box-shadow: 0 2px 0 #678293;
  color: white;
  text-decoration: none;
}

.max-120{
  max-width:120px;
}

.class-menu-image {
  width: 32px;
  height: 32px;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
}

.ui-tabs .ui-tabs-nav li.narrow-space{
  margin: 1px .1em 0 0 !important;
}

.notes .actions-header{
  padding: 5px 0;
  width:100%;
  line-height: 30px;
  height: 30px;
}

.notes .actions-header .left,
.notes .list .note .note-header .left,
.notes .new-note .left{
  float: left;
}

.notes .actions-header .right,
.notes .list .note .note-header .right,
.notes .new-note .right{
  float: right;
}

.notes .new-note label,
.notes .note-edit label{
  float: left;
  line-height: 23px;
}

.notes .actions-header .add-note{
  font-size: 30px;
  color: #40BF3E;
  cursor: pointer;
}

.notes .actions-header select,
.notes .actions-header input,
.notes .new-note textarea,
.notes .new-note input[type="checkbox"],
.notes .new-note select,
.notes .new-note input[type="text"],
.notes .note-edit input[type="text"],
.notes .note-edit input[type="checkbox"],
.notes .note-edit textarea
{
  margin-left: 10px !important;
}

.notes .new-note input[type="text"]{
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}

.notes .list{
  padding: 10px 0;
}

.notes .list .note{
  padding: 10px;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.notes .list .document-note{
  background-color: antiquewhite;
}

.notes .list .note .note-header,
.notes .new-note .note-header{
  padding: 10px 10px;
  border-bottom: 3px solid #dddddd;
  display: inline-block;
  width: 100%;
}

.notes .list .note .note-header .note-type{
  font-weight: bold;
}

.notes .list .note .note-header .note-creator{
  font-size: 12px;
}

.notes .new-note .note-header{
  padding: 10px 10px;
  border-bottom: 3px solid #dddddd;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.notes .note-header .note-actions{
  text-align: right;
}


.notes .list .note .note-body,
.notes .new-note .note-body,
.notes .note-edit{
  padding: 10px;
  white-space: pre-line;
}

.notes .new-note{
  padding: 10px;
  border: 1px solid #dddddd;
  margin: 20px 0;
}

.notes .new-note textarea,
.notes .note-edit textarea{
  border:1px solid #dddddd;
  width:100%;
  padding:3px;
  height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 !important;
}

.notes .pin-document-note{
  margin: 0 10px;
  cursor: pointer;
}
.notes .pin-document-note .pin-note{
  background-color: #40BF3E;
  border-radius: 2px;
  color: #fff;
  padding: 5px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 2px;
  cursor: pointer;
}

.notes .pin-document-note .pin-note-icon{
  font-size: 9px;
  z-index: 1000;
  margin-left:-15px;
  color: white;
}

.notes .migration-note,
.notes .imported-note{
  font-size: 12px;
  text-align: right;
  font-size: 12px;
}

.class-menu-image {
  width: 32px;
  height: 32px;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}
/* Slider styles */

.switch {
  position: relative !important;
  display: inline-block !important;
  width: 60px !important;
  height: 34px !important;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #29a6db;
}

input:focus + .slider {
  box-shadow: 0 0 1px #29a6db;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.homepage-banner {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .animation-container video,
.touch .animation-container video {
  display: none;
}
.no-video .animation-container .animation,
.touch .animation-container .animation {
  display: block !important;
}
.animation-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.animation-container .animation img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.animation-container .mask {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.animation-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.animation-container video.fillScreen {
  width: 100%;
}

.error-video-mask {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
   z-index: 1;
}

.error-video-container {
  position: relative;
  z-index: 50;
  background-color: transparent;
  color: #fff;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.error-video-container .contents {
  margin: auto;
  text-align: center;
  max-width: 900px;
  vertical-align: middle;
}

.error-video-container .contents .error-icon {
  font-size: 10rem;
}

.error-video-container .contents .error-title {
  font-size: 3rem;
}

.error-video-container .contents p {
  font-size: 1.5rem;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.75);
}

.-float-left{
  float: left;
}
.unlinkedPlotsTable {
  height: 100%; /* 100% Full-height */
  width: auto;
  position: absolute;
  background: white;
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  top: 47px;
}

.unlinkedPlotsTable h3 {
  text-align: center;
  padding: 10px 0;
}

#editModeToolbar{
  background-color: #003e78;
  color: white;
  width: 100%;
  padding: 5px 20px;
  margin: 0 auto;
}
#editModeToolbar .outer-container{
  position: relative;
  line-height: 35px;
}
#editModeToolbar .link-logo{
  left: 0;
    padding: 0px 14px 14px 0;
}

#editModeToolbar .list--nav {
  font-weight: 500;
  margin-bottom: 0;
}

#editModeToolbar .list--nav .-is-selected a {
  background-color: #29A6DB;
  color: white;
}

#editModeToolbar .list--nav a{
  color: #FFFFFF;
}

#editModeToolbar .list--nav a span{
  padding-left: 5px;
}

#UnlinkedPlotsContainer{
  min-width: 250px;
  padding-bottom: 80px;
}

.active-linking{
  background: #29a6db;
  color: white;
}

.link-complete{
  background: #003e78;
  color: white;
}

.active-linking a, .link-complete a{
  color: white;
}

.unlinkedPlotsTableResults td:nth-child(2){
  min-width: 40px;
  text-align: center;
}

.select-section-disabled{
  cursor: pointer;
}

#TotalLinkedContainer{
  clear: both;
  padding: 15px 0 0;
  font-weight: 400;
}

#EditModeContainer{
  padding-right: 20px;
}

#LockSelect{
  color: #0C3A56;
}

#ViewOverlaySmall{
  background-color: rgba(51, 51, 51, 0.95) !important;
  color: white !important;
  border: none !important;
  overflow: visible !important;
  max-height: inherit !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 25px;
  z-index: 50;
  display: none;
  font-size: 1.5em;
}

#ViewOverlaySmall a{
  text-decoration: none;
  color: white !important;
}

.section-loading{
  padding: 10px;
  text-align: center;

}

.section-loading .message{
  padding-top: 10px;
}

.dialog-container{
  z-index: 99;
  position: fixed;
}

.map-container-outline {
  background: transparent;
  border: 1px solid #e5e5e5;
}

.tab-container-header{
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom: 10px;
}

.tab-container-header .sub-header{
  font-style: italic;
  font-size: 0.5em;
  font-weight: normal;
}

.edit-model-field,
.edit-contract-owners,
.edit-field-btn,
.edit-field-btn-click,
.edit-problematic-categories,
.edit-plot-sale-required {
  margin-top:-5px;
  margin-left: 15px;
}

.results-container{
  padding: 10px 0;
}
.button-icon {
  padding-right: 10px;
}

@keyframes blink {
  /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
  0% {
    opacity: .2;
  }
  /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
  20% {
    opacity: 1;
  }
  /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
  100% {
    opacity: .2;
  }
}

.saving-animation span {
  animation-name: blink;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  padding: 0 10px;
}

.saving-animation span:nth-child(2) {
  animation-delay: .4s;
}

.saving-animation span:nth-child(3) {
  animation-delay: .8s;
}

.saving-animation span:nth-child(4) {
  animation-delay: 1.2s;
}

.saving-animation span:nth-child(5) {
  animation-delay: 1.6s;
}

.-alert-radio-container {
  color: #B1B1B1;
  display: block;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: bold;
}

.note-more-button {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.width-auto{
  width: auto;
  max-width:none !important;
}

/* plot-Tooltip container */

.plot-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* plot-Tooltip text */
.plot-tooltip .plot-tooltiptext {
  font-weight: normal;
  font-size: 12px;
  visibility: hidden;
  width: 200px;
  background-color: #29A6DB;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1000;
  left: -10px;
  top: 20px;
  border: 2px white;
  -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.5)
}

/* Show the tooltip text when you mouse over the plot-tooltip container */
.plot-tooltip:hover .plot-tooltiptext {
  visibility: visible;
}

/**
* login styling added by cmck
*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #003e78 !important;
}
.login-lbl {
  color: #003e78;
}
.warn-lbl {
  color: #003e78;
  text-align: center;
}
.msg-lbl {
  color: #003e78 !important;
}

/* Separate standard and sso login */
.login-separator {
  display: flex;
  line-height: 1em;
  color: grey;
  margin-top: 1.5em;
  margin-bottom: 1.0em;
}

.login-separator::before, .login-separator::after {
  content: '';
  display: inline-block;
  flex-grow: 1;
  margin-top: 0.5em;
  background: lightgrey;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  }

/* Sign in with Google logo */
.sso-logo-google {
  max-width: 85%;
  min-height: 60px;
  margin-left: 7.5%;
  background: url("/static/images/sso/google_signin_light.png") no-repeat;
  background-size: 100%;
  background-position-x: center;
  image-rendering: -webkit-optimize-contrast;
  cursor: pointer;
}

/* Sign in with Google logo when hovered */
.sso-logo-google:hover {
  background: url("/static/images/sso/google_signin_dark.png") no-repeat;
  background-size: 100%;
}

/* Pre-load the google sso hover image to prevent loading flicker */
.sso-logo-google-preload
{
    width: 0px;
    height: 0px;
    background-image: url("/static/images/sso/google_signin_dark.png");
}

/* Sign in with Microsoft logo */
.sso-logo-microsoft {
  max-width: 84%;
  min-height: 50px;
  margin-left: 8%;
  background: url("/static/images/sso/ms_signin_light.svg") no-repeat;
  background-size: 100%;
  background-position-x: center;
  cursor: pointer;
}

/* Sign in with Microsoft logo when hovered */
.sso-logo-microsoft:hover {
  background: url("/static/images/sso/ms_signin_dark.svg") no-repeat;
  background-size: 100%;
}

/* Pre-load the microsoft sso hover image to prevent loading flicker */
.sso-logo-microsoft-preload
{
    width: 0px;
    height: 0px;
    background-image: url("/static/images/sso/ms_signin_dark.svg");
}

.login-input > input {
  background-color: white !important;
  color: #003e78;
  font-weight: 700;
}
.login-input > input:focus{
  outline: none;
}
.login-btn-container > input {
  background-color: #003e78;
  color: white !important;
  font-size: 16px;
  cursor: pointer;
  padding: 4px 45px;
  margin: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.login-btn-container > input:hover, input:active{
  background-color: #00abcd;
  color: white;
}
.login-icons {
  color: #00abcd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-radius: 0;
  background-color: white;
}
/**
* Reset password styling added by cmck
*/
.reset-pw-header {
  color: white !important;
  background-color: #003e78 !important;
}
.reset-pw-input > input {
  background-color: white !important;
  color: #003e78;
  font-weight: 700;
  width: 85%;
}
.reset-pw-header {
  color: white !important;
  background-color: #003e78 !important;
}
.bc-red {
  border-color: red;
}
/*
* Fixed sidebar menu styling added by cmck
*/
.top-nav {
    border: none;
    height: 55px;
    width: 100%;
    background-color: white;
    overflow-x: hidden;
}
/* .sidebar {
    border: none;
    height: 100%;
    width: inherit;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #003e78;
    overflow-x: auto;
    overflow-y: auto;
}
.sidebar > ul > li {
  background-color: #003e78;
  border: 0 !important;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item:hover,
.list-group-item:hover > a {
  background-color: #00abcd;
  color:white !important;
}
.sidebar > ul > li > a{
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
} */

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #003e78;
  min-height: 100vh;
  width: 160px;
  padding: 0;
  margin: 0;
  overflow-y: visible;
  z-index: 2;
  padding-top:60px;
}

.sidebar-open .sidebar {
  transform: translate3d(0, 0, 0);
  transition: width 300ms ease;
}

.sidebar .control-link{
  white-space: nowrap;
}

@media screen and (max-width: 1087px) {
  .sidebar {
    transform: translate3d(-160px, 0, 0);
  }
}

.sidebar-open .main-content {
  margin-left: 160px;
}

@media screen and (max-width: 768px) {
  .main-content {
    margin-left: 0;
  }
}


.sidebar-open .sidebar-slim + .main-content {
  margin-left: 66px;
}

.sidebar-open .pinned+ .main-content {
  margin-left: 66px;
}

@media screen and (max-width: 1087px) {
  .main-content {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1087px) {

  .sidebar-open .sidebar + .main-content {
    -ms-transform: translateX(160px);
    transform: translateX(160px);
  }

  .sidebar-open .sidebar-slim + .main-content {
    -ms-transform: translateX(66px);
    transform: translateX(66px);
  }
}

.sidebar-slim {
  width: 66px;
}

@media screen and (max-width: 1087px) {
  .main-content {
    transform: translate3d(-150px, 0, 0);
  }
}

.main-content {
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1024px) {
  .main-content {
    /* margin-left: 160px; */
  }
}

.sidebar + .sidebar-open {
  /* -ms-transform: translateX(160px); */
  /* transform: translateX(160px); */
  margin-left: 160px;
}

.sidebar-slim + .sidebar-open {
  /* -ms-transform: translateX(160px);*/
  /* transform: translateX(160px); */
  margin-left: 66px;
}

/*noinspection CssInvalidPropertyValue*/
.side-bar-menu-list {
  font-family: 'proxima-nova', sans-serif;
  width: inherit;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x:hidden;
  -ms-overflow-style: none;
  -webkit-font-smoothing: auto;
}

.side-bar-menu-list::-webkit-scrollbar {
  width: 0 ! important
}

.side-bar-menu-list > li a {
  padding: 0.6em;
  position: relative;
}

.has-submenu {
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar-slim .has-submenu{
  display: none;
}

.side-bar-menu-list > li a:hover,
li:active a {
  background-color: #3B6A97;
}

.side-bar-menu-list > .active a:hover {
  background-color: #F4F5F9 !important;
}

.sidebar-slim .side-bar-menu-list > li:not(:first-child) a:hover,
.sidebar-slim li:not(:first-child):active a {
  border-radius: 3px;
}

.pad-img {
  padding: 2%;
  margin: 1%;
}

.control-link {
  font-size: 16px;
  font-weight: 400;
}

.pb-logo{
  position: absolute;
  top:0;
  left:0;
  right:0;
}

.pb-logo a{
  padding:.8em;
}

.sidebar .small-logo {
  display: none;
}

.sidebar-slim .small-logo {
  display: block;
}

.sidebar-slim .full-logo {
  display: none;
}

.sidebar .icon {
  font-size: 18px;
  margin: 0 5px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  top:0;
}

.sidebar-slim .icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 0;
}

.control-link > a {
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.active .control-link a {
  color: #003E78 !important;
}

.toggle-notch .control-link a{
  color: white !important;
}

.sidebar-slim .control-link > a {
  display: inline-block;
}

.sidebar-slim .control-link .hero-brand {
  display: block;
  padding: 1em;
}

.sidebar-slim .hero-brand img {
  max-height: 30px;
  display: block;
  margin: 0 auto;
}

.round-button {
  width: 20%;
}
.round-button-circle {
  background: #3f5d6f;
}
.round-button-circle:hover {
  background: #29a6db;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.round-button a {
  display: block;
  float: left;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: white;
  font-family: Verdana;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

.sidebar-tooltip {
  position: relative;
}

.sidebar-tooltip .sidebar-tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 3px 7px;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 60px;
  opacity: 0;
  transition: opacity 0.5s;
  font-weight: 400;
  font-size: 14px;
}

.sidebar-slim .link-name {
  display: none;
}

.sidebar-slim .sidebar-tooltip:hover .sidebar-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.sidebar-slim li {
  text-align: center;
}

/* Sidebar Notch */


.toggle-notch {
  height: auto;
  background: #002d57;
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -17px;
  opacity: 0.2;
  border-radius: 0 3px 3px 0;
  padding: 7px 4px;
  z-index: 1000;
  transition: all 300ms;
  cursor: pointer;
  height:35px;
  width:22px;
}

.toggle-notch.active{
  opacity:1;
}

.toggle-notch .icon {
  margin: 0;
  font-size: 14px;
}

.sidebar:hover .toggle-notch {
  opacity: 1;
}

.icon.is-small {
    height: 1rem;
    width: 1rem;
}

.content {
  overflow-y: scroll;
  overflow-x:hidden;
  background-color: #f5f8fa;
}
/**
* dropDown styling
*/
/* Style The Dropdown Button */
.dropbtn {
    cursor: pointer;
    background-color: inherit;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    right: 10px;
    position: fixed;
    background-color: #f9f9f9;
    opacity: 1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

/* Links inside the dropdown */
.dropdown-content a {
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* The container <div> - needed to position the dropdown content */
.bm-btn {
  color:#003E78;
  font-size:22px;
}
.burger-menu {
    overflow-y: auto!important;
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.burger-menu-content {
    display: none;
    left: 5px;
    top:28px;
    position: fixed;
    background-color: #003E78;
    min-width: 160px;
    height: 90%;
    overflow-y: scroll;
    z-index: 100;
}
.burger-menu-content > ul > li{
    background-color: #003E78;
    border-radius: 0 !important;
    border: none;
}

.burger-menu-content > ul > li:first-child,
.burger-menu-content > ul > li:last-child,
.sidebar > ul > li:first-child,
.sidebar > ul > li:last-child {
  border-radius: 0 !important;
}

/* Links inside the dropdown */
.burger-menu-content a {
    text-decoration: none;
    display: block;
    color:white!important;
    margin: 2%;
}
.bm-txt {
  font-weight: 700;
  font-size:  18px;
}
.bm-btn {
  box-shadow: none;
}

.active-txt {
  background-color: #F4F5F9 !important;
}

.active-txt > a{
    color: #003E78 !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.burger-menu:hover .burger-menu-content {
    display: block;
}
/**
* Login form style added by cmck
*/
#LoginPresenter_Username, #LoginPresenter_Password {
  width: 100%;
}
/**
* Keeping the panels the same size (decent responsively but not perfect) added by cmck
*/
.equal-panel1 {
  min-height:175px;
}
.equal-panel2 {
  min-height:105px;
}
.equal-panel3 {
  min-height:130px;
}
/**
* Utilities added by cmck
*/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
/* Helper Classes */

/* Helper classes */

.relative {
  position: relative;
}

.rounded {
  border-radius: 3px;
}

.rounded-full {
  border-radius: 100%;
}

.inline-block {
  display: inline-block;
}

.middle {
  vertical-align: middle;
}

.flex {
  display: flex;
}

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

.justify-center {
    justify-content: center;
}

.truncate {
  width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shadow,
.box {
  box-shadow: 0 2px 4px rgba(45, 62, 80, 0.05);
  border: 0 !important;
}
.shadow-medium {
  box-shadow: 0 1px 5px rgba(45, 62, 80, 0.12);
}

.text-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.avatar {
  margin-right: 15px;
}

.capacity-container {
  padding: 3px 0;
  display: flex;
  flex-direction: row;
}

.capacity-container span {
  margin: auto;
}

.capacity-container span:first-of-type {
  width: 20px;
  text-align: center;
}

.capacity-container span i {
  padding: 0 3px 0 0;
  display: inline;
  font-size: 14px;
}

.-anchor{
  display:block;
}

.active-link {
  position: relative;
}

.active-link:active{
  bottom: 3px;
}

.medium {
  font-size:16px;
}

/**
* Modal
*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header {
    padding: 20px;
    background-color: whitesmoke;
    color: #363636;
}

.modal-body {padding: 20px;}

.modal-footer {
    padding: 20px;
    background-color: whitesmoke;
    color: #363636;
}
#dialog-contact-form{
  position: relative !important;
  /*width: 100%!important;*/
  width: 70vw !important;
  height: 80vh!important;
  left: -25%!important;
  top: 0px!important;
  margin-top: 10px!important;
}

#dialog-contact-form::-webkit-scrollbar {
  width: 10px;
}

#dialog-contact-form::-webkit-scrollbar-track {
  background: #E3E3E3;
}

#dialog-contact-form::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 11px;
  background: #f1f1f1;
}

.required-field{
  color: #e23f3f;
}


/* Tabs */
.nav-tabs {
  margin-left: 0;
  margin-bottom: 10px;
}

.burial-fees .nav-tabs {
  border-bottom: 0;
}

.nav-tabs>li>a{
  background: #eee;
}

/* Table Card layout on mobile */

.toggle-rows{
  display: none;
}

@media (max-width:768px) {

.list.card-table {
  overflow: auto;
}

.card-table table {
  width: 100% !important;
  table-layout: fixed;
}

.card-table thead {
  display: none;
}

.card-table tbody{
  background: none !important;
}

.card-table tr {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.card-table tr.closed td:nth-child(n+5) {
  display: none;
}

.card-table table tbody tr:nth-of-type(even){
  background-color:#fff;
}

.card-table tr td {
  width: 100%;
  padding: 8px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}

.card-table tr td.no-title{
  flex:1;
  justify-content: center;
  text-align: center;

}
.card-table tr td.no-title:before{
  display:none;
}

.card-table tr td.checkbox-cell{
  display:none;
}

.card-table tr td>.dropdown {
  margin: 0;
}

.card-table tr td:before {
  content: attr(data-column-name);
  font-weight: 600;
  padding-right: 1em;
  text-align: left;
}

.card-table tr td.cell-empty{
  display: none;
}

.card-table tr td.toggle-rows{
  text-align: center;
  font-size: 12px;
  padding: 4px;
  align-items: center;
  background: #afafaf !important;
  color: #fff;
  width: 145px !important;
  height: 25px !important;
  position: absolute;
  bottom: -25px;
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 0 0 0;
}

.card-table tr td.toggle-rows i{
  margin-left: 5px;
}

.card-table tr td.toggle-rows:before{
  display: none;
}

}

/* Contract Info */
@media (max-width:991px){
  #contract-main-tabs{
    width:100% !important;
  }
}
@media (max-width:650px){
  .tab-container .-half, #setupPaymentPlan .-half{
    width:100%;
  }
}

/* RECORDS & PLOTS VIEW */
.show-smaller{
  display: none;
}
@media (max-width:990px){
  #RecordsItemPresenter .-third,
  #RecordsItemPresenter .-two-thirds,
  #PlotsItemPresenter .-half,
  #PlotsEditPresenter .-half {
    width:100%;
  }
  .hide-larger{
    display: none;
  }
  .show-smaller{
    display:block;
  }
}

p.pw-info {
  font-size: 12px;
  width: 300px;
  line-height: 1.3;
}

.wait-container{
  width: 100% !important;
  text-align: center;
}

.wait-container .loading-icon{
  font-size:80px;
  padding:20px 0;
}

.tablesorter thead tr th {
  cursor: pointer;
}
/* Login */

.login-box {
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #26272B;
}

.login-box *{
  font-family: 'proxima-nova', sans-serif;
}

.login-box .box {
  padding: 2rem;
  border-radius: .1875rem;
  box-shadow: 0px 6px 16px
  rgba(0,0,0,0.03),0px 2px 4px
  rgba(0,0,0,0.05) !important;
  background-color: #fff;
  border: 0;
}

.login-box .logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  display: block;
}

.login-box .login-lbl,
.signup-box ._label {
  color: #26272B;
  text-transform: none;
  font-size: 1.125rem;
  text-align: left !important;
  line-height: inherit !important;
}

.login-box .login-input input:not([type="submit"]),
.signup-box input:not([type="submit"]){
  border-color: #D4D6E0;
  box-shadow: none;
  padding: 0.5rem;
  font-weight: 400;
  color: #26272B;
  line-height: 20px !important;
  background: white !important;
}

.login-box .login-btn-container input {
  width: 100%;
  font-weight: 500;
}

.login-box input {
  border-radius: 3px;
  font-family: 'proxima-nova', sans-serif;
  padding: 0.25rem;
}

.login-box .login-btn-container input:hover {
  background: #003E78;
  box-shadow: none;
}

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

.login-box .underline {
  text-decoration: underline;
}

.login-box .text-dark {
  color: #26272B;
}

.login-box input:not([type="submit"]):focus,
.signup-box input:not([type="submit"]):focus {
  border-color:#003e78;
  box-shadow: 0 0 0 0.125em rgba(0,62,120,0.25);
}

.signup-box {
  max-width: 640px;
}

.signup-box ._group {
  display: block !important;
}

.signup-box .form-legend {
  padding-top: 20px;
  padding-bottom: 10px;
}

.signup-box .-horizontal:nth-child(2n) ._group:nth-of-type(1) {
  display: block !important;
  width: calc(100% - 20px);
}

.signup-box ._group ._label {
  width: 100% !important;
}

.signup-box ._group input {
  width: 100%;
}

.signup-box ._fields {
  float: none !important;
  text-align: left !important;
  width: 100% !important;
}

.signup-title,
.main-title {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.signup-subtext,
.subtext {
  color: #838AA0;
}

.signup-box input[type="submit"] {
  background-color: #003e78 !important;
  box-shadow: none !important;
  border: 0 !important;
  font-size: 16px !important;
}

.signup-box ._group {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .signup-box ._group {
    width: calc(50% - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .signup-box .-horizontal {
    margin: 0 -10px;
  }
  .signup-box .form-legend {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}

.signup-box .terms {
  margin-top: 20px;
  font-size: 13px;
}

#FuneralDirectorAddPresenter_Cancel,
#MemorialMasonAddPresenter_Cancel,
.back-link {
  background: none !important;
  color: #26272B !important;
  display: block;
  margin: 16px auto 0 auto;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}

.back-link-container {
  margin-top: 30px;
}

.signup-choices {
  margin: 30px -10px 20px -10px;
}

.signup-choices a {
  text-decoration: none;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  margin: 10px;
}

@media screen and (min-width: 500px) {
  .signup-choices {
    display: flex;
  }

  .signup-choices a {
    width: calc(50% - 20px);
  }
}

.signup-choices a:hover {
  background: #003e78;
}
.signup-choices a.signup-disabled:hover{
    background-color: #cccccc;
    cursor: not-allowed;
}
.signup-choices a:hover * {
  color: #fff;
}

.signup-option {
  color: #414656;
}

.signup-option-title {
  color: #414656;
  font-size: 20px !important;
  margin-bottom: 4px;
}

.signup-option-text {
  font-size: 14px;
  line-height: 1.2;
  color: #838AA0;
  flex-grow: 1;
}

.signup-option-icon {
  color: #00ABCD;
}

.reset-pw-form {
  margin-top: 20px;
}

.reset-pw-input > input {
  width: 100%;
}

.w-full {
  width: 100%;
}

.reset-box .button-container {
  margin-top: 20px;
}

.reset-box .button {
  background-color: #003e78 !important;
  box-shadow: none !important;
  border: 0 !important;
  font-size: 16px !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0.25rem !important;
}

a.edit-model-field{
  text-decoration: none;
  color: #29A6DB;
}
a.edit-model-field:hover{
  color: #55b8e2;
}

/* EMAIL PREVIEW (STYLES TAKEN FROM POSTMARK TEMPLATE) */

.email-wrapper {
  width: 100%;
  background-color: #f5f6fa;
}

.email-content {
width: 100%;
}
.email-masthead {
  padding: 25px 0;
  text-align: center;
}

.email-body {
  padding: 0;
}

.email-body_inner {
  width: 100%;
  background-color: #FFFFFF;
}

.email-body_inner .content-cell {
  box-shadow: 0 6px 16px rgba(0,0,0,.03),0 2px 4px rgba(0,0,0,.05);
}

.email-body_inner .email-label-row {
  background-color: #f5f6fa;
}

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

.f-fallback  {
  font-family: Arial, sans-serif;
}

/* END OF EMAIL PREVIEW */

/* SITE BANNER */
.sitewide-banner {
    position: sticky;
    top: 0;
    height: 3.5em;
    color: #fff;
    z-index: 1;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    pointer-events: none;
}

.sitewide-banner.is-test {
    background: rgb(0 150 136 / 0.85);
}

.sitewide-banner.is-beta {
    background: rgb(233 30 99 / 0.85);
}

/* SELECT2 Input Styles */

.select2-container .select2-selection--single {
    height: 24px;
}
.select2-selection.select2-selection--multiple {
    min-height: 24px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
    line-height: 22px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: -6px;
}
.select2-container .select2-selection__arrow {
    height: 24px;
}
.select2-container .select2-selection__choice {
    margin-top: 3px;
}
.select2-container .select2-selection__clear {
    margin-left: 6px;
}

/*
    Fix for select2 multi-select box extra height
    @see https://github.com/select2/select2/issues/4756#issuecomment-294886030-permalink:~:text=If%20you%20want%20to%20disable%20the%20%22extra%22%20height
*/
.select2-container--open .select2-selection__rendered{
    border: none;
}
.select2-container .select2-search--inline{
    display: none;
}

/* End of SELECT2 Input Styles */

.deprecation-banner {
  background: #C00E19;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  font-size: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deprecation-banner a {
  color: #fff;
  font-weight: 600;
}
