/**
 * rwetelemedicina.com.br
 * Luis Guilherme | luis.guilherme@rwesistemas.com.br
 * Felipe Aquino | emerson.aquino@rwesistemas.com.br
 * Pedro Borges | pedro.jose@rwesistemas.com.br
 * Juliana Gutierrez | juliana.gutierrez@rwesistemas.com.br
 * Edgar Gutierrez | edgar.gutierrez@rwesistemas.com.br
 * Development Date | Abr-2022
 */

 /* Modo Não Mobile */
.top .non-mobile {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e6e6e6;
}

.top .non-mobile .top-logo {
  padding: 10px 13px;
}

.top .non-mobile .top-logo img {
  height: 22px;
}

.top .non-mobile .top-employee {
  padding: 6px 13px;
  text-align: right;
  flex: auto;
  border-right: solid 1px #e6e6e6;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.775rem;
  line-height: 1.5;
}

.top .non-mobile .top-employee-name {
  font-weight: bold;
}

.top .non-mobile .top-sector {
  padding: 6px 13px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.775rem;
  line-height: 1.5;
}

.top .non-mobile .top-sector-name {
  font-weight: bold;
}

.top .non-mobile .top-notification {
  padding: 10px 13px;
  background: #fef4f6;
  color: #f0506e;
  cursor: pointer;
}

.top .non-mobile .top-reload {
  padding: 10px 13px;
  background: #f4f7fe;
  color: #5063f0;
  cursor: pointer;
}

.top .non-mobile .top-logout {
  padding: 10px 13px;
  background: #ddd;
  cursor: pointer;
}

/* Modo Mobile */
.top .mobile {
  background-color: #fff;
  display: flex;
  border-bottom: solid 1px #e6e6e6;
}

.top .mobile .top-menu {
  padding: 10px 13px;
  background: #e6e6e6;
  color: #ddd;
  border-right: solid 1px #d6d6d6;
  cursor: pointer;
}

.top .mobile .top-menu a {
  color: #333;
}

.top .mobile .top-logo {
  padding: 10px 13px;
  flex: auto;
}

.top .mobile .top-logo img {
  height: 22px;
}

.top .mobile .top-notification {
  padding: 10px 13px;
  background: #fef4f6;
  color: #f0506e;
  cursor: pointer;
}

.top .mobile .top-reload {
  padding: 10px 13px;
  background: #f4f7fe;
  color: #5063f0;
  cursor: pointer;
}

.top .mobile .top-logout {
  padding: 10px 13px;
  background: #ddd;
  cursor: pointer;
}
