html, body {
  font-family: 'Roboto', 'Helvetica', 'sans-serif';
  background-color: #cacaca;
  color: #1c2d38;
}
:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}
a {
  color: rgb(155, 155, 155) !important; 
}
a:hover, a.orange:hover {
  color: #fa7203 !important;
}
a.orange {
  color: #ff9945 !important; 
}
.mdl-menu a {
  color: rgba(0,0,0,.87);
}
.custom-tooltip {
  height: 23px;          /* Фиксированная высота */
  line-height: 20px;      /* Выравнивание текста по вертикали */
  overflow: hidden;       /* Скрытие переполнения, если текст превышает заданную высоту */
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
.custom-tooltip-playback {
  height: 23px;
  top: -8px;
  left: -14px;
  opacity: 0.50 !important;
  line-height: 20px;
  overflow: hidden;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #3ff564;  
}
.lp #time-slider {
  width: calc(60vw - 50px) !important;
}
@media (max-width: 780px) {
  .lp #time-slider {
    width: calc(40vw - 50px) !important;
  }
}
.qr-code {
  width: 75px;
  cursor: pointer;
}
#qr-code-big {
  position:absolute;
  width:100%;
  height:100%;
  z-index:100;
  background:rgb(0 0 0 / 50%);  
  transition: all 0.5s linear;
}
#qr-code-img {
  width: 400px;
  position: fixed;
  left: calc(50vw - 200px);
  top: calc(50vh - 200px);
  cursor: pointer;
}
.is-disabled {
  color: lightgrey;
}
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-popup, .leaflet-popup-pane {
  transition: transform 0.5s linear;
  -webkit-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
}
.leaflet-interactive {
  transition: transform 0.5s linear;
  -webkit-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
}
.leaflet-contextmenu-item {
  cursor: pointer !important;
}
.leaflet-draw-actions a {
  background-color: rgba(85, 85, 85, 0.5) !important;
  color: white !important;
}
.click {
  border-radius: 10px;
  vertical-align: top;
  font-size: small;
}
.click:hover {
  background-color: #ff9955;
}
#utils-locations {
  float: left;
}
#utils-show-objects {
  float: right;
  margin-right: 10px;
}
#show-objects-icon {
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff99;
}
#map {
  height: 100%;
}
header {
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.24), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}
#header-utils {
  display: block;
  padding: 2px 10px;
  min-height: 25px;
  background-color: rgba(80,80,80,1);
  color: white;  
}
#header-utils .mdl-layout__header-row {
min-height: 22px !important;
    height: 22px;
    padding: 0px;
}
table {
  box-shadow: none !important;
  border: none;
  color: #555555;
}
.mdl-data-table td {
  white-space: normal;
  word-break: break-word;
}      
#logo {
  padding-top: 9px;
}
#header-top1 {
  z-index: 4;
  height: 56px;
  min-height: unset;
  background-color: rgb(255,255,255);
  color: rgb(255,87,34);
}
#header-top1 .mdl-layout__header-row {
  height: 56px;
  padding: 0px 20px;
}
#header-top1 .mdl-navigation__link {
  color: #212529;
  padding-right: 0px;
}
#login-div {
  line-height: 16px;
  text-align: right;
  border-left-style: outset;
  min-width: 130px;
}    
#main-content {
  background-color: grey;
  padding: 0px;
  text-align: left;
  
  overflow: hidden;
  background-position: right;
  background-position: center;
  background-image: url('../images/logo-bg.png');
  background-repeat: no-repeat;
}
.mdl-mini-footer {
  padding: 10px 16px;
  height: 54px;
  background-color: #212529;
}
.mdl-textfield {
  padding-bottom: 28px !important;
  width: 100% !important;
}
#login-form-f-btn {
  margin-bottom: 5px;
}
#login-form-footer {
  display: block;
  text-align: center;
  padding-bottom: 0px;
}
.modal-header {
  background-color: yellowgreen;
  border-bottom-color: #81bd05;
  border-bottom-style: solid;
  border-bottom-width: 4px;
}
.modal-title {
  line-height: 1;
  color: white;
}
#lc_panel {
  padding: 0px;
  width: 100%;
}
#lc_panel td {
  padding: 5px 10px !important;
  height: 36px !important;
}
#lc_panel tr {
  padding: 5px 10px !important;
  height: auto;
}
#lc_panel th {
  height: 36px !important;
  padding-bottom: 5px !important;
}
.lc_active {
  color: rgb(253, 82, 3) !important;
}
a .mdl-navigation__link {
  color: #424242;
}
#cabinet-menu .mdl-navigation__link {
  padding: 7px 20px;
}
.right-float {
  float: right;
  padding-bottom: 2px;
}
.center {
  text-align: center !important;
}
.lc-header {
  width: 100%;
  padding: 9px 5px 5px 5px;
  background-color: rgb(252, 184, 153);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px rgb(253, 82, 3);
  letter-spacing: 2px;
}
.top15 {
  margin-top: 15px;
}
.pad0 {
  padding: 0 !important;
}
.mp0 {
  margin: 0 !important;
  padding: 0 !important;
}
.data-card {
  width: 100% !important;
  border-radius: 4px !important;
  background-color: white !important;
  min-height: auto !important;
}
.edit-name {
  width: 300px;
  font-size: medium;
}
.edit-img {
  width: 50px;
  font-size: 8px;
}
.edit-data, .edit-data-memo {
  font-size: medium;
}
.in-edit-icon {
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #607D8B;  
}
.in-edit-icon:hover {
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #42da42;  
}
.editable {
  display: inline-block;
  margin-right: 2px;  
  transition: all 0.2s ease;
}
.editable.in-edit {
  outline: 2px solid #4CAF50;  /* зелёная рамка */
  border-radius: 4px;
  padding: 3px 6px;
  background-color: #f9fff9;   /* лёгкий зелёный фон */
  min-width: 50px;             /* чтобы не "схлопывалось" */
}
.editable.in-edit:focus {
  outline: 2px solid #2196F3;  /* при фокусе можно сделать голубую рамку */
  background-color: #f0f8ff;
}
.edit-icon {
  font-size: 20px;
  color: rgba(2, 163, 50, 0.5);
}
.edit-icon-close {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.clear {
  clear: both;
}  
.fright {
  float: right;
}
.fleft {
  float: left;
}
.left {
  text-align: left !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}
.bold {
  font-weight: bold;
}
.row-detail {
  height: 15px !important;
  background-color: #dfe3ff;
  border-top-style: hidden;
  border-bottom-style: hidden;
  box-shadow: -2px 1px 2px rgba(0,0,0,0.15), 2px 1px 2px rgba(0,0,0,0.15);
}
.row-detail-edit {
  margin: 0;
  text-align: left;
  background-color: #ffffff79;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-close {
  position: absolute !important;
  top: 0px;
  right: 0px;
}
#settings-content {
  background-color: #555555;
}
.settings-image {
  position: relative;
  float: right;
  width: 400px;
  margin-right: 15px;
  margin-top: -15px;  
}
.settings-zone-detail {
  width: 30px;
}
.access-ok {
  font-size: 14px !important;
  vertical-align: middle !important;
  color: lime !important;
}
.access-denied {
  font-size: 14px !important;
  vertical-align: middle !important;
  color: #ee6e73 !important;
}
.all-width {
  width: 100%;
}
#NewItemDiv {
  border-width: 2px;
  border-color: coral;
  border-style: dashed;
  border-radius: 4px;
  padding: 5px 15px;
  width: 600px;
  margin: 0px auto 8px 8px;
}
#NewLocationDiv {
  border-width: 2px;
  border-color: coral;
  border-style: dashed;
  border-radius: 4px;
  padding: 5px 15px;
  max-width: 100%;
  margin: 0px;
}
#Location_EditPlace {
  margin-bottom: 10px;
}
.mdl-data-table tbody tr:hover {
  background: rgba(228, 95, 6, 0.253) !important;
  color: #000000 !important;
  cursor: pointer;
}
#settings-menu-title {
  text-align: center;
  padding-left: 0px;
}
#points-location {
  padding: 0px;
}
#points-location .mdl-cell {
  margin: 0px;
}
#points-location .loc-buttons {
  padding-top: 18px;
  padding-left: 18px;
}
.points-empty {
  text-align: center !important;
}
.mdl-data-table thead tr {
  background-color: bisque;
}
.mdl-data-table tbody tr {
  background-color: rgb(255 228 196 / 33%);
}
.tbl-buttons {
  padding-left: 8px;
}
#map-location {
  width: 100%;
  height: 500px;
}
#move-menu {
  padding: 0px;
}
#move-menu .mdl-menu__item {
  height: 32px;
  line-height: 32px;
}
#main-menu {
  padding: 0px;
}
#main-menu .mdl-menu__item,
.um-submenu .mdl-menu__item  {
  height: 32px;
  line-height: 32px;
}
.mymenu {
  padding: 0px !important;
}
.mymenu .mdl-menu__item {
  height: 28px !important;
  line-height: 28px !important;
}
.mdl-navigation__link {
  opacity: 1 !important;
}
.mdl-card__supporting-text {
  width: auto;
}
.def {
  font-weight: bold;
}
#change-location {
  cursor: pointer;
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.6) !important;
}
#header-utils .mdl-menu__outline {
  opacity: 0;
}
#header-utils .mymenu {
  background-color: rgba(80,80,80,0.5);
}
#header-utils li {
  color: white;
}    
#header-utils li:hover {
  background-color:  rgba(255,255,255,0.5);
  color: rgba(0, 0, 0, 0.514);
}
.no-money {
  color: red !important;
}
#table-pays {
  width: 100%;
}
tr .blue {
  color: blue;
}
.grey {
  color: lightgrey;
}
#div-info {
  display: block;
  text-align: center;
}
#div-info a {
  color: rgba(255, 255, 255, 0.65) !important;
}  
.note-error {
  text-align: center;
  color: white;
  padding: 3px 3px;
  width: -webkit-fill-available;
  box-shadow: 0 0px 5px rgba(0,0,0,0.5);
  background-color: rgb(187, 0, 0);
}
.note-warning {
  text-align: center;
  color: #000000;
  padding: 3px 3px;
  width: -webkit-fill-available;
  box-shadow: 0 0px 5px rgba(0,0,0,0.5);
  background-color: #FFC107;
}
#portal-div {
  margin-left: 16px;
  line-height: 16px;
  text-align: left;
  border-left-style: outset;
  min-width: 130px;
}
#object-edit-place {
  position: absolute;
  z-index: 0;
  display: block; 
  opacity: 0; 
  width: 450px;
  background-color: rgb(255, 255, 255);
  float: right;
  transition: opacity 0.3s linear;
  margin: 5px;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(66, 66, 66, 0.5);
  padding: 8px;
  overflow-y: auto;
  max-height: calc(100% - 9px);
}
#object-edit-btn-close {
  position: absolute;
  display: block; 
  float: right;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#points-panel {
  position: absolute;
  z-index: 999999;
  display: block; 
  opacity: 0; 
  left: -350px;
  width: 350px;
  background-color: gray;
  height: 100%;
  float: left;
  transition: opacity 0.3s linear, left 0.3s linear;
}
#visit-panel {
  position: absolute;
  z-index: 999999;
  display: block; 
  opacity: 0; 
  left: -750px;
  width: 750px;
  background-color: gray;
  height: 100%;
  float: left;
  transition: opacity 0.3s linear, left 0.3s linear;
}
#orders-panel {
  position: absolute;
  z-index: 999999;
  display: block; 
  opacity: 0; 
  left: -650px;
  width: 650px;
  background-color: gray;
  height: 100%;
  float: left;
  transition: opacity 0.3s linear, left 0.3s linear;
}
#obj-count-label {
  float: left;
}
#obj-count-value {
  float: right;
  margin-left: 5px;
  font-weight: bold;
  color: white;
}
#obj-all-label {
  float: left;
}
#obj-all-switch {
  float: right;
  margin-right: 10px;
  margin-left: 5px;
}
#mu-header {
  height: 36px;
  padding: 8px;
/*  background-color: cornflowerblue; */
  color: rgba(255, 255, 255, 0.7);
}
#mu-header2 {
  height: 36px;
  padding: 0px 16px 0px 8px;
  background-color: cornflowerblue;
  color: white;
}
#visit-list-header, #points-list-header {
  text-transform: uppercase;
  letter-spacing: 3.5px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 36px;
  padding: 8px;
  background-color: cornflowerblue;
  color: white;
}
#orders-list-header, #points-list-header {
  text-transform: uppercase;
  letter-spacing: 3.5px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 36px;
  padding: 8px;
  background-color: cornflowerblue;
  color: white;
}
#mu-table tr, #mu-table th, #mu-table td {
  height: 20px;
  padding: 2px 6px;
}
#orders-table tr, #orders-table th, #orders-table td, #visit-table tr, #visit-table th, #visit-table td {
  height: 20px;
  padding: 2px 6px;
}
#mu-table {
  height: 100%;
}
.um-submenu {
  padding: 0px;
}
.um-submenu i {
  position: relative;
  left: -7px;
  top: 6px;
  font-size: 24px;
  color: #6c757d;
}
#points-list-btn, #points-list-btn-close {
  position: absolute;
  left: 0px;
  top: 200px;
  width: 30px;
  height: 30px;
  background-color: rgb(252, 105, 7);
  z-index: 99999;
  opacity: 50%;
  border-radius: 0px 15px 15px 0px;
  color: white;
  padding: 3px 3px 3px 1px;
  cursor: pointer !important;
  box-shadow: -2px 1px 2px rgba(0,0,0,0.15), 2px 1px 2px rgba(0,0,0,0.15);
  text-align: right;
}
#points-list-btn:hover, #points-list-btn-close:hover {
  left: 0px;
  width: 45px;
  opacity: 1;
  background-color: rgb(252, 105, 7);
  padding: 3px 3px 3px 3px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
#NewItemDiv, #object-edit-place label, .form-group label {
  font-weight: normal;
}

#visit-list-btn, #visit-list-btn-close {
  position: absolute;
  left: 0px;
  top: 235px;
  width: 30px;
  height: 30px;
  background-color: rgb(252, 105, 7);
  z-index: 99999;
  opacity: 50%;
  border-radius: 0px 15px 15px 0px;
  color: white;
  padding: 3px 3px 3px 1px;
  cursor: pointer !important;
  box-shadow: -2px 1px 2px rgba(0,0,0,0.15), 2px 1px 2px rgba(0,0,0,0.15);
  text-align: right;
}
#visit-list-btn:hover, #visit-list-btn-close:hover {
  left: 0px;
  width: 45px;
  opacity: 1;
  background-color: rgb(252, 105, 7);
  padding: 3px 3px 3px 3px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

#orders-list-btn, #orders-list-btn-close {
  position: absolute;
  left: 0px;
  top: 270px;
  width: 30px;
  height: 30px;
  background-color: rgb(252, 105, 7);
  z-index: 99999;
  opacity: 50%;
  border-radius: 0px 15px 15px 0px;
  color: white;
  padding: 3px 3px 3px 1px;
  cursor: pointer !important;
  box-shadow: -2px 1px 2px rgba(0,0,0,0.15), 2px 1px 2px rgba(0,0,0,0.15);
  text-align: right;
}
#orders-list-btn:hover, #orders-list-btn-close:hover {
  left: 0px;
  width: 45px;
  opacity: 1;
  background-color: rgb(252, 105, 7);
  padding: 3px 3px 3px 3px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.online-green {
  font-size: 14px !important;
  vertical-align: middle !important;
  color: lime !important;
}
.online-grey {
  font-size: 14px !important;
  vertical-align: middle !important;
  color: grey !important;
}
.online-red {
  font-size: 14px !important;
  vertical-align: middle !important;
  color: red !important;
}
.visible {
  display: block !important;
  opacity: 0.5 !important;
  left: 0px !important;
}
.visible:hover {
  opacity: 1 !important;
}
#object-edit-place.visible {
  display: block !important;
  opacity: 1 !important;
  left: 0px !important;
  z-index: 88888;
}
.report-label-title {
  color: #6c757d;
  font-weight: bold;
  margin-bottom: 10px;
}
.report-label {
  color: rgb(0, 0, 0, 0.54);;
}
.ptop0 {
  padding-top: 0px;
}
#map-find-div {
  width: 300px;
  padding-top: 2px;
  padding-right: 6px;
  transition: all 0.7s;
}
#map-find-div.expanded {
  width: 550px;
}
#map-find-text {
  width: 100%;
}
#map-find-arrow {
  float: right;
  cursor:pointer;
  font-weight: bold;
  display: none;
}
#map-find-btn {
  padding-left: 6px;
  padding-right: 6px;
  height: 25px;
  margin-left: 3px;
  margin-bottom: 2px;
  line-height: 27px;
}  
#playback-get-date-btn {
  width: 95%;
  padding: 0px 11px;
  text-transform: none;
  margin-bottom: 5px;
  height: 30px;
  line-height: normal;
}
.set-save-btn {
  width: fit-content;
  margin: 10px;
}
.set-tbl-row-note {
  background-color: white;
  cursor: default;
  text-align: left !important;
}
.api-key-div {
  min-width: 50%;
}
.api-key {
  width: 100%;
}
.map-desc {
  width: 20%;
}
.settings-desc {
  width: 30%;
  font-size: 12px;
}
.settings-data {
  min-width: 300px;
  max-width: 350px;
  width: 50%;
  font-size: 12px;
}
.settings-name {
  width: fit-content;
  max-width: 100px;
  font-size: 1rem;
}
#edit-message {
  display: block;
  visibility: hidden;
  position: relative;
  float: right;
  top: 10px;
  right: 10px;
  z-index: 999999;
  background-color: rgb(0, 163, 0);
  color: white;
  padding: 5px;
  border-radius: 3px;
  transition: visibility 0.8s, opacity 0.8s linear;
  opacity: 0;
}  
#edit-message.edit-visible {
  visibility:visible;
  transition: visibility 0s, opacity 0.2s linear;
  opacity: 1;
}
#save-hint {
  display: block;
  height: 40px;
  visibility: hidden;
  position: absolute;
  top: 154px;
  left: 236px;
  z-index: 999999;
  background-color: rgb(0, 163, 0);
  color: white;
  padding: 10px;
  border-radius: 3px;
  transition: visibility 0.8s, opacity 0.8s linear;
  opacity: 0;
  font-weight: bold;
}  
#save-hint.hint-visible {
  visibility:visible;
  transition: visibility 0s, opacity 0.2s linear;
  opacity: 1;
}
.mdl-layout__drawer-button {
  left: 10px;
  top: 10px;
  background-color: limegreen;
  padding: 12px;
  border-radius: 50%;
  color: white !important;  
  box-shadow: 0 0 10px rgb(0, 0, 0);
} 

#order-menu {
  position:absolute;
  display:none;
  z-index:100;
  width: 250px;
  padding: 0px;
  background-color:rgba(255, 255, 255, 0.25);
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: rgb(222, 222, 222);
}
#order-filter-panel, #visit-filter-panel {
  height: 42px;
  padding-top: 5px;
  padding-left: 5px;
}
#order-filter-panel i, #visit-filter-panel i {
  color: white;
}
#order-filter-panel i:hover, #visit-filter-panel i:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ctx-menu-item {
  display:block;
  width:100%;
  padding:2px 10px 2px 10px;
  margin:0;
  background-color:#fff;
  font-weight:normal;
  white-space:nowrap;
  border-bottom: 1px solid;
  border-color: rgb(222, 222, 222);
  font-size: 13px;
  color: #555555;
}
.ctx-menu-item:hover{
  background-color:bisque;
  cursor: pointer;
}
#order-form, #visit-form {
  position: absolute;
  display: none;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  height: calc(100% - 20px);
}
#order-form-id, #visit-form-id {
  width: 15%;
}
#order-form-dateini {
  width: 25%;
}
#order-form-oper {
  width: 25%;
}
#order-form-closed {
  width: 30%;
}
#order-item-id, #order-item-dateini, #order-item-oper {
  color:rgb(155, 155, 155);
  overflow: hidden;
  max-height: 20px;
}
#order-item-closed {
  color:rgb(0, 255, 0);
  overflow: hidden;
  max-height: 20px;
}
#order-item-oper-value {
  white-space: nowrap;
  overflow-x: hidden;
}
.form-header {
  height: 55px;
  background-color: rgba(80,80,80,1);
  color: white;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
}
.form-header {
  height: 55px;
  background-color: rgba(80,80,80,1);
  color: white;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
}
.form-data {
  height: calc(100% - 110px);
  border-left: 2px solid rgba(80,80,80,1);
  border-right: 2px solid rgba(80,80,80,1);
  padding: 10px;
}
.form-footer {
  background-color: rgba(80,80,80,1);
  height: 55px;
  padding: 10px;
  color: white;
  border-radius: 0px 0px 8px 8px;
}
#form-close-btn {
  cursor: pointer;
}
#order-save-btn, #order-ok-btn {
  float: right;
  border-radius: 5px;
  margin: 0;
}
#visit-save-btn, #visit-ok-btn {
  float: right;
  border-radius: 5px;
  margin: 0;
  margin-left: 10px;
}
#visit-goodlist-container {
  border: 0px;
  padding: 0px;
  max-height: 40%;
  overflow: auto;
  box-shadow: 0 0 7px rgb(0 0 0 / 80%);  
}
#visit-goodlist-container tr {
  height: 21px;
}
#visit-goodlist-container td {
  height: 20px;
  white-space: normal;
  word-break: break-word;
  padding: 0px 5px 0px 5px;  
}
#visit-goodlist-summa {
  float: right;
  margin-top: 5px;
  margin-right: 6px;
  font-weight: bold;  
}
#goodlist-summa-container {
  height: 25px;
}
#visit-goodlist-empty {
  margin-top: 10px;
  text-align: center;
  border: 1px red solid;
  padding: 5px;
  color: red;
}
#order-ok-btn {
  margin-right: 10px;
}
.pnt_date {
  font-size: 12;
}
.order-plan-time {
  color: gray;
  font-size: smaller;  
}
.form-date {
  width: 160px !important;
}
.form-time {
  margin-left: 10px;
  width: 110px !important;
}
.scroll {
  overflow-y: auto;
}
#orders-table-container, #visit-table-container {
  height: calc(100% - 79px);
}
#points-header {
  white-space: break-spaces;
}
#points-table-container {
  height: 100%;
  overflow: visible;
}
.blink{
  animation: blinkingText 0.7s infinite;
}
@keyframes blinkingText{
  0%{     opacity: 100%; }
  49%{    opacity: 100%; }
  60%{    opacity: 0%; }
  99%{    opacity: 0%; }
  100%{   opacity: 100%; }
}
/*@keyframes blinkingText{
  0%{     color: rgb(255, 0, 0); }
  49%{    color: rgb(255, 0, 0); }
  60%{    color: transparent; }
  99%{    color: transparent; }
  100%{   color: rgb(255, 0, 0); }
}*/
.curr-record {
  font-weight: bold;
  color: black !important;
}
#apikey-refresh-btn i {
  font-size: 24px;
}
#constructor-nav {
  margin-right: 20px;
  cursor: pointer;
}
#aws {
  width: 300px;
}
#order-status-select {
  height: 32px;
}
#order-status-div {
  width: 250px !important;
  float: right;  
}
.order-status-new {
  background-color: rgb(255, 81, 0, 0.20);
}
.order-status-pointed {
  background-color: rgba(0, 89, 255, 0.20);
}
.order-status-expired {
  background-color: rgb(255, 0, 0, 0.20);
  color: red;
}
.order-status-transit {
  background-color: rgba(251, 255, 0, 0.20);
}
.order-status-work {
  background-color: rgba(0, 255, 76, 0.20);
}
.order-status-decline {
  background-color: rgb(0, 0, 0, 0.20);
}
#order-filter-showclosed-div, #visit-filter-showclosed-div {
  display: block;
  float: right;
  height: 36px;
  position: relative;
  right: 20px;
  top: 5px;
  padding: 0px;
}
.order-closed {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0,0,0,0.1);  
}
#orders-table th i {
  font-size: 22px;
}
#orders-table td i {
  font-size: 19px;
}
#orders-table td i:hover {
  color: red;
}
.mdl-button--raised[disabled][disabled] {
  background-color: rgb(255 87 34 / 30%);
}
#order-filter-showclosed-div label {
  z-index: unset;
}
#order-item-status {
  float: left;
}
.order-today .order-plan-time, .order-today .order-plan-date {
  color:rgb(0, 200, 0);
}
.order-future .order-plan-time, .order-future .order-plan-date{
  color:rgba(0, 0, 0, 0.3);
}
#ordfilter-item-status, #ordfilter-item-point, #ordfilter-item-period, #visitfilter-item-status, #visitfilter-item-point, #visitfilter-item-period, #visitfilter-item-customer {
  display: inline-grid;
  position: relative;
  top: -6px;
  margin-right: 2px;
  color: white;
}
#ordfilter-item-period, #visitfilter-item-period {
  float: right;
  right: 40px;
  top: 19px;
}
#ordfilter-item-period:hover, #visitfilter-item-period:hover {
  cursor: pointer;
  text-decoration: underline;  
}
#ordfilter-item-status select, #ordfilter-item-point select, #visitfilter-item-customer select, #visitfilter-item-point select {
  max-width: 130px;
  cursor: pointer;
}
#order-closed-checkbox {
  display: block;
  width: 10%;
  float: right;
  margin-top: -2px;
  height: 100%;
  background-image: url(../images/ok32.png);
  background-repeat: no-repeat;
  background-position: center;
}  
#order-closed-data {
  position: relative;
  max-width: fit-content;
  text-align: center;
  display: block;
  height: 70px;
  left: 372px;
  top: -69px;
}
#order-closed-data-done {
  color: #719156;
  font-weight: bold;  
}  
#order-toclose-div {
  float: left;
}
#order-toclose-btn {
  background-color: green;
  color: white;
  cursor: pointer;  
}
#order-item-contact-name {
  width: 49% !important;
}  
#order-item-contact-phone {
  float: right;
  width: 49% !important;
}  
.form-item {
  margin: -12px 0px;  
}
#order-item-lat, #visit-item-lat {
  width: 150px !important;
}
#order-item-lon, #visit-item-lon {
  width: 150px !important;
  margin-left: 10px;
}
#order-period-panel, #visit-period-panel {
  position: absolute;
  z-index: 1;
  background-color: white;
  width: 180px;
  height: auto;
  padding: 10px;
  border: rgb(193 193 193) 1px solid;
}
#order-period-panel .form-date, #visit-period-panel .form-date {
  margin: -8px 0px;  
}
#order-period-header, #visit-period-header {
  margin-bottom: 10px;
}
#order-period-btn, #visit-period-btn {
  width: 100%;
}
#photo-container {
  margin-top: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
#visit-item-photo {
  max-width: 172px;
}
#order-item-photo img, #visit-item-photo img {
  width: 100%;
}
#order-item-photo .mdl-card, #visit-item-photo .mdl-card {
  width: 96%;
  display: block;
  margin-bottom: 30px;
}
.expire {
  color: red;
}
.valid {
  color: limegreen;
}

/* <----- Управление справочниками*/
#grey-div {
  /*  background-color: rgba(0, 0, 0, 0);*/
    position:absolute; 
    z-index:999997; 
    width: 100%; 
    height: 100%;
    transition: background-color 0.70s ease;
  }
  #ref-list .ref-del {
    cursor: pointer;
  }
  #ref-list .ref-edit {
    cursor: pointer;
  }
  .ref-list-item {
    border-style: none;
    border-width: 1px;
    border-color: lightgray;
    padding: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    background-color: rgb(255, 152, 0, 5%);
  }
  .ref-list-item:hover {
    background-color: rgb(255, 152, 0, 15%);
    cursor: default;
  }
  .ref-list-empty {
    padding: 50% 0%;
    text-align: center;  
  }
  #ref-list-addcapt {
    display: inline;  
  }
  #ref-list-addfirst {
    display: inline;
    color: orange;  
  }
  .ref-list-item-edit {
    display: none;
    float: right;  
  }
  .ref-list-item:hover .ref-list-item-edit {
    display: inline;
    float: right;
    cursor: pointer;  
  }
  .ref-list-item-del {
    display: none;
    float: right;  
  }
  .ref-list-item:hover .ref-list-item-del {
    display: inline;
    float: right;  
    cursor: pointer;  
  }
  .ref-list-item-id {
    display: inline;
  }
  .ref-list-item-name {
    display: inline;
  }
  #ref-list-addfirst:hover {
    cursor: pointer;
    color: #ff8800;
  }
  .ref-item-new {
    color: limegreen;
  }
  #ref-edit-zone {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #ffedd4;
    left: 280px;
    top: 100px;
    width: 400px;
    height: 500px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 102, 0, 0.20);
  }
  #ref-edit-element-zone {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: white;
    left: 330px;
    top: 130px;
    width: 500px;
    height: auto;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 102, 0, 0.20);
  }
  #ref-zone-title {
    width: 100%;
    padding: 10px;
    background-color: #ff9800;
    height: 60px;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  #ref-zone-title-btns {
    display: inline;
    color: white;
    cursor: pointer;
  }
  #ref-zone-body {
    width: 100%;
    padding: 10px;
    overflow-y: scroll;
    height: calc(100% - 70px);
  }
  #ref-zone-list {
    width: 100%;
    height: 100%;
  }
  #ref-zone-title-name {
    float: left;
    width: calc(100% - 24px);
  }
  #ref-zone-title-close {
    float: right;
    width: 24px;
    cursor: pointer;
  }
  #field-list .field-del {
    cursor: pointer;
  }
  .ref-list-arrow {
    width: 50px;
    cursor: pointer;
  }
  .ref-list-id {
    width: 50px;
  }
  #ref-list th {
    height: 22px;
  }
  #NewItemDiv, #NewRefDiv {
    border-width: 2px;
    border-color: coral;
    border-style: dashed;
    border-radius: 4px;
    padding: 5px 15px;
    width: 350px;
    margin: 0px auto 8px 8px;
}

/* Конец управления справочниками > */  