.small-box h3 {
  font-size:25px;
  font-weight:bolder;
}

.login-box-body {
  box-shadow: 0 4px 8px 2px #999;
}

.info-box {
  box-shadow: 0 2px 4px 1px #999;
  padding: 5px;
  min-height: 0;
  margin: 10px auto;
}

.box {
  box-shadow: 0 4px 8px 2px #999;
}

.box .box-body {
  padding: 30px;
  padding-top: 5px;
}

.cliente-os {
  /* max-height:40px; */
  border-radius:3px;
  white-space: nowrap;
  padding:5px;
  /* margin-top:5px; */
  max-width:100%;
  overflow-x:hidden !important;
  background-color: #999;
  color: white;
  border: 1px solid silver;
  font-weight: 600;
  font-size: 150%;
}

.cliente-os-quebra-linha {
  border-radius: 3px;
  padding: 5px;
  margin-top: 5px;
  max-width: 100%;
  height: 100px;
  overflow-y: auto;
  background-color: #eee;
  border: 1px solid silver;
  font-weight: 600;
}

.solicitacao-os {
  max-height: 40px;
  border-radius: 3px;
  padding: 10px;
  margin-top: 5px;
  min-height: 50px;
  max-height: 50px;
  overflow-y: hidden;
}

hr.divisor {
  margin: 5px;
  
}

@media (max-width: 767px) {
  .main-sidebar, .left-side {
      padding-top: 50px;
  }
}

@media (max-width: 767px){
  .fixed .content-wrapper, .fixed .right-side {
      padding-top: 50px;
  }
}

#view {
  padding: 10px 0;
}

.ui-widget-content {
  z-index: 2000;
}

