html {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  color: #353535;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 14px;
  overflow-y: scroll;
}
body #loaderoverlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #aaa;
  opacity: 0.4;
  z-index: 1000;
  text-align: center;
  font-size: 80px;
  padding-top: 200px;
  cursor: wait;
  display: none;
}
button,
input,
select,
textarea {
  color: #353535;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  border: 1px solid #BFBFBF;
}
textarea {
  font-size: 14px;
}
input[type="text"],
input[type="password"],
textarea {
  padding: 4px 4px;
}
select {
  padding: 4px 2px;
}
a,
span,
div,
button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
::-webkit-input-placeholder {
  color: #d2d2d2;
}
:-moz-placeholder {
  color: #d2d2d2;
}
::-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #d2d2d2;
}
p,
h1,
h2,
div {
  cursor: default;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #666;
}
h3 {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #666;
}
h4 {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 5px;
}
a {
  color: #444444;
}
a[name] {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
.ui-message {
  margin-bottom: 15px;
}
.field {
  margin-bottom: 10px;
}
.field label {
  display: block;
  color: #666;
  font-size: 13px;
}
.field span.labelled {
  padding-left: 10px;
}
.field input:not([type="checkbox"]),
.field textarea,
.field select,
.field span {
  width: 100%;
  margin-top: 3px;
  font-size: 14px;
  color: black;
}
.field.oneline label {
  color: #353535;
}
.field.warning * {
  color: red;
  font-weight: bold;
}
.field.hint * {
  color: #a53493;
  font-weight: bold;
}
.field .requiredstar {
  color: #e66ed3;
  font-size: unset;
}
.group {
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
.group td {
  vertical-align: top;
  padding: 0;
  margin: 0;
  padding-right: 10px;
}
.group td:last-child {
  padding-right: 0;
}
.group td.zip {
  width: 100px;
}
.searchform,
.importfileform {
  margin-bottom: 15px;
  display: inline-block;
  float: right;
}
.searchform input[type="button"],
.searchform input[type="submit"],
.importfileform input[type="button"],
.importfileform input[type="submit"] {
  padding: 3px 15px;
  margin-top: -5px;
}
#page_header {
  background: none repeat scroll 0 0 #000;
  display: inline-block;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 73px;
  z-index: 100;
}
#page_header .logo {
  display: inline-block;
  padding-top: 7px;
}
#page_header .logo img {
  height: 32px;
}
#page_header .menu {
  position: absolute;
  top: 46px;
}
#page_header .menu ul {
  list-style: none outside none;
  margin: 0 0 5px;
  padding-left: 0;
  position: relative;
}
#page_header .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
#page_header .menu li.focused {
  background-color: #a53493;
}
#page_header .menu li a {
  color: #fff;
  float: left;
  font-size: 17px !important;
  height: 27px;
  padding-right: 6px;
  text-decoration: none;
}
#page_header .menu li a:hover {
  background-color: #a53493;
}
#page_header .menu li.current > a {
  background-color: #fff;
  color: #000;
}
#page_header .menu li .fa,
#page_header .menu li svg {
  margin: 0 0 0 12px;
  vertical-align: text-bottom;
}
#page_header .menu li .label {
  cursor: pointer;
  display: inline-block;
  margin-top: 1px;
  padding: 0 8px 0 4px;
  vertical-align: middle;
}
#page_header .menu ul.dropdown {
  background-color: #fff;
  border: 2px solid #a53493;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 999;
}
#page_header .menu ul.dropdown li {
  display: block;
  float: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
#page_header .menu ul.dropdown li a {
  color: #000;
  width: 246px;
}
#page_header .menu ul.dropdown li a:hover {
  color: #fff;
}
#page_header .userinfo {
  float: right;
  position: relative;
  top: 6px;
  color: white;
  text-align: right;
  font-size: 12px;
}
#page_header .userinfo a {
  color: white;
}
#page_header .userinfo .logout {
  font-size: 12px;
}
#page_header .userinfo input {
  width: 160px;
  font-size: 12px;
  height: 24px;
  padding: 2px 4px;
  margin-top: 4px;
}
#page_content {
  margin-top: 80px;
  display: inline-block;
  margin-bottom: 80px;
  width: 100%;
  min-height: 800px;
}
.content {
  margin: auto;
}
@media only screen and (min-width: 1366px) {
  .content {
    width: 1280px;
  }
}
.content.pbxs_page.editnumbers_subpage {
  width: unset;
  margin: 0 30px;
}
.content.pbxs_page.editnumbers_subpage .btnremove {
  height: 22px;
  padding: .1em 1em;
}
.content .toolbar {
  width: 100%;
  text-align: right;
  clear: both;
}
.content .toolbar .ui-button {
  margin-bottom: 4px;
  padding: .3em 0.7em;
}
.content .toolbar a {
  margin-right: 10px;
}
.content .toolbar form {
  display: inline-block;
}
.content .flex_row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content .flex_row.col3 > * {
  min-width: calc(100% / 3);
}
.content .flex_row.col4 > * {
  min-width: calc(100% / 4);
}
.content .flex_row.col8 > * {
  min-width: calc(100% / 8);
}
.content .flex_row > *:not(:last-child) {
  margin-right: 20px;
}
.content .flex_col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content >h1 {
  border-bottom: 1px dotted #e66ed3;
}
.content .feesbycc .table .td:nth-child(1) {
  width: 200px;
}
.content .feesbycc .table .td:nth-child(2) {
  width: 120px;
}
.content .feesbycc .table .td:nth-child(3) {
  width: 500px;
}
.content .feesbycc .table .td:nth-child(4) {
  width: 120px;
}
.content .feesbycc .table .td:nth-child(5),
.content .feesbycc .table .td:nth-child(6),
.content .feesbycc .table .td:nth-child(7) {
  width: 140px;
}
.table,
table {
  width: 100%;
  margin-bottom: 10px;
}
.table.ui-widget-content,
table.ui-widget-content {
  border: 0px !important;
  background: transparent !important;
  color: #353535;
}
.table .thead.ui-widget-header,
.table thead.ui-widget-header,
table .thead.ui-widget-header,
table thead.ui-widget-header {
  background: #e66ed3 !important;
}
.table .tbody .tr:hover,
table .tbody .tr:hover {
  background-color: #f8cff1;
}
.table .tbody .tr:nth-child(even):hover,
table .tbody .tr:nth-child(even):hover {
  background-color: #f8cff1 !important;
}
.table .tbody .tr:nth-child(even),
table .tbody .tr:nth-child(even) {
  background-color: #ececec !important;
}
.table .tbody .tr:nth-child(odd):hover,
table .tbody .tr:nth-child(odd):hover {
  background-color: #f8cff1 !important;
}
.table .tbody .tr:nth-child(odd),
table .tbody .tr:nth-child(odd) {
  background-color: #fff !important;
}
.table .tbody .tr .td,
table .tbody .tr .td {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.table .tbody .tr .td a,
table .tbody .tr .td a {
  color: #353535;
}
.table .tbody .tr[onclick] .td,
table .tbody .tr[onclick] .td {
  cursor: pointer;
}
.table.numbersedit input,
.table.numbersedit select,
table.numbersedit input,
table.numbersedit select {
  padding: 0px 2px;
}
.table.numbersedit input,
table.numbersedit input {
  width: 120px;
}
.table.numbersedit select[name*="pb"],
table.numbersedit select[name*="pb"] {
  width: 50px;
}
.table.numbersedit select[name*="cust"],
table.numbersedit select[name*="cust"] {
  width: 90px;
}
.table.numbersedit input[name*="phone_int"],
table.numbersedit input[name*="phone_int"] {
  width: 70px;
}
.table.numbersedit input[name*="valid_"],
table.numbersedit input[name*="valid_"] {
  width: 80px;
}
.table.numbersedit input[name*="zip"],
table.numbersedit input[name*="zip"] {
  width: 50px;
}
.table.numbersedit input[name*="price"],
table.numbersedit input[name*="price"] {
  width: 80px;
}
.table .tfoot,
table .tfoot {
  font-weight: bold;
  background: #e66ed3 !important;
}
.table .tfoot .td,
.table .tfoot td,
table .tfoot .td,
table .tfoot td {
  white-space: nowrap;
  color: #fff;
}
.listing .table .tbody .tr .td {
  color: #353535;
}
.listing .multi-actions {
  float: left;
  padding: 0px 10px;
}
.listing .multi-actions > * {
  margin-right: 5px;
}
.listing .multi-actions svg {
  font-size: 11px;
  vertical-align: unset;
}
.listing .btnexport {
  float: right;
}
.listing .pager a {
  padding: 2px 8px !important;
}
.listing .pager a:hover {
  background-color: #f8cff1;
  border: 1px solid #ececec;
}
.listing .pager .current {
  display: inline-block;
  margin: 2px 2px 2px 4px;
}
.listing .pager .total {
  display: inline-block;
  margin: 2px 2px 2px 20px;
  color: #666;
  font-size: 10px;
}
.loginform {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  width: 50%;
}
.ui-dialog {
  background: #fff !important;
}
.ui-dialog .ui-widget-content {
  background: #fff !important;
  color: #000 !important;
}
.ui-dialog .ui-widget-content a {
  color: #000 !important;
}
.uidialog.ui-widget-content {
  background: #fff !important;
}
.google_vis {
  border: 0px !important;
}
#page_footer {
  color: #353535;
  width: 100%;
  font-size: 12px;
  margin-bottom: 6px;
}
#page_footer a {
  color: #aeaeae;
}
#page_footer .copyright {
  padding-bottom: 4px;
  padding-top: 8px;
  text-align: center;
  vertical-align: top;
  color: #aeaeae;
}
@media all {
  .page-break {
    display: none;
  }
}
@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }
}
@media print {
  .no-print,
  .no-print *,
  .toolbar {
    display: none !important;
  }
  #page_content {
    width: 100%;
    margin: 0;
    float: none;
  }
}
.ui-icon-close {
  display: none !important;
}
.ui-widget {
  font-family: 'Open Sans', arial, helvetica, sans-serif !important;
  font-size: 14px !important;
}
.ui-widget .ui-state-highlight {
  color: #fff !important;
}
.receiptnote {
  margin-bottom: 10px;
}
.receiptnote .head {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  background-color: #e66ed3;
  padding: 5px;
}
.receiptnote .head .created {
  color: #6B6B6B;
}
.receiptnote .body {
  padding: 5px;
  border: 1px solid #e66ed3;
}
.ui-autocomplete {
  background: #f5f3e5 !important;
}
.ui-autocomplete .ui-menu-item {
  padding: 3px;
}
.ui-autocomplete .ui-menu-item.ui-state-focus a {
  color: white !important;
  font-weight: normal;
}
