body {
  color: #252525;
  background-color: #eeeeee;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.body-content {
  min-height: calc(100vh - 108px);
  position: relative;
}

.custom-container {
  padding: 0 32px;
}
@media (max-width: 767px) {
  .custom-container {
    padding: 0 20px;
  }
}

a {
  color: #2b82c1;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  color: #226697;
}

.filter-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #2b82c1;
  font-weight: 700;
  font-size: 16px;
}
.filter-collapse .arrow-icon {
  border: 1px solid;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 0px 0 0px;
  margin-left: 8px;
}
.filter-collapse .arrow-icon i {
  font-size: 10px;
  line-height: 0;
}
.filter-collapse .arrow-icon i:before {
  font-weight: 600 !important;
}

.navbar {
  min-height: 108px;
}
@media (max-width: 767px) {
  .navbar {
    min-height: auto;
    padding: 12px 0;
  }
}
.navbar .header-wrapper {
  padding: 0 72px;
  background-color: #252525;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .navbar .header-wrapper {
    padding: 0 16px;
  }
}
.navbar .header-wrapper .header-item {
  margin-right: 60px;
}
.navbar .header-wrapper .header-item:last-child {
  margin-right: 0;
}
.navbar .header-wrapper .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  opacity: 1;
  color: white;
}
.navbar .header-wrapper .arrow-icon {
  border: 1px solid white;
  width: 14px;
  height: 15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0px 0 0px;
  margin-left: 4px;
}
.navbar .header-wrapper .arrow-icon i {
  font-size: 10px;
  line-height: 0;
}
.navbar .header-wrapper .right-menu {
  width: 100%;
  text-align: right;
}
.navbar .header-wrapper .right-menu .name {
  font-size: 16px;
  font-weight: 700;
}
.navbar .header-wrapper .right-menu .company {
  font-size: 16px;
}

.footer {
  height: 223px;
  background-color: #2e2d2d;
}

input.form-control,
textarea.form-control {
  padding: 8px 12px;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 14px;
}
input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  color: #5c7a9d;
  text-transform: uppercase;
}
input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #5c7a9d;
  text-transform: uppercase;
}
input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: #5c7a9d;
  text-transform: uppercase;
}
input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
  color: #5c7a9d;
  text-transform: uppercase;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #5c7a9d;
  text-transform: uppercase;
}

textarea.form-control {
  min-height: 82px;
}

input[disabled].form-control {
  border-color: #dbd6d6;
  background-color: white;
}

.input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.input-wrapper .label {
  color: #252525;
  white-space: nowrap;
  min-width: 124px;
  margin-right: 28px;
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .input-wrapper .label {
    margin-bottom: 8px;
  }
}
.input-wrapper input {
  width: auto;
}
@media (max-width: 767px) {
  .input-wrapper input {
    width: 100%;
  }
}

.search-input-wrapper {
  position: relative;
}
.search-input-wrapper input {
  border-color: #cccccc;
  font-size: 16px;
}
.search-input-wrapper .search-icon-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

.custom-select {
  padding: 8px 40px 8px 12px;
  font-size: 14px;
  border: 1px solid #000000;
  cursor: pointer;
  border-radius: 0;
}
.custom-select:after {
  display: none;
}

.column-input-wrapper .label {
  font-weight: bold;
  margin-bottom: 8px;
}

.btn {
  padding: 4px 12px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-sm {
  font-size: 14px;
}

.btn-primary {
  color: white;
  background-color: #2b82c1;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #246ca0;
}

.btn-outline-primary {
  border-color: #2b82c1;
  color: #2b82c1;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #2b82c1;
}

.btn-outline-secomdary {
  border-color: #888888;
  color: #888888;
}
.btn-outline-secomdary:hover, .btn-outline-secomdary:focus {
  background-color: #888888;
}

.breadcrumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2b82c1;
  margin-top: 12px;
}
.breadcrumbs-wrapper .back-icon {
  margin-right: 8px;
  font-size: 15px;
}
.breadcrumbs-wrapper .breadcrumb {
  margin-bottom: 0;
  font-weight: 700;
}

.tabs-bar {
  background-color: white;
  padding: 28px 20px 0;
  border-bottom: 1px solid #888888;
}
.tabs-bar .nav-item {
  margin-right: 36px;
}
.tabs-bar .nav-item:last-child {
  margin-right: 0;
}
.tabs-bar .nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #888888;
  padding: 0 0 8px;
  text-transform: uppercase;
}
.tabs-bar .nav-link.active {
  /*color: #7829e3;*/
  color: #349ECB;
  background-color: transparent;
  border-bottom: 4px solid;
  border-radius: 0;
}
.tabs-bar .number {
  padding-left: 8px;
}

.status-badge {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 12px;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.status-badge.danger {
  color: #e3000d;
  background-color: rgba(227, 0, 13, 0.22);
}
.status-badge.warning {
  color: #ffb127;
  background-color: rgba(255, 177, 39, 0.24);
}
.status-badge.success {
  color: #127735;
  background-color: rgba(18, 119, 53, 0.11);
}

.toggle-wrapper {
  border: 1px solid #888888;
  padding: 2px;
  border-radius: 50px;
}

.switch-button {
  background: rgba(255, 255, 255, 0.56);
  border-radius: 30px;
  overflow: hidden;
  width: 130px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #888888;
  position: relative;
  padding-right: 65px;
  position: relative;
}
.switch-button:before {
  content: "All";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
  -webkit-transform: translateX(65px);
          transform: translateX(65px);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 4px 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  color: white;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: #2b82c1;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}
.switch-button.toggle-checked:before {
  color: white;
}
.switch-button.toggle-checked .switch-button-label {
  color: #888888;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.table-box .table {
  background-color: white;
  border-bottom: none !important;
}
.table-box .table th,
.table-box .table td {
  font-size: 14px;
  padding: 14px 15px;
  border-color: #dbd6d6;
}
.table-box .table th:first-child,
.table-box .table td:first-child {
  padding-left: 30px;
}
.table-box .table th:last-child,
.table-box .table td:last-child {
  padding-right: 30px;
}
.table-box .table th.primary,
.table-box .table td.primary {
  color: #2b82c1;
  font-weight: 700;
}
.table-box .table th {
  border-bottom: none;
}
.table-box .table tbody {
  border-top: none;
}
.table-box .table thead {
  background-color: #f0f0f0;
}

table.dataTable tbody tr {
  background-color: initial;
}

.table-wrapper {
  min-height: calc(100vh - 250px);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  background-color: white;
}
.table-wrapper .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 30px 20px;
  background-color: white;
}
.table-wrapper .table-left-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-wrapper .action-wrapper .filter-collapse {
  display: none;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .table-wrapper .action-wrapper .filter-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .table-wrapper .table-box .dataTables_wrapper {
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .table-wrapper .table-box th,
.table-wrapper .table-box td {
    min-width: 120px;
  }
}
.table-wrapper .long-text-div {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal .modal-dialog {
  max-width: 575px;
}
.modal .modal-dialog.modal-lg {
  max-width: 702px;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .timestamp,
.modal .help-text {
  font-style: italic;
  color: #252525;
}

.save-modal {
  font-size: 16px;
}
.save-modal .modal-text {
  padding-top: 32px;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}
.save-modal .action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 42px;
}
.save-modal .save-action {
  margin-top: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #888888;
}
.save-modal .back-action {
  padding: 20px 42px 32px;
}

.cx-modal .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cx-modal .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #349ECB;
}
.cx-modal .modal-title .title-subtext {
  font-weight: 500;
  color: #252525;
}
.cx-modal .modal-body {
  padding: 20px 36px 24px;
}
.cx-modal .modal-form {
  margin-top: 24px;
}
.cx-modal .column-input-wrapper {
  margin-top: 28px;
}
.cx-modal .column-input-wrapper .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cx-modal .column-input-wrapper .label .timestamp {
  font-weight: normal;
}
.cx-modal .column-input-wrapper:first-child {
  margin-top: 0;
}
.cx-modal .modal-details {
  margin-top: 24px;
}
.cx-modal .detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cx-modal .detail-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cx-modal .detail-row:first-child {
  margin-top: 0;
}
.cx-modal .detail-row .label {
  font-weight: 700;
  margin-right: 24px;
  min-width: 110px;
}
.cx-modal .detail-row .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cx-modal .detail-row .timestamp {
  margin-left: 56px;
}
.cx-modal .modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.note-modal .additional-detail-wrapper {
  margin-top: 28px;
}
.note-modal .additional-detail-wrapper .wrapper-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #252525;
}
.note-modal .additional-detail-wrapper .wrapper-head .add-icon {
  display: none;
}
.note-modal .additional-detail-wrapper .wrapper-head.collapsed {
  color: #2b82c1;
}
.note-modal .additional-detail-wrapper .wrapper-head.collapsed .add-icon {
  display: inline;
}
.note-modal .additional-detail-wrapper .wrapper-head.collapsed .timestamp {
  display: none;
}
.note-modal .additional-detail-wrapper .wrapper-head .timestamp {
  display: block;
  font-weight: 400;
}
.note-modal .additional-detail-wrapper textarea {
  margin-top: 10px;
}

.status-alerts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .status-alerts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.status-alerts-wrapper .status-list-wrapper {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
  background-color: white;
  height: calc(100vh - 176px);
  overflow: auto;
}
.status-alerts-wrapper .search-input-wrapper {
  margin: 12px 12px 18px;
}
.status-alerts-wrapper .status-card {
  padding: 10px 18px 10px 26px;
  border-top: 1px solid #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.status-alerts-wrapper .status-card .location-name {
  font-size: 16px;
  font-weight: 700;
  color: #2b82c1;
}
.status-alerts-wrapper .status-card .text {
  font-size: 16px;
  margin-top: 4px;
}
.status-alerts-wrapper .status-card:last-child {
  border-bottom: 1px solid #888888;
}
.status-alerts-wrapper .map-wrapper {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
}
@media (max-width: 767px) {
  .status-alerts-wrapper .map-wrapper {
    min-height: 305px;
  }
}

.tickets-wrapper {
  min-height: calc(100vh - 250px);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  background-color: white;
}
.tickets-wrapper .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 30px 20px;
  background-color: white;
}
.tickets-wrapper .table-left-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .tickets-wrapper .table-left-actions {
    display: block;
  }
}
.tickets-wrapper .table-left-actions .toggle-wrapper {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tickets-wrapper .add-ticket-btn {
    display: none;
  }
}

.location-namebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 20px;
  padding: 0 16px;
}
.location-namebox .location {
  font-size: 24px;
  font-weight: bold;
}
.location-namebox .edit-link {
  display: inline-block;
  margin-left: 18px;
  font-size: 20px;
}

.box {
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
}

.location-head-box .head-collapse-trigger {
  padding: 12px 32px 12px;
  display: none;
}
@media (max-width: 767px) {
  .location-head-box .head-collapse-trigger {
    display: block;
  }
}
.location-head-box .head-collapse-trigger button {
  border: none;
  background-color: transparent;
  color: #349ECB;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
}
.location-head-box .head-collapse-trigger button .down-icon {
  display: inline-block;
  margin-right: 8px;
}
.location-head-box .head-collapse-trigger button .down-icon:before {
  font-weight: 900 !important;
  color: #000000;
}
.location-head-box .head-collapse-trigger button[aria-expanded=true] .down-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.location-head-box .head-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .location-head-box .head-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.location-head-box .head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location-head-box .head-item .label {
  min-width: 120px;
  font-weight:600;
}
@media (max-width: 767px) {
  .location-head-box .head-item .label {
    min-width: 120px;
  }
}
.location-head-box .head-item .value {
  margin-left: 40px;
}
.location-head-box .connection-info {
  padding: 12px 32px 10px;
  border-top: 1px solid #cccccc;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .location-head-box .connection-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.location-head-box .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .location-head-box .info-item .label {
    min-width: 120px;
  }
}
.location-head-box .value {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .location-head-box .value {
    margin-left: 40px;
  }
}

.location-table-box {
  margin-top: 37px;
}

.location-tabs-wrapper .tabs-bar {
  padding: 12px 32px 0;
}

.devices-wrapper .table-head {
  padding: 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.devices-wrapper .collapse-action {
  width: 40px;
}
.devices-wrapper .up-icon {
  display: inline-block;
  cursor: pointer;
  font-weight: 800;
}
.devices-wrapper .collapsed .up-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.devices-wrapper .device-name {
  white-space: nowrap;
}

.cx-accordion {
/*  display: none;*/
}
@media (max-width: 767px) {
  .cx-accordion {
    display: block;
  }
}
.cx-accordion .accordion-button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*background-color: #eaddfb;*/
  background-color: #349ecb36;
  font-weight: 800;
  border-bottom: 1px solid #2e2d2d;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
}
.cx-accordion .accordion-button .filter-collapse {
  display: none;
}
.cx-accordion .accordion-button[aria-expanded=true] {
  background-color: white;
  color: #349ECB;
}
.cx-accordion .accordion-button[aria-expanded=true] .filter-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cx-accordion .accordion-button:after {
  position: absolute;
  left: 20px;
}
.cx-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.cx-accordion .accordion-body {
  padding: 0;
}
.cx-accordion .table-wrapper {
  min-height: auto;
}
.cx-accordion .table-wrapper .table-box {
  max-width: 100%;
  overflow: auto;
}

.header-namebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .header-namebox {
    margin: 10px 0 15px;
  }
}
.header-namebox .title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header-namebox .title {
    font-size: 21px;
  }
}
.header-namebox .actions .btn {
  margin-right: 10px;
}
.header-namebox .actions .btn:last-child {
  margin-right: 0;
}

.manage-location-card .tabs-bar {
  padding: 12px 32px 0;
}

.edit-location-tab .code-wrapper {
  padding: 15px 32px;
  border-bottom: 1px solid #cccccc;
}
.edit-location-tab .info-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 18px 1fr 18px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  grid-gap: 18px 100px;
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .edit-location-tab .info-wrapper {
    -ms-grid-rows: none;
    grid-template-rows: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: initial;
  }
  .edit-location-tab .info-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.edit-rooms-tab {
  padding: 20px 32px;
}
.edit-rooms-tab .tab-text {
  font-size: 14px;
  margin-bottom: 18px;
}
.edit-rooms-tab .room-list .room-label {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
}
.edit-rooms-tab .room-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}
.edit-rooms-tab .room-list .list-item:last-child {
  margin-bottom: 0;
}
.edit-rooms-tab .room-list .list-item input {
  width: auto;
  min-width: 350px;
}
@media (max-width: 767px) {
  .edit-rooms-tab .room-list .list-item input {
    min-width: auto;
  }
}
.edit-rooms-tab .room-list .list-item.add-item input {
  border-color: #cccccc;
}
.edit-rooms-tab .room-list .list-item.add-item input::-webkit-input-placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.edit-rooms-tab .room-list .list-item.add-item input::-moz-placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.edit-rooms-tab .room-list .list-item.add-item input:-ms-input-placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.edit-rooms-tab .room-list .list-item.add-item input::-ms-input-placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.edit-rooms-tab .room-list .list-item.add-item input::placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.edit-rooms-tab .room-list .list-item.add-item .add-icon {
  color: #c6c8c9;
  margin-left: 24px;
  cursor: pointer;
}
.edit-rooms-tab .room-list .close-icon {
  color: #888888;
  margin-left: 24px;
  cursor: pointer;
}
.edit-rooms-tab .room-list .device-number {
  font-style: italic;
  margin-left: 20px;
}

.edit-devices-tab {
  padding: 15px 32px;
}
.edit-devices-tab .tab-text {
  font-size: 14px;
  margin-bottom: 16px;
}

.edit-users-tab {
  padding: 15px 32px;
}

.input-table .table-label {
  font-size: 14px;
  font-weight: 800;
}
.input-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .input-table .table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
.input-table .table-row.label-row {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .input-table .table-row.label-row {
    display: none;
  }
}
.input-table .table-row.add-row input {
  border-color: #cccccc;
}
.input-table .table-row.add-row input::-webkit-input-placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.input-table .table-row.add-row input::-moz-placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.input-table .table-row.add-row input:-ms-input-placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.input-table .table-row.add-row input::-ms-input-placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.input-table .table-row.add-row input::placeholder {
  text-transform: none;
  font-style: italic;
  color: #acacac;
}
.input-table .table-row.add-row .add-icon {
  font-size: 16px;
  color: #c6c8c9;
  margin-left: 16px;
  cursor: pointer;
}
.input-table .table-div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.input-table .select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-table .select-wrapper .custom-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input-table .select-wrapper .close-icon {
  font-size: 16px;
  color: #888888;
  margin-left: 16px;
  cursor: pointer;
}

.devices-table .table-div {
  margin-right: 120px;
}
@media (max-width: 767px) {
  .devices-table .table-div {
    margin-right: 32px;
    margin-bottom: 16px;
    margin-left: 0 !important;
  }
}
.devices-table .table-div:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .devices-table .table-div:last-child {
    margin-bottom: 0;
  }
}

.users-table .table-div {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .users-table .table-div {
    margin-right: 32px;
    margin-bottom: 16px;
  }
}
.users-table .table-div:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .users-table .table-div:last-child {
    margin-bottom: 0;
  }
}

.save-modal {
  font-size: 16px;
}
.save-modal .modal-text {
  padding-top: 32px;
  text-align: center;
}

.device-namebox .edit-link {
  display: inline-block;
  margin-left: 18px;
  font-size: 18px;
}

.box {
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
}

.device-head-box .head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .device-head-box .head-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.device-head-box .device-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .device-head-box .device-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.device-head-box .head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .device-head-box .head-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.device-head-box .head-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .device-head-box .head-item .label {
    min-width: 120px;
  }
}
.device-head-box .head-item .value {
  margin-left: 12px;
}
.device-head-box .device-action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.5%;
}
.device-head-box .device-action-box .status-badge {
  display: block;
}

.device-table-box {
  margin-top: 37px;
}

.device-tabs-wrapper .tabs-bar {
  padding: 12px 32px 0;
}

.devices-wrapper .table-box table tbody tr td {
  min-width: 60px !important;
}
.devices-wrapper .table-box .table-head {
  padding: 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.devices-wrapper .table-box .collapse-action {
  width: 40px;
}
.devices-wrapper .table-box .up-icon {
  display: inline-block;
  cursor: pointer;
  font-weight: 800;
}
.devices-wrapper .table-box .collapsed .up-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.devices-wrapper .table-box .device-name {
  white-space: nowrap;
}

.device-details-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 30px 20px;
  background-color: white;
}

.device-info-item {
  padding: 12px 30px 20px;
  border-top: 1px solid #dbd6d6;
}
.device-info-item .info-head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.device-info-item .info-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
  max-width: 700px;
}
@media (max-width: 767px) {
  .device-info-item .info-details {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .device-info-item .info-details .label {
    min-width: 120px;
  }
}
.device-info-item .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.device-info-item .info-item .value {
  margin-left: 32px;
}