.ui-dialog-titlebar {
  background-color: #cc0000;
  color: #ffffff;
}
.ui-widget {
  font-family: inherit;
}
.ui-tabs.ui-widget-content {
  border: 0;
}
.ui-tooltip {
  max-width: 370px;
}

.ui-menu {
  width: 200px;
  position: absolute;
  z-index: 12000;
  border: 1px solid black;
  white-space: nowrap;
}
.ui-menu.large {
  width: 900px;
}
.ui-menu-item {
  padding-left: 0;
}
.ui-widget-title {
  background-color: #5499c7;
  font-weight: bold;
  text-align: center;
  color: white;
  opacity: 1 !important;
}
.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;
  ffont-family: "Open Sans Condensed", sans-serif;
  border: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab {
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1);
  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: rgba(186, 186, 186, 0.1);
  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;
}
.ui-widget * {
  outline: none;
}
.ui-dialog {
  z-index: 12001;
}

.ui-tabs .ui-tabs-panel {
  padding: 0.2rem 0.2rem;
}

#bartabs {
  width: 55em;
}
#bartabs .ui-tabs-nav {
  padding: 0.2em 0.1em 0.2em 0.2em;
  float: left;
  width: 12em;
}
#bartabs .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.2em 0;
}
#bartabs .ui-tabs-nav li a {
  display: block;
}
#bartabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: 0.1em;
  border-right-width: 1px;
}
#bartabs .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 40em;
}
