#clientStatement .filterButtons>button,
#abstractorStatement .filterButtons>button {
  color: rgba(0, 0, 0, 0.1);
  min-width: initial;
  height:32px;
  width:32px;
  margin: 0;
}
#clientStatement .filterButtons>button.on,
#abstractorStatement .filterButtons>button.on {
  color: rgba(0, 0, 0, 0.60);
  /*background: rgba(153,153,153,0.1);*/
}

#clientStatement .filterButtons button:hover,
  #abstractorStatement .filterButtons button:hover {
  color: rgba(0, 0, 0, 0.60);
  background: rgba(255, 255, 255, 0.05);
  /*border: solid #777 1px;*/
}
#clientStatement .filterButtons button.on:hover,
  #abstractorStatement .filterButtons button.on:hover {
  color: rgba(0, 0, 0, 0.60);
  background: rgba(153,153,153,0.1);
  /*border: solid #777 1px;*/
}



/*#clientStatement .filterButtons button:hover,
#abstractorStatement .filterButtons button:hover {
  color: rgba(0, 0, 0, 0.60);
}*/


a:hover {
  cursor: pointer;
}

/* Alternative search overlay */
#newPayment section#searchz {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 400px;
  height: 100%;
  display: none;
  z-index: 3;
  overflow: auto;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}
#newPayment section#searchz > div {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 398px;
  padding-top: 2px;
  text-align: right;
  background-color: white;
}
#newPayment section#searchz > div > button {
  width: 49%;
  margin: 0;
  border: none;
  height: 2em;
  line-height: 1em;
}
#newPayment section#searchz .mobile {
  display: none;
}
#newPayment section#searchz ul {
  list-style: none;
  overflow: auto;
  width: 100%;
}
#newPayment section#searchz > ul > li {
  padding: 16px;
  border-bottom: solid 1px #e8e8e8;
  line-height: 2em;
  overflow: hidden;
  /**
   * It would be nice if this was dynamic...
   * The JS sets the number of elements as the floor of the container height/90
   * and paginates the remainder
   */
  height: 90px;
}

#newPayment section#searchz > ul > li:nth-child(odd) {
  background: #FcFcFc; /* Some more wanky styling */
}

#newPayment section#searchz > ul > li h3 {
  max-width: 294px;
  overflow: hidden;
  height: 2em;
}
#newPayment section#searchz > ul > li span.date {
  float: right;
}
/* Fix wonkey overflow causing css... */
#newPayment section#searchz header button,
#newPayment section#searchz .container {
  min-height: initial;
  height: initial;
  width: initial;
  color: rgba(0, 0, 0, 0.87);
}
#newPayment section#searchz header button {
  padding: 5px; /* The button is so small... Search click target was the size of single charactor */
}

#newPayment section#searchz ul.buttons {
  float: right;
  width: 8em;
  text-align: right;
}
#newPayment section#searchz ul.buttons > li {
  display: inline;
  width: 2em;
  height: 2em;
  text-align: center;
}


#newPayment section#searchz a {
  padding: 0.5em;
}
#newPayment section#searchz a:hover {
  color: black;
  background: rgba(153,153,153,0.2);
}

#newPayment section#searchz header {
  border-bottom: solid 1px #e0e0e0;
  box-shadow: initial;
  height: 58px;
  padding: 0;
  margin: 0;
}
#newPayment section#searchz header form {
  width: 100%;
  background: #FFF;
  padding: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
#newPayment section#searchz header form input {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  padding: 8px;
}
@media screen and (max-width: 1000px) {
  #newPayment section#searchz {
    width: 100%;
    border: none;
  }
  #newPayment section#searchz header {
    padding: 5px;
  }
  #newPayment section#searchz .mobile {
    display: initial;
  }
  #newPayment section#searchz > div {
    width: 100%;
  }
  #newPayment section#searchz input {
    margin: 0 10px;
  }
  #newPayment section#searchz button {
    border: solid 1px #f0f0f0;
    background-color: #f9f9f9;
    margin: 0;
    width: 5em;
    heith: 3em;
  }
  #newPayment section#searchz .desktop {
    display: none;
  }

}
/* End of Alternative search overlay */

/* Start of Payment Page Style Crap */

form#orderPaymentApplication input {
  height: 2.5em;
  font-size: 1em;
}
form#orderPaymentApplication input[type=file] {
  padding: 0;
  cursor: pointer;
}
form#orderPaymentApplication div.upload_container ul {
  list-style: none;
  width: 100%;
  height: 2.5em;
  text-align: right;
  line-height: 2.5em;
  overflow: hidden;
}
form#orderPaymentApplication div.upload_container li {
  display: inline-block;
  height: 100%;
  overflow: hidden;

}
form#orderPaymentApplication div.upload_container li:last-of-type {
  float: left;
  padding-left: 8px;
}
form#orderPaymentApplication div.upload_container a,
form#orderPaymentApplication div.upload_container a:active,
form#orderPaymentApplication div.upload_container a:hover {
  color: rgba(0, 0, 0, 0.87);
  padding: 0.5em;
}
form#orderPaymentApplication div.upload_container a:hover {
  background-color: #F5F5F5;
}

div.sendmail input[type="text"],
div.sendmail textarea {
  display: block;
  width: 100%;
}
div.sendmail button {
  background: none;
  box-shadow: none;
}
div.sendmail button:hover {
  background: #ebebeb;
  background: rgba(153,153,153,0.2);
}
div.sendmail div.buttons {
  display: inline;
  float: right;
}
div.sendmail p {
  margin: 7px 0;
  text-align: right;
  color: #777;
}

table.matches input[type="text"] {
  width: 5em;
}

#php_errors {
  padding: 1em;
  border: solid red 2px;
  color: #D8000C;
  background-color: #FFBABA;
}

ul#payment_option_results {
  list-style: none;
}
ul#payment_option_results li:first-of-type {
  font-weight: bold;
}

/* End of Payment Page Style Crap */

button.inline {
  min-width: inherit;
}

#global_document_editor div.superuser {
  background: #fffff5;
  border: solid 1px #eee;
  padding: 1em 7px;
}

/**
 * Styles for the error context...
 * .warning is applied to row that conflicts
 * .error is applied to the row your working with
 */
#global_document_editor tr.warning {
  border: solid #ffc107 2px;
}
#global_document_editor tr.warning td.filename{
  color: red;
}
#global_document_editor tr.error input#global_documents_filename {
  color: red;
}
#global_document_editor tr.error button.save {
  display: none;
}

/* Styles for the normal context */
#global_document_editor th.actions,
#global_document_editor th.id {
  width: 4em;
  text-align: center;
}
#global_document_editor th.name {
  width: 18em;
}
#global_document_editor td button {
  margin: 0;
  padding: 0;
  line-height: 1;
  height: 1.5em;
  width: 1.5em;
  font-size: 1em;
}
#global_document_table a:active,
#global_document_table a:link,
#global_document_table a:visited {
  display: inline-block;
  color: #555;
  text-decoration: none;
  padding: 3px 5px;
}
#global_document_table a:hover,
#global_document_table a:focus {
  display: inline-block;
  color: #000;
  background: #ebebeb;
  background: rgba(153,153,153,0.2);
  padding: 3px 5px;
  border-radius: 2px;
}
#global_document_editor tr.editing .fa-plus { /* hide add when editing */
  display: none;
}
#global_document_editor table button { /* Hide save and cancel buttons by default */
  display: none;
}
#global_document_editor form>input { /* These inputs are moved by js into td's when used */
  display:none;
}
#global_document_editor input#global_documents_filename { /* effect for readonly field */
  background-color: #eee;
  width: 100%;
}
#global_document_editor tr.editing button { /* Show save/cancel buttons */
  display: inline-block;
}
/* End of /settings/global_documents styleing */

ul.document_list button {
  padding: 0;
  margin: 0;
  height: 1.5em;
  line-height: 1em;
  width:100%;
}

ul.document_list {
  list-style: none;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
}

#order_form ul.document_list {
  max-width: 531px;
}

.global_document_list span {
  /*flex parent wrap;*/
  display: inline-block;
  width: 170px;
  border:
}
ul.global_document_list li {
  flex: 1 1 10%;
}
ul.document_list li {
  background: none repeat scroll 0% 0% #FFF;
  border: 1px solid rgba(0,0,0,0.12);
  padding: 5px;
}
ul.document_list li a
{ padding: 5px; }

ul.document_list li .links
{ float: right; }

#documents {display: none;}
ul.document_list .progressbar {
  display: inline-block;
  width: 100px;
  height: 0.7em;
}
ul.document_list .size {
  color: #777;
  font-size: 0.8em;
}

#order_form ul.document_list li span.name {
  /* Constrain the name to a width that doesn't mess up the buttons... */
  max-width: 275px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.document_list li span.name {
  /* Constrain the name to a width that doesn't mess up the buttons... */
  max-width: 740px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.document_list li.uploading a.fa-download,
ul.document_list li.uploading a.fa-search-plus {
  display:none;
}
ul.document_list li.uploading.error {
  border: solid red 1px;
  color: #777;
}



/*>>>>>>> DocumentChange*/
section#support_version_info h1 {
  font-size: 2em;
  /*margin-top: 1em;*/
}
section#support_version_info h2 {
  font-size: 1.5em;
  /*margin-top: 0.5em;*/
}
section#support_version_info ul li {
  margin-left: 1.2em;
}

section#support_version_info > div {
  background-color: #eee;
  margin: 7px;
  padding: 1em;
}

section#support_version_info div.markdown h1 {
  font-weight: bold;
  font-size: 1.4em;
  color: #444;
  margin-top: 0.5em;
}

section#support_version_info div.markdown h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #555;
  margin-top: 0;
}
section#support_version_info hr {
  margin: 2em 0 2em 0;
}
section#support_version_info div.markdown ul li {
  margin-left: 1.2em;
}

section#order button.ui-datepicker-trigger {
  min-width: inherit;
  /*padding: 0 0.25em 0 0;*/
}

#advanced_search_options { max-width: 350px; }
#orderSearchResults div.search.details.wrapper {
  display: none;
}
#advanced_search_options { display: none; }
#advanced_search_options input, #advanced_search_options textarea, #advanced_search_options select {
  flex: 1 1 auto;
  border: solid 1px #ddd;
  padding: 7px;
}
#advanced_search_options .input.wrapper button {
  margin-left: 16px;
}
#advanced_search_options .form.nav a {
  display: inline-block;
  text-decoration: none;
}
#advanced_search_options .form.nav button, #advanced_search_options .form.nav a, #advanced_search_options .form.nav a:link, #advanced_search_options .form.nav a:visited {
  transition: all 0.2s ease;
  height: 2.76923076923077rem; /* 36px */
  min-width: 6.76923076923077rem; /* 88px */
  padding: 0 1em;
  font-size: 1.07692307692308em; /* 14px */
  line-height: 2.76923076923077rem; /* 36px */
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #212121;
  color: rgba(0,0,0,0.87);
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
#advanced_search_options .form.nav button:hover, #advanced_search_options .form.nav a:hover,
#advanced_search_options .form.nav button:focus, #advanced_search_options .form.nav a:focus {
  background: #ebebeb;
  background: rgba(153,153,153,0.2);
}
#advanced_search_options .form.nav button:active, #advanced_search_options .form.nav a:active {
  background: #d6d6d6;
  background: rgba(153,153,153,0.4);
  box-shadow: none;
}

/*#order_form.searchCriteria .suggestions.wrapper,
#order_form.searchCriteria .lockToggle,
#order_form.searchCriteria #documents,
#order_form.searchCriteria .form.nav,
#order_form.searchCriteria .notCriteria,*/
#orderSearch.advancedSearch button span.fa-search,
#orderSearch.advancedSearch #basic_search_options
{ display: none }
/*#orderSearch.advancedSearch #search_query {}*/


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

::-webkit-input-placeholder { color: rgba(0,0,0,0.54); }
:-moz-placeholder { color: rgba(0,0,0,0.54); } /* Firefox 18- */
::-moz-placeholder { color: rgba(0,0,0,0.54); } /* Firefox 19+ */
:-ms-input-placeholder { color: rgba(0,0,0,0.54); } /* IE10+ */
::input-placehoder { color: rgba(0,0,0,0.54); }

html {
  font-size: 14px;
  height: 100%;
  width: 100%;
}
html, input, select, textarea, button {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 1em; /* 14px */
  line-height: 1.42857142857143em; /* 20px */
  background: #f9f9f9;
  color: #212121;
  color: rgba(0,0,0,0.87);
}

/*h1 {
  font-size: 2.61538461538462em; /* 34px
  line-height: 1.17647058823529em; /* 40px
  font-weight: normal;
  color: #757575;
  color: rgba(0,0,0,0.54);
}
h2 {
  font-size: 1.84615384615385em; /* 24px
  font-weight: normal;
  line-height: 1.33333333333333em; /* 32px
}*/
h1 {
  font-size: 1.53846153846154em; /* 20px */
  font-weight: 500;
  line-height: 1.4em; /* 28px */
}
h2 {
  font-size: 1.15384615384615em; /* 15px */
  font-weight: normal;
  line-height: 1.6em; /* 24px */
}
h3 {
  font-size: 1em; /* 13px */
  font-weight: 500;
}
h4 {
  font-size: 1em; /* 13px */
  font-weight: normal;
}

a:link, a:visited { color: #5677fc; }
a:hover, a:focus { color: #4e6cef; }
a:active { color: #e51c23; }

/*p { margin: 0.75em 0; }
p:first-child { margin-top: 0; }
p:last-child { margin-bottom: 0; }*/

fieldset { border: 1px solid rgba(0,0,0,0.12); }
.form.wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.input.wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 4px 0;
  min-width: 0;
}
.input.wrapper * {
  min-width: 0;
}
/*.input.wrapper:first-of-type { margin-top: 16px; }*/
.input.wrapper:last-child { margin-bottom: 16px; }
.input.city_state_zip {
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}
.input.city_state_zip + .input.city_state_zip {
  margin-left: 8px;
}
.input.date_range {
  -webkit-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
}
.input.date_range + .input.date_range {
  margin-left: 8px;
}
.input.wrapper > label {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0 8px 2px;
  font-size: 12px;
  line-height: 1em;
  color: rgba(0,0,0,0.54);
}
.input.wrapper > input, .input.wrapper > select, .input.wrapper > textarea {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.input.wrapper > button {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: inherit;
}
.input.wrapper > p {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
input, select, textarea {
  transition: all 0.2s ease;
  font-size: 16px; /* 16px */
  line-height: 1em;
  padding: 7px;
  background: #fff;
  border: 1px solid #757575;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 2px;
}
select, input[list] {
  background: #fff url('/_img/dropdown.png') no-repeat right 6px center;
  /*padding-right: 37px;*/
}
select:hover, input[datalist]:hover {
  background: #fff url('/_img/dropdown-hover.png') no-repeat right 6px center;
}
select option {
  padding: 4px;
}
input:not([type='hidden']) + input {
  margin-left: 16px;
}
select {
  -webkit-appearance: textfield;
  -moz-appearance: none;
  height: 32px;
}
textarea {
  max-width: 100%;
  height: 32px;
  margin-bottom: 0;
}
input[type="file"] {
  /* Styling needed */
}
input[type="checkbox"] {
  margin: 8px;
}
input:hover, select:hover, textarea:hover { transition: all 0.2s ease; border-color: #bbb; }
input:focus, select:focus, textarea:focus {
  transition: all 0.2s ease;
  border-color: #4d73ff;
}
input:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  transition: all 0.2s ease;
  color: transparent;
}
input:focus:-moz-placeholder, select:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  transition: all 0.2s ease;
  color: transparent;
}
input:focus::-moz-placeholder, select:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  transition: all 0.2s ease;
  color: transparent;
}
input:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  transition: all 0.2s ease;
  color: transparent;
}
input:focus::input-placehoder, select:focus::input-placehoder, textarea:focus::input-placehoder {
  transition: all 0.2s ease;
  color: transparent;
}
input.error, input.error:focus {
  box-shadow: none;
  border-color: #e51c23;
}
input.error + label, input.error:focus + label {
  color: #e51c23;
}

label.error, .input.wrapper label.error {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
  text-align: right;
  font-size: 12px;
  color: #e51c23;
}
select[multiple] {
  height: auto;
}

ul.jSelectList {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1em;
  max-height: 300px;
  overflow-y: scroll;
  padding: 0;
  margin-top: 28px;
  background: #fff;
  border: 1px solid #4d73ff;
  border-radius: 2px;
  list-style: none;
}

ul.jSelectList li {
  margin: 0;
  padding: 0.5em;
  line-height: 1em;
}

ul.jSelectList li.selected {
  background-color: Highlight;
  color: HighlightText;
}

ul.jSelectList li:hover {
  background-color: rgba(0,0,0,0.12);
  color: rgba(0,0,0,0.87);
}

a.button {
  display: inline-block;
  text-decoration: none;
}
button, input[type='button'], input[type='submit'], input[type='reset'], .button, .button:link, .button:visited {
  transition: all 0.2s ease;
  height: 2.76923076923077rem; /* 36px */
  min-width: 6.76923076923077rem; /* 88px */
  padding: 0 1em;
  font-size: 1.07692307692308em; /* 14px */
  line-height: 2.76923076923077rem; /* 36px */
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #212121;
  color: rgba(0,0,0,0.87);
  border: none;
  border-radius: 2px;
  background: #dfdfdf;
  box-shadow: 0 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
  cursor: pointer;
}
td button, td input[type='button'], td input[type='submit'], td input[type='reset'], td .button, td .button:link, td .button:visited {
  padding: 0 0.5em;
  min-width: inherit;
  border-radius: 0;
}
button + button {
  margin-left: 8px;
}
button:hover, input[type='button']:hover, input[type='submit']:hover,
input[type='reset']:hover, .button:hover, button:focus, input[type='button']:focus,
input[type='submit']:focus, input[type='reset']:focus, .button:focus {
  background: #d6d6d6;
}
button:active, input[type='button']:active, input[type='submit']:active,
input[type='reset']:active, .button:active {
  background: #cecece;
  box-shadow: 0 10px 10px rgba(0,0,0,0.19), 0 6px 3px rgba(0,0,0,0.23);
}
button.flat, input[type='button'].flat, input[type='submit'].flat,
input[type='reset'].flat, header button, .input.wrapper button, .button.flat,
.button.flat:link, .button.flat:visited, button.ui-datepicker-trigger {
  background: none;
  box-shadow: none;
}
button.flat:hover, input[type='button'].flat:hover, input[type='submit'].flat:hover,
input[type='reset'].flat:hover, header button:hover, .input.wrapper button:hover,
.button.flat:hover, button.ui-datepicker-trigger:hover, button.flat:focus,
input[type='button'].flat:focus, input[type='submit'].flat:focus,
input[type='reset'].flat:focus, header button:focus, .input.wrapper button:focus,
.button.flat:focus, button.ui-datepicker-trigger:focus {
  background: #ebebeb;
  background: rgba(153,153,153,0.2);
}
button.flat:active, input[type='button'].flat:active, input[type='submit'].flat:active,
input[type='reset'].flat:active, header button:active, .input.wrapper button:active,
.button.flat:active, button.ui-datepicker-trigger:active {
  background: #d6d6d6;
  background: rgba(153,153,153,0.4);
  box-shadow: none;
}
.form.showButtons {
  margin: 8px 0;
}
.form.nav {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 16px;
  text-align: right;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th {
  background: #757575;
  background: rgba(0,0,0,0.12);
  text-align: center;
  vertical-align: bottom;
}
th, td {
  padding: 0.5em;
  border: 1px solid #757575;
  border: 1px solid rgba(0,0,0,0.12);
}
td.edit {
  padding: 0;
}
td.order_instructions {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.float.right { float: right; }
.float.left { float: left; }

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

.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.uppercase { text-transform: uppercase; }

ul.inline  { list-style: none; }
ul.inline > li { display: inline-block; }

.contact { list-style: none; }
.hidden { display: none; }

.commaDelimited { list-style: none; }
.commaDelimited > li { display: inline; }
.commaDelimited > li + li::before { content: ', ' }

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

.match { border-color: #259b24; }
.match:hover { border-color: #72d572; }
.mismatch { border-color: #e51c23; }
.mismatch:hover { border-color: #f69988; }
.multimatch { border-color: #ff9100; }
.multimatch:hover { border-color: #ffab91; }

header, nav, main, section, article, aside, footer { display: block; }
header {
  position: relative;
  z-index: 2;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 16px;
  background: #e51c23;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
  color: #fff;
}
header > nav > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header h1 {
  margin: 0;
  line-height: 24px;
}
header > nav > ul > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
header > nav > ul > li + li, header input + button {
  margin-left: 24px;
}
header button, footer button {
  background: none;
  border: none;
  color: #fff;
  width: 24px;
  min-width: inherit;
  height: 24px;
  margin: 0;
  padding: 3px;
  font-size: 18px;
  line-height: 18px;
}
header button:hover, header button:focus {
  background: none;
  background: rgba(0,0,0,0.12);
}
header input {
  margin: 0;
  padding: 0;
}
.tray.left, .tray.right {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 80%;
  max-width: 256px;
  background: #fff;
}
.tray.left {
  left: 0;
  z-index: 4;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}
.tray.right {
  right: 0;
  z-index: 1;
  padding-top: 56px;
  box-shadow: 3px 3px 3px -3px rgba(0,0,0,0.16) inset, 3px 3px 3px -3px rgba(0,0,0,0.23) inset;
}
.tray.header, .tray.footer {
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  padding: 16px;
}
.tray.header {
  background: #e51c23;
  color: #fff;
  font-weight: bold;
}
.tray.header a:link, .tray.header a:visited {
  color: #fff;
  text-decoration: none;
}
.tray.header a:hover {
  text-shadow: 0 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
}
.tray.header a:active, .tray.header a:focus {
  text-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}
.tray.footer {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.tray ul a:link, .tray ul a:visited {
  text-decoration: none;
  color: rgba(0,0,0,0.87);
}
.tray ul {
  list-style: none;
}
.tray ul + ul {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.tray ul {
  padding: 16px;
  font-weight: bold;
}
.tray > div > ul > li + li {
  margin-top: 16px;
}
.tray ul ul {
  padding: 0 0 0 16px;
  font-weight: normal
}
.overlay {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
.overlay.modal {
  z-index: 3;
  background: rgba(0,0,0,0.54);
}
.order.search {

}
main {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
.view.main {
  padding: 16px;
}
.overlay section {
  padding: 16px;
}
footer {
  position: relative;
  z-index: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}
.flash {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px;
  overflow-x: auto;
  background: #259b24;
  color: #fff;
}
.flash.warning {
  background: #ffc107;
  color: #888;
  color: rgba(0,0,0,0.87);
}
.flash.error {
  background: #e51c23;
}
.flash p {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flash button {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.flash a:link, .flash a:visited { color: #fff; }
.flash a:hover, .flash a:focus { color: #BBDEFB; }
.flash a:active { color: #fff; }
/* NOTE: replaced with docs update  */
/*.document.wrapper {
  overflow-x: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 8px;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 2px;
  max-width: 100%;
}
.document.listing {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.document.listing li {
  display: inline-block;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.document.listing li + li {
  margin-left: 16px;
}
.document.listing li.document {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  max-width: 170px;
}
.document.icon {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
}
.document.details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.document.details > span {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-weight: bold;
}
.document.details a {
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  min-width: inherit;
  padding: 0;
}
.document.add {
  height: auto;
  min-width: inherit;
  padding: 8px 12px;
  line-height: 1em;
}*/

.mail.attachments {
  flex: 1 1 100%;
  overflow-x: auto;
}
.mail.attachments ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 100%;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 2px;
}
.mail.attachment {
  display: inline-block;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 8px;
  margin-right: 8px;
  background: rgba(0,0,0,0.12);
  border-radius: 2px;
  box-shadow: 0 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
}
.mail.attachment:last-child {
  margin-right: 0;
}
.mail.attachment input[type='checkbox'] {
  margin: 0 8px 0 0;
}

.search.wrapper {
  width: 100%;
}
.search.results {
  width: 100%;
}
.search.result {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.search.details.wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search.details.prices {
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  margin-top: 8px;
  list-style: none;
  font-weight: bold;
}
.search.details.buttons {
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}
.search.details.buttons > button {
  min-width: inherit;
  margin-top: 8px;
}
.search.details.hidden {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  list-style: none;
  margin-top: 8px;
}
.search.details.hidden > li > ul {
  display: inline-block;
}
.search.details.hidden > li > ul > li {
  display: inline-block;
}
.card {
  overflow: hidden;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
  color: rgba(0,0,0,0.87);
}
.narrow {
  max-width: 600px;
}
.card + .card {
  margin-top: 1em;
}
.ui-dialog {
  /*position: absolute;
  z-index: 10;*/
  max-width: 960px;
  min-width: 344px;
  width: 75%;
  padding: 16px;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  color: rgba(0,0,0,0.87);
  box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}
.ui-widget-overlay {
  /*position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;*/
  background: #888;
  background: rgba(0,0,0,0.54);
}
.ui-dialog-titlebar {
  /*margin-bottom: 16px;*/
}
.ui-dialog-title {
  font-size: 1.53846153846154em; /* 20px */
  font-weight: 500;
  line-height: 1.4em; /* 28px */
}
.ui-dialog-titlebar-close {
  float: right;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog-content {

}

#ui-datepicker-div {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.ui-datepicker {
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}
.ui-datepicker-prev, .ui-datepicker-next {
  /*display: inline-block;*/
  /*width: 50%;*/
  /*padding: 8px;*/
  cursor: pointer;
  background: rgba(0,0,0,0.12);
  text-align:center;

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: inherit;
}
.ui-datepicker-next:before {
  content: "\f061";

  /*content: ">"; }*/
}
.ui-datepicker-prev:before {
  content: "\f060";
  /*content: "<";*/
}


.ui-datepicker-next {
  /*text-align: right;*/
}
.ui-datepicker-title {
  /*font-size: 16px;
  padding: 8px 0;*/
}
.ui-progressbar {
  flex: 1 1 100%;
  height: 34px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 2px;
}
.ui-progressbar-value {
  height: 100%;
  background: #5677fc;
}
.ui-tooltip {
  background: #fff;
  color: #000;
}
.close {
  margin: -0.25em -0.5em;
  padding: 0.25em 0.375em;
  border: none;
  background: none;
  color: #fff;
}
.close:hover {
  background: #a33;
}

.entities.add {
  padding: 0;
}
.entities.add li {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.entities.listing {

}
.entities.edit {
  margin-left: 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  text-transform: none;
}
.entities.edit:last-of-type {
  border-bottom: none;
}
.entities.edit span.left {
  display: inline-block;
  width: 66%;
  text-align: left;
}
.entities.edit span.right {
  display: inline-block;
  width: 33%;
  text-align: right;
}

.statement.title {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  margin-bottom: 16px;
  text-align: right;
}
.statement.contact {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  margin-bottom: 16px;
}
.statement.details {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
td.charge, td.cost {
  text-align: right;
}
.charge.paid input, .cost.paid input {
  width: 5em;
  margin: 0;
  padding: 4px;
  text-align: right;
  font-size: 1em;
}
td.changed {
  color: #259b24;
}
td.warn {
  color: #e51c23;
}

.input.wrapper > .lockToggle {
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  margin: 0 -48px 0 16px;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #f9f9f9;
  border: 1px solid rgba(0,0,0,0.12);
}
.input.wrapper > .lockToggle:hover, .suggestions.toggle:hover {
  background: #ebebeb;
}
.input.wrapper > .lockToggle:focus, .input.wrapper > .lockToggle:active, .suggestions.toggle:focus, .suggestions.toggle:active {
  background: #d6d6d6;
}
.suggestions.wrapper {
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-height: 585px;
  margin: 0 0 0 16px;
  padding: 0;
  background: url('/_img/suggestions_bg.png') no-repeat top center;
  text-align: center;
}
.suggestions.border {
  margin-top: -20px;
  background: #f9f9f9;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 2px;
  overflow: hidden;
}
.suggestions.toggle {
  min-width: inherit;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 0;
}

.manual.wrapper {
  width: 100%;
  min-height: 800px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}

.stats.canvas {
  /*width: 100%;*/
  /*max-width: 992px;*/
  /*max-height: 250px;*/
}

/*This is all new CSS from here on out */


.dropbox_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.dropbox_avatar {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
} 

.titleboxiLogo {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 0%;
} 

/* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
} 

@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .phone {
    display: none;
  }
  .container {
    max-width: 1024px;
    min-height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flash {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .view.main {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .view.overlay {
    display: block;
    position: static;
    z-index: 0;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    width: auto;
    height: auto;
    /*padding: 16px;*/
    background: none;
    border-left: 1px solid rgba(0,0,0,0.12);
    border-right: 1px solid rgba(0,0,0,0.12);
  }
  .view.overlay header {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    box-shadow: none;
    color: rgba(0,0,0,0.87);
  }
  .view.overlay header li + li {
    margin-left: 0;
  }
  .view.overlay header input {
    border: none;
    background: none;
    margin: 0;
  }
  .view.overlay header input + button {
    margin-left: 16px;
  }
  .view.overlay header button {
    color: rgba(0,0,0,0.87);
  }
  .view.overlay header button:hover {
    background: #ebebeb;
    background: rgba(153,153,153,0.2);
  }
  .view.overlay header button:focus {
    background: #d6d6d6;
    background: rgba(153,153,153,0.4);
  }
  .view.overlay section {
    padding: 0;
  }
  .order.search.wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1429px) {
  .widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1430px) {
  .mobile {
    display: none !important;
  }
  .tray.left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header.main {
    padding: 16px 16px 16px 272px;
  }
  header.main li {
    margin: 0;
  }
  #main {
    padding: 0 0 0 256px;
  }
  .flash {
    padding: 16px 16px 16px 272px;
  }
}

.flex.parent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.fill {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex.whole {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex.two-thirds {
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
}
.flex.half {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.flex.one-third {
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}
.flex.one-fourth {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.flex.start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex.end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
