@charset "UTF-8";
form .control-label, form label {
  font-weight: normal;
}
form .ui-select-toggle {
  border-radius: 2px;
}
form textarea {
  border-radius: 0 !important;
}
form input.form-control {
  border-radius: 2px;
}
form .full-width-field {
  padding-bottom: 30px;
}
form .col-xs-1, form .col-xs-10, form .col-xs-11, form .col-xs-12, form .col-xs-2,
form .col-xs-3, form .col-xs-4, form .col-xs-5, form .col-xs-6, form .col-xs-7,
form .col-xs-8, form .col-xs-9 {
  padding-right: 0;
  padding-left: 20px;
}
form .col-xs-1.image-data, form .col-xs-10.image-data, form .col-xs-11.image-data, form .col-xs-12.image-data, form .col-xs-2.image-data,
form .col-xs-3.image-data, form .col-xs-4.image-data, form .col-xs-5.image-data, form .col-xs-6.image-data, form .col-xs-7.image-data,
form .col-xs-8.image-data, form .col-xs-9.image-data {
  padding-left: 0;
  padding-right: 20px;
}
form .col-xs-1.right-pad, form .col-xs-10.right-pad, form .col-xs-11.right-pad, form .col-xs-12.right-pad, form .col-xs-2.right-pad,
form .col-xs-3.right-pad, form .col-xs-4.right-pad, form .col-xs-5.right-pad, form .col-xs-6.right-pad, form .col-xs-7.right-pad,
form .col-xs-8.right-pad, form .col-xs-9.right-pad {
  padding-right: 30px;
}
form .col-xs-1:first-child, form .col-xs-10:first-child, form .col-xs-11:first-child, form .col-xs-12:first-child, form .col-xs-2:first-child,
form .col-xs-3:first-child, form .col-xs-4:first-child, form .col-xs-5:first-child, form .col-xs-6:first-child, form .col-xs-7:first-child,
form .col-xs-8:first-child, form .col-xs-9:first-child {
  padding-left: 0;
}

#languageManager {
  min-width: 1010px;
  height: calc(100% - 30px);
}
#languageManager .tpoc-card {
  margin-bottom: 0;
}
#languageManager .tpoc-card .card-section {
  margin-bottom: 20px;
}
#languageManager .form-container {
  font-size: 13px;
  padding: 10px 0 20px 0;
}
#languageManager .form-container input.form-control {
  display: inline-block;
  border-radius: 2px;
  margin-right: 12px;
  width: 220px;
}
#languageManager .form-container input.form-control.initial-field {
  width: 360px;
}
#languageManager .form-container input.ng-touched.ng-invalid {
  border: 1px solid #a94442;
}
#languageManager .form-container .btn-group {
  margin-right: 12px;
  margin-bottom: 4px;
}
#languageManager .form-container .checkbox {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
#languageManager .form-container .checkbox.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#languageManager .form-container .checkbox.disabled input, #languageManager .form-container .checkbox.disabled label {
  pointer-events: none;
}
#languageManager .form-container .submit-btn {
  margin-right: 12px;
  margin-bottom: 4px;
}
#languageManager .form-container .placeholder {
  color: #999;
}
#languageManager .btn-group .btn {
  border-radius: 2px;
  min-width: 220px;
  height: 34px;
  text-align: left;
}
#languageManager .btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 10px;
}
#languageManager .btn-group li.selected a {
  font-weight: bold;
}
#languageManager .grid-header-container {
  display: grid;
  background-color: #bcbcbc;
  grid-template-columns: 450px 1fr 1fr;
  grid-gap: 1px;
  border: solid 1px rgb(213.6, 213.6, 213.6);
  border-radius: 4px 4px 0 0;
  width: 100%;
}
#languageManager .grid-header-container .grid-header {
  background-color: #eaeaea;
  padding: 0 20px;
  font-size: 14px;
  height: 45px;
}
#languageManager .grid-header-container .btn-group.open, #languageManager .grid-header-container .dropdown-toggle {
  box-shadow: none;
}
#languageManager .grid-header-container .btn-group {
  padding: 0;
}
#languageManager .grid-header-container .btn-group .btn-default {
  padding: 0;
  color: #444;
  background-color: #eaeaea;
  border: none;
}
#languageManager .grid-header-container .btn-group .btn-default:hover:enabled {
  color: #000;
  background-color: #eaeaea;
  border: none;
}
#languageManager .grid-header-container .btn-group .btn {
  min-width: initial;
}
#languageManager .grid-header-container .btn-group .btn .caret {
  position: initial;
}
#languageManager .grid-header, #languageManager .grid-cell {
  background-color: #fff;
  display: flex;
  align-items: center;
}
#languageManager .grid-scroll-container {
  width: 100%;
  min-height: 50px;
  max-height: calc(100vh - 290px);
  overflow-y: auto;
  overflow-y: overlay;
  border: solid #bcbcbc;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 2px 2px;
}
#languageManager .grid-scroll-container.paginated {
  max-height: calc(100vh - 344px);
}
#languageManager .grid-scroll-container .results-message {
  font-size: 14px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1em;
}
#languageManager .grid-container {
  background-color: #bcbcbc;
  display: grid;
  grid-gap: 1px;
  grid-template-areas: "key default-lang lang";
  grid-template-columns: 450px 1fr 1fr;
  align-items: start;
  width: 100%;
}
#languageManager .grid-container .grid-cell {
  position: relative;
  font-size: 12px;
  height: 50px;
}
#languageManager .grid-container .grid-cell.selected {
  height: 150px;
  align-items: start;
  padding-top: 10px;
}
#languageManager .grid-container .grid-cell.selected.default-lang {
  overflow-y: auto;
}
#languageManager .grid-container .grid-cell.selected.default-lang > div {
  white-space: normal;
  padding-bottom: 20px;
}
#languageManager .grid-container .grid-cell .click-elem {
  padding-left: 20px;
  margin-left: -20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#languageManager .grid-container .grid-cell .click-elem:hover {
  background-color: #f8fafc;
}
#languageManager .grid-container .grid-cell .click-elem.editing {
  cursor: default;
}
#languageManager .grid-container .grid-cell .click-elem.editing:hover {
  background-color: initial;
}
#languageManager .grid-container .grid-cell .click-elem > div {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}
#languageManager .grid-container .grid-cell .click-elem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#languageManager .grid-container .grid-cell .edit-elem {
  top: 10px;
  bottom: 20px;
  overflow: initial;
}
#languageManager .grid-container .grid-cell > div {
  position: absolute;
  right: 20px;
  left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#languageManager .grid-container textarea {
  resize: none;
  font-size: 12px;
  border-radius: 2px;
  width: 100%;
  height: 108px;
}
#languageManager .field-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 32px;
  font-size: 19px;
}
#languageManager .field-controls.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#languageManager .field-controls.disabled .fa {
  pointer-events: none;
}
#languageManager .field-controls .fa {
  cursor: pointer;
  padding-left: 10px;
}
#languageManager .save-icon {
  color: #43a047;
}
#languageManager .save-icon:hover {
  color: rgb(51.9471365639, 124.0528634361, 55.0484581498);
}
#languageManager .cancel-icon {
  color: #afafaf;
}
#languageManager .cancel-icon:hover {
  color: rgb(149.5, 149.5, 149.5);
}
#languageManager .warning-icon {
  font-size: 16px;
  color: #FF3366;
  padding: 5px;
}
#languageManager .pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 34px;
  margin-top: 20px;
  font-size: 14px;
}
#languageManager .pagination-container.disabled {
  opacity: 0.7;
}
#languageManager .pagination-container .pagination {
  margin: 0;
}
#languageManager .pagination-container .result-count {
  margin: 0;
}
#languageManager .export-btn, #languageManager .import-btn {
  height: 34px;
  margin-top: 2px;
  color: white;
  border-radius: 2px;
  background-color: #295170;
}
#languageManager .export-btn:hover, #languageManager .import-btn:hover {
  background-color: rgb(54.6666666667, 108, 149.3333333333);
}
#languageManager .export-btn i, #languageManager .import-btn i {
  margin-right: 5px;
}
#languageManager .import-btn {
  margin: 0 20px;
}
#languageManager .heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#testMessage {
  padding-top: 20px;
}
#testMessage > .row {
  padding-top: 10px;
}
#testMessage .label-edit {
  width: 300px;
}
#testMessage .no-data {
  position: relative;
  height: 80px;
}

#beaconHealth {
  min-width: 850px;
}
#beaconHealth .date-form {
  font-size: 13px;
  margin-top: 10px;
}
#beaconHealth .date-form label {
  margin: 0 5px;
}
#beaconHealth .date-form input {
  width: 60px;
}
#beaconHealth .date-form button.btn-submit-date {
  margin: 0 0 3px 10px;
  padding: 1px 12px;
}
#beaconHealth .date-form > * {
  display: inline-block;
}
#beaconHealth .venue-selector .select-environment, #beaconHealth .venue-selector .select-venue {
  margin-right: 0.5em;
}
#beaconHealth th.table-head {
  background-color: #FAFAFA;
  padding-left: 15px;
  height: 45px;
  font-size: 18px;
  color: #444;
  border: none;
  font-weight: 100;
}
#beaconHealth th.table-head.left {
  border-radius: 4px 0 0 0;
  border: none;
}
#beaconHealth th.table-head.right {
  border-radius: 0 4px 0 0;
  border: none;
  color: #666;
  font-size: 13px;
}
#beaconHealth th.table-head.right span {
  color: #333;
  font-size: 18px;
  padding: 0 5px;
}
#beaconHealth .beacon-table {
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border: 1px solid #e4e4e4;
  font-size: 13px;
  background-color: white;
  width: 100%;
  min-width: 600px;
}
#beaconHealth .beacon-table thead {
  color: #999;
  font-size: 12px;
}
#beaconHealth .beacon-table td, #beaconHealth .beacon-table th {
  text-align: center;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #e4e4e4;
  white-space: nowrap;
  padding: 8px 15px;
}
#beaconHealth .beacon-table td:first-child, #beaconHealth .beacon-table th:first-child {
  text-align: left;
}
#beaconHealth .beacon-table .left {
  text-align: left;
}
#beaconHealth .beacon-table .right {
  text-align: right;
}
#beaconHealth .beacon-table .caps {
  text-transform: uppercase;
}
#beaconHealth .beacon-table td.first-row {
  border-top: 1px solid #a1a1a1;
}
#beaconHealth .beacon-table td.highlight, #beaconHealth .beacon-table th.highlight {
  background-color: #FDF9FB;
}
#beaconHealth .beacon-table td.left-border, #beaconHealth .beacon-table th.left-border {
  border-left: 1px solid #F5F5F5;
}
#beaconHealth .warning {
  font-size: 16px;
  color: #FF3366;
  padding: 5px;
}

#experiencetracker .errors {
  background-color: #FFCCCC;
  border-color: darkgray;
  border-radius: 5px;
  color: darkred;
  font-size: 24px;
  font-weight: bold;
  padding: 0.5em;
}
#experiencetracker .search-config {
  margin-top: 20px;
  min-width: 680px;
}
#experiencetracker .search-config div {
  padding-bottom: 0.5em;
}
#experiencetracker .search-config div span {
  padding-right: 0.5em;
}
#experiencetracker .search-config div span:not(:first-child) {
  padding-left: 1em;
}
#experiencetracker .search-config input {
  width: 275px;
}
#experiencetracker .search-config .wide-input {
  width: 460px;
}
#experiencetracker .detail-message {
  display: inline-block;
  padding: 0.4em;
}
#experiencetracker .zebra:nth-child(even) {
  background: #F7FAFF;
}
#experiencetracker .zebra:nth-child(odd) {
  background: #FFF;
}
#experiencetracker table {
  border-collapse: true;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
#experiencetracker table thead tr {
  border-bottom: 1px solid #BBB;
  padding-bottom: 4px;
  background-color: #DDD;
}
#experiencetracker table tbody tr {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #BBB;
}
#experiencetracker .message-header td {
  background-color: #FFF;
  border: 0;
  padding: 5px;
}
#experiencetracker .message-header .expander-button {
  width: 35px;
  height: 30px;
  text-align: center;
  background-color: white;
  font-size: 16pt;
  border: 0;
}
#experiencetracker .message-header .message-id, #experiencetracker .message-header .device-id {
  max-width: 270px;
  overflow-x: hidden;
  white-space: nowrap;
}
#experiencetracker .message-body td {
  background-color: #FFF;
}
#experiencetracker .message-detail-container .message-detail-fixed-column {
  min-width: 180px;
  display: inline-block;
}
#experiencetracker .detail-container {
  display: flex;
  flex-direction: row;
  min-height: 100px;
  margin-left: 0.5em;
  /* Some basic styling to notify users
     about the tooltips*/
}
#experiencetracker .detail-container .tooltip {
  color: #900;
  text-decoration: none;
}
#experiencetracker .detail-container .tooltip:hover {
  color: red;
  position: relative;
}
#experiencetracker .detail-container abbr {
  border-bottom: 0;
  background-color: #EEE;
}
#experiencetracker .detail-container .detail-summary {
  margin-bottom: 0.4em;
}
#experiencetracker .detail-container .detail-column {
  width: 100%;
}
#experiencetracker .detail-container .detail-column .status-good {
  background: lightgreen;
}
#experiencetracker .detail-container .detail-column .status-pending {
  background: gold;
}
#experiencetracker .detail-container .detail-column .status-stopped {
  background: orange;
}
#experiencetracker .detail-container .detail-column .status-error {
  background: red;
}
#experiencetracker .detail-container .detail-column .status-missing {
  background: darkgray;
}
#experiencetracker .detail-container .detail-icon {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  display: inline-block;
  margin: 1em;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
}
#experiencetracker .focus-item {
  border-radius: 5px;
  padding: 5px;
  background-color: #DDD;
  border-color: #BBB;
}

.tpoc-message-activity .msg-activity-table table,
.tpoc-message-activity .msg-report-details table {
  margin-bottom: 0;
  border: 1px solid #dedede;
}
.tpoc-message-activity .msg-activity-table table thead,
.tpoc-message-activity .msg-report-details table thead {
  font-size: 14px;
  text-align: right;
  border: 1px solid #dedede;
  background-color: #eaeaea;
}
.tpoc-message-activity .msg-activity-table table thead:hover,
.tpoc-message-activity .msg-report-details table thead:hover {
  cursor: pointer;
}
.tpoc-message-activity .msg-activity-table table thead th,
.tpoc-message-activity .msg-report-details table thead th {
  font-weight: normal;
}
.tpoc-message-activity .msg-activity-table table thead th:first-child,
.tpoc-message-activity .msg-report-details table thead th:first-child {
  padding-left: 20px;
}
.tpoc-message-activity .msg-activity-table table thead th:last-child,
.tpoc-message-activity .msg-report-details table thead th:last-child {
  padding-right: 20px;
}
.tpoc-message-activity .msg-activity-table table tbody tr td:first-child,
.tpoc-message-activity .msg-report-details table tbody tr td:first-child {
  padding-left: 20px;
}
.tpoc-message-activity .msg-activity-table table tbody tr td:last-child,
.tpoc-message-activity .msg-report-details table tbody tr td:last-child {
  padding-right: 20px;
}
.tpoc-message-activity .msg-activity-table table tbody tr:hover,
.tpoc-message-activity .msg-report-details table tbody tr:hover {
  cursor: pointer;
  background-color: #f8fafc;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.12);
}
.tpoc-message-activity .export-btn {
  color: white;
  border-radius: 2px;
  background-color: #295170;
}
.tpoc-message-activity .export-btn:hover {
  background-color: rgb(54.6666666667, 108, 149.3333333333);
}
.tpoc-message-activity .align-right {
  text-align: right;
}
.tpoc-message-activity .align-center {
  text-align: center;
}
.tpoc-message-activity .title-column {
  padding-left: 28px;
  width: 400px;
}
.tpoc-message-activity .fa-chevron-left {
  color: #5C8CA6;
  cursor: pointer;
}
.tpoc-message-activity .interval-selector {
  color: #666666;
}
.tpoc-message-activity .btn-spacing {
  margin-left: 10px;
}
.tpoc-message-activity .msg-activity-table .msg-totals {
  background-color: #f2f2f2;
}
.tpoc-message-activity .has-push {
  color: #eaeaea;
}
.tpoc-message-activity .fa-search {
  color: #eaeaea;
}
.tpoc-message-activity .date-range {
  margin-left: 14px;
}
.tpoc-message-activity .fix-table-border {
  border-right: 1px solid #eaeaea;
  width: 1px;
}
.tpoc-message-activity .headings th {
  position: relative;
}
.tpoc-message-activity .headings .chevron, .tpoc-message-activity .headings .chevron-up:after, .tpoc-message-activity .headings .chevron-down:after {
  font-family: FontAwesome;
  position: absolute;
  padding-left: 3px;
  display: none;
  color: #999;
}
.tpoc-message-activity .headings .chevron:hover:after, .tpoc-message-activity .headings .chevron-up:hover:after, .tpoc-message-activity .headings .chevron-down:hover:after {
  display: inline-block;
}
.tpoc-message-activity .headings .chevron-down:after {
  content: "\f078";
}
.tpoc-message-activity .headings .chevron-up:after {
  content: "\f077";
}
.tpoc-message-activity .msg-report-details .details-heading {
  background-color: #dce8ef;
  border: 1px solid #d6e5ed;
  border-radius: 2px 2px 0 0;
}
.tpoc-message-activity .msg-report-details .details-heading .search-container {
  height: 34px;
  width: 280px;
  position: relative;
}
.tpoc-message-activity .msg-report-details .details-heading .search-container i {
  position: absolute;
  top: 10px;
  right: 7px;
}
.tpoc-message-activity .msg-report-details .details-heading .search-container input {
  width: 100%;
  height: 100%;
  padding: 3px 25px 3px 10px;
  border: 1px solid #d7d7d7;
}
.tpoc-message-activity .msg-report-details .headings th:last-child {
  border-right: 1px solid #eaeaea;
}
.tpoc-message-activity .msg-card {
  padding: 20px;
  background-color: white;
  border: 1px solid #d5d5d5;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}
.tpoc-message-activity .msg-card .card-heading {
  height: 34px;
  margin-bottom: 20px;
}
.tpoc-message-activity .msg-card .card-heading .card-title {
  margin-top: 6px;
}

#dataConnectManagerHome {
  min-width: 900px;
}
#dataConnectManagerHome h1 {
  font-size: 18px;
  margin: 12px 20px;
}
#dataConnectManagerHome .row .start-column {
  font-size: 20px;
  padding-top: 10px;
}
#dataConnectManagerHome .fa {
  margin-right: 4px;
}
#dataConnectManagerHome .fa.success {
  color: #56C094;
}
#dataConnectManagerHome .fa.error {
  color: #D74838;
}
#dataConnectManagerHome .fa.in-progress {
  color: #3575D2;
  animation: 1.5s infinite linear rotate;
}
#dataConnectManagerHome .time-ago {
  font-size: 12px;
  margin-left: 20px;
  display: inline-block;
}
#dataConnectManagerHome .inactive {
  opacity: 0.5;
}
#dataConnectManagerHome .indent {
  margin-left: 18px;
}
#dataConnectManagerHome .col-label {
  padding: 0;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
#dataConnectManagerHome .col-label.error {
  margin-top: 15px;
}
#dataConnectManagerHome .tpoc-card {
  font-size: 14px;
}
#dataConnectManagerHome .tpoc-card .card-section {
  margin: 20px 20px 24px 20px;
}

#delete {
  padding-top: 20px;
}
#delete .subhead {
  text-align: center;
}
#delete .container {
  min-width: 300px;
  max-width: 500px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 50px;
  top: 20px;
  -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#delete .container ng-form button.btn-danger {
  float: right;
}
#delete .container ng-form .radio-group {
  /*display: flex;
  flex-flow: row wrap;
  justify-content: left;*/
}
#delete .container ng-form .radio-group div {
  margin: 5px 10px;
}
#delete .container .form-group {
  margin-bottom: 25px;
}
#delete .container .some-message {
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 10px;
  position: absolute;
  max-width: 460px;
  color: #a94442;
}

#user {
  padding-top: 20px;
}
#user header {
  font-size: 20px;
  margin-bottom: 30px;
}
#user .container {
  min-width: 300px;
  max-width: 500px;
  min-height: 400px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 50px;
  top: 20px;
  -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#user .container ng-form button.btn-danger {
  float: right;
}
#user .container ng-form .radio-group div {
  margin: 5px 10px;
}
#user .container div.formly-field:nth-last-child(2) {
  margin-top: 40px;
}
#user .container .form-group {
  margin-bottom: 25px;
}

#users {
  padding-top: 20px;
}
#users header {
  font-size: 20px;
}
#users button.op-button, #users button.op-button:hover {
  margin: 10px 0 25px 0;
}
#users button.op-button.del-btn, #users button.op-button.del-btn:hover {
  margin-left: 20px;
}
#users ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}
#users p {
  max-width: 600px;
}

#login, #loginFailure {
  padding-top: 20px;
}
#login .g-signin, #loginFailure .g-signin {
  width: 109px;
  height: 46px;
  background: no-repeat url("/images/btn_google_signin_light_normal_web@2x.png");
  background-size: 109px 46px;
}
#login .group-container, #loginFailure .group-container {
  min-width: 310px;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  max-width: 450px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.33);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.12);
}
#login .group-container .google-btn-container, #loginFailure .group-container .google-btn-container {
  margin: 20px auto 10px;
  width: 109px;
}
#login .group-container .okta-btn-container, #loginFailure .group-container .okta-btn-container {
  margin: 10px auto 20px;
  padding-bottom: 25px;
}
#login .group-container .okta-btn-container .okta-signin-btn, #loginFailure .group-container .okta-btn-container .okta-signin-btn {
  width: 150px;
  height: 46px;
  font-size: 14px;
  font-weight: 500;
}
#login .group-container > div, #loginFailure .group-container > div {
  width: 280px;
  margin: 0 auto;
}
#login .group-container h1, #loginFailure .group-container h1 {
  padding: 20px 0;
  font-size: 32px;
}

#loginFailure a {
  text-decoration: underline;
  color: #444;
}

.active-indicator {
  display: inline-block;
  font-size: 12px;
}
.active-indicator .active-icon {
  padding: 0 8px 0 22px;
  float: left;
  font-size: 18px;
  color: #499f3f;
}

.add-button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.add-button .add-icon {
  font-size: 22px;
  color: #5C8CA6;
  float: left;
  margin: -2px 5px 0 0;
}
.add-button .add-icon.right {
  float: right;
  margin: 0 0 2px 5px;
}
.add-button span {
  color: #444;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.add-button span:hover {
  text-decoration: underline;
}

.back-button {
  font-size: 18px;
  margin: 15px 20px;
}
.back-button .fa-arrow-left {
  cursor: pointer;
  font-size: 16px;
  padding: 5px;
  margin-left: -20px;
}
.back-button span {
  margin-left: 12px;
}

.tpoc-card {
  min-width: 400px;
  margin-bottom: 30px;
  background-color: white;
  color: #444;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.tpoc-card > hr.header-hr {
  display: block;
  margin: 0 20px;
  border: none;
  height: 2px;
  background-color: #d0d0d0;
}
.tpoc-card > .card-header {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: 65px;
  font-size: 20px;
  padding: 18px 0;
  margin: 0 18px -2px 20px;
}
.tpoc-card > .card-header .collapse-icon {
  display: none;
}
.tpoc-card > .card-section {
  margin: 15px 20px;
}
.tpoc-card.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tpoc-card.disabled.collapsible > .card-header .collapse-icon {
  pointer-events: none;
}
.tpoc-card.collapsible.closed > hr.header-hr {
  display: none;
}
.tpoc-card.collapsible > .card-header .collapse-icon {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  width: 18px;
  margin-right: 15px;
  color: #000;
}

.tpoc-container {
  margin-bottom: 30px;
}
.tpoc-container > header {
  height: 48px;
  font-size: 18px;
  padding: 10px 15px;
  color: #444;
  background-color: #FAFAFA;
  border: 1px solid #e4e4e4;
  border-radius: 3px 3px 0 0;
}
.tpoc-container > section {
  border: 1px solid #e4e4e4;
  background-color: white;
  margin-top: -1px;
}

.tpoc-date-picker .current-range {
  color: #666666;
}
.tpoc-date-picker .dropdown-menu {
  left: inherit;
  right: 0;
  padding: 0;
}
.tpoc-date-picker .custom-range {
  padding: 5px;
}
.tpoc-date-picker .custom-range > div {
  display: inline-block;
}
.tpoc-date-picker .custom-range > div:first-child {
  padding-right: 10px;
}
.tpoc-date-picker .custom-range .uib-datepicker thead .uib-title {
  border: none;
  pointer-events: none;
}
.tpoc-date-picker .custom-range .uib-datepicker .uib-weeks .uib-day button {
  border: none;
}
.tpoc-date-picker .custom-range .uib-datepicker .uib-weeks .uib-day button:focus {
  outline: none;
}
.tpoc-date-picker .menu-items {
  padding: 0;
}
.tpoc-date-picker .menu-items .cta {
  padding: 10px;
}
.tpoc-date-picker .menu-items .cta:hover {
  background-color: white;
}
.tpoc-date-picker .menu-items .cta button {
  width: 100%;
}
.tpoc-date-picker .menu-items li {
  list-style: none;
}
.tpoc-date-picker .menu-items li:hover {
  background-color: #f5f5f5;
}
.tpoc-date-picker .menu-items li a {
  color: #333;
  clear: both;
  display: block;
  font-weight: 400;
  padding: 10px 20px;
  white-space: nowrap;
  text-decoration: none;
}

.default-indicator {
  display: inline-block;
  font-size: 14px;
}
.default-indicator .default-icon {
  padding: 0 8px 0 22px;
  float: left;
  font-size: 20px;
  color: #5C8CA6;
}

.dragging {
  -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.65);
  -o-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.65);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}

.drag-handle {
  cursor: move;
}

.edit-button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.edit-button.disabled {
  cursor: default;
}
.edit-button.disabled .fa {
  color: #bcbcbc;
}
.edit-button.disabled span {
  color: #bcbcbc;
}
.edit-button.disabled span:hover {
  text-decoration: none;
}
.edit-button .fa {
  font-size: 20px;
  color: #444;
  float: left;
  margin: -2px 5px 0 0;
}
.edit-button span {
  color: #444;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.edit-button span:hover {
  text-decoration: underline;
}

.tpoc-feature-tree .tpoc-card.feature-card {
  border: none;
  margin: 1px 0 0 0;
}
.tpoc-feature-tree .tpoc-card.feature-card .card-header {
  border-bottom: 1px solid #e4e4e4;
}
.tpoc-feature-tree .tpoc-card.feature-card .card-section {
  margin: 0 0 0 33px;
}

@media (min-width: 768px) {
  .modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.modal .modal-content {
  padding: 0 10px 10px 10px;
  -webkit-box-shadow: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal .modal-content .modal-header, .modal .modal-content .modal-footer {
  border: none;
}
.modal .modal-content .modal-header .close {
  font-size: 35px;
  font-weight: normal;
  margin-top: -10px;
  margin-right: -10px;
}
.modal .modal-content pre {
  margin-top: 10px;
}
.modal .modal-content .details-expander {
  color: #5C8CA6;
  margin-top: 20px;
  font-size: 13px;
  cursor: pointer;
}
.modal .modal-content .details-expander span:hover {
  text-decoration: underline;
}
.modal .modal-dialog .modal-content .static .spinner-container {
  position: relative;
  min-height: 100px;
}
.modal .modal-dialog .modal-content .static .text-container {
  position: relative;
  text-align: center;
}
.modal.fade .modal-dialog {
  transition: top 0.3s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: auto;
}
.modal.in .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.modal.in .modal-dialog.modal-sm {
  width: 300px;
}
.modal.in .modal-dialog.modal-m {
  max-width: 600px;
}

.navbar {
  position: fixed;
  left: 0;
  right: 0;
  border-radius: 0;
  z-index: 1000;
  height: 60px;
}
.navbar ul, .navbar li {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.navbar.navbar-inverse {
  background-color: #5C8CA6;
  border: none;
}
.navbar .logo {
  background: url("../images/svg/logo_icon.svg") no-repeat scroll center center transparent;
  margin-top: 12px;
  width: 30px;
  height: 24px;
}
.navbar .navbar-nav > li > a {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .navbar-nav {
  float: left;
  margin: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  color: #fff;
  font-size: 17px;
  margin-left: -2px;
  margin-right: 10px;
  margin-top: -10px;
  max-width: 190px;
}
.navbar > .container {
  padding-left: 20px;
  padding-right: 0;
  padding-top: 0;
}
.navbar .container > .navbar-header, .navbar .container-fluid > .navbar-header, .navbar .container > .navbar-collapse, .navbar .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.navbar .navbar-header {
  cursor: pointer;
  padding-top: 5px;
  float: left;
}
.navbar .navbar-settings {
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  position: absolute;
  left: 240px;
  right: 0;
  height: 60px;
  min-width: 400px;
  background-color: #fff;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.navbar .navbar-settings.collapsed {
  left: 0;
}
.navbar .navbar-settings .navbar-nav > li > a {
  color: #5C8CA6;
  padding-top: 20px;
  padding-bottom: 15px;
}
.navbar .settings-nav {
  float: right;
}
.navbar .settings-nav a {
  padding-right: 20px;
}
.navbar .hamburger {
  float: left;
  margin: 17px 0 0 20px;
  cursor: pointer;
  color: #5C8CA6;
  font-size: 28px;
}
.navbar .menu-container {
  display: inline-block;
  vertical-align: top;
}
.navbar .menu-container ul.dropdown-menu {
  max-height: 800px;
}
.navbar .menu-container.environment .selector .dropdown-menu {
  font-size: 16px;
}
.navbar .menu-container.environment .selector .dropdown-toggle {
  height: 36px;
  font-size: 20px;
  color: #333;
  margin-top: 12px;
}
.navbar .menu-container.environment .selector .dropdown-toggle.prod {
  border-color: #b901d3;
  color: #b901d3;
  background-color: #FDEDF8;
}
.navbar .menu-container.environment .selector .dropdown-toggle.prod .caret {
  color: #b901d3;
}
.navbar .ui-select-container {
  margin: 2px -2px;
  border: none;
  z-index: 1040;
}
.navbar .ui-select-container.open {
  margin: 11px 0 0 11px;
  width: 200px;
}
.navbar .ui-select-container.open:after {
  font-family: "FontAwesome";
  color: #e5e5e5;
  float: right;
  margin-top: -20px;
  margin-right: 10px;
  line-height: 0;
  content: "\f002";
}
.navbar .ui-select-container input {
  width: 100% !important;
  border-radius: 2px;
  height: 36px;
  outline: none;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  transition: none;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.navbar .ui-select-container .btn-default, .navbar .ui-select-container .btn-default:hover, .navbar .ui-select-container .btn-default:active {
  background: none;
  border: none;
  box-shadow: none;
}
.navbar .ui-select-container .ui-select-match-text {
  width: auto;
  border: 1px solid transparent;
  padding: 0 18px 0 6px;
  border-radius: 4px;
}
.navbar .ui-select-container .ui-select-match-text:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  margin-top: 12px;
  vertical-align: middle;
  border-top: 4px dashed #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.navbar .ui-select-container .ui-select-match-text:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar .ui-select-container .ui-select-match-text:hover:after {
  border-top: 4px dashed #333;
}
.navbar .ui-select-container.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #333;
  background: none;
  font-weight: 500;
}
.navbar .ui-select-container.ui-select-bootstrap .ui-select-choices-row > span:focus, .navbar .ui-select-container.ui-select-bootstrap .ui-select-choices-row > span:hover {
  text-decoration: none;
  color: #333;
  background-color: #e5e5e5;
}
.navbar .ui-select-container span {
  font-size: 16px;
}
.navbar .ui-select-container span.btn i.caret.pull-right {
  display: none;
}
.navbar .ui-select-container span.btn span {
  height: 36px;
  margin-top: 4px;
  font-size: 20px;
  color: #333;
}
.navbar .ui-select-container .btn-default-focus {
  color: #000;
  background: none;
  border-color: #ADADAD;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.login-page .navbar .navbar-nav {
  display: none;
}
.login-page .navbar-settings {
  display: none;
}
.login-page tpoc-nav-menu {
  width: 0;
  display: none;
}
.login-page .container.main-container {
  -moz-transition: left 0s ease-in-out;
  -o-transition: left 0s ease-in-out;
  -webkit-transition: left 0s ease-in-out;
  transition: left 0s ease-in-out;
  background: none;
  left: 0;
}

.navmenu {
  -moz-transition: z-index 0s ease-in-out 0.3s;
  -o-transition: z-index 0s ease-in-out 0.3s;
  -webkit-transition: z-index 0s ease-in-out 0.3s;
  transition: z-index 0s ease-in-out 0.3s;
  position: fixed;
  z-index: 1000;
  top: 60px;
  left: 0;
  width: 240px;
  bottom: 0;
  background-color: #404042;
  color: #d3d3d3;
  font-size: 18px;
  overflow-y: hidden;
}
.navmenu.collapsed {
  -moz-transition: z-index 0s ease-in-out;
  -o-transition: z-index 0s ease-in-out;
  -webkit-transition: z-index 0s ease-in-out;
  transition: z-index 0s ease-in-out;
  z-index: 0;
}
.navmenu .selected {
  background-color: #555555;
  font-weight: bold;
}
.navmenu .selected a {
  color: #fff;
}
.navmenu .selected:before {
  content: "";
  position: absolute;
  background-color: #5C8CA6;
  margin-top: -12px;
  left: 0;
  width: 3px;
  height: 40px;
}
.navmenu ul, .navmenu li {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.navmenu li {
  cursor: pointer;
  padding: 12px 10px 12px 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
.navmenu li a {
  color: #d3d3d3;
  font-size: 14px;
  vertical-align: top;
}
.navmenu li a:hover {
  text-decoration: none;
}
.navmenu li:hover {
  font-weight: bold;
}
.navmenu li:hover a {
  color: #fff;
}
.navmenu .menu-groups .panel-group .panel {
  border: 0;
  border-radius: 0;
}
.navmenu .menu-groups .panel-group .panel.panel-open .panel-heading {
  box-shadow: none;
}
.navmenu .menu-groups .panel-group .panel .panel-body {
  background-color: #303234;
  padding: 0;
  border: 0;
}
.navmenu .menu-groups .panel-heading {
  color: #d3d3d3;
  font-size: 16px;
  background-color: #404042;
  border-radius: 0;
  height: 50px;
  -moz-box-shadow: inset 0 -1px 0 0 #464649, inset 0 -2px 0 0 #313133;
  -o-box-shadow: inset 0 -1px 0 0 #464649, inset 0 -2px 0 0 #313133;
  -webkit-box-shadow: inset 0 -1px 0 0 #464649, inset 0 -2px 0 0 #313133;
  box-shadow: inset 0 -1px 0 0 #464649, inset 0 -2px 0 0 #313133;
}
.navmenu .menu-groups .panel-heading a {
  text-decoration: none;
  outline: 0;
}
.navmenu .menu-icon {
  position: relative;
  margin-left: 15px;
  color: #9e9e9e;
  margin-top: 5px;
}
.navmenu .menu-icon:hover {
  color: #d3d3d3;
}
.navmenu .menu-icon:before {
  content: "";
  width: 20px;
  height: 30px;
  left: -10px;
  position: absolute;
  background-size: 100%;
}
.navmenu .menu-icon.dashboard-nav-icon {
  padding-left: 20px;
  margin-top: 5px;
}
.navmenu .menu-icon.dashboard-nav-icon:before {
  margin-top: -7px;
  width: 20px;
  height: 30px;
  background: url("../images/svg/dashboard_icon.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.dashboard-nav-icon {
  /* no flicker */
}
.navmenu .menu-icon.dashboard-nav-icon:after {
  display: none;
  content: url("../images/svg/dashboard_icon_highlight.svg");
}
.navmenu .menu-icon.dashboard-nav-icon:hover:before {
  background: url("../images/svg/dashboard_icon_highlight.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.reporting-nav-icon {
  padding-left: 20px;
  margin-top: 5px;
}
.navmenu .menu-icon.reporting-nav-icon:before {
  margin-top: -7px;
  width: 20px;
  height: 30px;
  background: url("../images/svg/reporting_icon.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.reporting-nav-icon {
  /* no flicker */
}
.navmenu .menu-icon.reporting-nav-icon:after {
  display: none;
  content: url("../images/svg/reporting_icon_highlight.svg");
}
.navmenu .menu-icon.reporting-nav-icon:hover:before {
  background: url("../images/svg/reporting_icon_highlight.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.monitor-nav-icon {
  padding-left: 20px;
  margin-top: 5px;
}
.navmenu .menu-icon.monitor-nav-icon:before {
  margin-top: -7px;
  width: 20px;
  height: 30px;
  background: url("../images/svg/monitor_icon.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.monitor-nav-icon {
  /* no flicker */
}
.navmenu .menu-icon.monitor-nav-icon:after {
  display: none;
  content: url("../images/svg/monitor_icon_highlight.svg");
}
.navmenu .menu-icon.monitor-nav-icon:hover:before {
  background: url("../images/svg/monitor_icon_highlight.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.mobile-nav-icon {
  padding-left: 20px;
  margin-top: 5px;
}
.navmenu .menu-icon.mobile-nav-icon:before {
  margin-top: -7px;
  width: 20px;
  height: 30px;
  background: url("../images/svg/mobile_icon.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.mobile-nav-icon {
  /* no flicker */
}
.navmenu .menu-icon.mobile-nav-icon:after {
  display: none;
  content: url("../images/svg/mobile_icon_highlight.svg");
}
.navmenu .menu-icon.mobile-nav-icon:hover:before {
  background: url("../images/svg/mobile_icon_highlight.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.venues-nav-icon {
  padding-left: 20px;
  margin-top: 5px;
}
.navmenu .menu-icon.venues-nav-icon:before {
  margin-top: -7px;
  width: 20px;
  height: 30px;
  background: url("../images/svg/venues_icon.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.venues-nav-icon {
  /* no flicker */
}
.navmenu .menu-icon.venues-nav-icon:after {
  display: none;
  content: url("../images/svg/venues_icon_highlight.svg");
}
.navmenu .menu-icon.venues-nav-icon:hover:before {
  background: url("../images/svg/venues_icon_highlight.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.admin-nav-icon {
  padding-left: 20px;
  margin-top: 5px;
}
.navmenu .menu-icon.admin-nav-icon:before {
  margin-top: -7px;
  width: 20px;
  height: 30px;
  background: url("../images/svg/settings_icon.svg") no-repeat scroll center center transparent;
}
.navmenu .menu-icon.admin-nav-icon {
  /* no flicker */
}
.navmenu .menu-icon.admin-nav-icon:after {
  display: none;
  content: url("../images/svg/settings_icon_highlight.svg");
}
.navmenu .menu-icon.admin-nav-icon:hover:before {
  background: url("../images/svg/settings_icon_highlight.svg") no-repeat scroll center center transparent;
}
.navmenu .scroll-content {
  height: 100%;
}
.navmenu .menu-container {
  min-height: 480px;
  height: 100%;
  margin-bottom: -37px;
}
.navmenu .menu-container:after {
  height: 27px;
}
.navmenu .te2-trademark {
  height: 27px;
  background: url("../images/svg/te2_trademark.svg") no-repeat scroll center center transparent;
}

.page-heading {
  font-size: 18px;
  margin: 15px 20px;
}

.tpoc-spinner {
  margin: auto;
  line-height: 0;
  height: 30px;
  width: 30px;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.toggleWrapper {
  width: 40px;
  height: 20px;
}
.toggleWrapper input.toggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.toggle + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: 20px;
  width: 40px;
  border: 1px solid #eeeeee;
  border-radius: 40px;
}
.toggleWrapper input.toggle + label:before {
  content: "";
  position: absolute;
  display: block;
  -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 20px;
  width: 41px;
  border-radius: 20px;
}
.toggleWrapper input.toggle + label:after {
  content: "";
  position: absolute;
  display: block;
  -moz-transition: 0.2s cubic-bezier(0.54, 1.6, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.54, 1.6, 0.5, 1);
  -webkit-transition: 0.2s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.2s cubic-bezier(0.54, 1.6, 0.5, 1);
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  background: #fefefe;
  height: 18px;
  width: 18px;
  top: 1px;
  left: 0;
  border-radius: 50%;
}
.toggleWrapper input.toggle:checked + label:before {
  background: #2ecc71;
  -moz-transition: 0.2s cubic-bezier(0, 0, 0, 0.1);
  -o-transition: 0.2s cubic-bezier(0, 0, 0, 0.1);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0, 0.1);
  transition: 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.toggle:checked + label:after {
  left: 24px;
}

.tpoc-venue-selector {
  font-size: 18px;
  margin: 12px 20px;
}
.tpoc-venue-selector .spacing {
  padding: 0 6px;
}

* {
  box-sizing: border-box;
  outline: none;
}

@font-face {
  font-family: "AdelleSansWebFont";
  src: url("/fonts/adellesans_regular-webfont.woff2") format("woff2"), url("/fonts/adellesans_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AdelleSansWebFont";
  src: url("/fonts/adellesans_light-webfont.woff2") format("woff2"), url("/fonts/adellesans_light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "AdelleSansWebFont";
  src: url("/fonts/adellesans_semibold-webfont.woff2") format("woff2"), url("/fonts/adellesans_semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "AdelleSansWebFont";
  src: url("/fonts/adellesans_bold-webfont.woff2") format("woff2"), url("/fonts/adellesans_bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AdelleSansWebFont";
  src: url("/fonts/adellesans_italic-webfont.woff2") format("woff2"), url("/fonts/adellesans_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.container.main-container {
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  background-color: #fafafa;
  position: absolute;
  width: auto;
  min-width: 600px;
  overflow: auto;
  top: 60px;
  bottom: 0;
  left: 240px;
  right: 0;
}
.container.main-container.collapsed {
  left: 0;
}
.container.main-container.ng-enter, .container.main-container.ng-leave {
  transition: none;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

a {
  cursor: pointer;
  color: #5C8CA6;
}

body {
  overflow: hidden;
  min-width: 450px;
  font-family: "AdelleSansWebFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  background-color: #fff;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body button {
  font-family: "AdelleSansWebFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.login-page {
  background: #5C8CA6;
  background: -moz-linear-gradient(top, #5C8CA6 0%, #8ec5ac 35%, #8ec5ac 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5C8CA6), color-stop(35%, #8ec5ac), color-stop(100%, #8ec5ac));
  background: -webkit-linear-gradient(top, #5C8CA6 0%, #8ec5ac 35%, #8ec5ac 100%);
  background: -o-linear-gradient(top, #5C8CA6 0%, #8ec5ac 35%, #8ec5ac 100%);
  background: -ms-linear-gradient(top, #5C8CA6 0%, #8ec5ac 35%, #8ec5ac 100%);
  background: linear-gradient(to bottom, #5C8CA6 0%, #8ec5ac 35%, #8ec5ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$themeBlue", endColorstr="#8ec5ac", GradientType=0 );
  margin: 0;
  height: 2400px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 2400px;
  background-position: 0 50px;
  background-attachment: fixed;
}

.message {
  margin: 18px 0 22px 0;
}

.tpoc.btn.disabled:hover, .tpoc.btn[disabled]:hover, .tpoc.btn, .tpoc.btn:hover, .tpoc.btn:focus, .tpoc.btn.focus,
.tpoc.btn:active, .tpoc.btn.active, .tpoc.btn:visited,
.tpoc.btn:active:hover, .tpoc.btn.active:hover, .tpoc.btn:active:focus, .tpoc.btn.active:focus {
  background-color: #444;
  border: 1px solid #000;
  font-size: 18px;
  color: #fff;
  outline: none;
  border-radius: 3px;
  min-width: 115px;
  height: 36px;
  line-height: 1em;
}

.tpoc.btn.disabled, .tpoc.btn[disabled] {
  opacity: 0.3;
}

a:focus {
  outline: none;
}

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

/*! angularjs-slider - v2.10.4 -
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> -
 https://github.com/angular-slider/angularjs-slider -
 2016-03-16 */
rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}

rzslider[disabled] {
  cursor: not-allowed;
}

rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #fff;
}

rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}

rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move;
}

rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #0db9f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

rzslider .rz-pointer {
  top: -4px;
  z-index: 3;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-color: #444;
  border: 1px solid #CCC;
  border-radius: 50%;
}

/*rzslider .rz-pointer:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  content: '';
}*/
/*rzslider .rz-pointer:hover:after {
  background-color: #fff;
}*/
rzslider .rz-pointer.rz-active {
  z-index: 4;
  border-color: #fff;
}

/*rzslider .rz-pointer.rz-active:after {
  background-color: #ccc;
}*/
rzslider .rz-bubble {
  bottom: 10px;
  padding: 1px 3px;
  color: #fff;
  cursor: default;
  display: none;
}

rzslider .rz-bubble.rz-selection {
  top: 16px;
}

rzslider .rz-bubble.rz-limit {
  color: #fff;
}

rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

rzslider .rz-ticks .rz-tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}

rzslider .rz-ticks .rz-tick.rz-selected {
  background: #0db9f0;
}

rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

rzslider.rz-vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important;
}

rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
  padding: 11px 0;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

rzslider.rz-vertical .rz-ticks .rz-tick {
  vertical-align: middle;
}

rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  top: auto;
  right: -30px;
  transform: translate(0, -28%);
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fade.ng-enter {
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  opacity: 0;
}

.fade.ng-enter.ng-enter-active {
  opacity: 0.9;
}

.fade.ng-leave {
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  opacity: 0.9;
}

.fade.ng-leave.ng-leave-active {
  opacity: 0;
}

.alert {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  background-color: #FFF;
  opacity: 0.9;
  border-color: #AAA;
  z-index: 1000;
}

.mock-message {
  position: absolute;
  font-size: 100px;
  color: #555;
  font-weight: bold;
  z-index: 500;
  top: 270px;
  left: 20%;
  transform: rotate(50deg);
  opacity: 0.1;
  white-space: nowrap;
  pointer-events: none;
}

.font-bold {
  font-weight: bold;
}

.grey-text {
  color: #bcbcbc;
}

.dark-text {
  color: #444;
}

.full-width {
  width: 100%;
}

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

.btn-primary {
  background-color: #5C8CA6;
  border: none;
}

.tpoc-no-events {
  pointer-events: none;
}

.form-error-message {
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 12px;
  position: absolute;
  max-width: 460px;
  color: #a94442;
}

.breakable-wrap {
  word-break: break-all;
}

.all-caps {
  text-transform: uppercase;
}

.tooltip-inner {
  max-width: 500px;
}

.selector {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.selector.dropdown.open .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.1);
}
.selector ul.dropdown-menu {
  background-color: #f9f9f9;
  padding: 10px 0;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  min-width: 100px;
  color: #333;
  font-size: 16px;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.selector ul.dropdown-menu li a {
  font-weight: normal;
  color: #444;
}
.selector ul.dropdown-menu .selected {
  font-weight: 500;
}
.selector ul.dropdown-menu a:hover {
  background-color: #e5e5e5;
}
.selector .dropdown-toggle {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 4px 6px;
  border-radius: 4px;
}
.selector .dropdown-toggle .caret {
  margin: 0;
  color: #999;
}
.selector .dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.selector .dropdown-toggle:hover .caret {
  color: #333;
}

.tpoc-card ul.dropdown-menu {
  font-size: 14px;
}

.show-pointer {
  cursor: pointer;
}

@-webkit-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #5C8CA6;
  border-color: #5C8CA6;
}

.pagination > li > a,
.pagination > li > span {
  color: #5C8CA6;
  border: 1px solid #bcbcbc;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #5C8CA6;
  border-color: #bcbcbc;
}

.dashboard {
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 100%;
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.version-table, #versions .version-table {
  font-size: 14px;
  margin: -1px 0 0 0;
  background-color: white;
  border-collapse: separate;
}
.version-table thead, #versions .version-table thead {
  color: #999;
  font-size: 12px;
}
.version-table td, #versions .version-table td,
.version-table th,
#versions .version-table th {
  text-align: center;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #e4e4e4;
  white-space: nowrap;
}
.version-table th, #versions .version-table th {
  font-weight: normal;
}
.version-table td:first-child, #versions .version-table td:first-child,
.version-table th:first-child,
#versions .version-table th:first-child,
.version-table td.left,
#versions .version-table td.left {
  text-align: left;
}
.version-table td:first-child.img-cell, #versions .version-table td:first-child.img-cell {
  text-align: center;
}
.version-table td.first-row, #versions .version-table td.first-row {
  border-top: 1px solid #a1a1a1;
}
.version-table .customer-logo, #versions .version-table .customer-logo {
  width: 60px;
  height: auto;
}
.version-table .highlight, #versions .version-table .highlight {
  background-color: #F1F5F7;
}
.version-table .separator, #versions .version-table .separator {
  width: 1px;
}
.version-table div.tooltip, #versions .version-table div.tooltip {
  white-space: nowrap;
}

tpoc-alert-box {
  position: relative;
  height: 100%;
  width: 100%;
  white-space: normal;
}
tpoc-alert-box .alerts-cta {
  margin-top: 10px;
  text-decoration: underline;
  font-size: 14px;
  color: #999;
}
tpoc-alert-box .alerts-cta span {
  cursor: pointer;
}
tpoc-alert-box .alerts-window {
  -moz-transition: 0.3s ease-in-out top;
  -o-transition: 0.3s ease-in-out top;
  -webkit-transition: 0.3s ease-in-out top;
  transition: 0.3s ease-in-out top;
  position: relative;
  background-color: white;
  height: 150px;
  width: 100%;
  top: 50px;
  font-size: 13px;
}
tpoc-alert-box .alerts-window.active {
  top: -120px;
}
tpoc-alert-box .alerts-window .alerts-container {
  height: 120px;
  padding: 0 20px;
  overflow-y: auto;
}
tpoc-alert-box .alerts-window .alert-row {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
}
tpoc-alert-box .alerts-window .alert-row:last-child {
  border: none;
}
tpoc-alert-box .alerts-window .alert-row:first-child {
  border-bottom: 1px solid #f2f2f2;
}
tpoc-alert-box .alerts-window .alert-status {
  width: 85px;
  float: right;
  white-space: nowrap;
}
tpoc-alert-box .alerts-window .alert-status .alert-icon {
  font-size: 16px;
  padding: 0 10px;
}
tpoc-alert-box .alerts-window .alert-status .alert-icon.warning {
  color: #FFCC33;
}
tpoc-alert-box .alerts-window .alert-status .alert-icon.error {
  color: #FF3300;
}
tpoc-alert-box .alerts-window header {
  padding: 6px 15px 0 15px;
  text-align: left;
  margin-top: 0;
  height: 30px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  font-size: 14px;
}
tpoc-alert-box .alerts-window header .close {
  font-size: 18px;
}

.chart-box {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  background-color: white;
  width: 400px;
  height: 210px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #999999;
}
.chart-box header {
  position: absolute;
  text-align: center;
  top: 10px;
  width: 400px;
  font-size: 34px;
}
.chart-box section {
  position: absolute;
  bottom: 40px;
  left: 70px;
  width: 260px;
  height: 84px;
}
.chart-box footer {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  bottom: 12px;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
}
.chart-box .tick {
  display: none;
}

.chart-group {
  position: absolute;
  display: inline-block;
  background-color: white;
  width: 400px;
  height: 210px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 0;
  color: #999999;
}
.chart-group:before {
  content: "";
  background-color: #f2f2f2;
  z-index: 5000;
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1px;
  height: 50%;
}
.chart-group > header {
  position: absolute;
  top: 8px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}
.chart-group > header span {
  display: inline-block;
  text-align: center;
  width: 50%;
}
.chart-group > footer {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  bottom: 12px;
  width: 400px;
  font-size: 14px;
  font-weight: bold;
}
.chart-group .chart-box {
  position: relative;
  margin-right: 0;
  width: 200px;
  height: 210px;
  border: none;
  border-radius: 0;
  display: inline-block;
  background: none;
  top: 0;
}
.chart-group .chart-box header {
  top: 40px;
  width: 200px;
  font-size: 32px;
}
.chart-group .chart-box section {
  left: 25px;
  width: 150px;
  height: 50px;
}
.chart-group .chart-box footer {
  display: none;
}

.tpoc-stat-row .row-height {
  height: 122px;
}
.tpoc-stat-row .row {
  position: relative;
  white-space: nowrap;
  height: 100%;
}
.tpoc-stat-row .row .metric-col {
  position: absolute;
  left: 130px;
  top: 0;
  right: 0;
}
.tpoc-stat-row .row .col {
  text-align: center;
  display: inline-block;
  width: 16.6666666667%;
  padding: 0 20px;
  white-space: normal;
}
.tpoc-stat-row .row .col.logo {
  width: 130px;
  text-align: left;
  height: 100%;
  margin-left: 10px;
}
.tpoc-stat-row .row .col.logo .col-content {
  height: 100%;
  padding: 0;
}
.tpoc-stat-row .row .col.logo .col-content .customer-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 98px;
  height: auto;
}
.tpoc-stat-row .row .col .col-content {
  padding-top: 7px;
}
.tpoc-stat-row .row .col .col-content .metric-value {
  font-size: 32px;
  color: #bcbcbc;
}
.tpoc-stat-row .row .col .col-content .metric-label {
  padding-top: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  font-weight: bold;
}
.tpoc-stat-row .row .col .col-content .metric-label div {
  width: 90px;
  margin: 0 auto;
}
.tpoc-stat-row .row .col.date .metric-value {
  font-size: 20px;
}

.tpoc-version-table-app .mobile-logo {
  margin-right: 5px;
}
.tpoc-version-table-app .apple-logo {
  font-size: 19px;
  opacity: 0.4;
}
.tpoc-version-table-app .android-logo {
  font-size: 22px;
  opacity: 0.7;
}
.tpoc-version-table-app .venue-logo {
  width: 90px;
  height: auto;
}

#versions {
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 100%;
  background-color: #f1f1f1;
  padding-top: 20px;
}
#versions .columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#appConfiguration .tpoc-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5000;
}
#appConfiguration .info-page-card > .tpoc-card {
  padding-bottom: 20px;
  min-width: 600px;
}

.tpoc-page-drag-list .page {
  height: 42px;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
  cursor: move;
}
.tpoc-page-drag-list .page > div {
  padding: 10px 0;
  height: 42px;
  cursor: move;
}
.tpoc-page-drag-list .page .page-title {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 70%;
  margin-left: 55px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.tpoc-page-drag-list .page .page-title:hover {
  text-decoration: underline;
}
.tpoc-page-drag-list .page .clone-icon-container {
  display: none;
  cursor: pointer;
  margin-right: 10px;
  float: right;
  width: 22px;
  height: 22px;
  background: url("../images/svg/duplicate_icon.svg") no-repeat center center transparent;
  opacity: 0.5;
}
.tpoc-page-drag-list .page .clone-icon-container:hover {
  opacity: 1;
}
.tpoc-page-drag-list .page:hover {
  background-color: #E5ECF1;
}
.tpoc-page-drag-list .page:hover .clone-icon-container {
  display: block;
}

.tpoc-cat-drag-list .category-sort-item {
  position: relative;
}
.tpoc-cat-drag-list .category-sort-handle {
  position: absolute;
  top: 0;
  left: 40px;
  min-height: 50px;
  min-width: 75%;
}
.tpoc-cat-drag-list .category-card .tpoc-card {
  border: none;
  margin: 0;
  width: 75%;
  border-radius: 0;
}
.tpoc-cat-drag-list .category-card .tpoc-card hr.header-hr {
  height: 1px;
}
.tpoc-cat-drag-list .category-card .tpoc-card .card-section {
  margin: 0 20px;
}
.tpoc-cat-drag-list .category-card .tpoc-card .card-header {
  font-size: 16px;
  height: 55px;
  margin-top: 20px;
  color: #989898;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tpoc-cat-drag-list .as-sortable-placeholder {
  height: 55px !important;
  margin-top: 20px;
}

.tpoc-page-drag-list {
  min-height: 42px;
}
.tpoc-page-drag-list .as-sortable-placeholder {
  height: 42px !important;
  font-size: 16px;
  margin-top: 0;
}

.as-sortable-item-handle {
  cursor: move;
}

.as-sortable-placeholder {
  cursor: move;
  background-color: #fafafa;
  border: 2px dotted #eee;
}

.as-sortable-dragging {
  background-color: #E5ECF1;
  opacity: 0.7;
}
.as-sortable-dragging.tpoc-page-drag-list {
  border-top: 1px solid #d0d0d0;
}
.as-sortable-dragging.tpoc-cat-drag-list {
  background: none;
  height: 55px !important;
}
.as-sortable-dragging.tpoc-cat-drag-list .category-card .tpoc-card {
  background: none;
  margin-top: -20px;
}
.as-sortable-dragging.tpoc-cat-drag-list .category-card .tpoc-card .card-section {
  display: none;
}

#appConfigurationListEditor .tpoc-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5000;
}
#appConfigurationListEditor .info-page-card > .tpoc-card {
  padding-bottom: 20px;
  min-width: 600px;
}
#appConfigurationListEditor .info-page-card > .tpoc-card .save-container {
  margin-top: -8px;
}
#appConfigurationListEditor .info-page-card > .tpoc-card .save-container span {
  cursor: pointer;
  padding: 10px;
  margin-right: 15px;
}
#appConfigurationListEditor .info-page-card > .tpoc-card .save-container button.btn {
  height: 32px;
  width: 88px;
  padding: 0;
  margin: 0;
}
#appConfigurationListEditor .info-page-card > .tpoc-card .save-container span, #appConfigurationListEditor .info-page-card > .tpoc-card .save-container button.btn {
  font-size: 18px;
  vertical-align: baseline;
  display: inline-block;
}
#appConfigurationListEditor .row.formly {
  margin: 0;
}
#appConfigurationListEditor .row.formly.last {
  display: block;
  min-height: 130px;
}
#appConfigurationListEditor .formly-field-group {
  margin-bottom: 5px;
}
#appConfigurationListEditor .header-form {
  display: inline-block;
  width: 100%;
}
#appConfigurationListEditor .header-form .form-group {
  margin-bottom: 5px;
}
#appConfigurationListEditor .settings-label, #appConfigurationListEditor label {
  padding-right: 5px;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
#appConfigurationListEditor .remove-item {
  position: absolute;
  top: 50%;
  right: 0;
}
#appConfigurationListEditor .remove-sub-item {
  position: absolute;
  margin-left: 0;
  top: 7px;
  right: 0;
  left: auto;
}
#appConfigurationListEditor .info-category-card .tpoc-card {
  width: 75%;
  border-radius: 0;
  border-width: 0 0 1px 0;
  margin-bottom: 0;
}
#appConfigurationListEditor .info-category-card .tpoc-card:last-child {
  margin-bottom: 20px;
}
#appConfigurationListEditor .info-category-card .tpoc-card .header-hr {
  display: none;
}
#appConfigurationListEditor .info-category-card .tpoc-card .card-header {
  height: 110px;
  font-size: 20px;
  white-space: nowrap;
  padding-right: 39px;
  position: relative;
}
#appConfigurationListEditor .info-category-card .tpoc-card .card-header input {
  font-size: 14px;
}
#appConfigurationListEditor .info-category-card .tpoc-card .card-header .collapse-icon {
  vertical-align: top;
  margin-top: 5px;
}
#appConfigurationListEditor .info-category-card .tpoc-card .card-section {
  padding: 7px 0 30px 67px;
  margin: 2px 20px 2px 20px;
}
#appConfigurationListEditor .info-category-card .tpoc-card .card-section .form-group {
  margin-bottom: 30px;
}
#appConfigurationListEditor .info-category-card .tpoc-card .card-section .formly-field .add-form-item {
  margin-top: 0;
}

#mce-modal-block.mce-reset.mce-in {
  opacity: 0.5;
}

div.mce-menu-item-normal.mce-active {
  background-color: transparent;
}
div.mce-menu-item-normal.mce-active .mce-text {
  color: #444;
  font-weight: bold;
}
div.mce-menu-item-normal.mce-active:hover .mce-text {
  color: #444;
}

div.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
  background-color: #e5e5e5;
}
div.mce-menu-item:hover .mce-text, .mce-menu-item.mce-selected .mce-text, .mce-menu-item:focus .mce-text {
  color: #444;
}

.mce-tpoc.mce-window {
  border-radius: 5px;
  border: none;
}
.mce-tpoc.mce-window.mce-tpoc-error .mce-container-body {
  width: auto;
}
.mce-tpoc.mce-window.mce-tpoc-error .mce-label {
  font-size: 14px;
  color: #444;
  margin: 8px 0;
}
.mce-tpoc.mce-window .mce-window-head {
  border-radius: 4px 4px 0 0;
  background-color: #5C8CA6;
  border-bottom: none;
}
.mce-tpoc.mce-window .mce-window-head .mce-title {
  padding-left: 5px;
  font-family: "AdelleSansWebFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fbfbfb;
  font-size: 12px;
  text-transform: uppercase;
}
.mce-tpoc.mce-window .mce-foot {
  border-top: none;
  border-radius: 4px;
}
.mce-tpoc.mce-window .mce-container * {
  font-family: "AdelleSansWebFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mce-tpoc.mce-window .mce-container-body {
  width: 512px;
}
.mce-tpoc.mce-window .mce-label {
  font-size: 12px;
  color: #9E9E9E;
  margin: 8px 2px 2px 0;
}
.mce-tpoc.mce-window input {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 8px;
  margin: 0 0 8px 0;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
}
.mce-tpoc.mce-window .error, .mce-tpoc.mce-window .success {
  margin: 0 12px 0 0;
}
.mce-tpoc.mce-window .error:before, .mce-tpoc.mce-window .success:before {
  position: absolute;
  content: "";
}
.mce-tpoc.mce-window .error:before {
  top: 5px;
  right: -17px;
  width: 4px;
  height: 18px;
  background: url("../images/svg/error_icon.svg") no-repeat center center transparent;
}
.mce-tpoc.mce-window .error input {
  border-color: #FF0000;
}
.mce-tpoc.mce-window .success:before {
  top: 5px;
  right: -24px;
  width: 18px;
  height: 13px;
  background: url("../images/svg/success_icon.svg") no-repeat center center transparent;
}
.mce-tpoc.mce-window button {
  background-color: #5C8CA6;
  border: none;
  font-size: 18px;
  color: #fff;
  height: 32px;
  width: 88px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  user-select: none;
  outline: none;
}
.mce-tpoc.mce-window button.mce-close {
  display: none;
}
.mce-tpoc.mce-window button:hover {
  background-color: #286090;
  border-color: #204d74;
}
.mce-tpoc.mce-window .mce-cancel button {
  background: none;
  color: #444;
}
.mce-tpoc.mce-window .mce-list-box, .mce-tpoc.mce-window .mce-list-box.mce-active, .mce-tpoc.mce-window .mce-list-box.mce-active:hover {
  background-color: transparent;
}
.mce-tpoc.mce-window .mce-list-box button, .mce-tpoc.mce-window .mce-list-box.mce-active button, .mce-tpoc.mce-window .mce-list-box.mce-active:hover button {
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  height: 28px;
  font-size: 14px;
  padding: 0 0 0 8px;
  margin: 0 0 8px 0;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  color: #444;
  user-select: none;
  outline: none;
}
.mce-tpoc.mce-window .mce-btn-has-text {
  background: none;
  border: none;
}

#appConfigurationPageEditor .mce-tinymce .mce-container {
  background-color: #fff;
}
#appConfigurationPageEditor .mce-tinymce .mce-container label {
  display: block;
}
#appConfigurationPageEditor .mce-tinymce .mce-ico {
  color: #777;
}
#appConfigurationPageEditor .mce-tinymce .mce-caret {
  border-top-color: #777;
}
#appConfigurationPageEditor .mce-tinymce .mce-btn {
  background-color: #fff;
}
#appConfigurationPageEditor .mce-tinymce .mce-i-accordian {
  background: url("../images/svg/accordian_icon.svg") no-repeat center center transparent;
  padding-top: 3px;
}
#appConfigurationPageEditor .tpoc-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5000;
}
#appConfigurationPageEditor .info-page-card .tpoc-card {
  padding-bottom: 20px;
  min-width: 600px;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-heading, #appConfigurationPageEditor .info-page-card .tpoc-card .info-page-hero-image, #appConfigurationPageEditor .info-page-card .tpoc-card .editor-form {
  width: 376px;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  height: 44px;
  background-color: #253991;
  color: #fff;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-heading input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  background: none;
  border: none;
  text-align: center;
  width: 300px;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-heading input:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-hero-image {
  position: relative;
  height: 248px;
  background-color: #ccc;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-hero-image > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-hero-image > div .fa {
  color: #707070;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-hero-image > div .image-size {
  margin-bottom: 20px;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-hero-image > div .add-hero {
  width: 141px;
  height: 32px;
  color: #fff;
  background-color: #707070;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-hero-image > div .add-hero:hover {
  background-color: rgb(86.5, 86.5, 86.5);
}
#appConfigurationPageEditor .info-page-card .tpoc-card .info-page-hero-image .hero-image-container {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center center #fbfbfb;
  background-size: 100%;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .tpoc-ip-editor {
  margin-top: 40px;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .save-container {
  margin-top: -8px;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .save-container span {
  cursor: pointer;
  padding: 10px;
  margin-right: 15px;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .save-container button.btn {
  height: 32px;
  width: 88px;
  padding: 0;
  margin: 0;
  outline: none;
}
#appConfigurationPageEditor .info-page-card .tpoc-card .save-container span, #appConfigurationPageEditor .info-page-card .tpoc-card .save-container button.btn {
  font-size: 18px;
  vertical-align: baseline;
  display: inline-block;
}

.widget .widget-header {
  color: #767676;
  background-color: #f6f6f6;
  padding: 10px 15px;
  line-height: 30px;
}
.widget .widget-header .btn-group {
  margin-left: 5px;
}
.widget .widget-body {
  padding: 20px;
  border: 1px solid #e9e9e9;
}
.widget .widget-body button {
  margin-left: 5px;
}

#geofence .map-search-box {
  margin: 10px;
  width: 150px;
  height: 30px;
  padding: 0 5px;
  border: none;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
#geofence .map-control {
  font-size: 14px;
  height: 24px;
  width: 24px;
  border: none;
  border-radius: 2px;
  margin-left: 5px;
  margin-top: 5px;
  background-color: white;
  cursor: default;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
#geofence .map-control:hover {
  background-color: #eaeaea;
}
#geofence {
  height: 192px;
}
#geofence .angular-google-map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#geofence #infoBoxContainer {
  position: absolute;
  background-color: white;
  opacity: 0.8;
  padding: 8px;
  left: 10px;
  top: 50px;
  width: 300px;
  max-height: 45%;
  overflow: auto;
}
#geofence a.output-control {
  opacity: 0.8;
  position: absolute;
  bottom: 38%;
  left: 10px;
  font-size: 12px;
  line-height: 2em;
  cursor: pointer;
  text-decoration: none;
  background-color: white;
  padding: 0 5px;
  border-radius: 4px 4px 0 0;
}
#geofence a.output-control.output-collapsed {
  bottom: 10px;
}
#geofence a.output-control.clipboard {
  top: 62%;
  left: 189px;
}
#geofence #outputContainer {
  opacity: 0.8;
  padding-top: 20px;
  margin: 0;
  overflow: scroll;
  position: absolute;
  left: 10px;
  width: 300px;
  bottom: 10px;
  top: 62%;
  color: #999;
  background-color: #FFF;
  border-radius: 0 4px 4px 4px;
}
#geofence #outputContainer pre {
  border: none;
  color: #666666;
  background-color: #FFF;
  padding: 0;
  margin: 0;
  overflow: visible;
}

tpoc-info-box .info-box {
  position: relative;
  border-radius: 2px;
  margin-bottom: 2px;
  padding: 10px;
}
tpoc-info-box .info-box input {
  width: 210px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: none;
  margin-left: -1px;
}
tpoc-info-box .info-box input:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
tpoc-info-box .info-box .close {
  float: right;
  margin-top: -10px;
  font-size: 34px;
  color: #000;
}
tpoc-info-box .info-box .lat-long span:last-child {
  margin-left: 10px;
}
tpoc-info-box.main-fence section {
  border: 5px solid rgba(0, 0, 0, 0.3);
}
tpoc-info-box.main-fence section input {
  font-weight: bold;
}
tpoc-info-box.main-fence section:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: "★";
  padding: 0;
  margin: 0;
}

#mapSelectContainer {
  z-index: 900;
  position: absolute;
  background-color: #eee;
  opacity: 0.9;
  left: 150px;
  top: 250px;
  width: 250px;
  font-size: 15px;
}
#mapSelectContainer button {
  margin: 10px 0;
  float: right;
  font-size: 15px;
  min-width: 85px;
  height: 30px;
}
#mapSelectContainer button.btn.disabled, #mapSelectContainer button .btn[disabled] {
  opacity: 0.3;
}
#mapSelectContainer .drag-handle {
  background-color: lightgrey;
  height: 20px;
  text-transform: uppercase;
  padding: 3px 0 3px 5px;
  font-size: 10px;
}
#mapSelectContainer .panel-minimize-control {
  text-align: center;
  float: right;
  width: 20px;
  cursor: pointer;
  font-size: 20px;
  line-height: 14px;
}
#mapSelectContainer .client-select-content {
  padding: 16px 8px 8px 8px;
}
#mapSelectContainer label {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#mapSelectContainer select {
  width: 235px;
  margin-bottom: 10px;
}

#mapManagerHome {
  min-width: 910px;
  font-size: 14px;
}
#mapManagerHome .row {
  margin-bottom: 20px;
}
#mapManagerHome .row.last {
  min-height: 160px;
}
#mapManagerHome .settings-label {
  padding-right: 4px;
  font-size: 12px;
  color: #999;
}
#mapManagerHome .settings-label.last {
  padding-left: 20px;
}
#mapManagerHome .map-metadata {
  font-size: 14px;
  margin: 7px 0 0 38px;
}
#mapManagerHome .map-metadata .settings-label {
  margin-right: 5px;
}
#mapManagerHome .map-metadata > span {
  margin-right: 20px;
}
#mapManagerHome .map-link {
  cursor: pointer;
  padding: 0 22px;
  font-size: 12px;
  color: #5C8CA6;
}
#mapManagerHome .map-link:hover {
  text-decoration: underline;
}
#mapManagerHome .map-card .tpoc-card .card-header {
  height: 90px;
  font-size: 20px;
}
#mapManagerHome .map-card .tpoc-card .card-header .dropdown-toggle {
  padding: 0;
  height: 32px;
}
#mapManagerHome .map-card .tpoc-card .card-header .dropdown-toggle.disabled {
  cursor: default;
  pointer-events: none;
}
#mapManagerHome .map-card .tpoc-card .card-header .dropdown-toggle.disabled .fa {
  color: #bcbcbc;
}
#mapManagerHome .map-card .tpoc-card .card-header .overflow-menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  height: 32px;
  width: 32px;
}
#mapManagerHome .map-card .tpoc-card .card-header .edit-menu-container .selector, #mapManagerHome .map-card .tpoc-card .card-header .edit-menu-container .edit-button {
  display: inline-block;
  margin: 0 4px 0 10px;
}
#mapManagerHome .map-card .tpoc-card .card-section {
  margin: 2px 20px 2px 38px;
}
#mapManagerHome .version-card .header-hr {
  display: none;
}
#mapManagerHome .version-card .tpoc-card {
  margin-bottom: 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
}
#mapManagerHome .version-card .tpoc-card .card-header {
  height: 65px;
  font-size: 18px;
}
#mapManagerHome .version-card .tpoc-card .card-section {
  margin: 2px 20px 2px 45px;
}
#mapManagerHome .version-card .tpoc-card.collapsible > .card-header .collapse-icon {
  font-size: 14px;
  width: 14px;
  margin-right: 8px;
}
#mapManagerHome .version-card:last-of-type .tpoc-card {
  border: none;
}
#mapManagerHome button.btn {
  height: 32px;
  margin-top: 10px;
  width: 200px;
  font-size: 18px;
  padding: 0;
}
#mapManagerHome .add-map {
  margin: 8px 20px 0 0;
}
#mapManagerHome .add-map span {
  color: #5C8CA6;
}
#mapManagerHome .image-col {
  padding-right: 0;
  height: 0;
}
#mapManagerHome .map-image-container {
  margin-left: auto;
  width: 200px;
  height: 240px;
}
#mapManagerHome .map-image-container .map-image {
  width: 200px;
  height: 200px;
  background-color: #eaeaea;
  border: 1px solid rgb(221.25, 221.25, 221.25);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#mapManagerHome pre {
  margin-top: 10px;
}
#mapManagerHome .json-expander {
  color: #5C8CA6;
  cursor: pointer;
}
#mapManagerHome .json-expander span:hover {
  text-decoration: underline;
}

#mapManagerSettings {
  min-width: 910px;
  font-size: 14px;
}
#mapManagerSettings .tpoc-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5000;
}
#mapManagerSettings .row.formly {
  margin: 0;
}
#mapManagerSettings .row.formly.last {
  display: block;
  min-height: 130px;
}
#mapManagerSettings .formly-field-group {
  margin-bottom: 5px;
}
#mapManagerSettings .header-form {
  display: inline-block;
  width: 50%;
}
#mapManagerSettings .header-form .form-group {
  margin-bottom: 5px;
}
#mapManagerSettings .header-form .small-field input {
  width: 50px;
}
#mapManagerSettings .medium-field input {
  width: 170px;
}
#mapManagerSettings .medium-field.px-postfix label:after {
  position: absolute;
  font-size: 14px;
  color: #444;
  top: 30px;
  left: 180px;
  content: "px";
}
#mapManagerSettings .settings-label, #mapManagerSettings label {
  padding-right: 5px;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
#mapManagerSettings .add-version {
  padding: 20px 38px;
}
#mapManagerSettings .add-version.show-border {
  border-bottom: 1px solid #eaeaea;
}
#mapManagerSettings .map-link {
  cursor: pointer;
  padding: 0 22px;
  font-size: 12px;
  color: #5C8CA6;
}
#mapManagerSettings .map-link:hover {
  text-decoration: underline;
}
#mapManagerSettings .settings-label {
  padding-right: 4px;
  font-size: 12px;
  color: #999;
}
#mapManagerSettings .map-id {
  font-size: 14px;
  margin: 0 0 0 38px;
}
#mapManagerSettings .map-card .save-container {
  margin-top: -8px;
}
#mapManagerSettings .map-card .save-container span {
  cursor: pointer;
  padding: 10px;
  margin-right: 15px;
}
#mapManagerSettings .map-card .save-container button.btn {
  height: 32px;
  width: 88px;
  padding: 0;
  margin: 0;
}
#mapManagerSettings .map-card .save-container span, #mapManagerSettings .map-card .save-container button.btn {
  font-size: 18px;
  vertical-align: baseline;
  display: inline-block;
}
#mapManagerSettings .map-card .tpoc-card .card-header {
  height: 140px;
  font-size: 20px;
}
#mapManagerSettings .map-card .tpoc-card .card-header input {
  height: 38px;
  font-size: 20px;
}
#mapManagerSettings .map-card .tpoc-card .card-header .collapse-icon {
  vertical-align: top;
  margin-top: 5px;
}
#mapManagerSettings .map-card .tpoc-card .card-section {
  margin: 2px 20px 2px 20px;
}
#mapManagerSettings .version-card {
  display: block;
}
#mapManagerSettings .version-card .header-hr {
  display: none;
}
#mapManagerSettings .version-card .tpoc-card {
  margin-left: 20px;
  margin-bottom: 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
}
#mapManagerSettings .version-card .tpoc-card .card-header {
  height: 65px;
  font-size: 18px;
}
#mapManagerSettings .version-card .tpoc-card .card-section {
  margin: 2px 0 2px 45px;
}
#mapManagerSettings .version-card .tpoc-card.collapsible > .card-header .collapse-icon {
  font-size: 14px;
  width: 14px;
  margin-right: 8px;
}
#mapManagerSettings .version-card:last-of-type .tpoc-card {
  border: none;
}

#mapTuner {
  min-width: 800px;
}
#mapTuner .row > div {
  white-space: nowrap;
  overflow: hidden;
}
#mapTuner .row > div .back-button {
  display: inline-block;
  width: 100%;
}
#mapTuner .row > div .back-button span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mapTuner .row > div .map-details {
  font-size: 18px;
  padding-top: 15px;
  text-align: right;
}
#mapTuner .row > div .map-details span.truncate {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#venueManagerHome .tpoc-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5000;
}
#venueManagerHome h1 {
  font-size: 18px;
  margin: 12px 20px;
}
#venueManagerHome .venues-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -20px -20px 0;
}
#venueManagerHome .venues-container .venue-item {
  position: relative;
  cursor: pointer;
  margin: 0 20px 20px 0;
  width: 416px;
  min-width: 316px;
  height: 315px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
#venueManagerHome .venues-container .venue-item.off {
  pointer-events: none;
}
#venueManagerHome .venues-container .venue-item .importing-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#venueManagerHome .venues-container .venue-item .importing-overlay .spinner-label {
  margin-top: 80px;
  color: #fff;
}
#venueManagerHome .venues-container .venue-item .importing-overlay.on {
  display: flex;
}
#venueManagerHome .venues-container .venue-item .overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 240px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#venueManagerHome .venues-container .venue-item .overlay button.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.35);
  outline: none;
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown {
  margin: 4px;
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown.open .dropdown-toggle {
  background: none;
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown .dropdown-toggle:hover {
  background: none;
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown .import-export-icon {
  margin: 10px 10px 10px 10px;
  width: 22px;
  height: 27px;
  background-image: url("../images/svg/import_export_icon.svg");
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown .dropdown-menu {
  min-width: 117px;
  margin-right: 10px;
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown .dropdown-menu li > a {
  font-weight: normal;
  font-size: 16px;
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown .dropdown-menu li > a:hover, #venueManagerHome .venues-container .venue-item .overlay .dropdown .dropdown-menu li > a:focus {
  color: #444;
  background-color: #eaeaea;
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown:hover .import-export-icon {
  margin-left: 100px;
}
#venueManagerHome .venues-container .venue-item .overlay .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
#venueManagerHome .venues-container .venue-item:hover {
  border-width: 0;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.35);
}
#venueManagerHome .venues-container .venue-item:hover .overlay {
  display: block;
}
#venueManagerHome .venues-container .venue-item .venue-meta {
  height: 75px;
  padding: 16px 24px;
}
#venueManagerHome .venues-container .venue-item .venue-meta .venue-label {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
#venueManagerHome .venues-container .venue-item .venue-meta .venue-label.no-date {
  margin-top: 12px;
}
#venueManagerHome .venues-container .venue-item .venue-meta .status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
}
#venueManagerHome .venues-container .venue-item .venue-meta .status-dot.is-active {
  background-color: #43a047;
}
#venueManagerHome .venues-container .venue-item .venue-meta .venue-timestamp {
  font-size: 12px;
  color: #999999;
}
#venueManagerHome .venues-container .venue-item .venue-image {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  height: 240px;
  background-position: center;
  background-size: 40% auto;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
}
#venueManagerHome .venues-container .venue-item .venue-image.photo {
  background-size: cover;
}
#venueManagerHome .venues-container .venue-item.add {
  cursor: default;
}
#venueManagerHome .venues-container .venue-item.add:hover {
  border-width: 1px;
  box-shadow: none;
}
#venueManagerHome .venues-container .venue-item.add .venue-image {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #5C8CA6;
}
#venueManagerHome .venues-container .venue-item.add .venue-image > div {
  border: 2px solid transparent;
  border-radius: 4px;
  position: relative;
  height: 118px;
  width: 97px;
  margin: 0 40px;
  background-repeat: no-repeat;
}
#venueManagerHome .venues-container .venue-item.add .venue-image > div:hover {
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
  border: 2px solid #486D83;
}
#venueManagerHome .venues-container .venue-item.add .venue-image > div span {
  position: absolute;
  font-size: 14px;
  left: 0;
  right: 0;
  bottom: 12px;
  color: #fff;
}
#venueManagerHome .venues-container .venue-item.add .venue-image .add-venue, #venueManagerHome .venues-container .venue-item.add .venue-image .import-venue {
  cursor: pointer;
}
#venueManagerHome .venues-container .venue-item.add .venue-image .add-venue {
  background-size: 55px 57px;
  background-position: 22px 15px;
  background-image: url("../images/svg/create_venue_icon.svg");
}
#venueManagerHome .venues-container .venue-item.add .venue-image .add-venue span {
  left: -5px;
}
#venueManagerHome .venues-container .venue-item.add .venue-image .import-venue {
  background-size: 41px 50px;
  background-position: center 20px;
  background-image: url("../images/svg/import_venue_icon.svg");
}
#venueManagerHome .venues-container .venue-item.add .venue-label {
  margin-top: 12px;
}

#venueSettings {
  min-width: 1000px;
  font-size: 14px;
}

.modal.import-modal-container .import-modal {
  transition: 0.25s;
  transition-property: height;
  width: 600px;
  height: 155px;
}
.modal.import-modal-container .import-modal.has-file {
  height: 285px;
}
.modal.import-modal-container .import-modal.has-file.has-warning {
  height: 395px;
}
.modal.import-modal-container h3 {
  font-size: 18px;
  margin: 5px 0 15px 0;
}
.modal.import-modal-container button {
  font-size: 16px;
  font-weight: normal;
  outline: none;
}
.modal.import-modal-container button:focus {
  background-color: #5C8CA6;
}
.modal.import-modal-container .warning-message {
  margin: 0;
  text-align: center;
}
.modal.import-modal-container .warning-message .file-warning-icon {
  margin: 10px auto;
  width: 32px;
  height: 40px;
  background: url("../images/svg/file_warning.svg") no-repeat center center transparent;
}
.modal.import-modal-container .warning-message span {
  font-size: 14px;
  color: #bcbcbc;
  display: inline-block;
  width: 300px;
}
.modal.import-modal-container .modal-dialog {
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  display: table;
  overflow-x: auto;
  max-width: 95%;
  min-width: 600px;
}
.modal.import-modal-container .modal-content {
  overflow: hidden;
}
.modal.import-modal-container .modal-header {
  height: 54px;
}
.modal.import-modal-container .modal-header hr {
  margin: 0 -25px 0 -25px;
  height: 1px;
  border: none;
  background-color: #eaeaea;
}
.modal.import-modal-container .modal-header .close {
  margin-top: -5px;
}
.modal.import-modal-container .modal-body {
  position: absolute;
  top: 54px;
  left: 10px;
  right: 10px;
  bottom: 64px;
  padding: 15px 10px 10px 10px;
}
.modal.import-modal-container .modal-footer {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.modal.import-modal-container .file-meta {
  margin: 20px 20px 20px 0;
}
.modal.import-modal-container .file-meta .fa {
  color: #5C8CA6;
  width: 20px;
}
.modal.import-modal-container .file-meta .secondary-meta {
  margin-left: 22px;
  font-size: 12px;
  color: #bcbcbc;
}
.modal.import-modal-container .drop-box {
  border: 2px dashed #CEDCE4;
  border-radius: 4px;
  width: 100%;
  height: 72px;
  margin-top: 5px;
}
.modal.import-modal-container .drop-box.dragover {
  border: 2px dashed rgb(107.3552631579, 149.5394736842, 173.6447368421);
}
.modal.import-modal-container .drop-box .drop-box-inner {
  height: 100%;
  width: 100%;
  background-color: #DEE8ED;
  border-radius: 2px;
  padding-top: 16px;
}
.modal.import-modal-container .drop-box .drop-box-inner span, .modal.import-modal-container .drop-box .drop-box-inner button {
  margin-left: 20px;
}
.modal.import-modal-container .drop-box .drop-box-inner span {
  cursor: default;
  user-select: none;
  font-size: 16px;
  font-weight: normal;
}

.formly-field tpoc-card.form-card:last-of-type {
  margin-bottom: 20px;
}
.formly-field .validator {
  float: right;
  font-size: 12px;
}
.formly-field .validator .fa {
  color: #5C8CA6;
}
.formly-field .validator span {
  color: #5C8CA6;
  margin-left: 4px;
}
.formly-field .validator span:hover {
  text-decoration: underline;
}
.formly-field .repeat-section .remove-item.detail {
  margin-top: -12px;
}
.formly-field .repeat-section .remove-sub-item.detail {
  margin-left: -20px;
  top: 30px;
  left: 100%;
}
.formly-field .repeat-section .remove-sub-item.textarea {
  top: 45px;
}
.formly-field .repeat-section .remove-sub-item.image {
  top: 65px;
}
.formly-field .repeat-section .toggle-detail span {
  cursor: pointer;
  margin-right: 20px;
}
.formly-field .repeat-section .toggle-detail span.off {
  color: #eaeaea;
  pointer-events: none;
}
.formly-field .repeat-section .settings-label.heading.detail, .formly-field .repeat-section label.heading.detail {
  padding-bottom: 5px;
}

.repeat-section .remove-item.map-version {
  margin-top: -15px;
  margin-right: 20px;
}
.repeat-section .map-image-container {
  height: 0;
}
.repeat-section .map-image-container .map-image {
  margin: 24px 0 20px auto;
  width: 200px;
  height: 200px;
  background-color: #eaeaea;
  border: 1px solid rgb(221.25, 221.25, 221.25);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.repeat-section .middle-column {
  padding-left: 30px;
}
.repeat-section .dimensions {
  margin-top: 30px;
}
.repeat-section .dimensions .control-label.last {
  padding-left: 20px;
}

.formly-field .add-sub-item {
  cursor: pointer;
  display: inline-block;
}
.formly-field .add-form-item {
  margin-top: 15px;
}

.repeat-section {
  position: relative;
}
.repeat-section .remove-sub-item, .repeat-section .remove-item {
  cursor: pointer;
}
.repeat-section .remove-sub-item {
  position: absolute;
  margin-left: -20px;
  top: 30px;
  left: 50%;
}
.repeat-section .remove-sub-item .fa.remove-icon {
  font-size: 20px;
  color: #999;
}
.repeat-section .remove-item {
  position: absolute;
  margin-left: 10px;
  top: 33px;
  right: 0;
}
.repeat-section .remove-item .fa.remove-icon {
  font-size: 20px;
  color: #999;
}

.setup-card hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background-color: #eaeaea;
}
.setup-card hr.hr-75 {
  width: 75%;
}
.setup-card .venue-edit {
  margin: 6px 10px 0 0;
}
.setup-card .row {
  margin-bottom: 20px;
}
.setup-card .row.formly {
  margin: 0;
}
.setup-card .row.multi-type-field textarea {
  margin-top: 20px;
}
.setup-card .first-row {
  margin-top: 20px;
}
.setup-card .formly-field-group {
  margin-bottom: 5px;
}
.setup-card .settings-label, .setup-card label {
  padding-right: 5px;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  font-weight: normal;
}
.setup-card .settings-label.heading, .setup-card label.heading {
  font-weight: bold;
  padding: 15px 0 25px 0;
  margin-top: 40px;
  border-top: 1px solid #d0d0d0;
}
.setup-card .settings-label.subheading, .setup-card label.subheading {
  font-weight: bold;
  padding: 15px 0;
  margin-top: 30px;
}
.setup-card .venue-section {
  padding-top: 20px;
}
.setup-card .venue-section .venue-name {
  font-size: 28px;
  padding-bottom: 0;
}
.setup-card .saved-indicator {
  cursor: default;
}
.setup-card .saved-indicator span {
  display: inline-block;
  color: #828282;
  font-size: 14px;
}
.setup-card .saved-indicator {
  cursor: default;
}
.setup-card .save-container {
  margin-top: -8px;
}
.setup-card .save-container span {
  cursor: pointer;
  padding: 10px;
  margin-right: 15px;
}
.setup-card .save-container button.btn {
  height: 32px;
  width: 88px;
  padding: 0;
  margin: 0;
}
.setup-card .save-container span, .setup-card .save-container button.btn {
  font-size: 18px;
  vertical-align: baseline;
  display: inline-block;
}
.setup-card form .full-width-field {
  padding-bottom: 30px;
}

#mapHealthCheck .angular-google-map-container {
  position: absolute;
  top: 155px;
  left: 20px;
  right: 0;
  bottom: 0;
}
#mapHealthCheck .canvas-container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #444;
  border: 1px solid #CCC;
  overflow: hidden;
}
#mapHealthCheck .canvas-container .canvas-indicator {
  position: absolute;
  border: 1px solid yellow;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 50%;
  /*
   Fixes a bug in chrome when overflow: hidden is applied to the container of an element with a transform applied.
   The bug causes our indicator to disappear when the canvas is rotated.
   */
  transform: translate3d(0, 0, 0);
}
#mapHealthCheck .canvas-container .canvas-indicator.marker {
  border: 1px solid blue;
}
#mapHealthCheck .art-map-container {
  position: absolute;
  top: 185px;
  left: 30px;
  pointer-events: none;
}
#mapHealthCheck .canvas-controls-container {
  position: absolute;
  left: 30px;
  top: 157px;
  width: 300px;
  height: 25px;
  cursor: default;
  overflow: hidden;
}
#mapHealthCheck .canvas-controls-container rzslider {
  margin: 10px 0;
}
#mapHealthCheck .canvas-controls-container .slider-container {
  position: absolute;
  width: 235px;
  margin-left: 15px;
}
#mapHealthCheck .canvas-controls-container .slider-container .slider-indicator {
  position: absolute;
  color: #fff;
  top: 1px;
}
#mapHealthCheck .canvas-controls-container .slider-container .slider-minus {
  left: -12px;
  cursor: pointer;
}
#mapHealthCheck .canvas-controls-container .slider-container .slider-plus {
  right: -13px;
  cursor: pointer;
}
#mapHealthCheck .canvas-controls-container .rotate-control {
  text-align: center;
  position: absolute;
  background-color: white;
  top: 3px;
  width: 19px;
  height: 19px;
  right: 0;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
#mapHealthCheck .options-form {
  margin-top: 5px;
  white-space: nowrap;
}
#mapHealthCheck .options-form label {
  padding-right: 10px;
  margin: 0;
  font-weight: normal;
}
#mapHealthCheck .options-form select {
  margin-right: 20px;
}
#mapHealthCheck .options-form label.cb-label {
  display: inline;
  padding-left: 5px;
  font-size: 12px;
}
#mapHealthCheck .options-form button {
  margin: 10px 0;
  font-size: 15px;
  min-width: 85px;
  height: 30px;
}
#mapHealthCheck .options-form button.btn.disabled, #mapHealthCheck .options-form button .btn[disabled] {
  opacity: 0.3;
}

#mapMarker {
  padding-top: 20px;
}
#mapMarker .angular-google-map-container {
  position: absolute;
  top: 185px;
  left: 20px;
  right: 0;
  bottom: 0;
}
#mapMarker .canvas-container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #444;
  border: 1px solid #CCC;
  overflow: hidden;
}
#mapMarker .canvas-container.add {
  cursor: crosshair;
}
#mapMarker .canvas-container .marker-indicator {
  cursor: pointer;
  position: absolute;
  border: 1px solid yellow;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 50%;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  /*
   Fixes a bug in chrome when overflow: hidden is applied to the container of an element with a transform applied.
   The bug causes our indicator to disappear when the canvas is rotated.
   */
  transform: translate3d(0, 0, 0);
}
#mapMarker .canvas-container .marker-indicator.selected {
  border-width: 2px;
  animation: selectedMarkerAnim 2s linear infinite;
}
#mapMarker .canvas-container .marker-indicator.selected:before {
  content: "";
  border: 1px dashed black;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: rotateAnim 2s linear infinite;
}
@keyframes selectedMarkerAnim {
  0% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: yellow;
  }
}
@keyframes rotateAnim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#mapMarker .art-map-container {
  width: 0;
  height: 0;
  position: absolute;
  top: 215px;
  left: 30px;
}
#mapMarker .art-map-container.dim {
  pointer-events: none;
  opacity: 0.3;
}
#mapMarker .canvas-controls-container {
  position: absolute;
  left: 30px;
  top: 187px;
  width: 300px;
  height: 25px;
  cursor: default;
  overflow: hidden;
}
#mapMarker .canvas-controls-container rzslider {
  margin: 10px 0;
}
#mapMarker .canvas-controls-container .slider-container {
  position: absolute;
  width: 235px;
  margin-left: 15px;
}
#mapMarker .canvas-controls-container .slider-container .slider-indicator {
  position: absolute;
  color: #fff;
  top: 1px;
}
#mapMarker .canvas-controls-container .slider-container .slider-minus {
  left: -12px;
  cursor: pointer;
}
#mapMarker .canvas-controls-container .slider-container .slider-plus {
  right: -13px;
  cursor: pointer;
}
#mapMarker .canvas-controls-container .rotate-control {
  text-align: center;
  position: absolute;
  background-color: white;
  top: 3px;
  width: 19px;
  height: 19px;
  right: 0;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
#mapMarker .options-form {
  font-size: 13px;
  white-space: nowrap;
}
#mapMarker .options-form label {
  padding-right: 5px;
  margin: 0;
  font-weight: normal;
}
#mapMarker .options-form input {
  margin-right: 10px;
  height: 26px;
  font-size: 11px;
}
#mapMarker .options-form label.cb-label {
  display: inline;
  padding-left: 5px;
  font-size: 12px;
}
#mapMarker .options-form button {
  margin-bottom: 3px;
  font-size: 13px;
  min-width: 85px;
  height: 26px;
}
#mapMarker .options-form button.disabled, #mapMarker .options-form button[disabled] {
  opacity: 0.3;
}
#mapMarker .options-form button.lat-lon-capture {
  min-width: 25px;
  font-size: 14px;
  margin-right: 5px;
}
#mapMarker .alert {
  top: 160px;
  width: 70%;
}
#mapMarker a.output-control {
  opacity: 0.8;
  position: absolute;
  bottom: 38%;
  left: 30px;
  font-size: 12px;
  line-height: 2em;
  cursor: pointer;
  text-decoration: none;
  background-color: white;
  padding: 0 5px;
  border-radius: 4px 4px 0 0;
}
#mapMarker a.output-control.output-collapsed {
  bottom: 10px;
}
#mapMarker a.output-control.clipboard {
  top: 62%;
  left: 509px;
  white-space: nowrap;
}
#mapMarker #outputContainer {
  opacity: 0.8;
  padding-top: 20px;
  margin: 0;
  overflow: scroll;
  position: absolute;
  left: 30px;
  width: 600px;
  bottom: 10px;
  top: 62%;
  color: #999;
  background-color: #FFF;
  border-radius: 0 4px 4px 4px;
}
#mapMarker #outputContainer pre {
  border: none;
  color: #666666;
  background-color: #FFF;
  padding: 0;
  margin: 0;
  overflow: visible;
}

#mapWayfinding {
  padding-top: 85px;
}
#mapWayfinding .canvas-container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #444;
  border: 1px solid #CCC;
  overflow: hidden;
}
#mapWayfinding .canvas-container canvas {
  position: absolute;
  cursor: pointer;
}
#mapWayfinding .canvas-container .poi-indicator {
  z-index: 1;
  position: absolute;
  border: 1px solid #fff;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 50%;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  /*
   Fixes a bug in chrome when overflow: hidden is applied to the container of an element with a transform applied.
   The bug causes our indicator to disappear when the canvas is rotated.
   */
  transform: translate3d(0, 0, 0);
}
#mapWayfinding .canvas-controls-container {
  background-color: rgba(68, 68, 68, 0.5);
  margin: 5px 0;
  width: 300px;
  height: 25px;
  cursor: default;
  overflow: hidden;
}
#mapWayfinding .canvas-controls-container rzslider {
  margin: 10px 0;
}
#mapWayfinding .canvas-controls-container .slider-container {
  position: absolute;
  width: 260px;
  margin-left: 20px;
}
#mapWayfinding .canvas-controls-container .slider-container .slider-indicator {
  position: absolute;
  color: #fff;
  top: 1px;
}
#mapWayfinding .canvas-controls-container .slider-container .slider-minus {
  left: -12px;
  cursor: pointer;
}
#mapWayfinding .canvas-controls-container .slider-container .slider-plus {
  right: -13px;
  cursor: pointer;
}
#mapWayfinding .disabled-form-container {
  opacity: 0.5;
  pointer-events: none;
}
#mapWayfinding .form-container.fixed {
  position: fixed;
  margin-right: 14px;
  background: #fff;
  padding: 10px;
  border: 1px solid #444;
  opacity: 0.8;
  top: 170px;
  z-index: 5;
}
#mapWayfinding .grid-form {
  font-size: 12px;
}
#mapWayfinding .grid-form input {
  height: 25px;
  width: 30px;
}
#mapWayfinding .grid-form input[type=checkbox] {
  width: auto;
  height: auto;
}
#mapWayfinding .grid-form label {
  padding: 0 5px;
}
#mapWayfinding .grid-form label.cb-label {
  display: inline;
  padding-left: 5px;
  font-size: 12px;
}
#mapWayfinding .grid-form button {
  font-size: 12px;
  margin-right: 5px;
}
#mapWayfinding .grid-form button.save-btn {
  margin-right: 10px;
}
#mapWayfinding .grid-form button.reset-btn {
  margin-left: 10px;
}
#mapWayfinding .grid-options-form {
  padding-right: 10px;
}

.basic-info-card .currency-menu-container .selector {
  cursor: pointer;
}
.basic-info-card .currency-menu-container .toggle {
  padding: 0 4px;
  margin-left: -4px;
}
.basic-info-card .currency-menu-container .toggle:hover {
  background-color: #E5E5E5;
}
.basic-info-card .geofence-meta-row-top {
  padding-top: 20px;
}
.basic-info-card .geofence-meta-row-bottom {
  padding-top: 20px;
}
.basic-info-card .geofence-image-container {
  height: 94px;
}
.basic-info-card .geofence-image-container .geofence-image {
  width: 100%;
  height: auto;
  max-width: 284px;
}
.basic-info-card .geofence-spacer {
  height: 94px;
}
.basic-info-card .section-head {
  margin-bottom: 20px;
}
.basic-info-card .geofence-container {
  position: relative;
  width: 100%;
  height: 390px;
  white-space: nowrap;
  border: 1px solid #F1F1F1;
  border-radius: 0 4px 4px 0;
  background-color: #FCFBFD;
}
.basic-info-card .geofence-map-container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 225px;
}
.basic-info-card .geofence-data-container {
  position: absolute;
  padding: 25px 20px;
  width: 225px;
  height: 100%;
  right: 0;
}
.basic-info-card .geofence-data-container .formly-field {
  margin-bottom: 0;
}
.basic-info-card .geofence-data-container > div {
  margin-bottom: 20px;
}
.basic-info-card .geofence-data-container > div label {
  display: block;
}
.basic-info-card .geofence-unit {
  text-align: center;
  padding-top: 30px;
}

.modal.import-diff-modal-container .import-diff-modal {
  transition: 0.25s;
  transition-property: width, height;
  width: 600px;
  height: 155px;
}
.modal.import-diff-modal-container .import-diff-modal.has-file {
  height: 285px;
}
.modal.import-diff-modal-container .import-diff-modal.has-file.diff-warning {
  height: 385px;
}
.modal.import-diff-modal-container h3 {
  font-size: 18px;
  margin: 5px 0 15px 0;
}
.modal.import-diff-modal-container button {
  font-size: 16px;
  font-weight: normal;
  outline: none;
}
.modal.import-diff-modal-container button:focus {
  background-color: #5C8CA6;
}
.modal.import-diff-modal-container .no-diff {
  margin: 40px 20px;
  text-align: center;
}
.modal.import-diff-modal-container .no-diff .file-warning-icon {
  margin: 10px auto;
  width: 32px;
  height: 40px;
  background: url("../images/svg/file_warning.svg") no-repeat center center transparent;
}
.modal.import-diff-modal-container .no-diff span {
  font-size: 14px;
  color: #bcbcbc;
  display: inline-block;
  width: 300px;
}
.modal.import-diff-modal-container .modal-dialog {
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  display: table;
  overflow-x: auto;
  max-width: 95%;
  min-width: 600px;
}
.modal.import-diff-modal-container .modal-content {
  overflow: hidden;
}
.modal.import-diff-modal-container .modal-header {
  height: 54px;
}
.modal.import-diff-modal-container .modal-header hr {
  margin: 0 -25px 0 -25px;
  height: 1px;
  border: none;
  background-color: #eaeaea;
}
.modal.import-diff-modal-container .modal-header .close {
  margin-top: -5px;
}
.modal.import-diff-modal-container .modal-body {
  position: absolute;
  top: 54px;
  left: 10px;
  right: 10px;
  bottom: 64px;
  padding: 15px 10px 10px 10px;
}
.modal.import-diff-modal-container .modal-footer {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.modal.import-diff-modal-container .file-meta {
  margin: 20px 20px 20px 0;
}
.modal.import-diff-modal-container .file-meta .fa {
  color: #5C8CA6;
  width: 20px;
}
.modal.import-diff-modal-container .file-meta .secondary-meta {
  margin-left: 22px;
  font-size: 12px;
  color: #bcbcbc;
}
.modal.import-diff-modal-container .diff-container {
  position: absolute;
  overflow: hidden;
  top: 190px;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.modal.import-diff-modal-container .diff-container .diff-headings div {
  display: inline-block;
  text-align: center;
  width: 50%;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal.import-diff-modal-container .diff-container .diff-content {
  position: absolute;
  top: 30px;
  bottom: 0;
  border: 1px solid #bcbcbc;
  overflow-y: auto;
  width: 100%;
}
.modal.import-diff-modal-container .diff-container .d2h-file-side-diff {
  margin-right: -2px;
}
.modal.import-diff-modal-container .drop-box {
  border: 2px dashed #CEDCE4;
  border-radius: 4px;
  width: 100%;
  height: 72px;
  margin-top: 5px;
}
.modal.import-diff-modal-container .drop-box.dragover {
  border: 2px dashed rgb(107.3552631579, 149.5394736842, 173.6447368421);
}
.modal.import-diff-modal-container .drop-box .drop-box-inner {
  height: 100%;
  width: 100%;
  background-color: #DEE8ED;
  border-radius: 2px;
  padding-top: 16px;
}
.modal.import-diff-modal-container .drop-box .drop-box-inner span, .modal.import-diff-modal-container .drop-box .drop-box-inner button {
  margin-left: 20px;
}
.modal.import-diff-modal-container .drop-box .drop-box-inner span {
  cursor: default;
  user-select: none;
  font-size: 16px;
  font-weight: normal;
}

.metadata-card .detail-image-container {
  height: 75px;
}
.metadata-card .detail-image-container .detail-image {
  margin-left: auto;
  width: 150px;
  height: 150px;
  background-color: #eaeaea;
  border: 1px solid rgb(221.25, 221.25, 221.25);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.metadata-card .detail-image-container .detail-image.edit-mode {
  margin-right: 30px;
}
.metadata-card .detail-image-spacer {
  height: 57px;
}
.metadata-card .medium-field input {
  width: 145px;
}
.metadata-card .venue-tag {
  display: inline-block;
  background-color: #eaeaea;
  padding: 0 4px;
  margin: 0 10px 4px 0;
  border-radius: 4px;
  white-space: nowrap;
}
.metadata-card .indent-row {
  padding-left: 15px;
}
.metadata-card .divided-row {
  border-bottom: 1px solid #eaeaea;
  padding-top: 20px;
}
.metadata-card .divided-row:first-child {
  padding-top: 0;
}
.metadata-card .divided-row:last-child {
  border: none;
}
.metadata-card .form-card {
  display: block;
  width: 66%;
}
.metadata-card .form-card.heading {
  margin-top: 40px;
  width: 100%;
}
.metadata-card .form-card.heading > .tpoc-card {
  border: none;
}
.metadata-card .form-card.heading > .tpoc-card > .card-header {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  border-top: 1px solid #d0d0d0;
}
.metadata-card .form-card.heading > .tpoc-card > .card-section {
  margin: 0 7px 20px 7px;
}
.metadata-card .form-card.heading > .tpoc-card.collapsible > hr.header-hr {
  display: none;
}
.metadata-card .form-card.heading > .tpoc-card.collapsible > .card-header {
  padding: 15px 0;
}
.metadata-card .form-card.heading > .tpoc-card.collapsible > .card-header .collapse-icon {
  color: #999;
  font-size: 12px;
  width: 12px;
  margin-right: 5px;
}
.metadata-card .form-card .tpoc-card {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
}
.metadata-card .form-card .tpoc-card > .card-header {
  height: 60px;
  font-size: 14px;
  padding: 21px 0;
  margin: 0;
}
.metadata-card .form-card .tpoc-card > .card-section {
  margin: 15px 7px;
}
.metadata-card .form-card .tpoc-card.collapsible > hr.header-hr {
  margin: 0 0 20px 20px;
  height: 1px;
  background-color: #eaeaea;
}
.metadata-card .form-card .tpoc-card.collapsible > .card-header .collapse-icon {
  font-size: 14px;
  width: 14px;
  margin-right: 5px;
}

.modal.hero-image-modal-container .hero-image-modal {
  width: 512px;
  height: 320px;
}
.modal.hero-image-modal-container h3 {
  font-size: 18px;
  margin: 5px 0 15px 0;
}
.modal.hero-image-modal-container button {
  font-size: 16px;
  font-weight: normal;
  outline: none;
}
.modal.hero-image-modal-container button:focus {
  background-color: #5C8CA6;
}
.modal.hero-image-modal-container .modal-dialog {
  width: 512px;
  position: relative;
  display: table;
  overflow-x: auto;
}
.modal.hero-image-modal-container .modal-content {
  overflow: hidden;
}
.modal.hero-image-modal-container .modal-header {
  left: 0;
  right: 0;
  position: absolute;
  background-color: #5C8CA6;
  height: 36px;
  text-transform: uppercase;
}
.modal.hero-image-modal-container .modal-header h3 {
  color: #fbfbfb;
  font-size: 12px;
  padding-left: 5px;
  margin-top: -2px;
}
.modal.hero-image-modal-container .modal-header hr {
  display: none;
}
.modal.hero-image-modal-container .modal-header .close {
  margin-top: -5px;
}
.modal.hero-image-modal-container .modal-body {
  position: absolute;
  top: 54px;
  left: 10px;
  right: 10px;
  bottom: 64px;
  padding: 0 10px 10px 10px;
}
.modal.hero-image-modal-container .modal-body form label {
  font-size: 12px;
  color: #9E9E9E;
  margin: 0 2px 2px 0;
}
.modal.hero-image-modal-container .modal-body form input {
  box-shadow: none;
  height: 28px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.modal.hero-image-modal-container .modal-body form input.error {
  border-color: #FF0000;
}
.modal.hero-image-modal-container .modal-body form .error, .modal.hero-image-modal-container .modal-body form .success {
  position: relative;
  margin: 0 12px 0 0;
}
.modal.hero-image-modal-container .modal-body form .error:before, .modal.hero-image-modal-container .modal-body form .success:before {
  position: absolute;
  content: "";
}
.modal.hero-image-modal-container .modal-body form .error:before {
  bottom: 5px;
  right: -17px;
  width: 4px;
  height: 18px;
  background: url("../images/svg/error_icon.svg") no-repeat center center transparent;
}
.modal.hero-image-modal-container .modal-body form .error input {
  border-color: #FF0000;
}
.modal.hero-image-modal-container .modal-body form .success:before {
  bottom: 5px;
  right: -24px;
  width: 18px;
  height: 13px;
  background: url("../images/svg/success_icon.svg") no-repeat center center transparent;
}
.modal.hero-image-modal-container .modal-footer {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.modal.hero-image-modal-container .modal-footer button {
  height: 32px;
  width: 88px;
  font-size: 18px;
  padding: 0;
  outline: none;
}
.modal.hero-image-modal-container .modal-footer button.cancel, .modal.hero-image-modal-container .modal-footer button.cancel:active {
  background: none;
  box-shadow: none;
  color: #444;
}
.modal.hero-image-modal-container .modal-footer button.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.tpoc-ip-editor {
  background-color: #fbfbfb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: auto;
  padding: 0 !important;
  margin: 0 !important;
  color: #444;
}
.tpoc-ip-editor .tpoc-ip-title {
  margin: 16px 16px 8px 16px;
  font-size: 16px;
  font-weight: bold;
}
.tpoc-ip-editor .tpoc-ip-text {
  margin: 8px 16px 16px 16px;
  font-size: 14px;
  line-height: 20px;
}
.tpoc-ip-editor .tpoc-ip-image img {
  width: 376px;
  height: 128px;
}
.tpoc-ip-editor ol, .tpoc-ip-editor ul {
  margin: 16px 16px 8px 16px;
  padding: 0;
}
.tpoc-ip-editor ol li, .tpoc-ip-editor ol li.tpoc-ip-text, .tpoc-ip-editor ul li, .tpoc-ip-editor ul li.tpoc-ip-text {
  margin: 0 0 0 16px;
  padding: 0;
}
.tpoc-ip-editor .tpoc-ip-accordian {
  position: relative;
  border: 1px solid #e3e3e3;
  border-width: 1px 0;
  margin-top: -1px;
}
.tpoc-ip-editor .tpoc-ip-accordian:before {
  position: absolute;
  background: url("../images/svg/chevron_up.svg") no-repeat center center transparent;
  top: 22px;
  right: 12px;
  width: 12px;
  height: 7px;
  content: "";
}
.tpoc-ip-editor .tpoc-ip-accordian .tpoc-ip-accordian-title {
  margin: 16px 16px 8px 16px;
  font-size: 16px;
  font-weight: bold;
}
.tpoc-ip-editor .tpoc-ip-accordian .tpoc-ip-accordian-text {
  margin: 8px 16px 16px 16px;
  font-size: 14px;
  line-height: 20px;
}
.tpoc-ip-editor .tpoc-ip-accordian li, .tpoc-ip-editor .tpoc-ip-accordian li.tpoc-ip-accordian-text {
  margin: 0 0 0 16px;
  padding: 0;
}