.modal-theater {
  width: 100%;
  height: 100%;
  padding: 100px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-theater .modal .head {
  color: #FFFFFF;
}

.modal-theater .modal {
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  border: 1px solid #485257;
}

.modal-theater .modal>.head {
  height: 80px;
  padding: 0 20px;
  background-color: #020b79;
  border-bottom: 1px solid #485257;
}

.modal-theater .modal>.head img {
  cursor: pointer;
}

.modal-theater .modal .body .chart-container {
  flex: 1;
}

.modal-theater .modal .body .modal-section {
  padding: 30px;
}

.modal-theater .modal .body .border-right-top {
  border-right: 1px solid #485257;
  border-top: 1px solid #485257;
}

.modal-theater .modal .body .border-top {
  border-top: 1px solid #485257;
}

.modal-theater .modal .body .border-right {
  border-right: 1px solid #485257;
}

.modal-theater .metrics-modal .block-container {
  margin-bottom: 15px;
}

.modal-theater .metrics-modal sub-blocks {
  margin-bottom: 15px;
}

.modal-theater .metrics-modal sub-blocks .tag {
  width: 190px;
  text-align: center;
  /*background: #47A49E;*/
}

.modal-theater .metrics-modal .active {
  background-color: #020b79;
  color: #FFFFFF;
  position: relative;
}
.modal-theater .metrics-modal .active h3 {
  color: #FFFFFF
}
.modal-theater .metrics-modal .active a {
  background-color: #FFFFFF;
  color: black;
}
.modal-theater .metrics-modal .active img {
  filter: invert(1)
}

.modal-theater .metrics-modal chart-legend {
  display: none;
}
.modal-theater .metrics-modal a {
    padding: 4px  8px;
    font-size:14px;
    color: white;
    text-align: center;
    background-color: #020b79;
}

.modal-theater .manager-modal h1 img {
  margin-left: 5px;
}

.modal-theater .manager-modal .progress-container h2.dark {
  color: #000;
}

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