.report-statuses-colors-popup {
  max-width: 300px;
  width: 100%;
  height: 300px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
  font-family: Arimo;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.report-statuses-colors-popup__title {
  margin-bottom: 45px;
  font-size: 24px;
}
.report-statuses-colors-popup__status {
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
.report-statuses-colors-popup__spinner, .report-statuses-colors-popup__spinner i {
  margin: 0 auto !important;
}

.black {
  color: black;
}

.red {
  color: #E65B5F;
}

.gray {
  color: #999999;
}

.bg-white {
  background-color: white;
}

.color-white {
  color: white;
}

body {
  font-family: "Heebo", sans-serif;
  max-width: 1620px;
  min-width: 320px;
  min-height: 100vh;
  padding: 0 1em;
  text-align: center;
  color: #333;
  background-color: #fff;
  font-size: 16px;
}
@media (max-width: 1280px) {
  body {
    font-size: 0.9em;
  }
}
@media print {
  body {
    font-size: 11px;
  }
}

.spinner2, .spinner2 i {
  font-family: "Font Awesome 5 Pro";
  color: #F56666;
  display: inline-block;
  margin-right: 20px;
}
.spinner2.hide, .spinner2 i.hide {
  display: none;
}

#tour_link_id {
  margin-top: 20px;
}

.waiting-to-show {
  position: relative;
  max-height: 0;
  opacity: 0;
  transition: all 0.6s;
  z-index: -2;
}
.waiting-to-show.show {
  max-height: 1000px;
  opacity: 1;
  z-index: 1;
}

input.margintop, label.margintop, div.margintop {
  margin-top: 20px;
}

#succes_new_building {
  color: green;
}
#succes_new_building.hide {
  display: none;
}

#error_new_building {
  color: #F56666;
}
#error_new_building.hide {
  display: none;
}

div.submit-building-container {
  margin-top: 50px;
}

div.circle {
  border-radius: 100px;
  background-color: #F56666;
  height: 40px;
  width: 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
div.circle div.plus {
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
  height: 50%;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: transform 0.6s;
}
div.circle div.plus.rotate-amination {
  transform: translate(-50%, -50%) rotate(45deg);
}
div.circle div.plus div {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: translate(-50%, -50%);
}
div.circle div.plus div:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.center-elements {
  display: flex;
  align-items: center;
}
.center-elements p {
  margin-right: 5px;
}

.header {
  display: grid;
  grid-template-columns: min-content auto;
  padding: 1em 1em 4em;
  align-items: end;
  text-align: left;
}
.header div {
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px #E65B5F solid;
}
.header_link, .header_this {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.25em;
  transition: all 0.25s;
}
.header_link:hover {
  color: #E65B5F;
}
.header_this {
  color: white;
  background-color: #E65B5F;
}
.header_logout {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.25em 0px;
  transition: all 0.25s;
  color: #E65B5F;
}
.header_logout:hover {
  color: white;
  background-color: #E65B5F;
}
.header_support {
  text-align: center;
  display: inline-block;
  color: #E65B5F;
  font-size: 0.8em;
}

.header {
  display: grid;
  grid-template-columns: min-content auto;
  padding: 1em 1em 4em;
  align-items: end;
  text-align: left;
}
.header div {
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px #E65B5F solid;
}
.header_link, .header_this {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.25em;
  transition: all 0.25s;
}
.header_link:hover {
  color: #E65B5F;
}
.header_this {
  color: white;
  background-color: #E65B5F;
}
.header_logout {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.25em 0px;
  transition: all 0.25s;
  color: #E65B5F;
}
.header_logout:hover {
  color: white;
  background-color: #E65B5F;
}
.header_support {
  text-align: center;
  display: inline-block;
  color: #E65B5F;
  font-size: 0.8em;
}

.content {
  width: 100%;
  text-align: right;
  padding: 1em;
}

.formSection {
  border: 1px solid #ccc;
  padding: 0 1em;
  margin: 0.5em auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.formSection.none-border {
  border: none;
}
.formSection_header {
  margin-top: 2em;
}
.formSection_header a {
  font-size: 1.1em;
  font-weight: bold;
}
.formSection_header a i {
  transition: all 0.5s;
}
.formSection .imperative {
  background-color: darkorange;
  outline: darkorange 0.5em solid;
  color: white;
}
.formSection_imperativeCount {
  float: left;
  font-size: 1.25em;
  color: darkorange;
  font-weight: bold;
}
.formSection.unset-height {
  max-height: unset;
}

.inputSettings {
  float: left;
  color: #777;
  cursor: pointer;
}
.inputSettings.red {
  color: brown;
}
.inputSettings:hover {
  color: #E65B5F;
}

.fileTable {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}
.fileTable .min {
  width: 1em;
  white-space: nowrap;
  color: #E65B5F;
  transition: all 0.6s;
}
.fileTable .min:hover {
  color: white;
  background-color: #E65B5F;
}
.fileTable .min.green:hover {
  background-color: #8ABA4F;
}
.fileTable tr td {
  padding: 0.5em;
  line-height: 2em;
  border-bottom: solid #aaa 1px;
  color: #19a4a0;
}
.fileTable tr.headline td {
  border: none;
  line-height: 1.5em;
  padding-top: 1em;
  color: #888;
}
.fileTable tr.headline td h2 {
  color: #000;
}
.fileTable tr.bigFloor td {
  border-bottom: none;
  padding-top: 2em;
}
.fileTable tr.small td {
  line-height: 1em;
  font-size: 0.9em;
  color: #E65B5F;
}

.parkingLots {
  background-color: white;
  padding: 1em;
  border: 1px solid #ccc;
}
.parkingLots_table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}
.parkingLots_table .min {
  width: 1em;
  white-space: nowrap;
  color: #E65B5F;
  font-size: 0.9em;
  transition: all 0.6s;
}
.parkingLots_table .min:hover {
  background-color: #E65B5F;
  color: white;
}
.parkingLots_table tr td {
  padding: 0 0.5em;
  line-height: 2em;
  border-bottom: solid #aaa 1px;
}
.parkingLots_table tr td:empty {
  background-color: #eee;
}
.parkingLots_add {
  font-size: 0.9em;
  color: #E65B5F;
}

.customerLogo {
  text-align: center;
}
.customerLogo_canvas {
  width: 0;
  height: 0;
}
.customerLogo_cont {
  position: relative;
}
.customerLogo_view {
  height: 5em;
  max-width: 600px;
}

.mapFrame {
  width: 100%;
  height: 420px;
  border: 1px solid #ccc;
}

.vBar {
  height: 2em;
  background-color: #E65B5F;
  margin-bottom: 0.5em;
  text-align: left;
}
.vBar_inner {
  display: inline-block;
  width: 0%;
  height: 100%;
  background-color: #6abe9d;
}

.contacts {
  position: relative;
}
.contacts_btns {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.contacts_btn {
  display: inline-block;
  padding: 0.5em;
  color: #E65B5F;
}
.contacts_btn:hover {
  background-color: #E65B5F;
  color: white;
}

.report {
  width: 100%;
  max-width: 1280px;
  text-align: right;
  padding: 2em;
}
.report_header {
  text-align: center;
}
.report_header .redStatus {
  font-size: 1.1em;
  font-weight: bold;
  color: #E65B5F;
  display: inline-block;
  margin-top: 0.5em;
}
.report .whiteSqr {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 2px 4px;
  border: none;
  outline: none !important;
  padding: 1em;
  margin-bottom: 1em;
}
.report_images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
.report_images div {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 10em;
  transition: all 0.25s;
}
.report_images div:hover {
  transform: scale(0.95);
}
.report_table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
  margin: 1em auto;
}
.report_table tr th {
  color: #E65B5F;
  text-align: center;
  padding: 0.5em;
}
.report_table tr td {
  padding: 0.5em;
  border-left: solid #ddd 1px;
  border-right: solid #ddd 1px;
}
.report_table tr td.min {
  width: 1em;
  white-space: nowrap;
}
.report .spaceTable {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
  margin: 1em auto;
}
.report .spaceTable .min {
  width: 1em;
  white-space: nowrap;
}
.report .spaceTable tr th {
  color: #E65B5F;
  padding: 0.5em;
}
.report .spaceTable tr td {
  padding: 0.5em;
  border-left: solid #ddd 1px;
}

.dashboard_item {
  display: inline-block;
  margin: 0 1em;
}
.dashboard_data {
  color: #E65B5F;
  font-size: 1.5em;
}
.dashboard_text {
  color: #777;
  font-size: 0.8em;
  border-top: 1px #777 solid;
}

.list_item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 2px 4px;
  border: none;
  outline: none !important;
  padding: 2em;
  margin-bottom: 1em;
}
.list_image {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 2px 4px;
  border: none;
  outline: none !important;
  float: left;
  width: 40%;
  max-width: 24em;
  height: 12em;
  margin-right: 1em;
  object-fit: cover;
}

.grayCheckbox {
  display: none;
}
.grayCheckbox + label {
  display: inline-block;
  padding: 0.5em 1em;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s;
  color: #ccc;
}
.grayCheckbox + label:hover {
  color: #E65B5F;
}
.grayCheckbox:checked + label {
  background-color: #E65B5F;
  color: white;
}
.grayCheckbox_cont {
  display: grid;
  grid-template-columns: auto min-content;
  grid-gap: 0.5em;
}

.statusGrid_date {
  display: none;
}
.statusGrid.date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}
.statusGrid.date .statusGrid_date {
  display: block;
}

.content__title {
  text-align: center;
  color: #888;
}
.content__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin-bottom: 37px;
}
@media only screen and (max-width: 600px) {
  .content__buttons {
    flex-direction: column;
  }
}
.content__or {
  width: 85px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-top: 36px;
  color: #888;
}
@media only screen and (max-width: 600px) {
  .content__or {
    display: none;
  }
}
.content__button {
  margin: 0;
  margin-top: 36px;
  color: #888;
}
.content__radio-label {
  width: 288px;
  height: 70px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}
.content__radio:checked + label {
  background-color: #F56666;
  color: white;
  border: none;
}

.title-in-users-enteries {
  border-bottom: 1px solid #e9e6e6;
}

.tabs-container {
  margin-top: 0.5em;
  display: flex;
  padding: 0;
  padding-right: 1em;
}
.tabs-container .tab {
  margin: 0;
  margin-left: 5px;
}

.report-status {
  transition: all 0.4s;
  padding: 5px;
}

.set-main-image {
  width: 132px;
}
.set-main-image:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=admin2.css.map */
