/**************************************************************************************
* This file is intended for font styles.
**************************************************************************************/
@font-face {
  font-family: 'Karla';
  src: url('Fonts/Karla-Variable/Karla-VariableFont_wght.woff2') format("woff2"), url('Fonts/Karla-Variable/Karla-VariableFont_wght.ttf') format("truetype-variations");
  font-weight: 200 800;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  src: url('Fonts/Karla-Variable/Karla-Italic-VariableFont_wght.woff2') format("woff2"), url('Fonts/Karla-Variable/Karla-Italic-VariableFont_wght.ttf') format("truetype-variations");
  font-weight: 200 800;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**************************************************************************************
* This file is intended for shared less variables and shared less mixins styles.  
*
* - Copied from BuildMAster@bb4af7374b755810e5ad1cd71ae51baed5c22233
* - added @nearwhite
**************************************************************************************/
/**************************************************************
* Common Fonts, Colors, etc.
**************************************************************/
/**************************************************************
* DarkMode Colors
**************************************************************/
/**************************************************************
* Mixin Definitions
**************************************************************/
/********************************************************************************
* This file includes shared control styles
*********************************************************************************/
/**************************************************************
* Clipboard box
**************************************************************/
input.clipboard-box[type=text] {
  width: 250px;
  padding: 2px;
  opacity: 0.7;
  margin-bottom: 2px;
  border-radius: 2px;
}
/**************************************************************
* Charts - Make this side-by-side PieChart.cs?
**************************************************************/
ul.chart-legend {
  float: right;
  list-style: none;
  font-size: 10px;
  margin: 0;
  max-width: 200px;
}
ul.chart-legend > li {
  margin-bottom: 2px;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
ul.chart-legend > li > div {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #bbbbbb;
  margin-right: 2px;
}
ul.chart-legend > li:last-child {
  border-bottom: none;
}
.chart-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
.chart-wrapper .chart-legend {
  float: none;
  padding-left: 0px;
  flex-grow: 1;
  margin-top: 15px;
}
.chart-wrapper canvas {
  margin-top: 15px;
}
/**************************************************************
* Vulnerability Assessment - Make this side-by-side VulnerabilityAssessmentStatus.cs?
**************************************************************/
a.vulnerability-assessment,
span.vulnerability-assessment {
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-left: 22px;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 6px center;
  border-radius: 4px;
  color: #ffffff;
}
a.vulnerability-assessment.warning,
span.vulnerability-assessment.warning {
  background-color: #ee9d66;
  background-image: url('/Resources/InedoLib/Styles/Icons2/white-alert.svg');
}
a.vulnerability-assessment.error,
span.vulnerability-assessment.error {
  background-color: #de5948;
  background-image: url('/Resources/InedoLib/Styles/Icons2/white-exclamation.svg');
}
a.vulnerability-assessment.not-applicable,
span.vulnerability-assessment.not-applicable {
  background-color: #9163aa;
  background-image: url('/Resources/InedoLib/Styles/Icons2/white-check.svg');
}
a.vulnerability-assessment.unknown,
span.vulnerability-assessment.unknown {
  background-color: #A6AdB6;
  background-image: url('/Resources/InedoLib/Styles/Icons2/white-question-mark.svg');
}
a.vulnerability-assessment.custom,
span.vulnerability-assessment.custom {
  padding-left: 8px;
}
/**************************************************************
* Icon, Replication - Make this side-by-side ListFeedPage.cs?
**************************************************************/
.icon.replication {
  background-image: url('/Resources/Images/Icons/replication-icon.svg?a');
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  vertical-align: middle;
}
/**************************************************************
* Package Icon
**************************************************************/
.package-icon {
  margin: 15px auto;
  position: relative;
  height: 128px;
  width: 128px;
  background-image: url('/resources/images/icons/package.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
}
.package-icon.nuget {
  background-image: url('/resources/images/icons/package-nuget.svg');
}
.package-icon.chocolatey {
  background-image: url('/resources/images/icons/package-chocolatey.svg');
}
.package-icon.powershell {
  background-image: url('/resources/images/icons/package-powershell.svg');
}
.package-icon.npm {
  background-image: url('/resources/images/icons/package-npm.svg');
}
.package-icon.bower {
  background-image: url('/resources/images/icons/package-bower.svg');
}
.package-icon.maven {
  background-image: url('/resources/images/icons/package-maven.svg');
}
.package-icon.debian {
  background-image: url('/resources/images/icons/package-debian.svg');
}
.package-icon.debian2 {
  background-image: url('/resources/images/icons/package-debian.svg');
}
.package-icon.rpm {
  background-image: url('/resources/images/icons/package-rpm.svg');
}
.package-icon.pypi {
  background-image: url('/resources/images/icons/package-pypi.svg');
}
.package-icon.conda {
  background-image: url('/resources/images/icons/package-conda.svg');
}
.package-icon.universal {
  background-image: url('/resources/images/icons/package.svg');
}
.package-icon.romp {
  background-image: url('/resources/images/icons/package-romp.svg');
}
.package-icon.docker {
  background-image: url('/resources/images/icons/package-docker.svg');
}
.package-icon.rubygems {
  background-image: url('/resources/images/icons/package-rubygems.svg');
}
.package-icon.vsix {
  background-image: url('/resources/images/icons/package-vsix.svg');
}
.package-icon.helm {
  background-image: url('/resources/images/icons/package-helm.svg');
}
.package-icon.apk {
  background-image: url('/resources/images/icons/package-apk.svg');
}
.package-icon.cran {
  background-image: url('/resources/images/icons/package-cran.svg');
}
.package-icon.pub {
  background-image: url('/resources/images/icons/package-pub.svg');
}
.package-icon.asset {
  background-image: url('/resources/images/icons/asset-folder');
}
.package-icon.project:after,
.package-icon.remote:after {
  display: block;
  height: 64px;
  width: 64px;
  position: absolute;
  right: -12px;
  bottom: -12px;
  content: '';
}
.package-icon.project:after {
  background-image: url('/resources/images/icons/package-project.png');
}
.package-icon.remote:after {
  background-image: url('/resources/images/icons/package-remote.png');
}
/**************************************************************
* Feed icons
**************************************************************/
.feed-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.feed-icon.bower {
  background-image: url('/Resources/Images/Icons/feed-bower.svg');
}
.feed-icon.chocolatey {
  background-image: url('/Resources/Images/Icons/feed-chocolatey.svg');
}
.feed-icon.maven {
  background-image: url('/Resources/Images/Icons/feed-maven.svg');
}
.feed-icon.deploy {
  background-image: url('/Resources/Images/Icons/feed-deploy.svg');
}
.feed-icon.npm {
  background-image: url('/Resources/Images/Icons/feed-npm.svg');
  background-size: 85%;
}
.feed-icon.nuget {
  background-image: url('/Resources/Images/Icons/feed-nuget.svg');
}
.feed-icon.proget {
  background-image: url('/Resources/Images/Icons/feed-proget.svg');
}
.feed-icon.romp {
  background-image: url('/Resources/Images/Icons/feed-romp.svg');
}
.feed-icon.powershell {
  background-image: url('/Resources/Images/Icons/feed-powershell.svg');
}
.feed-icon.docker {
  background-image: url('/Resources/Images/Icons/feed-docker.svg');
}
.feed-icon.rubygems,
.feed-icon.gem {
  background-image: url('/Resources/Images/Icons/feed-rubygems.svg');
}
.feed-icon.vsix {
  background-image: url('/Resources/Images/Icons/feed-vsix.svg');
}
.feed-icon.debian {
  background-image: url('/Resources/Images/Icons/feed-debian.svg');
}
.feed-icon.debian2 {
  background-image: url('/Resources/Images/Icons/feed-debian.svg');
}
.feed-icon.pypi {
  background-image: url('/Resources/Images/Icons/feed-pypi.svg');
}
.feed-icon.conda {
  background-image: url('/Resources/Images/Icons/feed-conda.svg');
}
.feed-icon.helm {
  background-image: url('/Resources/Images/Icons/feed-helm.svg');
}
.feed-icon.rpm {
  background-image: url('/Resources/Images/Icons/feed-rpm.svg');
}
.feed-icon.apk {
  background-image: url('/Resources/Images/Icons/feed-apk.svg');
}
.feed-icon.cran {
  background-image: url('/Resources/Images/Icons/feed-cran.svg');
}
.feed-icon.pub {
  background-image: url('/Resources/Images/Icons/feed-pub.svg');
}
.feed-icon.asset {
  background-image: url('/Resources/Images/Icons/asset-folder.svg');
}
.asset-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.asset-icon.dir {
  background-image: url('/Resources/Images/Icons/asset-folder.svg');
}
.asset-icon.file {
  background-image: url('/Resources/Images/Icons/asset-file.svg');
}
/**************************************************************
* Policy Name Display
**************************************************************/
.policy-name {
  line-height: 16px;
  vertical-align: middle;
}
.policy-name img {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}
/**************************************************************
* Policy Editor
**************************************************************/
.policies-editor .ah-table table tr.overriden td {
  text-decoration: line-through;
}
.policies-editor .ah-table table tr.overriden td .info-block {
  text-decoration: line-through;
}
.policies-editor .ah-table table tr.overriden td:last-child {
  text-decoration: none;
}
/**************************************************************
* ProGet Banner
**************************************************************/
.content-container.banner .content .banner-section:last-of-type {
  border-right: none;
}
.content-container.banner .content .banner-description {
  padding: 0 25px;
  line-height: 16px;
  width: 100%;
  font-size: 12px;
}
/**************************************************************
* 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] Timeline5
**************************************************************/
.timeline5 {
  padding: 20px;
}
.timeline5 .row {
  display: flex;
  justify-content: center;
  /* _2, _3, _4, _X represent number of items in the row */
}
.timeline5 .row .item {
  background-color: #f7f7f7;
  width: 90px;
  min-height: 75px;
  border: 1px solid #e8edef;
  color: #A6AdB6;
  min-width: 45px;
}
.timeline5 .row .item .title {
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.timeline5 .row .item .title > a {
  color: inherit;
}
.timeline5 .row .item.empty .title {
  margin-top: 25px;
}
.timeline5 .row .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline5 .row .item ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline5 .row .item ul li {
  margin-top: 10px;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
.timeline5 .row .item ul li img {
  vertical-align: baseline;
}
.timeline5 .row .item ul li > a {
  display: block;
  padding: 4px;
  text-align: center;
}
.timeline5 .row .item ul li span.info-block {
  display: block;
  border-radius: 0;
  font-size: 14px;
}
.timeline5 .row .item ul li span.info-block.executing {
  background-color: #8da0b1;
}
.timeline5 .row .item ul li span.info-block.executing:before {
  margin-left: -18px;
}
.timeline5 .row .item ul._2 li {
  margin-top: 4px;
}
.timeline5 .row .item ul._2 li span.info-block {
  padding-top: 2px;
  padding-bottom: 2px;
}
.timeline5 .row .item ul._X li {
  margin-top: 2px;
}
.timeline5 .row .item ul._X li span.info-block {
  padding-top: 0;
  padding-bottom: 0;
}
.timeline5 .row .item.warning {
  color: #ee9d66;
  border-color: #ee9d66;
}
.timeline5 .row .item.failed {
  color: #de5948;
  border-color: #de5948;
}
.timeline5 .row .item.pending {
  color: #48729d;
  border-color: #48729d;
}
.timeline5 .row .item.success {
  color: #499e8d;
  border-color: #499e8d;
}
.timeline5 .row .item-separator {
  display: flex;
  width: 90px;
  min-height: 37.5px;
  border-top: 1px solid #e8edef;
  margin-top: 37.5px;
  justify-content: center;
}
.timeline5 .row .item-separator img {
  height: 20px;
  width: 20px;
  display: block;
  margin-top: -10px;
}
.timeline5 .row._2 .item-separator {
  width: 360px;
}
.timeline5 .row._3 .item-separator {
  width: 180px;
}
.timeline5 .row._X {
  justify-content: normal;
}
.timeline5 .row._X .item-separator:last-child {
  border-top: 1px solid #e8edef;
  border-right: 1px solid #e8edef;
  border-bottom: 0;
  margin-top: 37.5px;
}
.timeline5 .row._X .item-separator:last-child img {
  margin-top: -10px;
}
.timeline5 .row-separator {
  margin-top: -1px;
  height: 40px;
  display: flex;
}
.timeline5 .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 */
}
.timeline5 .row-separator .line.left {
  width: 45px;
  height: 20px;
  border-left: 1px solid #e8edef;
  border-top: 1px solid #e8edef;
  margin-top: 20px;
  margin-left: 45px;
}
.timeline5 .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;
}
.timeline5 .row-separator .line.right {
  width: 90px;
  height: 20px;
  border-bottom: 1px solid #e8edef;
  border-right: 1px solid #e8edef;
}
/********************************************************************************
* Temporary transitional place for control styles prior to migrating to InedoLib
*********************************************************************************/
/**************************************************************
* Merge into _Icons.less
**************************************************************/
.icon.import {
  width: 20px;
  height: 20px;
  background-image: url('/resources/Images/Icons/import.svg');
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
/**************************************************************
* Console - merge into _Common.less
**************************************************************/
.instruction pre,
.code-wrapper pre,
pre.console,
code.console {
  background-color: #2D2D2D;
  color: #e8edef;
  padding: 15px;
  font-size: 14px;
  border: solid 1px #A6AdB6;
  line-height: 1.5em;
  margin: 5px;
  display: block;
}
.instruction {
  clear: both;
}
.instruction .copy-instruction {
  color: #e8edef;
  position: absolute;
  right: 30px;
  margin-top: 8px;
  opacity: 0.7;
}
.instruction .copy-instruction:before {
  content: '📋︎';
  padding-right: 5px;
}
.instruction .copy-instruction:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.instruction pre {
  padding: 25px 15px 25px 15px;
}
/**************************************************************
* [Console] - merge into _slim-form-field.less
**************************************************************/
.slim-form-field .content .select25-container {
  width: 100%;
}
/**************************************************************
* [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;
}
/**************************************************************
* [Control] AhToggleButtonInput
**************************************************************/
.ah-toggle-button {
  margin: 5px;
  display: block;
  vertical-align: middle;
  padding: 0;
}
.ah-toggle-button input[type=checkbox] {
  position: absolute;
  left: 21px;
  padding: 0;
  margin: 14px 0 0 0;
  height: 25px;
  width: 25px;
}
.ah-toggle-button input[type=checkbox] + label {
  display: block;
  background-color: transparent;
  border: solid 1px #CCC;
  color: inherit;
  padding: 6px 12px 6px 43px;
  border-radius: 0.25em;
  user-select: none;
}
.ah-toggle-button input[type=checkbox] + label h3 {
  margin: 0;
  padding: 0;
}
.ah-toggle-button input[type=checkbox] + label:hover {
  cursor: pointer;
  background-color: #A6AdB6;
}
.ah-toggle-button input[type=checkbox]:checked + label {
  background-color: #F0F0F0;
  border-color: #CCC;
}
.ah-toggle-button input[type=checkbox]:checked + label:hover {
  cursor: pointer;
  background-color: #A6AdB6;
}
/********************************************************************************
* Styles that need to be removed and possibly uninclused
*********************************************************************************/
/**************************************************************
* Theme Overrides Definitions
**************************************************************/
.titled-container h2 {
  border-bottom-color: #dddddd;
  color: #5d1d06;
}
.titled-container .info-box h2 {
  border-bottom: none;
}
body {
  font-family: Karla, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 16px;
}
b,
strong {
  font-weight: 600;
}
h1 {
  font-weight: 600;
}
h2,
h3,
h4,
th {
  font-weight: 500;
}
.content-container.banner .content .banner-section h1 {
  margin-left: -10px;
}
.content-container.banner .content .banner-section label {
  font-size: 13px;
}
.content-container.banner .content .banner-section select {
  font-size: 14px;
  border: solid 1px #d1d5da;
  padding-top: 6px;
  padding-bottom: 6px;
}
.content-container#navigation-bar .content div.user-controls.user-controls--v2 .nav__dropdown .nav__icon,
.content-container#navigation-bar .content div.user-controls.user-controls--v2 .nav__dropdown.nav__icon {
  padding-right: 5px;
  background-position-x: 6px;
  border-radius: 0.5em;
}
.content-container#navigation-bar .content div.user-controls.user-controls--v2 .nav__dropdown .nav__icon::after,
.content-container#navigation-bar .content div.user-controls.user-controls--v2 .nav__dropdown.nav__icon::after {
  right: -3px;
  bottom: 12px;
}
.content-container#navigation-bar .content div.user-controls.user-controls--v2 .nav__dropdown .nav__icon.empty-sub,
.content-container#navigation-bar .content div.user-controls.user-controls--v2 .nav__dropdown.nav__icon.empty-sub {
  background-position-x: center;
}
.content-container#navigation-bar .content div.user-controls.user-controls--v2 .nav__dropdown .nav__container ul.nav__navigation li a {
  font-weight: 400;
  font-size: 15px;
}
.ah-table table,
.titled-container .ah-table table,
.styled-table,
.titled-container table.styled-table,
table.styled-table {
  border-collapse: unset;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ah-table table th:first-child,
.titled-container .ah-table table th:first-child,
.styled-table th:first-child,
.titled-container table.styled-table th:first-child,
table.styled-table th:first-child {
  border-top-left-radius: 5px;
}
.ah-table table th:last-child,
.titled-container .ah-table table th:last-child,
.styled-table th:last-child,
.titled-container table.styled-table th:last-child,
table.styled-table th:last-child {
  border-top-right-radius: 5px;
}
a.button,
.button,
button:not(.select25-selection__choice__remove),
.action-button-container .button,
.action-button-container button {
  border-radius: 0.5em;
  font-weight: 500;
  font-size: 15px;
}
.slim-form-field .label {
  font-size: 15px;
  font-weight: 500;
}
.multi-button > ul li a {
  font-weight: 500;
  font-size: 15px;
}
.multi-button > ul::before {
  font-size: 14px;
}
.info-block {
  font-size: 16px;
}
.info-box {
  font-size: 15px;
}
.info-box h2 {
  font-size: 18px;
}
ul.tabs li {
  font-size: 14px;
  margin-bottom: -4px;
}
ul.tabs.underlined li {
  padding-bottom: 4px;
}
ul.tabs.hollow .current-tab,
ul.tabs.underlined .current-tab,
ul.tabs.hollow li.current-tab,
ul.tabs.underlined li.current-tab {
  font-weight: 500;
}
.inline-link-box {
  height: 215px;
}
