button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

.nopacity {
  opacity: 0;
}

.alert {
  margin-bottom: 10px;
  padding: 2px 8px;
}

.alert button.close {
  position: static;
  float: right;
  top: auto;
  right: auto;
  padding: 0;
  margin: -1px 0 0 10px;
}

.border {
  border: 0px solid #ddd;
}

.border-top {
  border-top: 0px solid #ddd;
}

.border-bottom {
  border-bottom: 0px solid #ddd;
}

.border-left {
  border-left: 0px solid #ddd;
}

.border-right {
  border-right: 0px solid #ddd;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn {
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
}

.btn-link {
  color: #11a5fe;
  padding: 0;
  border: none;
}

.btn-link.btn-primary {
  color: #fe9000;
}

.btn-link.btn-success {
  color: #5cb85c;
}

.btn-link.btn-info {
  color: #5bc0de;
}

.btn-link.btn-warning {
  color: #ffd500;
}

.btn-link.btn-danger {
  color: #d9534f;
}

.btn-icon {
  margin: 0;
  padding: 0;
  color: #ddd;
  background: none;
  border: none;
  line-height: 1;
}

.btn-icon:hover {
  color: #d0d0d0;
  text-decoration: none;
}

.btn-icon.btn-primary {
  color: #fe9000;
  background: none;
}

.btn-icon.btn-primary:hover,
.btn-icon.btn-primary:focus {
  color: #e58200;
  background: none;
}

.btn-icon.btn-success {
  color: #5cb85c;
  background: none;
}

.btn-icon.btn-success:hover,
.btn-icon.btn-success:focus {
  color: #4cae4c;
  background: none;
}

.btn-icon.btn-info {
  color: #5bc0de;
  background: none;
}

.btn-icon.btn-info:hover,
.btn-icon.btn-info:focus {
  color: #31b0d5;
  background: none;
}

.btn-icon.btn-warning {
  color: #ffd500;
  background: none;
}

.btn-icon.btn-warning:hover,
.btn-icon.btn-warning:focus {
  color: #e6c000;
  background: none;
}

.btn-icon.btn-danger {
  color: #d9534f;
  background: none;
}

.btn-icon.btn-danger:hover,
.btn-icon.btn-danger:focus {
  color: #d43f3a;
  background: none;
}

.btn-hover-primary:hover {
  color: #fe9000;
}

.btn-hover-success:hover {
  color: #5cb85c;
}

.btn-hover-info:hover {
  color: #5bc0de;
}

.btn-hover-warning:hover {
  color: #ffd500;
}

.btn-hover-danger:hover {
  color: #d9534f;
}

.btn-tertiary {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #a1a1a1;
}

.btn-tertiary:hover,
.btn-tertiary:focus {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #888888;
}

.btn-xs {
  padding: 1px 4px;
}

.dropdown-toggle {
  font-weight: normal;
}

.dropdown-toggle:after {
  width: auto;
  height: auto;
  border: none;
  margin-left: 5px;
  font-family: FontAwesome;
  font-size: 60%;
  content: "\F078";
  opacity: .75;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.dropup .dropdown-toggle:after {
  border: none;
  content: "\F077";
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.dropdown-menu {
  padding: 5px 0;
  font-size: 14px;
}

.dropdown-menu > * {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-menu .dropdown-header {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-menu .dropdown-header + .dropdown-header {
  margin-top: -10px;
  text-transform: none;
}

.dropdown-menu .dropdown-item .fa {
  width: 16px;
  margin-right: 10px;
  text-align: center;
}

.dropdown-menu .dropdown-item .fa-spin {
  margin-left: 0;
}

.dropdown-menu .dropdown-item:focus {
  background: none;
}

.dropdown-menu .dropdown-item:hover {
  color: #fe9000;
  background: rgba(254, 144, 0, 0.1);
}

.dropdown.select .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: left;
}

.dropdown.select .dropdown-toggle:after {
  position: absolute;
  top: 8px;
  right: 10px;
}

.dropdown.select .dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.dropdown.select .dropdown-toggle,
.dropdown.select .dropdown-item {
  font-size: 14px;
  padding: 4px 25px 4px 10px;
}

.dropdown-inline .dropdown-toggle {
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .dropdown-toggle.arrow-hidden-sm-down:after {
    display: none;
  }
}

label {
  font-weight: 600;
}

button .fa-spin {
  margin-left: 8px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #949494;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #949494;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #949494;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
  color: #a1a1a1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
  color: #a1a1a1;
}

input:focus::placeholder,
textarea:focus::placeholder,
.form-control:focus::placeholder {
  color: #a1a1a1;
}

input.has-error::-webkit-input-placeholder,
textarea.has-error::-webkit-input-placeholder,
.form-control.has-error::-webkit-input-placeholder {
  color: #d20000;
}

input.has-error:-ms-input-placeholder,
textarea.has-error:-ms-input-placeholder,
.form-control.has-error:-ms-input-placeholder {
  color: #d20000;
}

input.has-error::placeholder,
textarea.has-error::placeholder,
.form-control.has-error::placeholder {
  color: #d20000;
}

input.has-error:focus::-webkit-input-placeholder,
textarea.has-error:focus::-webkit-input-placeholder,
.form-control.has-error:focus::-webkit-input-placeholder {
  color: #eb0000;
}

input.has-error:focus:-ms-input-placeholder,
textarea.has-error:focus:-ms-input-placeholder,
.form-control.has-error:focus:-ms-input-placeholder {
  color: #eb0000;
}

input.has-error:focus::placeholder,
textarea.has-error:focus::placeholder,
.form-control.has-error:focus::placeholder {
  color: #eb0000;
}

.form-check .form-check-label {
  font-weight: 400;
  color: #666;
}

.form-check .form-check-label input {
  margin-right: .25rem;
  margin-top: .375rem;
}

.form-check .form-check-label[ngbtooltip] {
  border-bottom: 1px dashed #ddd;
  padding: 0;
  line-height: 1.4;
}

.form-group > label {
  margin: 0 0 5px;
}

.form-group > label.errors {
  margin: 5px 0 0;
}

.form-group > label.errors span + span {
  display: none;
}

.form-control {
  border-radius: 0;
}

.has-success label {
  color: #0d854f !important;
}

.has-success input,
.has-success select,
.has-success textarea,
.has-success .form-control {
  border-color: #0d854f !important;
  background-color: #cbfae4 !important;
}

.has-error label {
  color: #9f0000 !important;
}

.has-error label a,
.has-error label .btn-link {
  color: #58537f !important;
}

.has-error input,
.has-error select,
.has-error textarea,
.has-error .form-control {
  border-color: #9f0000 !important;
  background-color: #ffd2d2 !important;
}

.has-error .dropdown .dropdown-toggle {
  color: #9f0000 !important;
  border-color: #9f0000 !important;
}

.changed label,
.changed input,
.changed select,
.changed textarea {
  -webkit-transition: all 1s ease-in 1s;
  transition: all 1s ease-in 1s;
}

.row.row-compact {
  margin-left: -5px;
  margin-right: -5px;
}

.row.row-compact > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

body.overlay-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

ui-view {
  display: block;
}

ui-view > * {
  display: block;
}

.container-left {
  margin-left: 0;
}

nav.interrupt {
  padding-top: 10px;
  margin-bottom: 10px;
  background: white;
}

nav.tabs {
  position: relative;
  border-bottom: 2px solid #ddd;
  padding-left: 10px;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
}

nav.tabs a,
nav.tabs .btn-link {
  display: inline-block;
  margin-left: 40px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #5f5f5f;
  padding: 3px 0;
  margin-bottom: -2px;
  border: none;
}

nav.tabs a:first-child,
nav.tabs .btn-link:first-child {
  margin-left: 0;
}

nav.tabs a:hover,
nav.tabs a.active,
nav.tabs .btn-link:hover,
nav.tabs .btn-link.active {
  color: #292b2c;
}

nav.tabs a.active,
nav.tabs .btn-link.active {
  border-bottom: 4px solid #292b2c;
}

@media (max-width: 767px) {
  body.footer-open {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }
}

@media (min-width: 768px) {
  nav.interrupt {
    position: fixed;
    top: 50px;
    height: 60px;
    left: 0;
    right: 0;
    z-index: 998;
  }
}

#loading {
  position: fixed;
  height: 100%;
  width: 100%;
}

#loading > * {
  margin: 15px 25px;
}

#loading .logo {
  width: 200px;
  height: 80px;
  background-image: url(/assets/logo.cb37962154d3c7668438daa3102e051d.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media (max-width: 767px) {
  #loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  #loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal {
  -webkit-overflow-scrolling: auto;
}

.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-backdrop {
  z-index: 1050;
}

.modal-content {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: unset;
          flex-direction: unset;
  background: none;
  border: none;
  border-radius: 0;
  margin: auto;
  max-width: 100%;
}

.modal-content > * {
  display: block;
  background: white;
  border-radius: 5px;
  padding: 15px;
  max-width: 100%;
}

.modal-content :last-child {
  margin-bottom: 0;
}

.modal-content h1,
.modal-content .h1 {
  font-size: 24px;
}

.modal-content h2,
.modal-content .h2 {
  font-size: 20px;
}

.modal-content h3,
.modal-content .h3 {
  font-size: 16px;
}

.modal-content h4,
.modal-content .h4 {
  font-size: 14px;
}

.modal-content h5,
.modal-content .h5 {
  font-size: 12px;
}

.modal-content h6,
.modal-content .h6 {
  font-size: 10px;
}

.modal-content button.close {
  float: right;
  font-size: 24px;
  opacity: .8;
}

#overlay {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

nav.overlay {
  margin-top: 20px;
  margin-bottom: 20px;
}

main.overlay {
  margin-top: 20px;
  margin-bottom: 20px;
}

main.overlay section {
  padding: 20px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  max-width: 800px;
}

main.overlay section h2 {
  font-size: 20px;
  font-weight: 700;
}

main.overlay section h3 {
  color: #fe9000;
  font-size: 16px;
  text-transform: uppercase;
}

main.overlay section + section {
  margin-top: 15px;
}

main.overlay section > .form-group:last-child {
  margin-bottom: 0;
}

main.overlay .table-flex-row:first-child {
  border-top: 0;
}

main.overlay .table-flex-row:hover {
  background: transparent;
  border-color: #ddd;
  border-left-color: transparent;
  border-right-color: transparent;
}

main.overlay .table-flex-row .table-flex-col {
  padding: 8px 0;
}

main.overlay .table-flex-row .col-name {
  padding-left: 30px;
  position: relative;
}

main.overlay .table-flex-row .col-name.team-member {
  padding-left: 0;
}

main.overlay .table-flex-row .col-name:before {
  position: absolute;
  top: 15px;
  left: 0;
  font-family: FontAwesome;
  font-size: 18px;
  color: #999;
}

main.overlay .table-flex-row .col-name.excel:before {
  content: "\F1C3";
}

main.overlay .table-flex-row .col-name.word:before {
  content: "\F1C2";
}

main.overlay .table-flex-row .col-name.pdf:before {
  content: "\F1C1";
}

main.overlay .table-flex-row .col-name.image:before {
  content: "\F1C5";
}

main.overlay .table-flex-row .col-name.compressed:before {
  content: "\F1C6";
}

main.overlay .table-flex-row .col-name.text:before {
  content: "\F0C0";
}

main.overlay .table-flex-row .col-name.credit-card:before {
  content: "\F09D";
}

main.overlay .table-flex-row .col-name.ach:before {
  content: "\F19C";
}

main.overlay .table-flex-row .col-name.paypal:before {
  content: '';
  background-image: url(/assets/paypal.24e5670db74163a67b4981f444cfdc72.png);
  height: 24px;
  width: 24px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

main.overlay .table-flex-row .col-name button {
  display: block;
  color: #2b2b2e;
  border: 0;
  padding: 0;
}

main.overlay .table-flex-row .col-name p {
  margin-bottom: 0;
}

main.overlay .table-flex-row .col-name small {
  display: block;
  color: #999;
  font-size: 10px;
}

main.overlay .table-flex-row .col-buttons,
main.overlay .table-flex-row .col-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  nav.overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  nav.overlay button.back {
    color: #fe9000;
    font-size: 20px;
    font-weight: 600;
  }

  nav.overlay .dropdown-toggle {
    color: #464a4c;
    font-size: 20px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  #overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #overlay > ui-view {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  nav.overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }

  nav.overlay button.back {
    display: block;
    margin-bottom: 30px;
    width: 50px;
  }

  nav.overlay button.back i {
    text-indent: 0;
    font-size: 24px;
    font-weight: 800;
  }

  nav.overlay button.back span {
    display: block;
    visibility: hidden;
    font-size: 1px;
    height: 0;
    width: 0;
  }

  nav.overlay main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  nav.overlay main a {
    display: block;
    margin-bottom: 10px;
    color: #464a4c;
    font-weight: 600;
  }

  nav.overlay main a.active {
    color: #11a5fe;
  }

  nav.overlay main a:focus {
    text-decoration: none;
  }

  nav.overlay footer a {
    font-size: 12px;
  }
}

.power-status:before {
  display: inline-block;
  content: ' ';
  padding: 3px;
  background-color: white;
  border: 1px solid #666;
  border-radius: 4px;
}

.power-status.power-status-on:before,
.power-status.power-status-on-with-delay:before {
  background-color: #14cb78;
  border-color: #14cb78;
  -webkit-box-shadow: 0 0 10px #14cb78;
          box-shadow: 0 0 10px #14cb78;
}

.power-status.power-status-off:before,
.power-status.power-status-off-with-delay:before {
  background-color: #666;
}

.power-status.power-status-rebooting:before,
.power-status.power-status-rebooting-with-delay:before {
  background-color: #fe9000;
  border-color: #fe9000;
  -webkit-box-shadow: 0 0 10px #fe9000;
          box-shadow: 0 0 10px #fe9000;
}

.table-flex-head,
.table-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-flex-head .table-flex-col,
.table-flex-row .table-flex-col {
  padding: 8px 10px;
}

.table-flex-head {
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

.table-flex-head .table-flex-col[data-sort] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.table-flex-head .table-flex-col.table-sort-asc:after,
.table-flex-head .table-flex-col.table-sort-desc:after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.table-flex-head .table-flex-col.table-sort-asc:after {
  content: "\F078";
}

.table-flex-head .table-flex-col.table-sort-desc:after {
  content: "\F077";
}

.table-flex-row {
  width: 100%;
  margin: -1px -1px 0;
  border: 1px solid transparent;
  border-bottom-color: #ddd;
  border-radius: 2px;
}

.table-flex-row:first-child {
  margin-top: 0;
  border-top: 1px solid #ddd;
}

.table-flex-row.disabled {
  color: #a1a1a1;
  background: rgba(242, 242, 242, 0.3);
}

.table-flex-row:hover {
  border-color: #2b2b2e;
  background: rgba(43, 43, 46, 0.05);
}

.table-flex-row:hover + .table-flex-row.selected {
  border-top-color: #2b2b2e;
}

.table-flex-row.selected {
  border-color: #11a5fe;
  background: rgba(17, 165, 254, 0.05);
}

.dropdown-menu > .dropdown-item {
  position: relative;
}

.dropdown-menu > .dropdown-item .tooltip {
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-right: 2px;
}

.dropdown-menu > .dropdown-item:hover .tooltip {
  opacity: .9;
}

.tooltip.tooltip-left-bottom .tooltip-inner:before {
  top: 100%;
  right: 0;
  margin-top: -18px;
}

html,
body {
  width: 100%;
  height: 100%;
}


/*# sourceMappingURL=app.2f319111fb12e6d19568.css.map*/