:root {
  --animation: 'spinner 1s linear 0s infinite';
}

/* Knob */
#knob {
    position: relative;
    margin:0 auto;
    overflow: hidden;
    width: 255px !important;
    height: 255px !important;
    padding: 5px !important;
}

.rs-control .rs-range-color {
    background-color: #008c70;
}
.rs-control .rs-path-color {
    background-color: #e8e8e8;
}
.rs-control .rs-handle {
    background-color: #ffffff;
}
.rs-control .rs-bg-color {
    background-color: #ffffff;
}
.rs-tooltip-text {
  font-size: 18px;
}
.rs-handle {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(124,123,124,0.5);
  -moz-box-shadow: 1px 1px 2px 1px rgba(124,123,124,0.5);
  box-shadow: 1px 1px 2px 1px rgba(124,123,124,0.5);
}
span.rs-number {
  position: absolute;
  top: -8px;
  left: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
}

#knob .inputField {
  font-family: "Open Sans", sans-serif;
  background: transparent;
  font-size: 40px !important;
  font-weight: 300;
  color: #808080;
  z-index: 100;
  left: 0;
  right: 0;
  top: 85px;
  position: absolute;
  background: transparent;
  border: none;
  letter-spacing: -0.05em;
  margin: 0 auto;
  max-width: 140px;
}
#knob .infoField {
  z-index: 100;
	left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 150px;
	top: 125px;
	position: absolute;
	background: transparent;
	border: none;
	color: #808080;
	line-height: 20px;
  font-size: 12px;
}
#knob .infoField b {
	color: #45B592;
}
#knob text.jqx-knob-label {
  font-size: 18px;
}
/*  */
#popup {
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 80px;
  border-left: 5px solid #008C70;
}

.icon-add {
  width: 30px !important;
}

/* Preloader */
.preloader-layer-absolute {
  position: absolute !important;
}
.preloader-layer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  z-index: 999 !important;
}
.preloader-layer::before {
  position: absolute;
  font-family: FontAwesome;
  animation: var(--animation);
  -webkit-animation: var(--animation);
  background-image: url(ico-loading.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  width: 42px;
  height: 42px;
  content: "";
  color: red;
  top: 10px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}
.preloader-layer.centerload::before {
  top: 80%;
  width: 31px;
  height: 31px;
}
.device-box .preloader-layer.centerload::before {
  top: 50% !important;
}
.preloader-layer.body {
  z-index: 10000;
}
.preloader-options {
  padding-top: 70px;
}
.preloader-options p {
  color: #7C7B7C;
}
.preloader-options h3 {
  color: #7C7B7C;
}
.preloader-options hr {
    border: 0;
    border-top: 1px solid #D8D8D8;
}
/*
#main > section {
  padding-bottom: 100px !important;
}
*/
/* Modal */
.modal {
  display: none;
}
.modal-body .btn-block{
  margin-top: .5rem;
}
.modal-body img{
  margin-right: -1rem;
  margin-top: .5rem;
}
.modal-content{
  margin-bottom: 100px;
}
.modal p{
  color: black !important;
}
.modal ul {
  padding : 0;
}
.modal ul > li {
  list-style-type: none;
  margin-bottom: 18px;
}
.modal ul > li .item-title {
  color: #7C7B7C;
}
.giorno {
  border-radius: 30px !important;
  text-align: center;
  padding: 10px;
  font-size: 10px !important;
  width: 35px;
  height: 35px;
}
.modal ul > li span {
  display: block;
}

.modal ul > li .custom_input {
  width: 100%;
  border: 1px solid rgba(101, 101, 101, 0.3) !important;
}

.modal ul > div .item-title {
    color: #7C7B7C;
}

.modal ul > li input[type=checkbox].custom_input {
    width: auto;
    margin-right: 6px;
}

.modal ul > li button {
    margin-left: 8px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul.list-inline-block {
  margin: 0;
  padding: 5px 0px 0px 0px;
  display: table;
  font-size: 0;
}
ul.list-inline-block li {
  display: inline-block;
  margin: 2px 2px;
  border: none;
  vertical-align: top;
  border-radius: 2px;
}
ul.list-inline-block li a {
  padding: 0 8px;
  min-width: 40px;
  background-color: #ebebeb;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: block;
  border-radius: 2px;
}
ul.list-inline-block li a:hover {
  background-color: #838383;
  color: #ffffff;
}
ul.list-inline-block li a.active {
  background-color: #1fc3cd;
  color: #ffffff;
}
.btn-ico-bg {
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 35px;
}
.selected-modal{
  position: absolute;
  right: 50px
}

.strike {
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url(strike.svg);
    background-size: 33px 33px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mce-content-body table tr td, .mce-content-body table tr th, .mce-content-body table tr thead td {
  padding: 5px !important;
  line-height: 110%;
}

.mce-content-body #devices-found tr td{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  line-height: 110%;
}
.mce-content-body #devices-found tr td > span{
  display: block;
}
.mce-content-body #devices-found tr td > span.small{
  font-size: 10px !important;
}

  .fa-eye:before, .fa-eye-slash:before {
  	color: white;
  }

  .password-cnt .input-group-append {
    background-color: #008C70;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .password-cnt .input-group-append .btn {
  	border-radius: 0;
  }

  .password-cnt .input-group-append .btn:active {
  	color: #fff;
      background-color: #008C70;
      border-color: #008C70;
  }

  .password-cnt .input-group-append .btn:hover {
  	background-color: #00d9ad;
  }

  .btn-search{
    padding: 6px 15px 7px 15px !important;
  }
  .smaller{
    line-height: 14px;
    font-size: 12px;
    display: inline-block;
    padding-top: 5px;
  }
p > .fa-times{
  color: red;
}
.fa-check{
  color: #008C70;
}

.hidden {
    display: none !important;
}

.cloud-left {
    float: left;
    width: 150px;
    display: inline;
    margin-top: 20px;
}
.cloud-right {
    float: left;
    text-align: left;
    margin: 2px 10px;
    display: inline;
    width: auto;
}
.cloud-container, .cloud-container-error {
    display: inline-block;
    clear: both;
    width: 100%;
}

.btn-mic {
  display: none !important;
}

.preloader_inline {
  position: relative;
  width: 100%;
  height: 42px;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center; }
  .preloader_inline::before {
    position: absolute;
    font-family: FontAwesome;
    animation: spinner 1s linear 0s infinite;
    -webkit-animation: spinner 1s linear 0s infinite;
    background-image: url(ico-loading.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    width: 42px;
    height: 42px;
    content: "";
    color: red;
    margin: 0 auto;
    left: 0px;
    right: 0px; }

.chartContainer {
  z-index: 1000;
}

.privacy-check {
  width: 100px;
  margin: 0 auto;
}

.privacy-check label {
  margin-bottom: 0px !important;
}

.privacy-check .label-text {
  padding-top: 0px !important;
  font-size: 15px !important;
}

.privacy-table td {
  width: 50%;
}

.table-responsive {
  overflow-x: hidden !important;
}

.user-icon {
  width: 30px;
  border-radius: 15px;
}

.container-full hr {
  border-top: 1px solid #D8D8D8 !important;
}

label > * {
  pointer-events: none;
}

.remove-hfm {
  color: #FF6008 !important;
  font-size: 14px;
}

.margin-0 {
  margin-bottom: 0px !important;
}

.line-height-small {
  line-height: 1.6em;
}

.t3 {
  display: inline-block;
}

.form-row .col-3.text-center span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #008C70;
}

.rs-handle {
  position: relative;
  touch-action: none;
}

.rs-handle .inner-1 {
  top: 12%;
  left: 12%;
  width: 76%;
  height: 76%;
  position: absolute;
  border: 1px solid #008C70;
  border-radius: 50%;
  pointer-events: none;
}

.rs-handle .inner-2 {
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  position: absolute;
  border: 1px solid #008C70;
  border-radius: 50%;
  pointer-events: none;
}

ul {
  text-align: left;
}

#notification button {
  background-color: white;
  color: black;
  display: block;
}

.device-help {
  color: #008C70;
  font-size: 18px;
}

.tooltip { pointer-events: none; }

/* Scroll to top */
.to-top {
  opacity: 0;
  text-align: center;
  position: fixed;
  bottom: -50px;
  right: 10px;
  z-index: 1000;
  transition: all 500ms cubic-bezier(0.470, 0.205, 0.265, 0.960); /* custom */
  -webkit-transition: all 500ms cubic-bezier(0.470, 0.205, 0.265, 0.960); /* custom */
}
.to-top.show-to-top {
  bottom: 30px;
  opacity: 1;
  z-index: 10000;
}
.to-top a {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba($white ,0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba($white ,0.2);
  box-shadow: inset 0px 0px 0px 1px rgba($white ,0.2);
}
.to-top a.btn {
  padding: 7px 12px;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  font-size: 15px;
  line-height: 18px;
  box-shadow: 0 2px 4px 0 rgba($black,0.10);
}
.to-top a.btn:hover, .to-top a.btn:focus, .to-top a.btn:active {
  /*background-color: lighten($signal-color, 10%);*/
}

.settings {
  float: right;
}
.settings img {
  width: 25px;
  margin-top: 13px !important;
}

.max-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.device-td {
  position: relative;
  height: 45px;
}

.device-td span {
  display: inline-block;
}

.device-td > a {
  position: absolute;
  top: 5px;
  right: 5px;
}

.btn-remove {
  position: relative;
}

.btn-remove span:first-child {
  position: absolute;
  left: 10px;
}
.btn-remove span:first-child > i {
  font-size: 20px;
}

.btn-remove span:last-child {
  padding-left: 10px;
}

.wifi-disabled {
  color: #fff !important;
  background-color: #6c757d !important;
}
/* SOCIAL LOGIN */
.social-login .social-btn {
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
  line-height: 18px;
  height: 42px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.social-login .social-btn.facebook-btn {
  background-color: #1977f3;
  color: #fff;
}
.social-login .social-btn.google-btn {
  background-color: #fff;
  color: #808080;
}
.social-login .social-btn.apple-btn {
  background-color: #050708;
  color: #FFFFFF;
}
.social-login .social-btn img {
  position: absolute;
  left: 20px;
  top: 11px;
}
.social-login .social-btn.email-btn img {
  width: 22px;
}
.social-login .social-btn.email-btn {
  background-color: #fff;
  color: #808080;
}
/* /SOCIAL LOGIN */

/* AUTOCOMPLETE */
.autocomplete {
  border: 1px solid #D8D8D8;
}
.autocomplete>div {
  font-family: "Open Sans", sans-serif;
}
.autocomplete>div.selected, .autocomplete>div:hover:not(.group) {
  background: #008C70;
  color: white;
}

.hfm {
  margin-top: 25px;
  margin-bottom: 25px;
  margin: 0 auto;
  max-width: 150px;
	position: relative;
	background: transparent;
	border: none;
	color: #808080;
	line-height: 20px;
  font-size: 12px;
}

#events p {
  text-align: left;
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
}

#events p .ts {
  float: right;
}

.ptr--box {
  padding: 2px !important;
}

.ptr--text {
  margin-top: 0px !important;
}

.preloader-layer span {
  top: 32%;
  position: absolute;
  left: 0;
  right: 0;
}

.inline {
  display: inline-block !important;
}

.buttons-container {
  padding-top: 10px;
}
.buttons-container > button {
  margin-right: 10px;
}

@media (min-width: 321px) and (max-width: 600px) {
  .weeks-wrapper dl dt.hour {
    width: calc(25% - 2px);
    font-size: 10px;
    letter-spacing: -0.05em;
  }
}

@media (min-width: 0px) and (max-width: 320px) {
  .weeks-wrapper dl dt.hour {
    width: calc(33% - 2px);
    font-size: 10px;
    letter-spacing: -0.05em;
  }
}
