html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  height: 100%;
}

.content-wrapper {
  padding-bottom: calc(3.5rem + 1px);
  margin-top: calc(3.5rem + 1px);
  background-color: white;
  transition: margin-left 0s !important;
}

.loader {
  width: 60px;
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}

.loader-text {
  color: #fff;
  font-family: arial, sans-serif;
}

.loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    content: 'Caricamento';
  }

  33% {
    content: 'Caricamento.';
  }

  67% {
    content: 'Caricamento..';
  }

  100% {
    content: 'Caricamento...';
  }
}

.hide {
  display: none;
}

.crispy {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: pixelated;
  /* Chrome as of 2019   */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}

#logOutDiv {
  margin-right: 1rem;
  margin-left: 1rem;
}

#renderBody {
  padding-bottom: 0px !important;
}

.tableView {
  position: absolute;
  width: 86%;
  z-index: 100;
}

.btn-circle {
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  padding: .375rem .375rem;
}

.login-background {
  background: url("/images/Logo_VerteK_2.png") right bottom no-repeat, url("/images/sfondo.jpg") center center no-repeat;
  background-size: 30rem, cover;
}

.login-background-mobile {
  background: url("/images/sfondo.jpg") center center no-repeat;
  background-size: cover;
}



.btnLogin {
  margin-bottom: 1rem;
}

/*#privacyDoc {
    height: 562px;
    background-image: url("/images/Privacy.jpg");
}*/

#editProfileLinkContainer {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}

.btnRigth {
  float: right;
}

.greenCheck {
  height: 76px;
  width: 76px;
  margin-bottom: 1rem;
}



.img-responsive {
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
}

.building-icon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  width: calc(100%);
}

.square-button {}

.textRight {
  display: flex;
  justify-content: right;
}

.centredDiv {
  display: flex;
  justify-content: center;
}

#myTabContent {
  height: calc(100% - 42px)
}

.w-125 {
  width: 12.5% !important;
}


.h-125 {
  height: 12.5% !important;
}

#SiRi17HomeBtn {
  margin-bottom: 0px;
  display: inline-block;
}

#SiRi17HomeBtnContainer {
  text-align: center;
  border: solid;
  border-radius: 1rem;
  border-color: lightblue;
  cursor: pointer;
}

.homeBtngroupContainer {
  border: solid;
  border-radius: 1rem;
  margin: 1vh;
  padding: 1vh;
  height: 22vh
}

.extraGruop {
  display: flex;
  justify-content: center;
  text-align: center;
}

.btnExtraFunction {
  background-repeat: no-repeat;
  height: 100%;
  cursor: pointer;
  background-size: contain;
}

#alarmBtn {
  background-image: url("/images/Alarm.png");
}

#eventLogBtn {
  background-image: url("/images/EventLog.png");
}

#sceneBtn {
  background-image: url("/images/Scene.png");
}

#accessControlBtn {
  background-image: url("/images/AccessControl.png");
}

.btnExtraContainer {
  width: 20vh;
}

.btnExtraLabel {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contextMenu {
  z-index: 80000;
  width: 150px;
}

.custom-hide {
  height: 0;
  overflow: hidden;
}

#roomBackgroundImage {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#supervisionRoomPage {
  height: 100%;
  width: 100%;
  background-color: gray;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#inputFile,
#inputProfilePic {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#inputFileLabel,
#inputProfilePicLabel {
  cursor: pointer;
}

#selectedImage,
#selectedProfilePic {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#infoBtn {
  cursor: pointer;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5000;
  background-color: #454d55 !important
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5000;
  background-color: rgba(69, 77, 85, 0.5) !important
}

.mw-75 {
  max-width: 75%;
}

.widgets-container {
  width: calc(100%);
  height: calc(100%);
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  scrollbar-width: none;
}

.dark-mode td {
  color: #ced4da;
}


table.dataTable tfoot td {
  border-bottom: none;
}

.composerTableContainer {
  padding: 1rem;
}


.week-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr)
}

.month-wrapper {
  display: grid;
  grid-template-columns: repeat(11, 1fr)
}

.month-wrapper-mobile {
  display: grid;
  grid-template-columns: repeat(8, 1fr)
}

td.details-control {
  cursor: pointer;
  background-image: url("/images/plus.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

tr.details td.details-control {
  cursor: pointer;
  background-image: url("/images/min.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.check {
  background-image: url("/images/check.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.uncheck {
  background-image: url("/images/uncheck.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.modal-check {
  bottom: 0px;
  left: 45px;
}

.minh-100 {
  min-height: 100vh;
  height: fit-content
}

.modal-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.editDeviceRow,
.deleteDeviceRow,
.updateDeviceRow,
.cancelDeviceRow,
.editFieldRow,
.deleteFieldRow,
.updateFieldRow,
.cancelFieldRow,
.editAlarmRow,
.deleteAlarmRow,
.updateAlarmRow,
.cancelAlarmRow,
.userAlarmRow,
.conditionAlarmRow,
.editSceneRow,
.deleteSceneRow,
.updateSceneRow,
.cancelSceneRow,
.editCommandRow,
.deleteCommandRow,
.updateCommandRow,
.cancelCommandRow {
  padding: 0.1875rem 0.375rem;
  display: block;
}

.deleteFieldRow {
  cursor: not-allowed !important;
}

.inlineCheck {
  transform: scale(2.5);
  margin-left: 0.9rem;
  margin-top: 0.6rem;
}

.inlineInput,
.inlineInnerInput {
  width: 100%;
  border-radius: 0.5rem;
  border: inset;
}

.sliderContainer {
  padding-bottom: 0.4rem;
  padding-top: 0.5rem;
}

.transparencyValueContainer {
  padding-bottom: 0.4rem;
  padding-left: 1rem;
}

.custom-Label {
  font-weight: 700;
}

.custom-Title {
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.gruop-check {
  left: 3rem;
}

.textError {
  text-align: center;
  color: red;
  font-weight: bold;
}

.longSelect {
  padding: 0px !important;
}

.errorText {
  font-weight: 700;
  text-align: center;
  color: red;
  text-decoration: underline;
}

.innerModalBtn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.userTextModal {
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.35rem;
  padding-left: 1rem !important;
}

.sidebar {
  background: linear-gradient(359deg, #c5cad2, white);
}

.nav-link {
  color: #2d2e82;
}

.sideBarContainer {
  box-shadow: 10px 10px 5px gray;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: margin-left 0s, width 0s !important;
}

.brand-container {
  padding-bottom: 0px !important;
}

.sidebar-mini.sidebar-collapse .brand-image {
  display: none;
}

.main-header {
  border: 0px !important;
  transition: margin-left 0s !important;
}

.nav-link.active {
  background: linear-gradient(90deg, #1b1d3b, #1d70b7);
}

.nav-link {
  color: #636362;
}

.forgotPwdLink {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

#qrcodeContainer {
  height: 10rem;
  width: 10rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}