#scrollbar {
  overflow: hidden;
  width: auto;
  height: 100%;
}

.menu {
  background-color: white;
  height: calc(100% - 92px) !important;
  overflow: auto;
}

.menu a {
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
}

.slimScrollDiv {
  height: 100% !important;
}

.multiple-select-usuarios > .dropdown-menu {
  max-height: 282px !important;
  overflow: overlay !important;
}

.multiple-select-usuarios .dropdown-menu {
  min-height: 30.89px !important;
}

.ul-nav-tabs-rotina {
	border-bottom: 1px solid #0c9abe;
  padding: 0px;
  margin: 0px;
  height: 40px;
}

.li-nav-tabs-rotina {
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0c9abe;
  float: left;
  list-style: none;
  height: inherit;
  max-width: 260px;
  background-color: #F5F5F5;
}

.a-nav-tabs-rotina {
  display: inline-block;
  color: #4A5C61;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

.active-tabs-rotina {
  background: #FFF;
  border: 1px solid #0c9abe;
  border-bottom: 0px;
}

.button-close-rotina {
  height: 20px;
  width: 20px;
  padding: 0px 0px 0px 0px;
  border-color: transparent !important;
  background-color: inherit !important;
  color: #4A5C61;
  float: right;
  display: inline;
}

.button-close-rotina:active {
  color: #4A5C61 !important;
  box-shadow: none !important;
}

.ul-nav-tabs-rotina>.active-tabs-rotina {
  color: #fff;
}

.active-tabs-rotina .a-nav-tabs-rotina {
  color: #0c9abe;
}

.button-close-rotina:hover {
  color: #c9302c !important;
  box-shadow: none;
}

.i-icon-big-20 {
  font-size: 20px;
}
.md-skin .nav-second-level li a.nivel-2 {
	padding-left: 30px !important;
}
.md-skin .nav-second-level li a.nivel-3 {
	padding-left: 40px !important;
}
.md-skin .nav-second-level li a.nivel-4 {
	padding-left: 50px !important;
}
.label-info.rotina-agrupadora {
	margin-right: 25px;
}
.nav.navbar-top-links.navbar-right {
	display: flex;
  align-items: center;
  justify-items: flex-end;
  justify-content: flex-end;
  margin: 0;
}
.logo-home {
  height: 30px;
	margin: 10px 0;
	cursor: pointer;
}
.logo-home-dark {
  margin: 0;
  height: 30px;
  width: auto;
}
@media ( max-width: 768px) {
	.box-info-user {
	    padding-left: 0;
	    padding-top: 0;
	}
}
@media ( max-width: 325px) {
	.box-info-user {
	    display: none;
	}
}
.box-info-user {
  width: 100%;
}
.div-nome-wta {
  padding: 0px;
}
.div-nome-wta-dark {
  padding: 0;
}
.nome-wta {
	color: #29b6c5;
	font-size: 16px;
  font-weight: bold;
}
.bars-wta {
  color: white;
  float: left;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bars-wta:hover {
  color: white;
}
.btn-menu {
	background-color: #FFF;
	border-color: #FFF;
	color: #333;
	padding: 0;
}
.btn-menu:active {
	-webkit-box-shadow: nome;
    box-shadow: none;
}
.link-central {
  padding-right: 0px !important;
}
.link-central i {
  margin-right: 2px !important;
  font-size: 19px !important;
}
.float-right {
	float: right;
}
.padding-bottom-15 {
	padding-bottom: 15px;
}

.nav span.label.dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    padding: 1px;
    right: 12px;
}
