/**************************************************************************************
* This file is intended for shared less variables and shared less mixins styles.  
*
* This file is copied to all Products.
**************************************************************************************/
/**************************************************************
* Common Fonts, Colors, etc.
**************************************************************/
/**************************************************************
* DarkMode Colors
**************************************************************/
/**************************************************************
* Mixin Definitions
**************************************************************/
.SmallButtonSpacer {
  width: 18px;
  height: 18px;
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
}
a.SmallDeleteButton.button {
  border: none;
  box-shadow: none;
}
a.SmallDeleteButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/smalldeleteicon.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
a.SmallRedoButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/arrow_redo.png');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
a.SmallEditButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/smallediticon.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.SmallAddButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/smalladdicon.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.SmallDeployButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/run.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.SmallRunButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/run.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.SmallRefreshButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/smallloop2.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.SmallRefreshGreenButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/smallloop-green.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.SmallUpButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/uparrow.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.SmallDownButton {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-image: url('/Resources/Images/Icons/downarrow.svg');
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.SmallAppIcon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/Resources/Images/Icons/smallapplicationicon.svg');
  display: inline-block;
}
a.ServerIcon.HasDocker::before {
  background-image: url('/Resources/Images/Scripting/dockerfile.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 20px 20px;
  content: '';
  margin: 0 5px 0 -27px;
}
.PrimaryServerIcon,
.ServerIcon,
.ServerGroupIcon {
  background-size: 16px 16px;
  padding-left: 26px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
}
.PrimaryServerIcon {
  background-image: url('/Resources/Images/Icons/primaryservericon.svg');
}
.ServerIcon {
  background-image: url('/Resources/Images/Icons/servericon.svg');
}
.ServerGroupIcon {
  background-image: url('/Resources/Images/Icons/servergroupicon.svg');
}
.SmallHelpIcon {
  width: 16px;
  height: 16px;
  background: url('/resources/images/icons/help.svg');
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  opacity: 0.5;
}
.SmallHelpIcon:hover {
  opacity: 1;
}
a.ci-icon {
  padding-left: 20px;
  background-position-x: left;
  background-position-y: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
a.ci-icon.git {
  /* should come first so it gets overridden by other CI classes */
  background-image: url('/Resources/CI/git-brands.svg');
}
a.ci-icon.issue {
  /* should come first so it gets overridden by other issue classes */
  background-image: url('/Resources/CI/issue-tracker.svg');
}
a.ci-icon.gitlab {
  background-image: url('/Resources/CI/gitlab-logo.svg');
}
a.ci-icon.github {
  background-image: url('/Resources/CI/github-logo.png');
}
a.ci-icon.gitea {
  background-image: url('/Resources/CI/gitea-logo.svg');
}
a.ci-icon.proget {
  background-image: url('/Resources/CI/proget-logo.svg');
}
a.ci-icon.otter {
  background-image: url('/Resources/CI/otter-logo.svg');
}
a.ci-icon.buildmaster {
  background-image: url('/Resources/CI/buildmaster-logo.svg');
}
a.ci-icon.jenkins {
  background-image: url('/Resources/CI/jenkins-brands.svg');
}
a.ci-icon.bamboo {
  background-image: url('/Resources/CI/bamboo-logo.svg');
}
a.ci-icon.bitbucket {
  background-image: url('/Resources/CI/bitbucket-brands.svg');
}
a.ci-icon.circleci {
  background-image: url('/Resources/CI/circle-logo-badge-black.png');
}
a.ci-icon.travisci {
  background-image: url('/Resources/CI/travis-ci-logo.png');
}
a.ci-icon.appveyor {
  background-image: url('/Resources/CI/appveyor_logo.png');
}
a.ci-icon.azuredevops {
  background-image: url('/Resources/CI/azure-devops_logo.svg');
}
a.ci-icon.youtrack {
  background-image: url('/Resources/CI/youtrack.svg');
}
a.ci-icon.jira {
  background-image: url('/Resources/CI/jira.svg');
}
img.ci-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
/**************************************************************
* [Control] ApplicationDropdownNavigationBar
**************************************************************/
.application-dropdown-navigation-bar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #fac7b5;
  margin-bottom: 15px;
}
.application-dropdown-navigation-bar div.content {
  clear: both;
  position: relative;
  z-index: 5;
}
.application-dropdown-navigation-bar div.content a {
  text-decoration: none;
  color: inherit;
  color: #444;
}
.application-dropdown-navigation-bar div.content a:hover {
  color: inherit;
}
.application-dropdown-navigation-bar div.content > ul {
  list-style-type: none;
  margin: 0;
}
.application-dropdown-navigation-bar div.content > ul li {
  display: inline-block;
}
.application-dropdown-navigation-bar div.content > ul * {
  padding: 0;
  margin: 0;
}
.application-dropdown-navigation-bar div.content > ul > li {
  padding: 8px 25px 8px 0;
}
.application-dropdown-navigation-bar div.content > ul > li > a,
.application-dropdown-navigation-bar div.content > ul > li > span {
  margin-left: 10px;
}
.application-dropdown-navigation-bar div.content > ul > li:hover {
  cursor: pointer;
}
.application-dropdown-navigation-bar div.content > ul > li.selected {
  font-weight: bold;
}
.application-dropdown-navigation-bar div.content > ul li {
  position: relative;
}
.application-dropdown-navigation-bar div.content > ul li ul {
  border: 1px solid #A6AdB6;
  border-left: 2px solid #A6AdB6;
  background-color: #f6f6f6;
  min-width: 210px;
  max-width: 300px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 37px;
  display: none;
}
.application-dropdown-navigation-bar div.content > ul li ul li {
  clear: both;
  width: 100%;
  color: #000000;
}
.application-dropdown-navigation-bar div.content > ul li ul li a,
.application-dropdown-navigation-bar div.content > ul li ul li span {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #000000;
  padding: 4px 10px;
}
.application-dropdown-navigation-bar div.content > ul li ul li a:hover,
.application-dropdown-navigation-bar div.content > ul li ul li span:hover {
  color: #444;
}
.application-dropdown-navigation-bar div.content > ul li ul li span {
  opacity: 0.5;
  cursor: not-allowed;
}
.application-dropdown-navigation-bar div.content > ul li ul li:hover {
  background-color: #e8edef;
  color: #444;
}
.application-dropdown-navigation-bar div.content > ul li:hover > ul,
.application-dropdown-navigation-bar div.content > ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
/**************************************************************
* [Control] Timeline3
**************************************************************/
ul.timeline3 {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}
ul.timeline3 > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.timeline3 > li {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 5px 0;
  min-width: 90px;
  min-height: 70px;
  background-color: #F9F9F9;
  /*border-radius:3px;*/
  border: 1px solid #E7E7E7;
  display: inline-block;
  vertical-align: top;
  max-width: 90px;
  border-radius: 3px;
}
ul.timeline3 > li:nth-child(n+2)::before {
  content: '';
  display: block;
  float: left;
  margin-top: calc((70px - 50px)/2 - 1px);
  border-top: calc(50px / 2) solid transparent;
  border-left: 35px solid #bababa;
  border-bottom: calc(50px / 2) solid transparent;
}
ul.timeline3 > li .title {
  font-weight: bold;
  margin: 2px 0;
  overflow: hidden;
}
ul.timeline3 > li .items {
  min-height: calc(70px - 20px);
  display: table;
  width: 100%;
  max-width: 90px;
}
ul.timeline3 > li .items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
ul.timeline3 > li .items > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.timeline3 > li .items > ul > li {
  margin-bottom: 4px;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.timeline3 > li .items > ul > li img {
  vertical-align: baseline;
}
ul.timeline3 > li .items > ul > li span.info-block {
  display: block;
  border-radius: 0;
}
ul.timeline3 > li .items > ul > li span.info-block.executing {
  background-color: #8da0b1;
}
ul.timeline3 > li .items > ul > li span.info-block.executing:before {
  margin-left: -18px;
}
ul.timeline3 > li.build {
  background-color: #f2f2f2;
  border: none;
  background-color: inherit;
  max-width: none;
  margin-top: 15px;
  color: #ffffff;
}
ul.timeline3 > li.build .items {
  max-width: none;
}
ul.timeline3 > li.build .items ul li {
  max-width: none;
}
ul.timeline3 > li.success {
  color: #499e8d;
  border: solid 1px #499e8d;
}
ul.timeline3 > li.failed {
  color: #de5948;
  border: solid 1px #de5948;
}
ul.timeline3 > li.failed:before {
  border-left-color: #de5948;
}
ul.timeline3 > li.pending {
  color: #48729d;
  border-color: #48729d;
}
ul.timeline3 > li.pending:before {
  border-left-color: #48729d;
}
ul.timeline3 > li.notapplicable {
  color: #A6AdB6;
}
ul.timeline3 > li.notapplicable:before {
  border-left-color: #F0F0F0;
}
ul.timeline3 > li.warning {
  color: #ee9d66;
  border-color: #ee9d66;
}
ul.timeline3 > li.warning:before {
  border-left-color: #ee9d66;
}
ul.timeline3.no-triangles > li:before {
  display: none;
}
ul.timeline3::before {
  display: block;
  content: '';
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #f2f2f2;
  background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.01) 10%, rgba(242, 242, 242, 0.01) 90%, rgba(242, 242, 242, 0) 100%);
  top: calc((70px / 2) - (20px / 2) + 5px);
  position: absolute;
  z-index: 0;
}
ul.timeline3.e2 > li:nth-child(n+2) {
  margin-left: 300px;
}
ul.timeline3.e2 > li:nth-child(n+2):before {
  margin-left: -162px;
}
ul.timeline3.e3 > li:nth-child(n+2) {
  margin-left: 200px;
}
ul.timeline3.e3 > li:nth-child(n+2):before {
  margin-left: -112px;
}
ul.timeline3.e4 > li:nth-child(n+2) {
  margin-left: 100px;
}
ul.timeline3.e4 > li:nth-child(n+2):before {
  margin-left: -62px;
}
ul.timeline3.e5 > li:nth-child(n+2) {
  margin-left: 70px;
}
ul.timeline3.e5 > li:nth-child(n+2):before {
  margin-left: -48px;
}
ul.timeline3.e6 > li:nth-child(n+2) {
  margin-left: 50px;
}
ul.timeline3.e6 > li:nth-child(n+2):before {
  margin-left: -38px;
}
ul.timeline3.ex {
  text-align: left;
}
ul.timeline3.ex:before {
  display: none;
}
ul.timeline3.ex > li:nth-child(n+2) {
  margin: 5px 0 0 48px;
}
ul.timeline3.ex > li:nth-child(n+2):before {
  margin-left: -38px;
}
ul.timeline3.small {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}
ul.timeline3.small > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.timeline3.small > li {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 5px 0;
  min-width: 85px;
  min-height: 25px;
  background-color: #F9F9F9;
  /*border-radius:3px;*/
  border: 1px solid #E7E7E7;
  display: inline-block;
  vertical-align: top;
  max-width: 85px;
  border-radius: 3px;
}
ul.timeline3.small > li:nth-child(n+2)::before {
  content: '';
  display: block;
  float: left;
  margin-top: calc((25px - 20px)/2 - 1px);
  border-top: calc(20px / 2) solid transparent;
  border-left: 20px solid #bababa;
  border-bottom: calc(20px / 2) solid transparent;
}
ul.timeline3.small > li .title {
  font-weight: bold;
  margin: 2px 0;
  overflow: hidden;
}
ul.timeline3.small > li .items {
  min-height: calc(25px - 20px);
  display: table;
  width: 100%;
  max-width: 85px;
}
ul.timeline3.small > li .items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
ul.timeline3.small > li .items > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.timeline3.small > li .items > ul > li {
  margin-bottom: 4px;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.timeline3.small > li .items > ul > li img {
  vertical-align: baseline;
}
ul.timeline3.small > li .items > ul > li span.info-block {
  display: block;
  border-radius: 0;
}
ul.timeline3.small > li .items > ul > li span.info-block.executing {
  background-color: #8da0b1;
}
ul.timeline3.small > li .items > ul > li span.info-block.executing:before {
  margin-left: -18px;
}
ul.timeline3.small > li.build {
  background-color: #f2f2f2;
  border: none;
  background-color: inherit;
  max-width: none;
  margin-top: 15px;
  color: #ffffff;
}
ul.timeline3.small > li.build .items {
  max-width: none;
}
ul.timeline3.small > li.build .items ul li {
  max-width: none;
}
ul.timeline3.small > li.success {
  color: #499e8d;
  border: solid 1px #499e8d;
}
ul.timeline3.small > li.failed {
  color: #de5948;
  border: solid 1px #de5948;
}
ul.timeline3.small > li.failed:before {
  border-left-color: #de5948;
}
ul.timeline3.small > li.pending {
  color: #48729d;
  border-color: #48729d;
}
ul.timeline3.small > li.pending:before {
  border-left-color: #48729d;
}
ul.timeline3.small > li.notapplicable {
  color: #A6AdB6;
}
ul.timeline3.small > li.notapplicable:before {
  border-left-color: #F0F0F0;
}
ul.timeline3.small > li.warning {
  color: #ee9d66;
  border-color: #ee9d66;
}
ul.timeline3.small > li.warning:before {
  border-left-color: #ee9d66;
}
ul.timeline3.small.no-triangles > li:before {
  display: none;
}
ul.timeline3.small::before {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #f2f2f2;
  background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.01) 10%, rgba(242, 242, 242, 0.01) 90%, rgba(242, 242, 242, 0) 100%);
  top: calc((25px / 2) - (3px / 2) + 5px);
  position: absolute;
  z-index: 0;
}
ul.timeline3.small.e2 > li:nth-child(n+2) {
  margin-left: 300px;
}
ul.timeline3.small.e2 > li:nth-child(n+2):before {
  margin-left: -162px;
}
ul.timeline3.small.e3 > li:nth-child(n+2) {
  margin-left: 200px;
}
ul.timeline3.small.e3 > li:nth-child(n+2):before {
  margin-left: -112px;
}
ul.timeline3.small.e4 > li:nth-child(n+2) {
  margin-left: 100px;
}
ul.timeline3.small.e4 > li:nth-child(n+2):before {
  margin-left: -62px;
}
ul.timeline3.small.e5 > li:nth-child(n+2) {
  margin-left: 70px;
}
ul.timeline3.small.e5 > li:nth-child(n+2):before {
  margin-left: -48px;
}
ul.timeline3.small.e6 > li:nth-child(n+2) {
  margin-left: 50px;
}
ul.timeline3.small.e6 > li:nth-child(n+2):before {
  margin-left: -38px;
}
ul.timeline3.small.ex {
  text-align: left;
}
ul.timeline3.small.ex:before {
  display: none;
}
ul.timeline3.small.ex > li:nth-child(n+2) {
  margin: 5px 0 0 48px;
}
ul.timeline3.small.ex > li:nth-child(n+2):before {
  margin-left: -38px;
}
ul.timeline3.small > li .title {
  text-overflow: ellipsis;
  font-size: 10px;
  margin-top: 5px;
}
ul.timeline3.small > li .items {
  display: none;
}
/**************************************************************
* [Control] Timeline4
**************************************************************/
.timeline4 {
  padding: 20px;
}
.timeline4 .row {
  display: flex;
  justify-content: center;
  /* _2, _3, _4, _X represent number of items in the row */
}
.timeline4 .row .item {
  background-color: #f7f7f7;
  width: 90px;
  min-height: 75px;
  border: 1px solid #e8edef;
  color: #A6AdB6;
  min-width: 45px;
}
.timeline4 .row .item .title {
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.timeline4 .row .item .title > a {
  color: inherit;
}
.timeline4 .row .item.empty .title {
  margin-top: 25px;
}
.timeline4 .row .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline4 .row .item ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline4 .row .item ul li {
  margin-top: 10px;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
.timeline4 .row .item ul li img {
  vertical-align: baseline;
}
.timeline4 .row .item ul li > a {
  display: block;
  padding: 4px;
  text-align: center;
}
.timeline4 .row .item ul li span.info-block {
  display: block;
  border-radius: 0;
}
.timeline4 .row .item ul li span.info-block.executing {
  background-color: #8da0b1;
}
.timeline4 .row .item ul li span.info-block.executing:before {
  margin-left: -18px;
}
.timeline4 .row .item ul._2 li {
  margin-top: 4px;
}
.timeline4 .row .item ul._2 li span.info-block {
  padding-top: 2px;
  padding-bottom: 2px;
}
.timeline4 .row .item ul._X li {
  margin-top: 2px;
}
.timeline4 .row .item ul._X li span.info-block {
  padding-top: 0;
  padding-bottom: 0;
}
.timeline4 .row .item.warning {
  color: #ee9d66;
  border-color: #ee9d66;
}
.timeline4 .row .item.failed {
  color: #de5948;
  border-color: #de5948;
}
.timeline4 .row .item.pending {
  color: #48729d;
  border-color: #48729d;
}
.timeline4 .row .item.success {
  color: #499e8d;
  border-color: #499e8d;
}
.timeline4 .row .item-separator {
  display: flex;
  width: 90px;
  min-height: 37.5px;
  border-top: 1px solid #e8edef;
  margin-top: 37.5px;
  justify-content: center;
}
.timeline4 .row .item-separator img {
  height: 20px;
  width: 20px;
  display: block;
  margin-top: -10px;
}
.timeline4 .row._2 .item-separator {
  width: 360px;
}
.timeline4 .row._3 .item-separator {
  width: 180px;
}
.timeline4 .row._X {
  justify-content: normal;
}
.timeline4 .row._X .item-separator:last-child {
  border-top: 1px solid #e8edef;
  border-right: 1px solid #e8edef;
  border-bottom: 0;
  margin-top: 37.5px;
}
.timeline4 .row._X .item-separator:last-child img {
  margin-top: -10px;
}
.timeline4 .row-separator {
  margin-top: -1px;
  height: 40px;
  display: flex;
}
.timeline4 .row-separator .line {
  /* If math is not wrapped in a calc() this will be done at compile time.  including calc will be handled at runtime */
}
.timeline4 .row-separator .line.left {
  width: 45px;
  height: 20px;
  border-left: 1px solid #e8edef;
  border-top: 1px solid #e8edef;
  margin-top: 20px;
  margin-left: 45px;
}
.timeline4 .row-separator .line.middle {
  width: 729px /* 5x items (w/ 2px margin) + 5x separators + 1px extra margin */ /* left w/ 1px margin*/ /* right w/ 1px margin*/;
  height: 20px;
  border-bottom: 1px solid #e8edef;
}
.timeline4 .row-separator .line.right {
  width: 90px;
  height: 20px;
  border-bottom: 1px solid #e8edef;
  border-right: 1px solid #e8edef;
}
/**************************************************************
* [Control] ReleaseStagesTimeline
**************************************************************/
.release-stage-timeline .row .item.create-build {
  background-color: #48729d;
  color: #ffffff;
  border-radius: 6px;
  min-height: 40px;
  height: 40px;
  margin-top: 20px;
}
.release-stage-timeline .row .item.create-build .title {
  margin-top: 8px;
  font-weight: 600;
}
/**************************************************************
* [Control] Action Server Picker (filebrowser.ts)
**************************************************************/
.server-picker-item img {
  vertical-align: middle;
}
.server-picker-item span {
  vertical-align: middle;
}
/**************************************************************
* [Control] ConfigFileList
**************************************************************/
.configfile-overview {
  min-height: 80px;
  position: relative;
  margin-bottom: 20px;
}
.configfile-overview.inactive {
  opacity: 0.8;
}
.configfile-overview.empty-placeholder {
  text-align: center;
  padding-top: 20px;
  min-height: 40px;
}
.configfile-overview.inactive-placeholder {
  opacity: 0.8;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
  min-height: 40px;
}
.configfile-overview.inactive-placeholder:hover {
  text-decoration: underline;
}
.configfile-overview .content {
  padding: 5px;
}
.configfile-overview .content p {
  margin: 0;
}
.configfile-overview .content hr {
  height: 1px;
  background-color: #ccc;
  border: none;
}
.configfile-overview .content .latest-version {
  float: left;
  display: inline-block;
  color: #777;
  font-style: italic;
}
.configfile-overview .content .last-deployment {
  float: right;
  display: inline-block;
  color: #777;
  font-style: italic;
}
.configfile-overview .content .last-deployment a {
  font-style: normal;
}
.configfile-overview .content .expand {
  display: inline-block;
  color: #777;
  margin-left: 5px;
}
.configfile-overview .content table {
  width: 100%;
  margin-bottom: 0;
}
.configfile-overview .content table .instance:after {
  content: ', ';
}
.configfile-overview .content table .instance:last-child:after {
  content: none;
}
.configfile-overview > h2 {
  color: #808080;
  font-size: 22px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.configfile-overview > h2 > a {
  font-size: inherit;
  text-decoration: none;
}
.configfile-overview h3 {
  color: #808080;
  font-size: 18px;
  font-weight: normal;
  margin: 12px 0 4px 10px;
}
.configfile-overview p.none {
  margin: 0 0 0 20px;
  font-style: italic;
  color: #777;
}
.configfile-overview p.no-instances {
  margin: 0;
  font-style: italic;
  color: #777;
}
.configfile-overview ul.instances {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.configfile-overview ul.instances > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.configfile-overview ul.instances li {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #a7a7a7;
  background-color: #f9f9f9;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #222;
}
.configfile-overview ul.instances li.template {
  color: #555;
  border: 1px dashed #a7a7a7;
  background-color: #fefefe;
}
/**************************************************************
* [Control] WorkflowPicker inedobmx_WorkflowPicker in PipelinePicker.ts
**************************************************************/
.workflow-picker .color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: text-top;
}
/**************************************************************
* [Control] PipelinePicker, PipelineHyperlink
**************************************************************/
.pipeline-block {
  display: inline-block;
  padding: 4px;
  border-radius: 3px;
}
/**************************************************************
* [Control] TemplateVariableEditor
**************************************************************/
.template-variable-editor .variable-container {
  display: inline-block;
  width: 85%;
}
.template-variable-editor .variable-container > div {
  padding: 5px 0 0 0;
}
.template-variable-editor .variable-container > div div.left,
.template-variable-editor .variable-container > div div.right {
  width: 48%;
  float: left;
}
.template-variable-editor .variable-container > div div.left input,
.template-variable-editor .variable-container > div div.right input {
  margin-top: 23px;
  display: inline-block;
}
.template-variable-editor .variable-container > div div.clear {
  clear: both;
}
.template-variable-editor select.type {
  display: block;
  width: 120px;
}
.template-variable-editor hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8da0b1;
  border: none;
}
.template-variable-editor-dialog .ui-dialog-buttonpane {
  border: none;
  background-color: transparent;
}
.template-variable-editor-dialog .ui-dialog-buttonpane button {
  border-color: #48729d;
  background-color: transparent;
}
.template-variable-editor-dialog .ui-dialog-buttonpane button span {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  line-height: 21px;
  color: #48729d;
}
.template-variable-editor-dialog .ui-dialog-buttonpane button:hover span {
  color: #ffffff;
}
/**************************************************************
* [Control] ReleaseDeployablesPicker
**************************************************************/
.release-deployables-container {
  width: 575px;
}
/**************************************************************
* [Control] ReleaseDeployablesList
**************************************************************/
ul.deployables {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
ul.deployables > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.deployables li {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #E7E7E7;
  background-color: #f9f9f9;
  margin-right: 10px;
  margin-bottom: 5px;
}
ul.deployables li.imported {
  background-color: #e7e7e7;
}
/**************************************************************
* [Control] BuildVariables2 & ReleaseVariables
**************************************************************/
.variable-value-container table td.fixed-width {
  overflow-x: hidden;
  max-width: 215px;
  text-overflow: ellipsis;
}
/**************************************************************
* [Control] ReleaseNotes
**************************************************************/
.release-notes-container td .note-text {
  white-space: pre-line;
}
.release-notes-container td .modified-by {
  font-size: 80%;
  font-style: italic;
}
/**************************************************************
* [Control] MiniProgressBar
**************************************************************/
.mini-progress-bar-container {
  position: relative;
  height: 22px;
  font-size: 12px;
  line-height: 1em;
}
.mini-progress-bar-container .mini-progress-bar {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
}
.mini-progress-bar-container .mini-progress-bar .band {
  float: left;
  height: 5px;
}
.mini-progress-bar-container .mini-progress-bar .band .red {
  background-color: #de5948;
}
.mini-progress-bar-container .mini-progress-bar .band .blue {
  background-color: #48729d;
}
.mini-progress-bar-container .mini-progress-bar .band .green {
  background-color: #499e8d;
}
.mini-progress-bar-container .mini-progress-bar .band .orange {
  background-color: #ee9d66;
}
/**************************************************************
* [Control] BuildPackageList
**************************************************************/
.remote-package-block img {
  width: 16px;
  height: 16px;
}
/**************************************************************
* [Control] MarkdownTextInput
**************************************************************/
.markdown-preview {
  min-height: 200px;
  padding: 10px;
  padding-top: 0;
  background-color: #fbfbfb;
  border: 1px solid #e2e2e2;
}
/**************************************************************
* [Control] VariableSummary62
**************************************************************/
.variable-summary-62 table td.fixed-width {
  overflow-x: hidden;
  max-width: 500px;
  text-overflow: ellipsis;
}
.variable-summary-62 table td i.prompted {
  color: #777;
}
.variable-summary-62 table td i.automatic {
  color: #777;
}
/**************************************************************
* [Control] DP Filter
**************************************************************/
.dp-filter {
  background: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
}
.dp-filter > ul {
  list-style: none;
  margin: 0;
}
.dp-filter > ul > li {
  display: inline-block;
  margin-right: 20px;
}
.dp-filter > ul > li label {
  color: #777;
}
.dp-filter > ul > li label input,
.dp-filter > ul > li label select {
  font-size: 10px;
}
.dp-filter > .loading-image {
  width: 20px;
  height: 20px;
  background-image: url('/Resources/Images/Icons/status-loading.gif');
  background-size: contain;
  float: right;
  display: none;
}
.dp-filter.loading > .loading-image {
  display: block;
}
/**************************************************************
* [Control] SmallHelpIcon
**************************************************************/
.small-help-icon-container {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5em;
}
.small-help-icon-container .small-help-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 14px;
  height: 14px;
  background: url(/resources/InedoLib/styles/icons/help.svg);
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  opacity: 0.6;
}
.small-help-icon-container .small-help-icon:hover {
  opacity: 1;
}
.small-help-icon-container .small-help-dialog {
  display: none;
}
/**************************************************************
* [Control] DescendantEnvironmentsTable
**************************************************************/
.descendant-environments tr.depth-0 td:first-child {
  padding-left: 10px;
  position: relative;
}
.descendant-environments tr.depth-0 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-1 td:first-child {
  padding-left: 20px;
  position: relative;
}
.descendant-environments tr.depth-1 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-2 td:first-child {
  padding-left: 30px;
  position: relative;
}
.descendant-environments tr.depth-2 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-3 td:first-child {
  padding-left: 40px;
  position: relative;
}
.descendant-environments tr.depth-3 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-4 td:first-child {
  padding-left: 50px;
  position: relative;
}
.descendant-environments tr.depth-4 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-5 td:first-child {
  padding-left: 60px;
  position: relative;
}
.descendant-environments tr.depth-5 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-6 td:first-child {
  padding-left: 70px;
  position: relative;
}
.descendant-environments tr.depth-6 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-7 td:first-child {
  padding-left: 80px;
  position: relative;
}
.descendant-environments tr.depth-7 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-8 td:first-child {
  padding-left: 90px;
  position: relative;
}
.descendant-environments tr.depth-8 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-9 td:first-child {
  padding-left: 100px;
  position: relative;
}
.descendant-environments tr.depth-9 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-10 td:first-child {
  padding-left: 110px;
  position: relative;
}
.descendant-environments tr.depth-10 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-11 td:first-child {
  padding-left: 120px;
  position: relative;
}
.descendant-environments tr.depth-11 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-12 td:first-child {
  padding-left: 130px;
  position: relative;
}
.descendant-environments tr.depth-12 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-13 td:first-child {
  padding-left: 140px;
  position: relative;
}
.descendant-environments tr.depth-13 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments tr.depth-14 td:first-child {
  padding-left: 150px;
  position: relative;
}
.descendant-environments tr.depth-14 td:first-child span {
  color: #A6AdB6;
}
.descendant-environments .inactive {
  text-decoration: line-through;
  color: #A6AdB6;
}
.descendant-environments .inactive a {
  color: #A6AdB6;
}
/**************************************************************
* [Control] DateTimePicker
**************************************************************/
.date-time-picker {
  margin-left: 25px;
}
.date-time-picker .date {
  width: 125px;
}
/**************************************************************
* [Control] select 2 release-picker
**************************************************************/
.slim-form-field .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  line-height: 18px;
}
.select2-chosen .release-picker .name,
.select2-results .release-picker .name {
  font-weight: bold;
}
.select2-chosen .release-picker .number,
.select2-results .release-picker .number {
  margin-left: 8px;
  font-style: italic;
  font-size: 11px;
}
.select2-chosen .release-picker .workflow,
.select2-results .release-picker .workflow {
  padding: 1px 4px;
  background-color: #fafafa;
  margin-left: 4px;
  font-size: 10px;
  text-transform: lowercase;
}
.select2-highlighted .release-picker {
  border-bottom: none;
}
.select2-highlighted .release-picker .workflow {
  background-color: inherit !important;
}
/**************************************************************
* [Control] NotificationBar
**************************************************************/
.notification-bar .content .info-block {
  border-color: transparent;
  background-color: transparent;
}
/**************************************************************
* [Control] GitBranchHyperlink
**************************************************************/
a.git-branch-link {
  font-family: Consolas, 'Courier New', monospace;
  padding: 3px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 4px;
  font-weight: 600;
}
a.git-branch-link img {
  height: 14px;
  padding-right: 4px;
  vertical-align: text-top;
  opacity: 0.5;
}
/**************************************************************
* [Control] GitCommitHyperlink
**************************************************************/
a.git-commit-link {
  font-family: Consolas, 'Courier New', monospace;
  background-color: #F0F0F0;
  border: 1px solid #CCC;
  padding: 2px 4px;
  border-radius: 5px;
  font-weight: 600;
  color: #48729d;
}
/**************************************************************
* [Control] GitTagBlock
**************************************************************/
.git-tag-block {
  border: solid 1px #c8b1d4;
  background-color: #9163aa;
  color: #e8edef;
  border-radius: 5px;
  padding: 3px;
  margin-right: 5px;
  white-space: nowrap;
  display: inline-block;
}
.git-tag-block a {
  color: #e8edef;
}
.git-tag-block a:hover {
  color: #e8edef;
}
/**************************************************************
* [Control] ReleaseHyperlink
**************************************************************/
a.release-link .release-name {
  font-weight: bold;
}
a.release-link .release-number {
  margin-left: 8px;
  font-style: italic;
  font-size: 11px;
}
a.release-link .pipeline-info {
  padding: 1px 4px;
  margin-left: 4px;
  font-size: 10px;
  text-transform: lowercase;
}
/**************************************************************
* [Control] ApplicationIcon
**************************************************************/
span.application-image {
  display: inline-block;
  height: 64px;
  max-height: 64px;
  line-height: 64px;
  vertical-align: sub;
}
span.application-image img,
span.application-image svg {
  height: 64px;
  line-height: 64px;
  font-weight: 600;
}
span.application-image span {
  font-size: 64px;
  line-height: 64px;
  max-height: 64px;
}
span.application-image.Icon32 {
  height: 32px;
  max-height: 32px;
  line-height: 32px;
}
span.application-image.Icon32 img,
span.application-image.Icon32 svg {
  font-size: 32px;
  max-height: 32px;
}
span.application-image.Icon32 span {
  font-size: 32px;
  line-height: 32px;
  max-height: 32px;
}
span.application-image.Icon16 {
  height: 16px;
  max-height: 16px;
  line-height: 16px;
}
span.application-image.Icon16 img,
span.application-image.Icon16 svg {
  font-size: 16px;
  max-height: 16px;
}
span.application-image.Icon16 span {
  font-size: 16px;
  line-height: 16px;
  max-height: 16px;
}
span.application-image.Icon14 {
  height: 14px;
  max-height: 14px;
  line-height: 14px;
}
span.application-image.Icon14 img,
span.application-image.Icon14 svg {
  font-size: 14px;
  max-height: 14px;
}
span.application-image.Icon14 span {
  font-size: 14px;
  line-height: 14px;
  max-height: 14px;
}
/**************************************************************
* [Control] BuildHyperlink
**************************************************************/
a.build-link {
  padding: 3px;
  background-color: #f7f7f7;
  border: solid 1px #dddddd;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
}
a.build-link .date {
  margin-left: 3px;
  font-size: 8px;
}
a.build-link.build-error {
  border-bottom: solid 2px #de5948;
}
a.build-link.build-warning {
  border-bottom: solid 2px #ee9d66;
}
a.build-link.build-active {
  border-bottom: solid 2px #48729d;
}
a.build-link.build-deployed {
  border-bottom: solid 2px #499e8d;
}
a.build-link.build-rejected {
  border-bottom: solid 2px #dddddd;
}
/**************************************************************
* [Control] ApplicationHyperlink
**************************************************************/
a.application-link span.application-image {
  margin-right: 3px;
}
/**************************************************************
* [Control] OtterScriptHyperlink
**************************************************************/
.script-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
  padding-bottom: 2px;
}
.script-icon.dir {
  background-image: url('/Resources/Images/Scripting/asset-folder.svg');
}
.script-icon.file {
  background-image: url('/Resources/Images/Scripting/asset-file.svg');
}
.script-icon.powershell {
  background-image: url('/Resources/Images/Scripting/powershell.svg');
}
.script-icon.otterscript {
  background-image: url('/Resources/Images/Scripting/otterscript.svg');
}
.script-icon.bash {
  background-image: url('/Resources/Images/Scripting/bash.svg');
}
.script-icon.dockerfile {
  background-image: url('/Resources/Images/Scripting/dockerfile.svg');
}
.basic-editor-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
  background-image: url('/Resources/Images/Scripting/otterscript.svg');
  padding-bottom: 2px;
}
.basic-editor-icon.CreateDotNetBuildEditor {
  background-image: url('/Resources/Images/Scripting/Editors/dotnet.svg');
}
.basic-editor-icon.CreateNuGetBuildEditor {
  background-image: url('/Resources/Images/Scripting/Editors/nuget.svg');
}
.basic-editor-icon.CreateMavenBuildEditor {
  background-image: url('/Resources/Images/Scripting/Editors/maven.svg');
}
.basic-editor-icon.CreatePythonBuildEditor {
  background-image: url('/Resources/Images/Scripting/Editors/pypi.svg');
}
.basic-editor-icon.CreateDockerImageEditor {
  background-image: url('/Resources/Images/Scripting/dockerfile.svg');
}
.basic-editor-icon.DeployIISEditor {
  background-image: url('/Resources/Images/Scripting/Editors/iis.svg');
}
.basic-editor-icon.DeployToFileShareEditor {
  background-image: url('/Resources/Images/Scripting/Editors/folder-share.svg');
}
.basic-editor-icon.UploadProGetAssetEditor,
.basic-editor-icon.RepackageEditor {
  background-image: url('/Resources/Images/Scripting/Editors/proget.svg');
}
.basic-editor-icon.DeployServiceEditor {
  background-image: url('/Resources/Images/Scripting/Editors/windows.svg');
}
.basic-editor-icon.DeployDockerImageEditor {
  background-image: url('/Resources/Images/Scripting/dockerfile.svg');
}
.basic-editor-icon.GitTagEditor {
  background-image: url('/Resources/Images/Scripting/Editors/git.svg');
}
.basic-editor-icon.ImportArtifactsEditor {
  background-image: url('/Resources/Images/Scripting/Editors/ci.svg');
}
.basic-editor-icon.SwapAzureWebAppSlotEditor,
.basic-editor-icon.DeployToAzureWebAppEditor {
  background-image: url('/Resources/Images/Scripting/Editors/appservice.svg');
}
/**************************************************************
* Onboarding
**************************************************************/
.info-box.onboarding.with-otters {
  position: relative;
  padding-right: 160px;
  min-height: 90px;
}
.info-box.onboarding.with-otters img {
  position: absolute;
  max-height: 140px;
  bottom: 0;
  right: 0;
}
.info-box.onboarding .todo {
  padding: 3px 5px;
  background-color: #fec;
  border-radius: 5px;
}
.info-box.onboarding .todo.nextstep::before,
.info-box.onboarding .todo.action::before {
  content: 'Next Step';
  border-right: 1px solid #CCC;
  margin-right: 3px;
  padding-right: 3px;
}
.info-box.onboarding .todo.action::before {
  content: 'Action';
}
.info-box.onboarding.success:first-child + .info-box.onboarding.success {
  margin-top: -35px;
}
.info-box.onboarding.success + .info-box.onboarding.success {
  margin-bottom: 0;
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 5px;
  height: 20px;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-top: 0;
}
ul.onboarding {
  list-style: none;
  padding-left: 0;
}
ul.onboarding li {
  list-style: none;
}
ul.onboarding li:before {
  content: '☐';
  padding-right: 3px;
  font-family: 'Segoe UI Symbol';
}
ul.onboarding li.complete:before {
  content: '☑︎';
}
@media (max-width: 800px) {
  .two-column-container.onboarding {
    flex-wrap: wrap;
  }
}
.two-column-container.onboarding > div:nth-child(1) {
  flex: 1 1 auto;
}
@media (min-width: 800px) {
  .two-column-container.onboarding > div:nth-child(1) .two-column-container {
    flex-wrap: nowrap;
  }
}
.two-column-container.onboarding > div:nth-child(2) {
  margin-top: 40px;
  flex: 0 1 300px;
}
.two-column-container.onboarding > div:nth-child(2) > img {
  width: 300px;
}
.overflow-auto {
  overflow: auto;
}
/**************************************************************
* [Control] VariableValueRendererFactory
**************************************************************/
.variable-renderer {
  display: flex;
  align-items: center;
}
.variable-renderer .values {
  flex-direction: column;
}
.variable-renderer .value {
  display: flex;
  align-items: center;
}
.variable-renderer .bracket-left {
  width: 5px;
  margin: 2px;
  align-self: stretch;
  border: 1px solid #A6AdB6;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
.variable-renderer .bracket-right {
  width: 5px;
  margin: 2px;
  align-self: stretch;
  border: 1px solid #A6AdB6;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}
/********************************************************************************
* Temporary transitional place for control styles prior to migrating to InedoLib
*********************************************************************************/
/**************************************************************
* Controls.less
**************************************************************/
li.select25-results__option {
  min-height: 18px;
}
/**************************************************************
* Modal.less
**************************************************************/
#divOverflow .action-button-container.fixed {
  padding-top: 5px;
}
/**************************************************************
* NonModal.less
**************************************************************/
.ui-dialog-titlebar .ui-button-text {
  height: 10px;
}
.ui-dialog-title {
  min-height: 24px;
}
:focus-visible {
  outline: none;
}
/**************************************************************
* [Control] TabsAndButtonContainer
**************************************************************/
.tabs-and-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
.tabs-and-button-wrapper > :nth-child(1) {
  flex-grow: 1;
}
.tabs-and-button-wrapper > :nth-child(2) {
  padding-top: 3px;
  flex-grow: 0;
  margin-left: auto;
}
.tabs-and-button-wrapper > :nth-child(2).button {
  display: inline-block;
  z-index: 3;
  position: relative;
  margin-bottom: 21px;
}
/**************************************************************
* [Control] MultiButtonLink
**************************************************************/
.multi-button {
  display: inline-block;
  height: 34px;
  z-index: 3;
  position: relative;
}
.multi-button > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #cad5da;
  border-radius: 0.25em;
  background-color: #ffffff;
  max-height: 32px;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  float: right;
}
.multi-button > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multi-button > ul li {
  border-top: 1px solid #cad5da;
}
.multi-button > ul li a {
  display: block;
  padding: 6px 28px 6px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  color: #48729d;
}
.multi-button > ul li a:hover {
  background-color: #48729d;
  text-decoration: none;
  color: #ffffff;
}
.multi-button > ul li:first-child {
  border-top: none;
}
.multi-button > ul::before {
  content: '\25BC';
  display: block;
  color: #cad5da;
  float: right;
  padding: 6px 4px 6px 2px;
  border-left: 1px solid #cad5da;
}
.multi-button > ul.single::before {
  display: none;
}
.multi-button > ul.single li a {
  padding: 6px 12px;
}
.multi-button > ul:hover {
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}
.info-box .multi-button a {
  text-decoration: none;
  color: #48729d;
}
.info-box .multi-button a:hover {
  color: #ffffff;
}
/**************************************************************
* [Control] TitledBox
**************************************************************/
.titled-box {
  border: solid 1px #A6AdB6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.titled-box > h2 {
  color: #ffffff;
  text-align: center;
  border-bottom: solid 1px #A6AdB6;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #A6AdB6;
}
.titled-box > .controls {
  margin-top: -40px;
  margin-right: 10px;
  float: right;
  line-height: 20px;
  height: 20px;
}
.titled-box > .controls a {
  color: #ffffff;
}
.titled-container .titled-box > h2 {
  color: #ffffff;
}
/**************************************************************
* [Control] PickListItem & PickListItem2
**************************************************************/
ul.item-pick-list a {
  background-color: #F0F0F0;
  border: solid 1px #CCC;
  color: inherit;
  min-height: 32px;
}
ul.item-pick-list img {
  max-height: 32px;
  max-width: 32px;
  float: left;
  margin-right: 10px;
}
ul.item-pick-list li.no-desc h2 {
  line-height: 32px;
}
/**************************************************************
* Theme Overrides Definitions
**************************************************************/
#banner-wrapper .content-container.banner {
  border-bottom-color: #fac7b5;
}
#banner-wrapper .content-container .content .banner-section select.selected {
  border-color: #fac7b5;
}
.titled-container h2 {
  border-bottom-color: #dddddd;
  color: #5d1d06;
}
.titled-container .info-box h2 {
  border-bottom: none;
}
/**************************************************************
* BuildMaster Theme
**************************************************************/
ul li {
  list-style-type: none;
}
.application-navigation-banner .content-container.banner {
  margin-bottom: 0;
}
.application-navigation-banner .content-container.banner .content .banner-section ul.breadcrumb li a {
  white-space: nowrap;
}
.application-navigation-banner .content-container.banner .content .banner-section ul.breadcrumb li a span.application-image {
  margin-right: 5px;
}
.application-navigation-banner .content-container.banner .content .banner-section:first-child {
  min-width: 222px;
}
.code-wrap {
  white-space: pre-wrap;
  background-color: #F2F2F2;
  padding: 3px;
  font-size: 12px;
}
table th[data-sort]:not([data-sort=""]) {
  cursor: pointer;
}
/**************************************************************
* [PageBase] ExtensibleReferencePageBase
**************************************************************/
.extensible-items-container ul li {
  margin: 5px 0;
  line-height: 125%;
}
.extensible-items-container ul li .doc-item-link,
.extensible-items-container ul li .doc-item-arguments {
  font-family: Consolas, monospace;
}
