/* Dealers/client/non-logged.scss */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  top: 0;
  position: absolute;
}
#header {
  flex: 0 0 83px;
}
#main_container {
  flex: 1 1 100%;
  background-color: #F2F2F2;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
}
#footer {
  flex: 0 0 auto;
  background: #333333;
  padding: 5px 0;
}
#footer #copyright {
  margin-left: 22px;
  font-size: 8px;
  color: #787878;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
#footer #copyright p {
  margin: 0;
}
body .modal-content .modal-footer .no-left-margin-button,
body .modal-content .modal-footer .button.no-left-margin-button {
  margin-left: 0;
}
body .submit-button {
  border: 1px solid #81b636;
  background-color: #81b636;
}
body .submit-button:not(:disabled):hover {
  border-color: #5F8239;
  background-color: #5F8239;
}
body .submit-button:active {
  background-color: #5F8239;
}
body .auxiliary-button {
  border: 1px solid #337ab7;
  background-color: #337ab7;
}
body .auxiliary-button:not(:disabled):hover {
  border-color: #286090;
  background-color: #286090;
}
body .auxiliary-button:active {
  background-color: #286090;
}
body .cancel-button {
  border: 1px solid #7F7F7F;
  background-color: #7F7F7F;
}
body .cancel-button:not([disabled]):hover {
  border-color: #605E5E;
  background-color: #605E5E;
}
body .cancel-button:not([disabled]):active {
  background-color: #605E5E;
}
body .warning-button {
  border: 1px solid #CC3333;
  background-color: #CC3333;
}
body .warning-button:not(:disabled):hover {
  border-color: #AA0909;
  background-color: #AA080A;
}
body .button {
  margin-left: 10px;
  border-radius: 3px;
  padding: 4px 15px 3px 15px;
  box-shadow: none;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: none;
}
body .button:focus {
  text-decoration: none;
}
body .button:hover {
  text-decoration: none;
}
body button {
  margin-left: 10px;
  border-radius: 3px;
  padding: 4px 15px 3px 15px;
  box-shadow: none;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #7F7F7F;
  background-color: #7F7F7F;
  text-shadow: none;
}
body .special-use-button {
  height: 22px;
  font-size: 11px;
  color: black;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
  background-color: white;
  border: 1px solid #D3D3D3;
  padding: 2px 18px;
}
body .special-use-button:disabled {
  pointer-events: none;
}
body .special-use-button:hover {
  background-color: #D3D3D3;
  color: #484747;
}
body .special-use-button:not(:disabled):hover {
  background-color: #F2F2F2;
}
body .special-use-button:active {
  background-color: #D3D3D3;
  color: #484747;
}
body button:disabled {
  background-color: #F2F2F2;
  color: #D3D3D3;
  border: 1px solid #D3D3D3;
}
body button:active:disabled {
  border: 1px solid #D3D3D3;
}
body button:hover:disabled {
  border: 1px solid #D3D3D3;
}
body .not-clickable-button:disabled {
  pointer-events: none;
}
body .configure-button {
  border: none;
  background: #E2EED8;
  color: #484747;
  border-radius: 0;
  font-size: 13px;
  font-weight: bold;
}
body .configure-button:disabled {
  background: #F2F2F2;
  color: #D3D3D3;
}
body .delete-button {
  background-color: #CC3333;
  border: 1px solid #CC3333;
}
body .delete-button:hover {
  background-color: #8b0000;
  border: 1px solid #8b0000;
}
body .remote-connect-button {
  flex: 0 0 auto;
  align-self: flex-end;
  height: 33px;
  width: 120px;
  padding-right: 40px;
  background-image: url(/manager/Images/export-csv.svg);
  background-size: 20px 20px;
  background-position: 85px 7px;
  background-repeat: no-repeat;
  border: none;
  background-color: #E2EED8;
  color: #484747;
  border-radius: 0;
  font-size: 13px;
  font-weight: bold;
}
body .remote-connect-button:disabled {
  background-color: #F2F2F2;
  color: #D3D3D3;
}
body .remote-connect-button:enabled:hover {
  background-color: #adca78;
}
pp-header-menu-item > a,
#header .header-nav > a {
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  font-weight: bold;
  color: #ADB0B6;
  text-decoration: none;
  display: inline-block;
}
pp-header-menu-item a:hover,
#header .header-nav a:hover {
  color: white;
}
pp-header-menu-item a.selected-nav,
#header .header-nav a.selected-nav {
  color: #81b636;
}
pp-header-menu-item #main-nav-log-in,
pp-header-menu-item #main-nav-sign-up,
#header .header-nav #main-nav-log-in,
#header .header-nav #main-nav-sign-up {
  font-size: 15px;
}
html {
  background-color: #F8F8F8;
  margin: 0 auto;
  position: relative;
  min-width: 1024px;
  min-height: 500px;
  height: 100%;
  overflow-y: auto;
}
body {
  overflow-y: hidden;
  height: 100%;
  margin: 0;
  background-color: #F8F8F8;
}
.clickable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.pointer {
  text-decoration: none;
  cursor: pointer;
}
#header {
  border-width: 0;
  background-color: #324158;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#header ul li {
  display: inline;
  list-style-type: none;
}
#header ul li a {
  color: #ADB0B6;
  text-decoration: none;
}
#header ul li a:hover {
  text-decoration: none;
}
#header #nav-main {
  flex: 1 0 auto;
  margin: 0 16px;
  padding: 0;
}
#header #nav-main li {
  margin: 0 16px;
  text-align: center;
  font-size: 14px;
  padding-right: 0.25rem;
}
#header #nav-main li a {
  font-weight: bold;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  color: #ADB0B6;
  background-color: #313D52;
  height: 83px;
}
#header #nav-main li a:hover,
#header #nav-main li a:active {
  color: #FFF;
}
#header #nav-main li a.selected-nav {
  color: #81b636;
}
#header #nav-right {
  flex: 0 0 auto;
  margin: 10px;
  color: #ADB0B6;
  font-size: 12px;
  line-height: 1;
}
#header #nav-right li {
  border-right: 1px solid #ADB0B6;
  list-style-type: none;
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
#header #nav-right li a {
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
#header #nav-right li a:hover,
#header #nav-right li a:active {
  color: #FFF;
}
#header #nav-right li a.selected-nav {
  color: #81b636;
}
#header #nav-right li:last-child {
  border-right: none;
  padding-right: 20px;
}
#header #logo {
  flex: 0 0 220px;
  margin-left: 20px;
  margin-right: 48px;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
#header #logo img {
  max-width: 200px;
  max-height: 56px;
}
.rounded-corners {
  border-radius: 3px;
}
.border {
  border: 1px solid #DCDADA;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.main-content-container {
  background-color: white;
  box-shadow: none;
  display: flex;
  flex: 1 1 100%;
  min-width: 1px;
  color: #484747;
}
.main-content-container pp-spinner {
  display: flex;
  flex: 1 1 auto;
  min-width: 1px;
}
.main-content-container pp-spinner ng-transclude {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 100%;
  min-width: 1px;
}
.main-content-container .report-container {
  min-height: 0;
  flex: 1 1 100%;
  display: flex;
  overflow-y: auto;
}
.main-content-container .report-container .customer-row {
  display: flex;
}
.main-content-container .report-container .customer-row > .customer-details {
  flex: 1 1 100%;
  min-width: 1px;
  display: flex;
  line-height: 35px;
  height: 35px;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
}
.main-content-container .report-container .printer-row {
  margin-bottom: 2px;
  display: flex;
}
.main-content-container .report-container .printer-row .printer-details {
  flex: 0 1 100%;
  min-width: 1px;
}
.main-content-container .report-container .printer-row-collapsed {
  height: 35px;
}
.main-content-container .report-container .full-flex-row {
  flex: 1 1 auto;
  display: flex;
  min-width: 0;
}
.main-content-container .report-container .details-header {
  font-size: 15px;
  color: #81b636;
  font-weight: bold;
}
.section {
  display: flex;
  flex-flow: column nowrap;
  margin: 5px;
  border: 1px solid #F2F2F2;
}
.section .section-header {
  font-size: 16px;
  font-weight: bold;
  padding-left: 13px;
  line-height: 33px;
  flex: 0 0 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .section-header > img,
.section .section-header > a > img {
  width: 17px;
  height: 17px;
  margin: 0 7.5px;
}
.navigation-header-breadcrumb {
  padding: 5px 5px 5px 19px;
  font-size: 15px;
  color: #484747;
  font-weight: bold;
}
.navigation-header-icons img,
pp-tab-navigation-icon img {
  width: 17px;
  height: 17px;
  margin: 0 8.5px;
}
div.table {
  display: flex;
  flex-flow: column nowrap;
  margin: 0px;
}
div.table .table-header,
div.table .table-row {
  flex: 1 0 auto;
  display: flex;
  flex-flow: row nowrap;
  line-height: 25px;
}
div.table .table-header > div,
div.table .table-row > div {
  padding: 0 8px 0 12px;
}
div.table .table-header {
  background-color: #F2F2F2;
  font-weight: bold;
}
div.table .table-header div:not(:first-of-type) {
  border-left: 2px white solid;
}
.table-striped .table-row:nth-of-type(odd) {
  background: #F2F2F2;
}
.table-striped tbody > tr:nth-of-type(odd) {
  background: transparent;
}
.table-striped tbody > tr:nth-of-type(even) {
  background: #F2F2F2;
}
.table-condensed thead > tr {
  background: #F2F2F2;
  font-weight: bold;
  line-height: 25px;
}
.table-condensed thead > tr > td {
  padding: 0 8px 0 12px;
}
.table-condensed thead > tr > td:not(:first-of-type) {
  border-left: 2px white solid;
}
.table-condensed tr {
  line-height: 25px;
}
.table-condensed tbody > tr > td {
  padding: 0 8px;
}
.table-striped-reverse tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-striped-reverse tbody tr:nth-child(odd) {
  background-color: white;
}
.header-warning {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: #CC3333;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid #dbdbdb;
}
.no-wrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popover-title {
  font-size: 12px;
  font-weight: bold;
}
.popover-content {
  font-size: 12px;
}
span.manager-validation-error {
  color: #CC3333;
  display: block;
  font-size: 9px;
  font-weight: bold;
  line-height: 11px;
  text-align: left;
  padding-top: 2px;
  margin: 2px 0;
}
select.manager-validation-error,
input.manager-validation-error,
textarea.manager-validation-error {
  border: 1px solid #CC3333 !important;
  box-shadow: none !important;
}
.inputs-panel {
  font-size: 12px;
  font-weight: normal;
}
.inputs-panel div.top-spaced {
  padding: 5px 0 0 0;
}
.inputs-panel input[type=password],
.inputs-panel input[type=text],
.inputs-panel select,
.inputs-panel textarea {
  padding: 3px 6px 3px 6px;
  margin: 5px 0 5px 0;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  background-color: #ffffff;
}
.inputs-panel input[type=password][disabled],
.inputs-panel input[type=password][readonly],
.inputs-panel input[type=text][disabled],
.inputs-panel input[type=text][readonly],
.inputs-panel select[disabled],
.inputs-panel select[readonly],
.inputs-panel textarea[disabled],
.inputs-panel textarea[readonly] {
  background-color: #EEE;
}
.inputs-panel select:disabled,
.inputs-panel input[type=checkbox]:disabled {
  cursor: default;
}
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=search]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #777;
}
.border-right {
  border-right: 1px solid #F2F2F2;
}
.border-left {
  border-left: 1px solid #F2F2F2;
}
.border-top {
  border-top: 1px solid #F2F2F2;
}
.dot {
  min-width: 9px;
  min-height: 9px;
}
.dot-green {
  background-image: url(/manager/Images/green-dot.svg);
}
.dot-yellow {
  background-image: url(/manager/Images/yellow-dot.svg);
}
.dot-red {
  background-image: url(/manager/Images/red-dot.svg);
}
.dot-dark-gray {
  background-image: url(/manager/Images/dark-gray-dot.svg);
}
.page-wide-event {
  background-image: url(/manager/Images/page-wide-event-alert-dot.svg);
  min-height: 8px;
  min-width: 8px;
}
.toolbar-buttons {
  color: #787878;
  font-weight: bold;
  flex: 0 0 auto;
  height: 38px;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  align-self: flex-start;
  font-size: 12px;
}
.toolbar-buttons .toolbar-item {
  border-left: 1px solid #F2F2F2;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 0 14px;
}
.toolbar-buttons .toolbar-item:hover {
  background-color: #DAEAC9;
}
.toolbar-buttons .toolbar-item a,
.toolbar-buttons .toolbar-item a:focus {
  color: inherit;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.toolbar-buttons .toolbar-item span {
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.top-list-item {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
}
.top-list-item pp-list-filter {
  flex: 0 0 300px;
}
.list-view-container {
  flex: 0 0 100%;
  min-width: 1px;
  display: flex;
  flex-flow: column nowrap;
}
.list-view-container .list-content {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 1px;
}
.details-view {
  padding: 0 15px;
}
.flex-center {
  display: flex;
  align-items: center;
}
.content-container {
  background-color: white;
  border-bottom: solid 1px #F2F2F2;
  border-right: solid 1px #F2F2F2;
  border-left: solid 1px #F2F2F2;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  position: relative;
  margin: 5px;
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
}
.content-container .account-pane-header {
  flex: 0 0 35px;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #484747;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 13px;
}
.content-container .account-pane-header .header-buttons-container {
  height: 35px;
  display: flex;
}
.content-container .account-pane-header .header-button,
.content-container .account-pane-header .header-button-disabled {
  width: 37px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px solid white;
}
.content-container .account-pane-header .header-button img,
.content-container .account-pane-header .header-button-disabled img {
  width: 20px;
  height: 20px;
}
.content-container .account-pane-header .header-button-disabled {
  opacity: 0.7;
}
.content-container .account-pane-header .header-button-disabled.clickable {
  cursor: auto;
}
.content-container .account-pane-header .header-button:not(.header-button-disabled):hover {
  transition-duration: 0.5s;
  background: #DAEACB;
}
.content-container .account-pane-content {
  flex: 1 1 auto;
  min-width: 1px;
  padding: 10px 13px;
}
.content-container .account-pane-content input[type=text],
.content-container .account-pane-content input[type=password] {
  height: 35px;
}
.content-container .account-pane-content select {
  height: 35px;
}
table.cells-separated {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
  background-color: white;
}
table.cells-separated thead {
  background-color: #F2F2F2;
  font-weight: bold;
}
table.cells-separated td {
  padding: 5px 8px 5px 10px;
}
table.cells-separated tbody tr td {
  border: 1px #F2F2F2 solid;
}
.bold-font {
  font-weight: bold;
}
.no-image-repeat {
  background-repeat: no-repeat;
}
body .center-in-element {
  margin: 5em 0;
}
body .rounded-border {
  border-width: 1px;
  border-style: solid;
  border-color: #DCDADA;
  border-radius: 3px;
}
body .errors {
  color: #CC3333;
  display: flex;
  justify-content: center;
}
body .editor-control-set {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 13px;
  color: #484747;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  white-space: nowrap;
  margin-top: 15px;
}
body .editor-control-set label {
  text-align: right;
  float: left;
  width: 80px;
  margin-top: 4px;
  clear: both;
  font-weight: bold;
}
body .editor-control-set input,
body .editor-control-set select {
  width: 79%;
  font-size: 11px;
  color: #484747;
  margin-left: 10px;
  height: 20px;
  padding-left: 6px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  box-shadow: none;
}
body .editor-control-set span.field-validation-error {
  color: red;
  clear: both;
  float: right;
}
body .editor-control-set input.input-validation-error {
  border: 1px solid red;
}
body .editor-control-set .password-hint {
  float: right;
  padding-left: 115px;
  padding-top: 3px;
  white-space: normal;
}
body .message-center {
  width: 800px;
}
body .message-center h3 {
  font-weight: bold;
  color: #313D52;
}
body .message-center .content-primary {
  text-align: left;
  padding: 24px 23px;
  width: 376px;
  float: left;
  clear: left;
}
body .message-center .content-secondary {
  text-align: left;
  padding: 24px 33px;
  width: 356px;
  float: left;
  position: relative;
}
body #buttons {
  margin-top: 20px;
}
body a.nontext {
  color: black;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
body .main-header {
  background: #313D52;
  margin: 0;
}
body .main-header #logo {
  margin-left: 20px;
  display: inline-block;
  width: 220px;
  float: left;
}
body .main-header #logo a {
  height: 83px;
  width: 100%;
  display: block;
}
body .main-header #logo img {
  margin-top: 22px;
}
body .main-header div.header-nav {
  height: 83px;
  display: inline-block;
  text-indent: 1px;
  text-align: center;
}
body .main-header div.header-nav pp-header-menu-item a,
body .main-header div.header-nav > a {
  margin: 33px 20px 0 20px;
}
body .main-header #app-nav {
  float: right;
}
body .main-header #app-nav a {
  float: right;
}
.forgot-password-button {
  border: 1px solid #818385;
  background-color: #818385;
}
.forgot-password-button:not([disabled]):hover {
  border-color: #605E5E;
  background-color: #605E5E;
}
.forgot-password-button:not([disabled]):active {
  background-color: #605E5E;
}
@keyframes pop-up-message-appearance {
  0%, 75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .pop-up-container {
  animation: pop-up-message-appearance 4s;
  width: 173px;
  height: 125px;
  color: #ffffff;
  background-color: #81b636;
  font-size: 12px;
  padding: 10px 0 10px 10px;
  margin-left: 8px;
}
body .pop-up-container span {
  font-weight: bold;
  font-size: 15px;
}
body .editor-control-set {
  display: flex;
  align-items: center;
  height: 30px;
  margin: 10px 0 0 0;
}
body .editor-control-set label {
  width: 100px !important;
  font-size: 15px;
  font-weight: 400;
}
body .editor-control-set input,
body .editor-control-set select {
  width: 74%;
  height: 100%;
  background-color: #F2F2F2;
}
body #buttons {
  margin-top: 20px;
}
body #signup-button {
  width: 150px;
}
body .selected-header-nav-link {
  color: #81b636 !important;
}
body div#main_container {
  display: block;
}
body div#main_container div.page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body div#main_container form.form-controller {
  margin-top: 5em;
}
body #main-section {
  width: 568px;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
body #main-section div#green-pillar {
  min-width: 3%;
  background-color: #81b636;
}
body #main-section .sub-section {
  width: 100%;
}
body #main-section .sub-section .sub-section-text {
  font-size: 15px;
  line-height: 18px;
  color: #484747;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: bold;
}
body #main-section label {
  font-size: 15px;
  font-weight: 400;
}
body #main-section input {
  font-size: 14px;
  border-radius: 0;
  background-color: #F2F2F2;
}
body #main-section input:not(.input-validation-error) {
  border: none;
}
body #main-section input:focus {
  outline: 1px solid black;
}
body #main-section input:focus.input-validation-error {
  outline: none;
  border: 1px solid black;
}
body #main-section div#buttons {
  width: 95%;
  display: flex;
  justify-content: flex-end;
}
body #main-section div#buttons button {
  border-radius: 0;
  width: 118px;
  height: 30px;
  font-size: 15px;
}
body .link-boxes {
  display: grid;
  grid-template-columns: repeat(3, 178px);
  grid-template-rows: repeat(2, 90px);
  row-gap: 15px;
  column-gap: 17px;
  width: 568px;
  margin: 5em 0;
}
body .link-boxes .link-box {
  display: flex;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
body .link-boxes .link-box:hover {
  background-color: #e2eed8;
}
body .link-boxes .link-box .dark-blue-pillar {
  width: 10%;
  background-color: #313d52;
}
body .link-boxes .link-box .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 15px;
}
body .link-boxes .link-box .content-box i.bi {
  margin: 0 0 5px 0;
  font-size: 25px;
}
form i {
  margin-left: -20px;
  cursor: pointer;
}
input[type=password]#Password,
input[type=text]#Password {
  padding-right: 25px;
}
input[type=password]#Password::-ms-reveal,
input[type=text]#Password::-ms-reveal {
  display: none;
}
.password-field-error,
.field-error {
  display: flex;
  justify-content: flex-start;
  color: red;
  margin-right: 5%;
}

/* angular:styles/global:non-logged */
