.ui-widget {
  font-family: inherit;
}
.ui-tabs.ui-widget-content {
  border: 0;
}
.ui-tooltip {
  max-width: 370px;
}

.ui-menu {
  width: 250px;
  position: absolute;
  z-index: 12000;
  border: 1px solid black;
  white-space: nowrap;
}
.ui-menu.large {
  width: 900px;
}
.ui-menu-item {
  padding-left: 0;
}

.ui-tabs {
  background-color: transparent;
}
.ui-tabs .ui-tabs-nav {
  background-color: transparent;
  border: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  color: #f6f6f6;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  border: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab {
  border-radius: 0.4em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-top-color: rgb(216, 216, 216);
  border-right-color: rgb(209, 209, 209);
  border-bottom-color: rgb(186, 186, 186);
  border-left-color: rgb(209, 209, 209);
  border-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-width: 0;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab {
  background-color: #c94663;
  background-image: url(https://app.dodys.ro/assets/css/images/bg01.png);
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  background-color: #3cac3c;
  border-color: #c5c5c5;
}
.ui-widget * {
  outline: none;
}
.ui-dialog {
  z-index: 13000;
}
.ui-datepicker {
  background-color: #e9e9e9;
}
.ui-tabs .ui-tabs-panel {
  padding: 0.2rem 0.2rem;
}
