@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
       url("../fonts/Framework7Icons-Regular.woff") format("woff"),
       url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}

button{
  -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
background:none;
border:none;
}

.page-login-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-green-excelencia{
  background: #00632f;
}

.cliente-nome{
  font-size: 17px;
  font-weight: 600;
  color: #00632f;
}

.cliente-nome .f7-icons{
  top: 4px;
  position: relative;
}

.txt-equipamento .f7-icons{
  position: relative;
  font-size: 12px;
}

.txt-sala .f7-icons{
  font-size: 12px;
  position: relative;
}

.loader-page{
  text-align: center;
  padding: 60px 0;
}

.box-reload-page{
  padding: 100px;
  text-align: center;
}

.box-reload-page button{
  max-width: 200px;
  display: inline-block;
}

.block-name-unidade{
  padding: 0 10px;
}


.button-reload-page{
  padding: 10px 3px;
  margin: 0 5px;
}

.button-reload-page i{
  font-size: 20px;
}

.form-login-box{
  max-width: 280px;
  margin: 0 auto;
}

.obs-estet{
  border: 1px solid #d6d6d6;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #eeeeee;
}

.box-detalhe-agendamento{
  border: 1px solid #d6d6d6;
  padding: 15px;
}

.box-detalhe-agendamento__item{
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.box-detalhe-agendamento__dados{
  padding-right: 30px;
}

.box-detalhe-agendamento__button{
  position: absolute;
  right: 0;
  top: 0;
}

.box-adidicionar textarea{
  border: 1px solid #d6d6d6;
  padding: 10px;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 20px 0 10px 0;
  height: 100px;
}

.bt-pesquisar-venda{
  margin-top: 15px;
}

.hide{
  display: none;
}

.version-txt{
  font-size: 11px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 600px) {
  #logo-excelencia-login {
    width: 200px;
  }
}
