@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Italic.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.project-info {
  display: grid;
  grid-template-columns: 2fr 1fr 3rem;
  grid-template-rows: 1fr 1fr;
  margin-left: 1rem;
  padding: 0.5rem 0.5rem;
  height: 8rem;
  border: 1px solid #894360;
  border-radius: 0.5rem;
  margin-top: 5rem;
}
.project-info__name, .project-info__share, .project-info__user-name, .project-info__date {
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
.project-info__name__title, .project-info__share__title, .project-info__user-name__title, .project-info__date__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.project-info__name {
  grid-column: 1;
  grid-row: 1;
}
.project-info__user-name {
  grid-column: 2;
  grid-row: 3;
}
.project-info__share {
  width: 2.5rem;
  height: 2.5rem;
  grid-column: 3;
  grid-row: 1;
  margin: 5px;
}
.project-info__share__button {
  background-color: #894360;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 0px;
}
.project-info__share img {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-info__description {
  grid-column: 1;
  grid-row: 2;
  align-items: center;
  flex-direction: row;
}
.project-info__description__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.project-info__users {
  grid-column: 1;
  grid-row: 3;
  align-items: center;
  flex-direction: row;
}
.project-info__users__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.project-info__users__img {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  margin-left: 1rem;
}
.project-info__users__imgDisabled {
  cursor: not-allowed;
}
.project-info__status {
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  flex-direction: row;
  /* Rounded sliders */
}
.project-info__status__block {
  display: flex;
  align-items: center;
}
.project-info__status__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.project-info__status .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-left: 1rem;
}
.project-info__status .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.project-info__status .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  border: 1px solid #894360;
  transition: 0.4s;
}
.project-info__status .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.project-info__status input:checked + .slider {
  background-color: #894360;
}
.project-info__status input:focus + .slider {
  box-shadow: 0 0 1px #894360;
}
.project-info__status input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.project-info__status .slider.round {
  border-radius: 34px;
}
.project-info__status .slider.round:before {
  border-radius: 50%;
}
.project-info__date {
  grid-column: 2;
  grid-row: 1;
  align-items: center;
}

.department-info {
  display: grid;
  grid-template-columns: 5fr 5fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-left: 1rem;
  padding: 0.5rem 0.5rem;
  height: 8rem;
  border: 1px solid #894360;
  border-radius: 0.5rem;
  margin-top: 5rem;
}
.department-info__name, .department-info__share, .department-info__user-name, .department-info__date {
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
.department-info__name__title, .department-info__share__title, .department-info__user-name__title, .department-info__date__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.department-info__name {
  grid-column: 1;
  grid-row: 1;
}
.department-info__user-name {
  grid-column: 2;
  grid-row: 2;
}
.department-info__share {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
}
.department-info__share__button {
  background-color: #894360;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 0px;
}
.department-info__share__buttonEdit {
  background-color: #894360;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 0px;
  margin-right: 1rem;
}
.department-info__share img {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.department-info__description {
  grid-column: 1;
  grid-row: 2;
  align-items: center;
  flex-direction: row;
}
.department-info__description__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.department-info__users {
  grid-column: 1;
  grid-row: 3;
  align-items: center;
  flex-direction: row;
}
.department-info__users__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.department-info__users__img {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  margin-left: 1rem;
}
.department-info__users__imgDisabled {
  cursor: not-allowed;
}
.department-info__status {
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  flex-direction: row;
  /* Rounded sliders */
}
.department-info__status__block {
  display: flex;
  align-items: center;
}
.department-info__status__title {
  color: #894360;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.department-info__status .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-left: 1rem;
}
.department-info__status .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.department-info__status .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  border: 1px solid #894360;
  transition: 0.4s;
}
.department-info__status .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.department-info__status input:checked + .slider {
  background-color: #894360;
}
.department-info__status input:focus + .slider {
  box-shadow: 0 0 1px #894360;
}
.department-info__status input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.department-info__status .slider.round {
  border-radius: 34px;
}
.department-info__status .slider.round:before {
  border-radius: 50%;
}
.department-info__date {
  grid-column: 2;
  grid-row: 1;
  align-items: center;
}
.department-info .department-list {
  background: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-x: hidden;
  margin-left: 2rem;
}

.btn-containers {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.btn-containers .btn-new-module {
  cursor: pointer;
}
.btn-containers .btn-new-module img {
  width: 24px;
}
.btn-containers .btnModLeft {
  margin-right: 1rem;
}

.marker-list {
  margin-left: 1rem;
  margin-top: 1rem;
}
.marker-list__title {
  margin-top: 1rem;
  margin-left: 1rem;
  color: #894360;
  text-transform: uppercase;
  font-weight: bold;
}
.marker-list .vgt-table tbody tr td .row-actions {
  z-index: 90;
  align-items: center;
  display: flex;
  justify-content: end;
}

.add-marker-button {
  z-index: 10;
  cursor: pointer;
  background: transparent;
  border: 0px;
  right: 0;
  bottom: 0;
  position: fixed;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.add-marker-button__img {
  background: white;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.23);
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  right: 0;
  bottom: 0;
  position: fixed;
  margin-right: 2rem;
  margin-bottom: 2rem;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 36px;
  cursor: pointer;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
}

.new-marker__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.5rem;
  padding: 1.5rem;
}
.new-marker__container__block__type {
  grid-row: 4;
  grid-column: 1;
  width: 100%;
}
.new-marker__container__block__type__text {
  cursor: default;
  display: flex;
  align-items: center;
}
.new-marker__container__block__type__buttons {
  display: flex;
}
.new-marker__container__block__type__button {
  cursor: pointer;
  border: 1.5px solid #894360;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.new-marker__container__block__type__button__active {
  color: white;
  background-color: #894360;
}
.new-marker__container__block__name {
  grid-row: 3;
  grid-column: 1;
  width: 100%;
}
.new-marker__container__block__name__text {
  cursor: default;
  display: flex;
  align-items: center;
}
.new-marker__container__block__name__input {
  border: 1.5px solid #894360;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0px;
  display: flex;
  align-items: center;
}
.new-marker__container__block__description {
  grid-row: 3/6;
  grid-column: 2;
  width: 100%;
}
.new-marker__container__block__description__text {
  cursor: default;
  display: flex;
  align-items: center;
}
.new-marker__container__block__description__textarea {
  margin: 5px 0;
  border: 1.5px solid #894360;
  width: 60%;
  height: 5rem;
  max-height: 10rem;
  border-radius: 5px;
}
.new-marker__container__block__score {
  grid-row: 5;
  grid-column: 1;
  width: 100%;
}
.new-marker__container__block__score__text {
  cursor: default;
  display: flex;
  align-items: center;
}
.new-marker__container__block__score__input {
  border: 1.5px solid #894360;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0px;
  display: flex;
  align-items: center;
}
.new-marker__container__block__doc {
  grid-row: 2;
  grid-column: 1/span 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5rem;
}
.new-marker__container__block__doc__text {
  cursor: default;
  display: flex;
  align-items: center;
}
.new-marker__container__block__doc__text img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.new-marker__container__block__doc__progress {
  margin-top: 5px;
  font-weight: bold;
  color: #7f9b4a;
  display: flex;
  align-items: center;
}
.new-marker__container__block__characteristic {
  grid-row: 6;
  min-height: 3rem;
  grid-column: 1/span 2;
  width: 100%;
}
.new-marker__container__block__characteristic__text {
  cursor: default;
  display: flex;
  align-items: center;
}
.new-marker__container__block__characteristic select {
  max-height: 2rem;
  max-width: 5rem;
  margin: 0 5px;
}
.new-marker__container__block__characteristic__input {
  border: 1.5px solid #894360;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-marker__container__block__upload {
  grid-row: 1;
  grid-column: 1/span 2;
  justify-content: center;
  background: transparent;
  display: grid;
  border: 0px;
  width: 100%;
  text-align: center;
  align-items: center;
  cursor: pointer;
}
.new-marker__container__block__upload__text {
  cursor: pointer;
  width: 100%;
  align-items: center;
}
.new-marker__container__block__upload__img {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
}
.new-marker__container__block__camera {
  grid-row: 1;
  grid-column: 2;
  background: transparent;
  border: 0px;
  width: 100%;
  text-align: center;
  align-items: center;
  cursor: pointer;
}
.new-marker__container__block__camera__text {
  cursor: pointer;
  width: 100%;
  align-items: center;
}
.new-marker__container__block__camera__img {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
}
.new-marker__container .text_input {
  display: flex;
  margin: 0.5rem 0;
}
.new-marker__container .text_input__text {
  width: 40%;
}
.new-marker__container .text_input__input {
  width: 60%;
}
.new-marker__container .text_input__textarea {
  border: 1.5px solid #894360;
  width: 60%;
  height: 5rem;
  max-height: 10rem;
  border-radius: 5px;
}
.new-marker__container .text_input__select {
  width: 60%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #894360;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #894360;
}

input:focus + .slider {
  box-shadow: 0 0 1px #894360;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.techniques-popover-container {
  background: white;
  padding: 1rem;
  border: 1px solid #894360;
  border-radius: 0.5rem;
  max-height: 250px;
  overflow: auto;
  font-size: 0.8rem;
  line-height: 1rem;
  position: fixed;
  width: 20rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.23);
}
.techniques-popover-container__technique {
  margin-bottom: 0.5rem;
}
.techniques-popover-container__title {
  font-weight: bold;
}

.share-project__container {
  padding: 1rem;
}
.share-project__container .buttonsBlock {
  display: flex;
  padding: 0.5rem;
}
.share-project__container .buttonsBlock .button {
  background-color: #894360;
  border: 0px;
  align-items: center;
  border-radius: 50px;
  margin: auto;
  cursor: pointer;
}
.share-project__container .buttonsBlock .button__text {
  font-size: medium;
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 2px;
}
.share-project__container .buttonsBlock .button img {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 5px;
}
.share-project__container .buttonsBlock button:disabled {
  cursor: not-allowed;
  background-color: #cecece;
}
.share-project__container .buttonsBlock button:disabled label {
  cursor: not-allowed;
}
.share-project__container .buttonsBlock button:disabled label img {
  cursor: not-allowed;
}
.share-project__container .dataBlock {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}
.share-project__container .dataBlock__text {
  display: flex;
  margin: 0.5rem 0;
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.25rem;
  align-items: center;
}
.share-project__container .dataBlock__text__bold {
  font-weight: bold;
}
.share-project__container .dataBlock__copy {
  width: 2.5rem;
  height: 2.5rem;
  margin: 5px;
}
.share-project__container .dataBlock__copy__button {
  background-color: #894360;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 0px;
}
.share-project__container .dataBlock__copy img {
  height: 1.5rem;
  width: 1.5rem;
}
.share-project__container .dataBlock__status {
  align-items: center;
  display: flex;
  /* Rounded sliders */
}
.share-project__container .dataBlock__status .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-left: 1rem;
}
.share-project__container .dataBlock__status .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.share-project__container .dataBlock__status .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #894360;
}
.share-project__container .dataBlock__status .sliderDisabled {
  cursor: not-allowed;
}
.share-project__container .dataBlock__status .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.share-project__container .dataBlock__status input:checked + .slider {
  background-color: #894360;
}
.share-project__container .dataBlock__status input:focus + .slider {
  box-shadow: 0 0 1px #894360;
}
.share-project__container .dataBlock__status input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.share-project__container .dataBlock__status .slider.round {
  border-radius: 34px;
}
.share-project__container .dataBlock__status .slider.round:before {
  border-radius: 50%;
}

.asociate_users {
  min-height: 18rem;
}
.asociate_users__tabsBlock {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 1.8rem;
}
.asociate_users__tab_container {
  padding: 5px;
}
.asociate_users__tab_container__list {
  padding: 1rem;
  display: block;
}
.asociate_users__tab_container__users {
  height: 3rem;
  border-bottom: 1px solid grey;
  display: flex;
  align-items: center;
}
.asociate_users__tab_container__users__empty {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.asociate_users__tab_container__users .user {
  border-bottom: 1px solid grey;
}
.asociate_users__tab_container__users .user__email {
  color: grey;
  margin-left: 5px;
}
.asociate_users__tab_container__users .user__delete {
  width: 20px;
  height: 20px;
  margin-left: auto;
  cursor: pointer;
}
.asociate_users__tab_container .btn-associateUser {
  margin-top: 10px;
  margin-left: auto;
  width: 15%;
  display: block;
}

.add-users .add-user__container {
  min-height: 25rem;
}
.add-users .add-user__table .col-check {
  min-width: 50px;
  width: 10%;
  cursor: pointer;
  text-align: center !important;
}
.add-users .add-user__table .col-name {
  min-width: 50px;
  width: 30%;
  cursor: pointer;
}
.add-users .add-user__table .col-email {
  min-width: 50px;
  width: 30%;
  cursor: pointer;
}
.add-users .add-user__table .col-category {
  min-width: 50px;
  width: 30%;
  cursor: pointer;
}

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