/**************************************************************************************
* This file is intended for font styles.
**************************************************************************************/
/* latin-ext */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url('Fonts/Roboto-Flex/Roboto-Flex-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url('Fonts/Roboto-Flex/Roboto-Flex-latin.woff2') format('woff2');
  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+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
**************************************************************/
/*************************************************************
* New Theme 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 {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), 70%, rgba(0, 0, 0, 0.1));
}
a.vulnerability-assessment:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), 70%, rgba(0, 0, 0, 0));
}
a.vulnerability-assessment:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
a.vulnerability-assessment,
span.vulnerability-assessment {
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-left: 8px;
  border-radius: 4px;
  color: #ffffff;
  min-width: 76px;
  border: solid 1px #dddddd;
}
a.vulnerability-assessment.expired,
span.vulnerability-assessment.expired {
  position: relative;
  opacity: 0.7;
}
a.vulnerability-assessment.expired::after,
span.vulnerability-assessment.expired::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 2px, transparent 2px, transparent 6px);
}
a.vulnerability-assessment.provisional,
span.vulnerability-assessment.provisional {
  border: dashed 1px #333;
  font-style: italic;
}
a.vulnerability-assessment.overridden,
span.vulnerability-assessment.overridden {
  padding: 2px 10px 2px 20px;
  text-align: center;
  position: relative;
}
a.vulnerability-assessment.overridden::before,
span.vulnerability-assessment.overridden::before {
  content: "★";
  display: inline-block;
  position: absolute;
  left: 4px;
  margin-right: 6px;
  padding-right: 4px;
  border-right: 1px solid;
  font-size: 10px;
  opacity: 0.9;
  vertical-align: middle;
}
/**************************************************************
* 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,
.package-icon.maven2 {
  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.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.terraform {
  background-image: url('/resources/images/icons/package-terraform.svg');
}
.package-icon.cargo {
  background-image: url('/resources/images/icons/package-cargo.svg');
}
.package-icon.composer {
  background-image: url('/resources/images/icons/package-composer.svg');
}
.package-icon.conan {
  background-image: url('/resources/images/icons/package-conan.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.universal {
  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.terraform {
  background-image: url('/Resources/Images/Icons/feed-terraform.svg');
}
.feed-icon.cargo {
  background-image: url('/Resources/Images/Icons/feed-cargo.svg');
}
.feed-icon.composer {
  background-image: url('/Resources/Images/Icons/feed-composer.svg');
}
.feed-icon.conan {
  background-image: url('/Resources/Images/Icons/feed-conan.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;
}
.policies-editor .risk-profile {
  display: flex;
  justify-content: center;
  align-content: space-between;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.policies-editor .risk-profile .border-box {
  display: inline-block;
  width: 150px;
  min-width: 75px;
  min-height: 150px;
  text-align: center;
}
.policies-editor .risk-profile .border-box span {
  display: block;
}
.policies-editor .risk-profile .border-box img {
  height: 75px;
}
/**************************************************************
* 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: 140px;
  min-height: 90px;
}
.info-box.onboarding.with-otters img {
  position: absolute;
  max-height: 120px;
  bottom: 0;
  right: 0;
}
.info-box.onboarding.with-otters.new {
  min-height: 110px;
  padding: 0 10px 0 130px;
  margin: 15px 50px;
  border-width: 1px;
  border-style: dashed;
  border-color: #f16633;
}
.info-box.onboarding.with-otters.new h2 {
  margin-top: 10px;
}
.info-box.onboarding.with-otters.new img {
  right: initial;
  left: 0px;
  max-height: 110px;
}
.info-box.onboarding.with-otters.new .action-button-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
}
.info-box.onboarding.with-otters.new a.button {
  padding: 0px;
  font-size: 10px;
  min-width: 20px;
  min-height: 20px;
  font-weight: bold;
}
.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;
  word-break: break-word;
  text-align: center;
}
.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;
}
/**************************************************************
* [Control] CvssScoreDisplay
**************************************************************/
ul.cvss-vector-display {
  padding-left: 13px;
}
ul.cvss-vector-display li {
  list-style: disc;
}
ul.cvss-vector-display:has(li:only-child) {
  padding-left: 0;
}
ul.cvss-vector-display:has(li:only-child) li {
  list-style: none;
}
/********************************************************************************
* 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;
}
/********************************************************************************
* Styles that need to be removed and possibly uninclused
*********************************************************************************/
/**************************************************************
* Theme Overrides Definitions
**************************************************************/
.package-header + .titled-container,
.repository-header + .titled-container,
.package-header + .border-box,
.repository-header + .border-box {
  margin-top: 15px;
}
.package-header + .two-column-container,
.repository-header + .two-column-container {
  margin-top: -5px;
}
#files-tree {
  margin-left: 0;
}
.multi-button > ul li a {
  font-weight: 500;
  font-size: 13px;
}
.multi-button > ul::before {
  font-size: 12px;
}
.inline-link-box {
  height: 215px;
}
/*******************************************************************
    Buttons
*******************************************************************/
/*.info-box.info {

    .action-button-container {
        .button, a.button, button& {
            .info-box-button(@new_light_blue, @new_blue);

            &:hover {
                color: #fff;
                background-color: @new_light_blue;
                background-image: linear-gradient(-180deg, @new_light_blue 0%, @new_blue 90%);
                border-color: @new_blue;
            }
        }
    }
}*/
/************************************************************************
* SCA Overview
*************************************************************************/
.report-block {
  background-color: #FFF;
}
/************************************************************************
* Admin OVerview
*************************************************************************/
.admin-block,
.service-status {
  border: solid 1px #B8B8B8;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 5px 5px 10px #EBEBEB;
  margin-bottom: 15px;
  background-color: #FFF;
  align-self: stretch;
}
.admin-block h2,
.service-status h2 {
  border: none;
  margin: 0;
  color: #5d1d06;
}
.admin-block .info-box h2,
.service-status .info-box h2 {
  border-bottom: none;
}
/***************************************************************************
* [Control] LinkBox
***************************************************************************/
.inline-link-box,
.link-box-collection .inline-link-box {
  border-color: #3E5E79;
  border-left-color: #3E5E79;
}
.inline-link-box:hover,
.link-box-collection .inline-link-box:hover {
  box-shadow: 1px 1px 4px #6a92b3;
  border-color: #6a92b3;
}
.alert-tab:not(.nav__dropdown )::after {
  content: '\A';
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 10px;
  color: #ffffff;
  background-color: #cb2431;
  border-radius: 50%;
  position: absolute;
  margin-top: -1px;
  margin-left: 1px;
}
.alert-tab:not(.nav__dropdown ).nav__settings::after {
  margin-top: 4px;
  left: 2px;
}
.nav__dropdown.alert-tab .nav__icon::before {
  content: '\A';
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 10px;
  color: #ffffff;
  background-color: #cb2431;
  border-radius: 50%;
  position: absolute;
  margin-top: -1px;
  margin-left: 1px;
  left: 24px;
}
.nav__container a.alert-tab::after {
  margin-top: 6px;
}
