body {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.sidebar-nav {
  padding: 9px 0;
}

@media (max-width: 980px) {
  /* Enable use of floated navbar text */
  .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

table,
.breadcrumb {
  background-color: #fff;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.bs-docs-sidenav > li > a {
  display: block;

  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}

.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

#map {
  height: 750px;
  border-radius: 15px;
}

#search-data {
  max-height: 717px;
  overflow-y: auto;
  margin-bottom: 15px;
  margin-top: 20px;
}

.modal-body {
  position: relative;
  max-height: 600px;
  padding: 15px;
  overflow-y: auto;
}

.searched-gates {
  width: calc(100% - 20px);
  background: #fff;
  padding: 10px 10px;
  border-radius: 5px;
}

.searched-gates > div {
  margin: 5px 0;
}

.searched-gates + .searched-gates {
  border-top: 5px solid #f0f0f0;
}

hr {
  margin: 30px 0 15px 0;
  border: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #fff;
}

#city-search,
#street-search {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #city-search,
  #street-search {
    max-width: calc(100% - 172px);
  }
}

.set-view {
  text-align: center;
  text-decoration: none;
  color: black;
  opacity: 0.8;
  border-radius: 2px;
  background: #fff !important;
  cursor: pointer !important;
  border: 2px solid #999 !important;
}

.media-body + .media-body {
  margin-top: 20px;
}

@font-face {
  font-family: "Wix";
  src: url("https://static.tildacdn.com/tild6365-3638-4939-a434-656238303038/WixMadeforDisplay-Va.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Wix";
  src: url("https://static.tildacdn.com/tild3364-6634-4738-b831-633539346565/WixMadeforDisplay-Me.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Wix";
  src: url("https://static.tildacdn.com/tild6535-3537-4439-a635-343762623165/WixMadeforDisplay-Bo.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Wix", Arial, sans-serif;
  line-height: 1.55;
  background: rgba(242, 248, 250, 1);
}

.modal .searched-gates + .searched-gates {
  border-top: 5px solid #fff;
}
.searched-gates + .searched-gates {
  border-top: 5px solid rgba(242, 248, 250, 1);
}
.modal .searched-gates {
  background: rgba(242, 248, 250, 1);
}
.btn:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.btn {
  text-shadow: none;
  box-shadow: none;
  padding: 7px 25px !important;

  text-transform: uppercase;
  font-size: 10px !important;
  border-radius: 5px !important;

  background-image: none;
  border-radius: 10px;
  -moz-box-shadow: none;
  box-shadow: none;
}

select,
input[type="file"] {
  height: 42px;
}
select {
  width: 232px;
}

a {
  color: #ff521d;
  text-decoration: none;
}

.nav-tabs > li > a {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 7px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #ffffff;
  font-size: 14px;
  font-family: "Wix", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 10px;
  background-color: #0a335b;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  background-image: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  color: #ffffff;
  font-size: 14px;
  font-family: "Wix", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 10px;
  background: #ff521d;
  background-image: none;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.navbar-inverse .navbar-inner {
  background-color: #05131f;
  background-image: -moz-linear-gradient(top, #05131f, #05131f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#05131f),
    to(#05131f)
  );
  background-image: -webkit-linear-gradient(top, #05131f, #05131f);
  background-image: -o-linear-gradient(top, #05131f, #05131f);
  background-image: linear-gradient(to bottom, #05131f, #05131f);
  background-repeat: repeat-x;
  border-color: #05131f;
  filter: false;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ff521d;
  background-color: #111;
  background: none !important;
}

@media (min-width: 1360px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1360px;
  }

  .span12 {
    width: 1360px;
  }

  .span11 {
    width: 1213px;
  }

  .span10 {
    width: 1100px;
  }

  .span9 {
    width: 987px;
  }

  .span8 {
    width: 874px;
  }

  .span7 {
    width: 761px;
  }

  .span6 {
    width: 648px;
  }

  .span5 {
    width: 535px;
  }

  .span4 {
    width: 425px;
  }

  .span3 {
    width: 310px;
  }

  .span2 {
    width: 197px;
  }

  .span1 {
    width: 83px;
  }
}

.navbar .nav {
  margin: 5px 10px 0 0;
}
.navbar-text {
  margin-top: 5px;
}
h2 {
  color: #232e42;
  font-size: 32px;
  font-family: "Wix", Arial, sans-serif;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin: 30px 0;
}

@media (max-width: 800px) {
  h2 {
    font-size: 20px;
  }
  body {
    padding-top: 0px;
  }
}

.modal input[type="text"],
.modal input[type="number"],
.modal input[type="date"] {
  width: 495px;
}
.modal select {
  width: 517px;
}

.modal .form-horizontal input {
  width: 90px;
}
.modal .form-horizontal select {
  width: 232px;
}
.modal .form-horizontal input + input,
.modal .form-horizontal select + input,
.modal .form-horizontal input + select {
  margin-right: 3px;
}
.modal-body {
  overflow-x: hidden !important;
}

.gate_links {
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
}

.gate_links > span,
.gate_links > span:hover,
.gate_links > span:focus {
  border-radius: 5px;
  margin-right: 3px;
  /*border: 1px solid #ff521d;*/
  color: #ff521d;
  text-transform: uppercase;
  background: #fff;
  padding: 9px 10px;
  cursor: pointer;
  display: inline-flex;
}

.gate_links:hover,
.gate_links:focus,
.gate_links:visited {
  text-decoration: none;
}

.gate_links + .gate_links {
  margin-left: 5px;
}

.favorite-fix {
  margin-right: 3px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  text-decoration: none;
  background-color: #ff521d;
  background-image: -moz-linear-gradient(top, #ff521d, #ff521d);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ff521d),
    to(#ff521d)
  );
  background-image: -webkit-linear-gradient(top, #ff521d, #ff521d);
  background-image: -o-linear-gradient(top, #ff521d, #ff521d);
  background-image: linear-gradient(to bottom, #ff521d, #ff521d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}

@media (min-width: 1400px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: calc(98% - 40px);
  }

  .span12 {
    width: calc(100% - 40px);
  }

  .span11 {
    width: calc(91.63% - 55px);
  }

  .span10 {
    width: calc(83.3% - 50px);
  }

  .span9 {
    width: calc(74.97% - 55px);
  }

  .span8 {
    width: calc(66.64% - 40px);
  }

  .span7 {
    width: calc(58.31% - 35px);
  }

  .span6 {
    width: calc(49.98% - 30px);
  }

  .span5 {
    width: calc(41.65% - 25px);
  }

  .span4 {
    width: calc(33.32% - 20px);
  }

  .span3 {
    width: calc(24.99% - 15px);
  }

  .span2 {
    width: calc(16.66% - 10px);
  }

  .span1 {
    width: calc(8.33% - 5px);
  }
}

.object-gates > .searched-gates {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "img a a a a a a a a a a a" "img b b b b b b b b b b b" "img c c c c c c c c c c c";
  grid-gap: 0 10px;
}
.control-gates > .searched-gates {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-areas: "img img img a a a a a a a a a a a a a" "img img img b b b b b b b b b b b b b" "img img img c c c c c c c c c c c c c";
  grid-gap: 0 10px;
}
.searched-gates > .img {
  grid-area: img;
  max-width: 80%;
  display: flex;
}
.searched-gates > div:nth-child(2) {
  grid-area: a;
}
.searched-gates > div:nth-child(3) {
  grid-area: b;
}
.searched-gates > div:nth-child(4) {
  grid-area: c;
}

.leaflet-popup-content .btn {
  width: 100%;
  margin-bottom: 3px;
  justify-content: center;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.05);
}

.form-signin {
  backdrop-filter: blur(10px);
  background: #0a335b80 !important;
  max-width: 333px;
  padding: 29px 29px 29px;
}
#send_form {
  width: calc(100% - 40px);
}
.navbar-inverse .navbar-inner {
  background-color: #051e40 !important;
  background-image: none;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #70a8f7;
  background-color: #051e40 !important;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #70a8f7;
  border-bottom-color: #70a8f7;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #70a8f7;
}
.filter-bottom,
.filter-bottom:hover,
.filter-bottom:focus {
  background: rgba(115, 158, 220, 0.2) !important;
  border: 1px solid rgba(115, 158, 220, 0.5) !important;
  color: #0a335b !important;
  font-size: 10px !important;
  padding: 7px 25px !important;
  display: inline-flex !important;
  align-items: center !important;
}
.btn > svg,
.filter-bottom > svg {
  margin-right: 5px;
}
.btn > img {
  width: 14px;
  margin-right: 2px;
}
.btn-orange,
.btn-orange:hover,
.btn-orange:focus {
  background: rgba(255, 82, 29, 0.94) !important;
  border: 1px solid rgba(255, 82, 29, 1) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:focus {
  background: rgba(112, 168, 247, 0.9) !important;
  border: 1px solid rgba(115, 158, 220, 1) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
}
.btn-remove,
.btn-remove:hover,
.btn-remove:focus {
  background: rgba(115, 158, 220, 0.2) !important;
  border: 1px solid rgba(115, 158, 220, 0.5) !important;

  text-align: center;
  color: rgba(10, 51, 91, 1);
}
.table {
  background: rgba(10, 51, 91, 1);
}
.table th,
.table td {
  padding: 25px;
  vertical-align: middle;
  color: #fff;
}
.table td .btn + .btn {
  margin-left: 3px;
}
.table-bordered {
  border-radius: 10px !important;
}
.btn-group .btn {
  padding: 4px 12px !important;
}
.btn-group .btn-blue,
.btn-group .btn-orange {
  text-align: center !important;
  display: inline !important;
}
.btn:hover {
  opacity: 0.8;
}

.status-button-toggle {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.status-button-toggle::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: left 0.3s;
}

/* OFF state */
.status-button-toggle.off {
  background-color: #be0000;
}

.status-button-toggle.off::before {
  background-color: #e8ebee;
  left: 3px;
  border: 0px solid #a00; /* красная обводка */
}

/* ON state */
.status-button-toggle.on {
  background-color: #4caf50;
}

.status-button-toggle.on::before {
  background-color: #e5f5e5;
  left: 33px;
}

.scroll-container {
  overflow-y: scroll;
  background-color: #003058;

  /* Firefox (упрощённо) */
  scrollbar-width: thin;
  scrollbar-color: white #2c4e73;
}

/* WebKit-браузеры (Chrome, Safari, Edge) */
.scroll-container::-webkit-scrollbar {
  width: 10px;
  background-color: #003058;
}

.scroll-container::-webkit-scrollbar-track {
  background-color: #2c4e73;
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
}

/* Стрелки вверх/вниз */
.scroll-container::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  height: 20px;
  display: block;
}

/* Стрелка вверх */
.scroll-container::-webkit-scrollbar-button:single-button:vertical:decrement {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4l4 6H4l4-6z'/%3E%3C/svg%3E")
    no-repeat center;
}

/* Стрелка вниз */
.scroll-container::-webkit-scrollbar-button:single-button:vertical:increment {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12l-4-6h8l-4 6z'/%3E%3C/svg%3E")
    no-repeat center;
}

.searched-gates {
  background: rgba(10, 51, 91, 1);
  border-radius: 0px;
}

.searched-gates > div > strong {
  color: rgba(255, 255, 255, 1);
}
.searched-gates > div {
  color: rgba(167, 167, 167, 1);
}

.modal-body .searched-gates {
  background: rgba(242, 248, 250, 1);
  border-radius: 0px;
}
.modal-body .searched-gates > div > strong {
  color: #333;
}
.modal-body .searched-gates > div {
  color: #333;
}

.control-gates-flow {
  background: rgba(10, 51, 91, 1);
  padding: 15px 25px;
  border-radius: 10px;
}
.searched-gates + .searched-gates {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
#search-data {
  margin-top: 0px;
}
.favorite,
.favorite:hover,
.favorite:focus,
.on-map-btn,
.on-map-btn:hover,
.on-map-btn:focus {
  background: none !important;
  padding: 9.5px 11px !important;
}
.favorite > img {
  margin-right: 0px !important;
}
.searched-gates select {
  height: 35px !important;
}
#block_time {
  height: 36px !important;
}
.searched-gates > div:nth-child(4) {
  display: flex;
  height: 36px;
  gap: 3px;
}
.gate_links,
.service-btn {
  background: none !important;
  padding: 9.5px !important;
  border: 1px solid #ff521d;
  color: #ff521d;
  border-radius: 5px !important;
  margin-top: 0px;
}
.object-gates > .searched-gates {
  grid-template-areas:
    "img img a a a a a a a a a a"
    "img img b b b b b b b b b b"
    "img img c c c c c c c c c c";
}
.table small {
  color: rgba(217, 217, 217, 1) !important;
}
#map > div,
#userMap > div {
  border-radius: 15px !important;
  border: 0px solid #fff;
}
.control-page #city-search,
.control-page #street-search {
  max-width: calc(100% - 105px);
  width: calc(100% - 105px);
  margin-right: 5px;
  border-radius: 4px !important;
}
.control-page #city-search + button,
.control-page #street-search + button {
  width: 110px;
}
.close {
  font-size: 36px;
  font-weight: normal;
}

footer {
  font-size: 12px;
}

.map-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: sans-serif;
  background-color: #062b4e;
  padding: 20px;
  color: white;
  position: absolute;
  max-width: 300px;
  z-index: 99;
  border-radius: 15px;
  display: none;

  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.map-checkbox-list.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.map-checkbox-item {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  font-size: 12px !important;
  margin: 0 0 !important;
}

.map-checkbox-item input {
  display: none;
}

.custom-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-icon {
  width: 18px;
  height: 18px;
  display: none;
}

/* Цветные при checked */
.map-checkbox-item.orange input:checked + .custom-box {
  background-color: #ff5722;
  border: 2px solid #ff5722;
}
.map-checkbox-item.blue input:checked + .custom-box {
  background-color: #8ab4f8;
  border: 2px solid #8ab4f8;
}
.map-checkbox-item.purple input:checked + .custom-box {
  background-color: #7b1fa2;
  border: 2px solid #7b1fa2;
}
.map-checkbox-item.green input:checked + .custom-box {
  background-color: #00BD3C;
  border: 2px solid #00BD3C;
}
.map-checkbox-item.gradient input:checked + .custom-box {
  background: conic-gradient(
    #00BD3C,   /* зелёный */
    #ff5722,   /* оранжевый */
    #8ab4f8,   /* голубой */
    #7b1fa2,   /* фиолетовый */
    #00BD3C    /* обратно в зелёный, чтобы замкнуть круг */
);
background-color: #000; /* на случай, если браузер не поддержит */
  border: 2px solid #e2e2e2;
}

/* Отображение галочки только если включено */
.map-checkbox-item input:checked + .custom-box .check-icon {
  display: block;
}

/* Стиль для НЕ выбранных чекбоксов — серая рамка */
.map-checkbox-item input:not(:checked) + .custom-box {
  border: 2px solid #8ab4f8;
}
.map-select-button {
  font-size: 12px;
  color: #062b4e;
  background-color: #f6f6f6;
  border: 2px solid #a5c9f5;
  border-radius: 6px;
  padding: 7px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s ease;
  margin: 20px 0 10px 0;
}

.map-select-button:hover {
  background-color: #eaeaea;
}

.arrow {
  font-size: 11px;
  transition: transform 0.3s ease;
}
.map-select-button.show .arrow {
  transform: rotate(180deg);
}
.new-style-modal {
  padding: 0 0 !important;
}
.new-modal-head {
  height: 113px;
  background: #003058 url('/view/assets/img/modal-header-back.jpg') center center no-repeat;
  display: flex;
  color: #fff;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  border-radius: 10px;
}
.new-modal-head > div:first-child {
  font-weight: 600;
}
.new-modal-buttons {
  margin-top: 15px;
  margin-bottom:40px;
  display: flex;
  gap: 2px;
  justify-content: center;
}
.new-modal-head > div {
  text-align: center;
}
.new-modal-cameras {
  margin-top:10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom:40px;
  padding: 0 150px;
}
.new-modal-cameras > a {
  
  border: 0px solid #000;
  display:inline-block;
  text-align:center;
}
.new-modal-cameras > a  svg {
  margin: 0 5px;
}

#object-data p {
  color:#fff;
}
.loader {
  min-height: 150px;
  width:100%;
  background: url('/view/assets/img/circles.svg') center center no-repeat;
  background-size: 40px 40px;
}

.object-items-container {
  padding: 0px 20px 40px;
}
 
.gradient-item .grid-sorted {
  color:#000;
}
.camera-view-btn-icon, .camera-view-btn-icon:focus, .camera-view-btn-icon:hover {
    background: #8ab4f8 url('/view/assets/img/camera_view2.svg') 15px center no-repeat !important;
    font-weight:400!important; 
    background-size: 20px 20px!important; 
    padding: 7px 15px 7px 40px !important;
    font-size:16px!important;
    color:#fff!important;
    border: 0px solid #fff!important;
}
.elevator-btn-icon, .elevator-btn-icon:focus , .elevator-btn-icon:hover {
    background: #7b1fa2 url('/view/assets/img/elevator_view.svg') 15px center no-repeat!important; 
    background-size: 20px 20px!important; 
    padding: 7px 15px 7px 40px !important;
    font-weight:400!important; 
    font-size:16px!important;
    color:#fff!important;
    border: 0px solid #fff!important;
}
.gates-btn-icon, .gates-btn-icon:focus,  .gates-btn-icon:hover {
    background: #ff5722 url('/view/assets/img/gates_view.svg') 15px center no-repeat!important; 
    background-size: 20px 20px!important; 
    padding: 7px 15px 7px 40px !important;
    font-weight:400!important; 
    font-size:16px!important;
    color:#fff!important;
    border: 0px solid #fff!important;
}
.systems-btn-icon, .systems-btn-icon:focus,  .systems-btn-icon:hover {
    background: #00BD3C url('/view/assets/img/systems_view.png') 15px center no-repeat!important; 
    background-size: 25px 25px!important; 
    padding: 7px 15px 7px 40px !important;
    font-weight:400!important; 
    font-size:16px!important;
    color:#fff!important;
    border: 0px solid #fff!important;
}

.object-items-container .grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5px;
            width: 1200px;
            margin: 15px auto;
        
            flex:5;
            padding: 0 30px 0 30px;
        
}

.object-items-container .grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5px;
            width: 1200px;
            margin: 15px auto;
            visibility: hidden;
            flex:5;
            padding: 0 30px 0 30px;
        
        }
.object-items-container .grid-header {
            grid-column: span 2;
          color: #000;
            padding: 4px;
            font-weight: bold;
            text-align: center;  background-color: #f0f0f0;
        }
.object-items-container .grid-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 4px;
            color: #000;
            background-color: #d3d3d3;  background-color: #e0e0e0;
            border: 1px solid #ccc;
        }
.object-items-container .grid-item span {
            font-weight: bold;
        }
.object-items-container  .total {
          
        }
.object-items-container .highlight {
            color: red;
        }